update all to use LUCENE MONITOR
This commit is contained in:
parent
2881d5851d
commit
40fdcc43b7
|
@ -24,7 +24,7 @@ import org.apache.lucene.analysis.tokenattributes.TermAttribute;
|
|||
/**
|
||||
* @author kimchy (shay.banon)
|
||||
*/
|
||||
// TODO Lucene Monitor: Once 3.1 is out, no need for this class anymore, use CharTermAttribute
|
||||
// LUCENE MONITOR: Once 3.1 is out, no need for this class anymore, use CharTermAttribute
|
||||
public class CharSequenceTermAttribute implements CharSequence {
|
||||
|
||||
private final TermAttribute termAtt;
|
||||
|
|
|
@ -50,7 +50,7 @@ import java.io.IOException;
|
|||
* @see com.ibm.icu.text.Normalizer2
|
||||
* @see com.ibm.icu.text.FilteredNormalizer2
|
||||
*/
|
||||
// TODO Lucene Monitor: Once 3.1 is released use it instead
|
||||
// LUCENE MONITOR: Once 3.1 is released use it instead
|
||||
public class ICUNormalizer2Filter extends TokenFilter {
|
||||
|
||||
private final TermAttribute termAtt = addAttribute(TermAttribute.class);
|
||||
|
|
Loading…
Reference in New Issue