add index code: public class IndexManage { public static void AddIndex(List<QuestionItem> itemList)
We\'re refactoring our Lucene host (Lucene.NET 2.9.2), and are implementing Lucene NRT (Near Realtime).
I\'m doing a web crawler and I want to use lucene to index while the streaming is progressing or completed.
I couldn\'t find any way to do sort and filter us开发者_开发百科ing the new Sitecore.Search API. Lucene provides the following methods:
If I have a field x, that can contain a value of y, or z etc, is there a way I can query so that I can return only the values that have been indexed?
Imagine I have a huge database of threads and posts (about 10.000.000 records) from different forum sites including several subforums that serve as my lucene documents.
Situation Users can upload Documents, a queue message will be placed onto the queue with the documents ID. The Worker Role will pick this up and get the document. Parse it completely with Lucene. Aft
I am creating a search, where the user can both choose an interval and search on a term in the same go.
We\'re using Lucene.NET 2.9.2, and would like to move over to the Near Realtime functionality of Lucene.
I am trying to index about 10.000.000 documents with Lucene.NET 2.9.2. These documents (forum posts of different length) are taken in bulks of 10.000 from a MSSQL database and then passed to my Lucene