Re: Search Across All Fields

2009-01-21 Thread Chris Hostetter
: Subject: Search Across All Fields : References: <49710068.1090...@gmail.com> : <3994e409-bff0-4348-9d84-4c762b150...@gmail.com> : In-Reply-To: <3994e409-bff0-4348-9d84-4c762b150...@gmail.com> http://people.apache.org/~hossman/#threadhijack Thread Hijacking on Mailing Lists When starting a

Re: Search Across All Fields

2009-01-16 Thread Jamie
Hi Erick Thanks for the pointer. I dont know how I missed that. Our index sizes are absolutely huge so its not really practical in putting an all_text field. It would great if you could introduce a macro or something that one could use to specify all fields. Thanks anyway! Jamie Erick Eri

Re: Search Across All Fields

2009-01-16 Thread Erick Erickson
I think you forgot a set of parentheses, a close paren right before the AND and an open paren right after AND Depending upon how big your index is, a MUCH easier way to do this is to index another field, call it all_text say, and add all your terms to that field as well as to the individual one, t

RE: Search Across All Fields

2009-01-16 Thread Zhang, Lisheng
Hi, Inside (priority:beauty ..) there is an AND, is that operator what you want? Best regards, Lisheng -Original Message- From: Jamie [mailto:ja...@stimulussoft.com] Sent: Friday, January 16, 2009 3:02 PM To: java-user@lucene.apache.org Subject: Search Across All Fields Hi Everyone I