lucene.net
lucene 2.9.2.2 A very strange problem, can not search for the keyword "a", the other can
add index code: public class IndexManage { public static void AddIndex(List<QuestionItem> itemList)[详细]
2023-04-06 05:03 分类:问答Lucene NRT: When to commit?
We\'re refactoring our Lucene host (Lucene.NET 2.9.2), and are implementing Lucene NRT (Near Realtime).[详细]
2023-04-04 23:21 分类:问答Lucene.net HTML Document example with a string of html instead of a file?
I\'m doing a web crawler and I want to use lucene to index while the streaming is progressing or completed.[详细]
2023-04-03 21:03 分类:问答How to sort/filter using the new Sitecore.Search API
I couldn\'t find any way to do sort and filter us开发者_开发百科ing the new Sitecore.Search API. Lucene provides the following methods:[详细]
2023-04-03 08:52 分类:问答Find all available values for a field in lucene .net
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?[详细]
2023-04-02 18:34 分类:问答How to calculate "OnTopicness" of documents using Lucene.NET
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.[详细]
2023-04-02 12:54 分类:问答Send notice to Azure Web role from a Azure Worker role - Best Practice
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[详细]
2023-04-01 11:59 分类:问答NumericRangeQuery in NHibernate.Search
I am creating a search, where the user can both choose an interval and search on a term in the same go.[详细]
2023-04-01 07:23 分类:问答What happens during Commit while using Lucene NRT
We\'re using Lucene.NET 2.9.2, and would like to move over to the Near Realtime functionality of Lucene.[详细]
2023-03-31 20:17 分类:问答Lucene.Net 2.9.2: OOM exception when adding many documents
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[详细]
2023-03-31 20:06 分类:问答