| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
75 (0.33s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Minimize document hits based on number of matching terms between source text terms and document field terms - Lucene.Net - [mail # user]
|
|
...Hi, QueryParser.Parse will return a BooleanQuery when you've given it several terms. You can set MinimumNumberShouldMatch to get the behavior you want. var query = qu...
|
|
|
Author: Simon Svensson,
2013-05-09, 16:19
|
|
|
Re: Lucene query parser multiple words - Lucene.Net - [mail # user]
|
|
...Sending this to the mailing list in case anyone is keeping track. The issue was a custom-modified Lucene.Net assembly, the one provided via NuGet works as expected. On 2013...
|
|
|
Author: Simon Svensson,
2013-05-09, 15:56
|
|
|
Re: Lucene query parser multiple words - Lucene.Net - [mail # user]
|
|
...Hi, This does not match the behavior of QueryParser. var analyzer = new StandardAnalyzer(Version.LUCENE_30); var parser = new QueryParser(Version.LUCENE_30, "f", analyzer); var q...
|
|
|
Author: Simon Svensson,
2013-05-08, 16:46
|
|
|
[LUCENENET-500] Lucene fails to run in medium trust ASP.NET Application - Lucene.Net - [issue]
|
|
...I'm having trouble upgrading a web application running under medium trust from 2.9.4 to 3.0.3. Code that previously worked now throws a SecurityException.[SecurityException: Request for ...
|
|
|
http://issues.apache.org/jira/browse/LUCENENET-500
Author: Simon Svensson,
2013-03-27, 19:58
|
|
|
Re: Cutting a 3.0.3 Hotfix - Lucene.Net - [mail # dev]
|
|
...Yey. On 2013-02-20 23:12, Christopher Currens wrote:...
|
|
|
Author: Simon Svensson,
2013-02-20, 22:14
|
|
|
How to unsubscribe third party from mailing list, or "Vacation reply" - Lucene.Net - [mail # user]
|
|
...I'm receiving this for every post to [EMAIL PROTECTED], and done so for some time. I'm guessing there's some kind of privileges involved in removing a third party email from list...
|
|
|
Author: Simon Svensson,
2013-02-14, 17:10
|
|
|
Re: Unexpected MultiFieldQueryParser result - Lucene.Net - [mail # user]
|
|
...Hi, I've build something similar, basically a large freetext textbox for simple queries. I choose instead to have a big concatenated fulltext-field instead of searching int...
|
|
|
Author: Simon Svensson,
2013-02-14, 17:02
|
|
|
Re: Why is my index so large? - Lucene.Net - [mail # user]
|
|
...Hi, Are you able to share those document with us? Perhaps a giant zip archive with both documents and code? A common problem with checking index sizes is an old opened read...
|
|
|
Author: Simon Svensson,
2012-12-18, 10:16
|
|
|
Re: Simplifying Lucene using Adapter Pattern , Generics , Reflection and Custom Attributes - Lucene.Net - [mail # dev]
|
|
...Hi, Are you talking about something like NHibernate.Search ? It's available on NuGet , and there's a FluentNHibernate.Search for those using FluentNHibern...
|
|
|
Author: Simon Svensson,
2012-12-13, 07:34
|
|
|
Re: Lucene Backup - Lucene.Net - [mail # user]
|
|
...Hi, Your questions are answered by the first page in the green paper. * Don't copy the write.lock file. * Always copy the segments.gen f...
|
|
|
Author: Simon Svensson,
2012-12-12, 22:01
|
|
|
|