Hi I have a very specific need in my company for the system\'s search engine, and I can\'t seem to find a solution.
It is possible to conne开发者_高级运维ct solr instance with basic authentication ? I have tried with :
I have a Solr server setup successfully with working searching and indexing capabilties. There is about 380 documents in it after a full-import from my database.
Hey Guys, Im trying to implement some search functionality to an application were writing. Solr 1.4.1 running on Tomcat7
I have been working on making a Search using Solrnet which is working the way I want to. But I just would like some advice on the best way to pass my query parameters from my web page into Solrnet.
I have a solr index accessed using SolrNet, and I would like to retrieve the index (position) of a particular document in the results, without returning the whole result set.
I\'m using SolrNet to access a Solr index where I have a multivalue field called \"tags\".I want to perform the following pseudo-code query:
How do I search for those document in a SOLR index which do not 开发者_开发百科contain a specified field?-field:[* TO *]
Can I use a MapReduce framework to create an index and somehow add it to a distributed Solr? I have a burst of information (logfiles and documents) that will be transported over the internet and stor
I am just creating one application which is start Solr from code side using ASP.NET Web Application. http://localhost:8080/solr/admin/ this link working perfect but am i startup initialize from code s