what is the difference between usages of ChainedFilter and FilterClause in lucene?

2014-04-10 Thread kumaran
ot;lon", CartesianTierPlotter.DEFALT_FIELD_PREFIX, true);Filter distFilter = queryBuilder.getFilter() i have tried two options. Combining BooleanFilter and Distancefilter using ChainedFilter. Next one is making another FilterClause for DistanceFilter. ChainedFilter is working. FilterCla

Re: ChainedFilter in Lucene 3.1.0

2011-04-07 Thread Robert Muir
Please read the CHANGES.txt and contrib/CHANGES.txt when upgrading, this is really really really really important. On Thu, Apr 7, 2011 at 6:40 PM, Siraj Haider wrote: > I am sorry, but the ChainedFilter was in lucene-misc-3.0.3.jar under > org.apache.lucene.misc but could not find it und

Re: ChainedFilter in Lucene 3.1.0

2011-04-07 Thread Siraj Haider
I am sorry, but the ChainedFilter was in lucene-misc-3.0.3.jar under org.apache.lucene.misc but could not find it under the same location in lucene-misc.3.1.0.jar. On 4/7/2011 6:31 PM, Siraj Haider wrote: We have been using org.apache.lucene.search.ChaniedFilter in our application that uses

ChainedFilter in Lucene 3.1.0

2011-04-07 Thread Siraj Haider
We have been using org.apache.lucene.search.ChaniedFilter in our application that uses lucene 3.0.3. Today we downloaded version 3.1.0, but the code wont compile. It says that it could not find ChainedFilter. Did this class got moved to some other package? thanks -siraj

Re: ChainedFilter in Lucene 2.9

2009-11-19 Thread Robert Muir
Hi, you can find this in 'lucene-misc' contrib jar file http://lucene.apache.org/java/2_9_1/api/contrib-misc/org/apache/lucene/misc/ChainedFilter.html On Thu, Nov 19, 2009 at 11:27 PM, Michel Nadeau wrote: > Hi ! > > Can someone tell me what is replacing ChainedFilter in Luc

ChainedFilter in Lucene 2.9

2009-11-19 Thread Michel Nadeau
Hi ! Can someone tell me what is replacing ChainedFilter in Lucene 2.9? I used to do it like this - h = searcher.search(q, cluCF, cluSort); Where cluCF is a ChainedFilter declared like this - Filter cluCF = new ChainedFilter(cluFilters, ChainedFilter.AND); cluFilters is a Filter[] containing

Re: ChainedFilter

2006-09-23 Thread Bhavin Pandya
s working... - Bhavin pandya - Original Message - From: "Bhavin Pandya" <[EMAIL PROTECTED]> To: Sent: Saturday, September 23, 2006 12:06 PM Subject: ChainedFilter Hi, I am using ChainedFilter and FilteredQuery together in order to remove RangeQuery from my code. the

ChainedFilter

2006-09-22 Thread Bhavin Pandya
Hi, I am using ChainedFilter and FilteredQuery together in order to remove RangeQuery from my code. the problem is its not working..its effect is not coming...it returns me same number of record whether i am including range or not. Here is the snippet. BooleanQuery bqone

Re: use of ChainedFilter

2006-03-16 Thread Chris Hostetter
: ChainedFilter: [views:[0.4-0.6] level:[1-} ] : : i am concerned about not being able to see the logical operator in the : print string. Should i be able to see the operator? I've never looked at it closely, but a quick glance at the source indicates that the toString does not make any at

use of ChainedFilter

2006-03-16 Thread Urvashi Gadi
Hi, I am using ChainedFilter to combine various filters. No mattar which logical operator i try to apply to all filters, when i try to print the chained filters using toString() method, i see ChainedFilter: [views:[0.4-0.6] level:[1-} ] i am concerned about not being able to see the logical