| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
34 (1.022s).
|
|
|
Loading phrases to help you refine your search...
|
|
Lucene query parser multiple words - Lucene.Net - [mail # user]
|
|
...When using lucene QueryParser to parse a query with multipal words i found that the returned query is like the following: *query text:* word1 word2 word3 word4 *returned qu...
|
|
|
Author: Omri Suissa,
2013-05-08, 16:34
|
|
|
Re: Unexpected MultiFieldQueryParser result - Lucene.Net - [mail # user]
|
|
...I think this is a *major bug *in the query parser. I've checked the example in lucene query syntax documentation: *title:(+return +"pink panther")* the result is: *+title:return ...
|
|
|
Author: Omri Suissa,
2013-02-18, 07:41
|
|
|
Re: Unexpected MultiFieldQueryParser result - Lucene.Net - [mail # user]
|
|
...I've simplified the test to the following query: *name:10th AND test:10th* the result is: *+name:10th +name:10th AND test:"10th and test 10th"* the expected result is (in m...
|
|
|
Author: Omri Suissa,
2013-02-17, 17:54
|
|
|
Extending QueryParser to properly handle numeric fields - Lucene.Net - [mail # user]
|
|
...Hi, I want to extend QueryParser to properly handle numeric fields. I found a lot of info about it on the java mailing list. One of the resolutions to this problem looks very good: override ...
|
|
|
Author: Omri Suissa,
2013-02-17, 16:03
|
|
|
Flexible query parser - Lucene.Net - [mail # user]
|
|
...Hi, I found the in v2.9 IBM contribute a very good query parser named "Flexible query parser". do you know about any C# port of this parser? https://issues.apache.org/jira/browse/LUCEN...
|
|
|
Author: Omri Suissa,
2013-02-17, 15:51
|
|
|
Re: Unexpected MultiFieldQueryParser result - Lucene.Net - [mail # user]
|
|
...Hi, Thanks, i understand your solution but in my case i don't want to parse the fields myself, the query parser should do this. What basically i'm asking is why i got the result that i got, ...
|
|
|
Author: Omri Suissa,
2013-02-17, 13:48
|
|
|
Re: Unexpected MultiFieldQueryParser result - Lucene.Net - [mail # user]
|
|
...No one? :) On Wed, Feb 6, 2013 at 12:41 PM, Omri Suissa wrote: ...
|
|
|
Author: Omri Suissa,
2013-02-14, 14:05
|
|
|
Unexpected MultiFieldQueryParser result - Lucene.Net - [mail # user]
|
|
...Hi, I'm using MultiFieldQueryParser to allow advance search in my application. In some cases the user don't send the fields names and in some cases the user send them. In t...
|
|
|
Author: Omri Suissa,
2013-02-06, 10:41
|
|
|
Re: Why is my index so large? - Lucene.Net - [mail # user]
|
|
...Thanks! :) On Tue, Dec 18, 2012 at 5:27 PM, Richard Wilde wrote: ...
|
|
|
Author: Omri Suissa,
2012-12-18, 16:56
|
|
|
Re: Why is my index so large? - Lucene.Net - [mail # user]
|
|
...Hi, I'm terribly sorry for wasting your time, I found the problem in my files crawler, I read the same document several times and a 6MB document becomes 400MB text. Thanks again,...
|
|
|
Author: Omri Suissa,
2012-12-18, 15:20
|
|
|
|