Re: Search on all fields in a document

2005-10-20 Thread Benjamin Ragheb
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

Re: Search on all fields in a document

2005-10-20 Thread Rob Young
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

Re: Search on all fields in a document

2005-10-20 Thread Chris Hostetter
: : 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