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
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
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
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