Re: New Lucene QueryParser

2007-01-03 Thread Laurent Hoss
Hi Mark As said in a previous mail, I'm very interested in your Parser and I'm happy to hear you made progress , and implemented Paragraph/Sentence proximity search functionality. :) This is the killer feature for me! and if the execution of the resulting query ( a mix containing SpanQuery 's

Re: QueryParser returns all documents

2006-09-05 Thread Laurent Hoss
. In practice this doesn't work (no documents are found). Why would you want to do this? Use IndexReader methods to iterate all documents. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-

Re: "Field Grouping" query restrained to same field on a 'multi'-field'

2006-08-09 Thread Laurent Hoss
Yonik Seeley wrote: On 8/8/06, Laurent Hoss wrote: Suppose having an Index containing Lucene documents, having multiple fields (equally) named 'paragraph'. Now I want to make a "Field Grouping" query (described in: http://lucene.apache.org/java/docs/queryparsersyntax.html )

"Field Grouping" query restrained to same field on a 'multi'-field'

2006-08-08 Thread Laurent Hoss
Hi Suppose having an Index containing Lucene documents, having multiple fields (equally) named 'paragraph'. Now I want to make a "Field Grouping" query (described in: http://lucene.apache.org/java/docs/queryparsersyntax.html ) "paragraph:( word1 AND word2 )" retrieving only documents where the