You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Uwe Schindler <uw...@thetaphi.de> on 2009/09/21 14:24:20 UTC

RE: svn commit: r817220 - /lucene/java/trunk/CHANGES.txt

And inline in your diff we have the deprecated Token class:

>   * LUCENE-1422, LUCENE-1693: New TokenStream API that uses a new class
> called
>     AttributeSource instead of the now deprecated Token class. All
> attributes
>     that the Token class had have been moved into separate classes:
> @@ -286,10 +282,13 @@
>   * LUCENE-1636: Make TokenFilter.input final so it's set only
>      once. (Wouter Heijke, Uwe Schindler via Mike McCandless).


Uwe :-)


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


Re: svn commit: r817220 - /lucene/java/trunk/CHANGES.txt

Posted by Mark Miller <ma...@gmail.com>.
I see what you mean! My first change had the dep token piece in the
diff. Thats a funny coincidence. Through me for a loop.

Uwe Schindler wrote:
> This was the answer about your first commit (merge FSDir stuff). At the time
> I posted the answer, you fixed the deprecated Token thing :-)
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>   
>> -----Original Message-----
>> From: Mark Miller [mailto:markrmiller@gmail.com]
>> Sent: Monday, September 21, 2009 2:28 PM
>> To: java-dev@lucene.apache.org
>> Subject: Re: svn commit: r817220 - /lucene/java/trunk/CHANGES.txt
>>
>> Uwe Schindler wrote:
>>     
>>> And inline in your diff we have the deprecated Token class:
>>>
>>>
>>>       
>>>>   * LUCENE-1422, LUCENE-1693: New TokenStream API that uses a new class
>>>> called
>>>>     AttributeSource instead of the now deprecated Token class. All
>>>> attributes
>>>>     that the Token class had have been moved into separate classes:
>>>> @@ -286,10 +282,13 @@
>>>>   * LUCENE-1636: Make TokenFilter.input final so it's set only
>>>>      once. (Wouter Heijke, Uwe Schindler via Mike McCandless).
>>>>
>>>>         
>>> Uwe :-)
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
>>> For additional commands, e-mail: java-dev-help@lucene.apache.org
>>>
>>>
>>>       
>> Isn't that what I fixed? Did I mess it up? If so, can you fix real quick?
>>
>> Trying to build the final artifacts now :)
>>
>> --
>> - Mark
>>
>> http://www.lucidimagination.com
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: java-dev-help@lucene.apache.org
>>     
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>   


-- 
- Mark

http://www.lucidimagination.com




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


RE: svn commit: r817220 - /lucene/java/trunk/CHANGES.txt

Posted by Uwe Schindler <uw...@thetaphi.de>.
This was the answer about your first commit (merge FSDir stuff). At the time
I posted the answer, you fixed the deprecated Token thing :-)

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Mark Miller [mailto:markrmiller@gmail.com]
> Sent: Monday, September 21, 2009 2:28 PM
> To: java-dev@lucene.apache.org
> Subject: Re: svn commit: r817220 - /lucene/java/trunk/CHANGES.txt
> 
> Uwe Schindler wrote:
> > And inline in your diff we have the deprecated Token class:
> >
> >
> >>   * LUCENE-1422, LUCENE-1693: New TokenStream API that uses a new class
> >> called
> >>     AttributeSource instead of the now deprecated Token class. All
> >> attributes
> >>     that the Token class had have been moved into separate classes:
> >> @@ -286,10 +282,13 @@
> >>   * LUCENE-1636: Make TokenFilter.input final so it's set only
> >>      once. (Wouter Heijke, Uwe Schindler via Mike McCandless).
> >>
> >
> >
> > Uwe :-)
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: java-dev-help@lucene.apache.org
> >
> >
> Isn't that what I fixed? Did I mess it up? If so, can you fix real quick?
> 
> Trying to build the final artifacts now :)
> 
> --
> - Mark
> 
> http://www.lucidimagination.com
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org



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


Re: svn commit: r817220 - /lucene/java/trunk/CHANGES.txt

Posted by Mark Miller <ma...@gmail.com>.
Uwe Schindler wrote:
> And inline in your diff we have the deprecated Token class:
>
>   
>>   * LUCENE-1422, LUCENE-1693: New TokenStream API that uses a new class
>> called
>>     AttributeSource instead of the now deprecated Token class. All
>> attributes
>>     that the Token class had have been moved into separate classes:
>> @@ -286,10 +282,13 @@
>>   * LUCENE-1636: Make TokenFilter.input final so it's set only
>>      once. (Wouter Heijke, Uwe Schindler via Mike McCandless).
>>     
>
>
> Uwe :-)
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>   
Isn't that what I fixed? Did I mess it up? If so, can you fix real quick?

Trying to build the final artifacts now :)

-- 
- Mark

http://www.lucidimagination.com




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