You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by Siraj Haider <si...@jobdiva.com> on 2011/04/08 00:31:43 UTC

ChainedFilter in Lucene 3.1.0

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

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: ChainedFilter in Lucene 3.1.0

Posted by Robert Muir <rc...@gmail.com>.
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 <si...@jobdiva.com> 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 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 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
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-user-help@lucene.apache.org
>>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


Re: ChainedFilter in Lucene 3.1.0

Posted by Siraj Haider <si...@jobdiva.com>.
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 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
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org