java.lang.ObjectInjects additional tokens for synonyms of token terms fetched from the underlying child stream; the child stream must deliver lowercase tokens for synonyms to be found.org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.index.memory.SynonymTokenFilter
whoschek.AT.lbl.DOT.gov - | Field Summary | ||
|---|---|---|
| public static final String | SYNONYM_TOKEN_TYPE | The Token.type used to indicate a synonym to higher level filters. |
| Fields inherited from org.apache.lucene.analysis.TokenFilter: |
|---|
| input |
| Constructor: |
|---|
|
| Method from org.apache.lucene.index.memory.SynonymTokenFilter Summary: |
|---|
| createToken, next |
| Methods from org.apache.lucene.analysis.TokenFilter: |
|---|
| close |
| Methods from org.apache.lucene.analysis.TokenStream: |
|---|
| close, next, next, reset |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.lucene.index.memory.SynonymTokenFilter Detail: |
|---|
|
|