Re: Search precondition: matching area

2006-05-16 Thread David Trattnig
t Filtering effect 2. to minimize scoring use boosts: "(hello)^HIGH_BOOST +(area:home)^LOW_BOOST" 3. If scoring via boosts does not work good enough for you, or is slow, use Filter interface from your code... search this list for Filter - Original Message From: David

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

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

Search environment: the best choice

2006-02-16 Thread David Trattnig
Hi, I've following constellation (planned architecture): [Webserver - APACHE] which serves the content [unspecified other servers] [CMS Server / SearchEngine - TOMCAT] handles the content creation and publishing to the webserver indexing of content stored at the apache-machine The tomcat-mach