Re: "Advanced" query language

2005-12-20 Thread mark harwood
>However the moment you are promoting INTEROPERABILITY with other >search/retrieval systems by XMLizing the query input and the >result output, like Mark is, then it makes sense to adhere to >standards I think this is hijacking my original intentions to some extent. I may be accused of being shor

[jira] Created: (LUCENE-481) IndexReader.getCurrentVersion() and isCurrent should use commit lock.

2005-12-20 Thread Luc Vanlerberghe (JIRA)
IndexReader.getCurrentVersion() and isCurrent should use commit lock. - Key: LUCENE-481 URL: http://issues.apache.org/jira/browse/LUCENE-481 Project: Lucene - Java Type: Bug Components: Index

Re: "Advanced" query language

2005-12-20 Thread JOAQUIN . DELGADO
Ok. I admit hijacking Mark's original intentions :-) Nevertheless, I think it would be a very interesting project to expose Lucene indexes via XQuery or at least XPath initially with Lucene based full-text extensions, regardless of the type of documents that have been indexed (I'm not talking ab

Re: "Advanced" query language

2005-12-20 Thread Terry Steichen
I've looked at Mark's concept and code, and, IMHO, his implementation is well-done and addresses a huge need. It allows you to conduct Lucene searches that can harness all the power of the latest Query objects, without any special Java coding. Yet it also allows the user to be presented with

[jira] Resolved: (LUCENE-450) MatchAllDocsQuery doesn't honor boost or queryNorm

2005-12-20 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-450?page=all ] Yonik Seeley resolved LUCENE-450: - Resolution: Fixed Assign To: Yonik Seeley patch applied. > MatchAllDocsQuery doesn't honor boost or queryNorm > ---

Re: Is there a tool that merges Lucene indexes?

2005-12-20 Thread Otis Gospodnetic
Just added it. Otis - Original Message From: Erik Hatcher <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Thu 17 Nov 2005 06:56:33 AM EST Subject: Re: Is there a tool that merges Lucene indexes? On 17 Nov 2005, at 03:37, Oren Shir wrote: > Does Luke, Lucli, or any of the exis

[jira] Commented: (LUCENE-323) [PATCH] MultiFieldQueryParser and BooleanQuery do not provide adequate support for queries across multiple fields

2005-12-20 Thread Otis Gospodnetic (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-323?page=comments#action_12361003 ] Otis Gospodnetic commented on LUCENE-323: - Yonik - you committed this? The case is still showing as open, so you may want to close it if you're done with it. > [PAT

[jira] Commented: (LUCENE-323) [PATCH] MultiFieldQueryParser and BooleanQuery do not provide adequate support for queries across multiple fields

2005-12-20 Thread Yonik Seeley (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-323?page=comments#action_12361012 ] Yonik Seeley commented on LUCENE-323: - > Yonik - you committed this? The case is still showing as open, so you may > want to close it if you're done with it. This bug al

[jira] Commented: (LUCENE-323) [PATCH] MultiFieldQueryParser and BooleanQuery do not provide adequate support for queries across multiple fields

2005-12-20 Thread Chuck Williams (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-323?page=comments#action_12361018 ] Chuck Williams commented on LUCENE-323: --- FYI, I've recently noticed the new implementation of MultiFieldQueryParser (new to me since I was out of touch for about 6 month