solrnet
solrnet, solr grouping and ngroups parameter
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.[详细]
2023-03-20 20:03 分类:问答RichTextBox.Find doesn't work with Solr Highlights
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.[详细]
2023-03-17 19:29 分类:问答Duplicates in Solr index - items added twice or more times
Consider you have a Solr index with approx. 20 Million items. When you index these items they are added to the index in batches.[详细]
2023-03-17 13:59 分类:问答SOLR Scoring : Can I Extract Hit Count Value from Solr?
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开发者_开[详细]
2023-03-15 16:26 分类:问答How to query in solrNet
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)[详细]
2023-03-15 09:23 分类:问答Turn off case sensitivity in SolrNet fields
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[详细]
2023-03-13 18:30 分类:问答SolrNet - How to get search filter options
If I made a search for \"TV\" I want to have search filters on the sidebar which gives me o开发者_运维知识库ptions like following...[详细]
2023-03-13 15:06 分类:问答SolrNet Newbie - How to handle multiple Where Clauses
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[详细]
2023-03-13 10:08 分类:问答Solr Date Format issue in the Query
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[详细]
2023-03-11 09:52 分类:问答Boosting fields at query time in Standard Request Handler from Solrconfig.xml
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[详细]
2023-03-09 23:28 分类:问答