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.
Is there any way I ca开发者_如何学编程n user a NOT or other negation operator before a text search keyword for example,
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.
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.
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
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 开发者_如何学
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
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
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
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