lucene.net
Proximity Search example Lucene.Net
I want to make a Proximity Search with Lucene.Net. I saw this question where it looks like that was the answer for him, but no code was suplied. The Java documentation says to use the ~ character with[详细]
2023-02-24 10:26 分类:问答Inconsistent search results using spatial.net and lucene.net 2.9
Hello I am currently working on implementing a spatial search feature for a website using c#, lucene.net and spatial.net[详细]
2023-02-24 09:56 分类:问答Getting terms matched in a document when searching using a wildcard search
I am looking for a way to find the terms that matched in the document using waldcard search in Lucene. I used the explainer to try and find the terms but this failed. A portion of the relevant code is[详细]
2023-02-23 04:00 分类:问答I want to sort index in Lucene.net how I can make descending of this one in c#?
I have the code for sorting results from Lucene.net, but I need this search resu开发者_开发知识库lt sorted in descending order:[详细]
2023-02-21 05:45 分类:问答Each time Lucene indexing is running it's getting slower and slower
This code tests indexing with Lucene.NET. for (int i = 0; i < 10; i++) { var stopwatch = Stopwatch.StartNew();[详细]
2023-02-21 04:03 分类:问答Lucene docID reliability
Hi If only insert operation occur on lucene index (no delete/update), is it true that docID is not changing ? and its also reliable[详细]
2023-02-21 04:03 分类:问答StandardAnalyzer, BackSlash and Lucene.net
I\'m using Lucene.Net 2.9.2.I use StandardAnalyzer with customized stop words list that just including english stop words.My data includes folder path like\"questions\\text\\testing data\". It\'s ok w[详细]
2023-02-21 01:30 分类:问答Howto perform a 'contains' search rather than 'starts with' using Lucene.Net
We use Lucene.NET to implement a full text search on a clients website. The search itself works already but we now want to implement a modification.[详细]
2023-02-20 13:58 分类:问答Nhibernate Search on different domains
I have two websites which are required to access the same Lucene index using nHibernate search. Problem is th开发者_StackOverflowey are of course on different domains so I think they are breaking the[详细]
2023-02-20 10:45 分类:问答Lucene creating duplicate indexes
I created an app using lucene. The server winded up throwing out of memory errors because I was new\'in up an IndexSeacher for every search in the app. The garbage collector couldn\'t keep up.[详细]
2023-02-20 03:15 分类:问答