Correct way to search across all fields

2004-09-17 Thread Peter Pimley
Hello everybody. I'm a relative newbie with lucene, but I've got it set up on my system and it's working well. I'd like it to be the case that the default behaviour is to search across all the Fields of all my Documents. At the moment, when I create my Document object, the last thing I do

Re: Correct way to search across all fields

2004-09-17 Thread Otis Gospodnetic
it to be the case that the default behaviour is to search across all the Fields of all my Documents. At the moment, when I create my Document object, the last thing I do is to create an extra Field called 'all', whose content is the concatinated contents of all the other fields. Then, when

Search in all fields

2004-03-16 Thread Rosen Marinov
In QueryParser.parse method I must give which is the default field. Does this means ttah non-adressed queris are executed only over this field? The main question is: How I can search in all fields in all documents in the index? Note that I don't know field names, there can be thousands field

Re: Search in all fields

2004-03-16 Thread Grant Ingersoll
PROTECTED] 03/16/04 07:56AM In QueryParser.parse method I must give which is the default field. Does this means ttah non-adressed queris are executed only over this field? The main question is: How I can search in all fields in all documents in the index? Note that I don't know field names

Re: Search in all fields

2004-03-16 Thread Kelvin Tan
search in all fields in all documents in the index? Note that I don't know field names, there can be thousands field names in all documnets. 10x in advance. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional