|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.apache.solr.analysis | |
|---|---|
| org.apache.solr.analysis | |
| org.apache.solr.schema | |
| Classes in org.apache.solr.analysis used by org.apache.solr.analysis | |
|---|---|
| BaseTokenFilterFactory
Simple abstract implementation that handles init arg processing. |
|
| BaseTokenizerFactory
Simple abstract implementation that handles init arg processing. |
|
| BufferedTokenStream
Handles input and output buffering of TokenStream // Example of a class implementing the rule "A" "B" => "Q" "B" class MyTokenStream extends BufferedTokenStream { public MyTokenStream(TokenStream input) {super(input);} protected Token process(Token t) throws IOException { if ("A".equals(t.termText())) { Token t2 = read(); if (t2! |
|
| SolrAnalyzer
|
|
| SynonymMap
Mapping rules for use with SynonymFilter |
|
| TokenFilterFactory
A TokenFilterFactory creates a
TokenFilter to transform one TokenStream
into another. |
|
| TokenizerFactory
A TokenizerFactory breaks up a stream of characters
into tokens. |
|
| Classes in org.apache.solr.analysis used by org.apache.solr.schema | |
|---|---|
| SolrAnalyzer
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||