lucene.net
How can I perform a fuzzy search for all words provided in a Lucene.net search
I am trying to teach myself Lucene.Net to implement on my site.I understand how to do almost everything I need except for one issue.I am trying to figure out how to allow a fuzzy search for all search[详细]
2023-03-03 18:58 分类:问答Why does my Lucene.net search fail when performing a fuzzy search on multiple words in the search query?
Inmy application I have a Company, with the name field of This is a test, which is correctly being indexed by Lucene.Net.For reference, my Multi开发者_JS百科FieldQueryParser has its default operator s[详细]
2023-03-03 12:43 分类:问答best practice for lucene.net in a asp.net web application
If can someone point me to some solution/tutorial about this: web site with many writes (many users inserts, update and delete from db)[详细]
2023-03-03 11:37 分类:问答Lucene.NET ObjectDisposedException when searching
I have an application that uses Lucene.Net for searching. There is a windows service that builds the index, and a ASP.NET application then creates an IndexSearcher to search the index.[详细]
2023-03-03 02:02 分类:问答How to remove hyphen token in lucene.net
I\'m having problem with h开发者_JAVA技巧yphen when searching. I thinks its because of the Standard Analyzer that I use.[详细]
2023-03-03 01:44 分类:问答NGramTokenizer - source code of port
I am trying to find the source code for the NGramTokenizer - Lucene.Net (C#). Any feedback would be very much appreciated. Many th开发者_运维技巧anks.[详细]
2023-03-01 12:52 分类:问答default sort in lucene.net
My index contains ~4 million recrords. When I sort the results, the query runs much slower, which is not surprising.[详细]
2023-03-01 08:23 分类:问答Wrong Nhibernate.Search query results
I am querying lucene index via nhibernate.search using code below: var fts = NHibernate.Search.Search.CreateFullTextSession(this._session);[详细]
2023-03-01 04:48 分类:问答Lucene.NET Stemmer for romanian language
I\'m looking for a stemmer for the .NET version of Lucene that supports the romanian language. Do you, by any chance, know 开发者_如何学Pythonwhere I can find one ? Google doesn\'t seem to be very hel[详细]
2023-03-01 03:21 分类:问答Tokenizing hashtags in Lucene.Net
I am u开发者_如何学运维sing Lucene.Net (version 2.9). I would like to preserve tweet post \'@name\' or \'#Note\'.[详细]
2023-02-25 06:51 分类:问答