Add more than 1 filter on a search

2010-05-25 Thread liat oren
Hi, I would like to have more than 1 filter on a query - I have two range filters, and some filters on other fields. What is the best way to do it? Many thanks, liat

Re: Add more than 1 filter on a search

2010-05-25 Thread Ian Lea
org.apache.lucene.misc.ChainedFilter in contrib. -- Ian. On Tue, May 25, 2010 at 1:15 PM, liat oren wrote: >  Hi, > > I would like to have more than 1 filter on a query - I have two range > filters, and some filters on other fields. > What is the best way to do it? > > Many thanks, > liat >

Re: Add more than 1 filter on a search

2010-05-25 Thread liat oren
Thanks a lot! Have a nice day, Liat On 25 May 2010 15:39, Ian Lea wrote: > org.apache.lucene.misc.ChainedFilter in contrib. > > > -- > Ian. > > > > On Tue, May 25, 2010 at 1:15 PM, liat oren wrote: > > Hi, > > > > I would like to have more than 1 filter on a query - I have two range > > filte