I need to query two index files in solrnet. i will get ids from one index file and then will query other index files according to that IDs. I want to ...
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.
Since running a full import each time ...
I know there have been some semi-similar questions, but in this case, I am building an index which is offline, until build is complete. I am building from scratch two ...
I am implementing the solr search in my project .
I have one question regarding how do i search a dynamic fields that is created in a solr index
Eg:- this ...
Consider you have a Solr index with approx. 20 Million items. When you index these items they are added to the index in batches.
Approx 5 % of all these items are ...
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.
This is the Tomcat log error:
I am going to index documents that will have Boost values from 1 to 10. One way is to simply use AddWithBoost(doc , boostvalue) . But is this the correct way? ...