| java.lang.Object |
| ↳ |
org.apache.lucene.util.AttributeSource |
| |
↳ |
org.apache.lucene.analysis.TokenStream |
| |
|
↳ |
org.apache.lucene.analysis.TokenFilter |
| |
|
|
↳ |
com.atlassian.confluence.search.lucene.filter.AnalyzerFilter |
Class Overview
DO NOT USE.
There must be a better way than this. Please don't use this filter for anything new.
Summary
|
[Expand]
Inherited Fields |
From class
org.apache.lucene.analysis.TokenFilter
|
protected
final
TokenStream |
input |
|
|
| Public Methods |
|
Token
|
next()
|
|
[Expand]
Inherited Methods |
From class
org.apache.lucene.analysis.TokenFilter
|
void
|
close()
|
|
void
|
end()
|
|
void
|
reset()
|
|
From class
org.apache.lucene.analysis.TokenStream
|
void
|
close()
|
|
void
|
end()
|
|
static
boolean
|
getOnlyUseNewAPI()
|
|
boolean
|
incrementToken()
|
|
Token
|
next(Token arg0)
|
|
Token
|
next()
|
|
void
|
reset()
|
|
static
void
|
setOnlyUseNewAPI(boolean arg0)
|
|
From class
org.apache.lucene.util.AttributeSource
|
Attribute
|
addAttribute(Class arg0)
|
|
void
|
addAttributeImpl(AttributeImpl arg0)
|
|
AttributeSource.State
|
captureState()
|
|
void
|
clearAttributes()
|
|
AttributeSource
|
cloneAttributes()
|
|
boolean
|
equals(Object arg0)
|
|
Attribute
|
getAttribute(Class arg0)
|
|
Iterator
|
getAttributeClassesIterator()
|
|
AttributeSource.AttributeFactory
|
getAttributeFactory()
|
|
Iterator
|
getAttributeImplsIterator()
|
|
boolean
|
hasAttribute(Class arg0)
|
|
boolean
|
hasAttributes()
|
|
int
|
hashCode()
|
|
void
|
restoreState(AttributeSource.State arg0)
|
|
String
|
toString()
|
|
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
AnalyzerFilter
(TokenStream result, String fieldName, Analyzer analyzer)
Public Methods