Re: newbie question on querying on multiple attributes

2008-12-16 Thread Hardy Ferentschik
Hi, instead of the ClassBridge you can just annotate all the properties you want to index with @Field and build a BooleanQuery out of the input field. Indexing the properties into separate document fields is probably more extendable in the future when you for example only want to search on

Re: newbie question on querying on multiple attributes

2008-12-16 Thread Stephane Nicoll
leanQuery for each > term? > > I am sure there is an example out there...but I haven't found one or have > misunderstood what I have seen so far. So if there is a something out > there, could someone direct me to it? > > Thanks in advance, > - Doug > -- > View this

newbie question on querying on multiple attributes

2008-12-16 Thread Doug Leeper
o far. So if there is a something out there, could someone direct me to it? Thanks in advance, - Doug -- View this message in context: http://www.nabble.com/newbie-question-on-querying-on-multiple-attributes-tp21035723p21035723.html Sent from the Lucene - Java Users mailing list archive at Nabbl