Re: searching in more than fields on document

2006-06-06 Thread digby
All sorted now. Of course, if I can loop through the properties of a bean to add them as fields to the document, then I can certainly do the same at query time to build the MultiFieldQueryParser. All done and working great. Thanks for all your comments. digby wrote: Basically, I've

Re: searching in more than fields on document

2006-06-06 Thread digby
's properties into a single field still seems like the easiest option (as well as having the proper fields so they can search if they know the field name). Digby Michael D. Curtin wrote: Not sure if I understand exactly what you want to do, but would the ":" syntax that QueryPar

Re: Lucene in Action

2006-06-06 Thread digby
LOL. I gotta get a Lucene License Plate Frame though. Rob Staveley (Tom) wrote: It is better value than the tee shirt http://www.cafepress.com/lucene/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: Lucene in Action

2006-06-06 Thread digby
?catname=%2FLucene). Regards Paul I. digby <[EMAIL PROTECTED]> Sent by: news

Lucene in Action

2006-06-06 Thread digby
a new edition perhaps? Thanks, Digby - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: searching in more than fields on document

2006-06-06 Thread digby
fields into a single "content" field which I then search on (I also have the individual fields added too). Would this be the correct approach for what I'm trying to do, or is there another "AllFieldsQueryParser" I could use? TIA Digby karl wettin wrote: On Tue, 2006-0