solrnet
SolrNet lowercases Solr field names on query string, causes Solr 1.4 to fail
This is a strange bug that we started seeing about a year ago. At first, I only occasionally noticed it on my dev machine, but now it\'s been starting to appear in production, which is problematic.[详细]
2023-03-29 06:34 分类:问答How to find results that do NOT match a keyword?
Is there any way I ca开发者_如何学编程n user a NOT or other negation operator before a text search keyword for example,[详细]
2023-03-28 17:36 分类:问答Solr delete won't work after schema update
I\'m using SolrNET to post documents to the Solr index, as well as remove documents from the index. This has been working until now.[详细]
2023-03-28 00:21 分类:问答Can't add to Solr index - document is missing uniqueKey field?
I\'m using SolrNET to manage my Solr index. After I updated the schema with a new uniqueKey field called \"guid\", I can\'t add documents to Solr.[详细]
2023-03-27 21:15 分类:问答What does it mean to use Proper Windsor Service Overrides?
I am trying to create an index agent service for a multi-instance Solr install using SolrNet.I have created the service, which will use an interface to create multiple agents to index with.These agent[详细]
2023-03-27 12:45 分类:问答Set Solr NOT to match all keywords of query
I have got a solr search implemented and everything is working fine. Just a quick question. When user searches in our database for e.g. New Honda Civic. Solr would only return the results 开发者_如何学[详细]
2023-03-25 22:40 分类:问答SOLR - PathHierarchyTokenizerFactory Facet Query
I have been trying to perform a query on a field that is configured to be solr.PathHierarchyTokenizerFactory, but the query just returns all records. It seems that doing a facet query is just not work[详细]
2023-03-24 14:41 分类:问答Solr MoreLikeThis /mlt handler returns a 404 error
I want to find all the documents that is similar to a specific document within solr. I have installed solr and made some queries. The query I am trying to make gives an error which I cannot make out o[详细]
2023-03-24 07:43 分类:问答How do I use the morelikethis feature in solr
I want to find all the documents that开发者_如何学运维 is similar to a specific document within solr. How to i do this in solr? I have looked i the documentation and it only explains how to find docum[详细]
2023-03-24 06:02 分类:问答Explanation of SolrNet connection
Why is the container of the SolrNet connections kept static? This is a very big fault, as when, in our application, we send an asynchronous request to our application, SolrNet behaves abnormally. How[详细]
2023-03-23 13:16 分类:问答