Re: QueryParser over multiple fields

2005-12-29 Thread euw
> > Two options - MultiFieldQueryParser or building an aggregate single > field to search. I use the aggregate field option, which entails > building an additional field for each document, I call it "contents", > and index _all_ of the searchable text into that field. > > Erik How about a

Re: QueryParser over multiple fields

2005-12-29 Thread euw
> > > That's a perfectly good approach as well. I didn't mean to imply > that there were only "two options", just that the two I suggested > were the most commonly used ones. > > Erik > Ah, for a moment i thought i had overlooked a "canonical" solution, i'm quite new to lucene. Thanks. B