Rob Young wrote:
Is there no way to say "search on all searchable fields in every
document in the index" without explicitly providing a list of "all
searchable fields"?
You can programmatically get the list of searchable fields by calling
fieldNames(true) on IndexReader. From there it shoul
Chris Hostetter wrote:
There is some advice on this in the FAQ...
http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-300f0756fdaa71f522c96a868351f716573f2d7
Is there no way to say "search on all searchable fields in every
document in the index" without explicitly providing a list of "all
s
:
: If I have a document with a number of fields in it, is there a way to
: say that I want to search for a term across all those fields without
: stating the terms explicitly?
There is some advice on this in the FAQ...
http://wiki.apache.org/jakarta-lucene/LuceneFAQ#head-300f0756fdaa71f522c96a86
Hi,
If I have a document with a number of fields in it, is there a way to
say that I want to search for a term across all those fields without
stating the terms explicitly?
Detail:
I have multiple different types of products (cds, dvds, games, books
etc.) each different product has differen