Complex query filtering

2006-12-12 Thread Maxim Patramanskij
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

Re[2]: WRITE_LOCK_TIMEOUT

2006-12-19 Thread Maxim Patramanskij
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

Re[3]: Cross-field multi-word and query

2005-10-26 Thread Maxim Patramanskij
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

Re[2]: Does order of BooleanQuery clauses affect search performance?

2005-12-04 Thread Maxim Patramanskij
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

Re[2]: Does order of BooleanQuery clauses affect search performance?

2005-12-04 Thread Maxim Patramanskij
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

How to check, whether Index is optimized or not?

2006-01-11 Thread Maxim Patramanskij
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]

Cross-field multi-word and query

2005-10-24 Thread Maxim Patramanskij
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

Re[2]: Cross-field multi-word and query

2005-10-25 Thread Maxim Patramanskij
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