I need to apply a set of custom filters to my query.
One of the filters, which optionally can be applied, is a filter by
date range.
For the moment I'm using a BooleanQuery approach for this.
I know that it is not the best from the score accuracy nor performance
point of view and I want change th
Hello Guido,
Wednesday, April 5, 2006, 5:23:37 PM, you wrote:
GN> On 05.04.2006, at 17:15 Uhr, Bill Janssen wrote:
>> Or, as I suggested a couple of days ago, a 1.9.2 release could be
>> offered.
GN> Would be a good idea, because the current nightly builds have a lot
GN> of deprecated metho
Hello Chris,
Thanks a lot for the helping hand.
I plugged in MaxDisjunctQuery and it is working so far, but I
need to check accuracy of it. Next problem I met is highlighter, which
must be adopted to understand MaxDisjunctQuery(because now it stops to
highlight anything due to unknown new Query t
Hello Paul,
Friday, August 26, 2005, 8:40:44 PM, you wrote:
PE> On Friday 26 August 2005 17:58, [EMAIL PROTECTED] wrote:
>>
>> A simple question and I guess it may have been asked before.
>>
>> Does the order of Querys in a BooleanQuery affect search speed? By this I
>> mean if the first clause
Hello Paul,
Friday, August 26, 2005, 8:40:44 PM, you wrote:
PE> On Friday 26 August 2005 17:58, [EMAIL PROTECTED] wrote:
>>
>> A simple question and I guess it may have been asked before.
>>
>> Does the order of Querys in a BooleanQuery affect search speed? By this I
>> mean if the first clause
Hello dear Lucene users!
Is their an easy way to check, whether index is optimized or not?
Best regards,
Max
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have the following problem:
I need to construct programmatically a Boolean query against n fields
having m words in my query.
All possible unique combinations(sub-queries) are disjunctive between
each other while boolean clauses of each combination combines with AND
operator.
The reason of su
t; patch...
CH> http://issues.apache.org/jira/browse/LUCENE-323
CH> : Date: Mon, 24 Oct 2005 20:13:55 +0300
CH> : From: Maxim Patramanskij <[EMAIL PROTECTED]>
CH> : Reply-To: java-user@lucene.apache.org, Maxim Patramanskij <[EMAIL
PROTECTED]>
CH> : To: java-user@lucene.apach