Re: Search precondition: matching area

2006-05-16 Thread karl wettin
On Tue, 2006-05-16 at 17:51 +0200, David Trattnig wrote: > Is it possible to set more than one default-field at the > QueryParser's constructor? Actually I've set it to "contents" but i'd > like to search "contents" AND "title" and matches in title should have > a higher rating. I've posted a pat

Re: Search precondition: matching area

2006-05-16 Thread David Trattnig
Trattnig <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, 16 May, 2006 3:16:05 PM Subject: Search precondition: matching area Hello LuceneList, I've got at least following fields in my index: AREA = "home news business" CONTENTS = "... hello world ..."

Re: Search precondition: matching area

2006-05-16 Thread eks dev
this list for Filter - Original Message From: David Trattnig <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tuesday, 16 May, 2006 3:16:05 PM Subject: Search precondition: matching area Hello LuceneList, I've got at least following fields in my index: AREA = "home ne

Search precondition: matching area

2006-05-16 Thread David Trattnig
Hello LuceneList, I've got at least following fields in my index: AREA = "home news business" CONTENTS = "... hello world ..." If I submit the query query-string: "hello area:home" Lucene should only search these documents which has the matching area. Actually Lucene searches the area, but

Re: Search precondition: matching area

2006-05-16 Thread Michael D. Curtin
David Trattnig wrote: Hello LuceneList, I've got at least following fields in my index: AREA = "home news business" CONTENTS = "... hello world ..." If I submit the query query-string: "hello area:home" Lucene should only search these documents which has the matching area. Actually Lucene s

Search precondition: matching area

2006-05-16 Thread David Trattnig
Hello LuceneList, I've got at least following fields in my index: AREA = "home news business" CONTENTS = "... hello world ..." If I submit the query query-string: "hello area:home" Lucene should only search these documents which has the matching area. Actually Lucene searches the area, but it