I开发者_开发百科 use grouping with solr 3.3 and solrnet. I want to paginate results using the number of grouping result. Solr allows this with ngroups parameter.
My application needs to able to indicate where in the original document do the highlights from Solr actually come from. For the time being, my project deals only with .txt files.
Consider you have a Solr index with approx. 20 Million items. When you index these items they are added to the index in batches.
My use for Solr is to generate a primary search system : we basically feed a large set of documents in small batches and search a pre-specified query on it. Each of these documents is scanned开发者_开
I am new to solrnet . i need to Pass this url to solr to my \"pharmaSearch\" requestHandler and i need to get the result xml . guide how to do this in solrNet(Now for the url it is working in brower)
I am facing a problem with the case sensitivity of SolrNet Filters. e.g. new SolrQueryByField(\"City\", \"Chicago\") returns the results but SolrQueryByField(\"City\", \"chicago\") does not return any
If I made a search for \"TV\" I want to have search filters on the sidebar which gives me o开发者_运维知识库ptions like following...
I just started exploring SolrNet. Previously I have been using MSSQL FULL TEXT. In sql server, my query make full text searches and also have multiple joins and Where clauses. I am also using custom
I am trying to implement the solr query using .NET but i am getting bad request when i try to connect to the solr for search since my dat开发者_运维知识库e format is wrong.Can any one tell me the exac
I am developing a search engine app using Asp.Net, C# and Solrnet. I use the standard request handler. Is there a way I can boost the fields at query time from inside the solrconfig.xml file itself. J