Package | Description |
---|---|
org.apache.lucene.analysis |
API and code to convert text into indexable/searchable tokens.
|
Modifier and Type | Class and Description |
---|---|
static class |
Analyzer.GlobalReuseStrategy
Implementation of
Analyzer.ReuseStrategy that reuses the same components for
every field. |
static class |
Analyzer.PerFieldReuseStrategy
Implementation of
Analyzer.ReuseStrategy that reuses components per-field by
maintaining a Map of TokenStreamComponent per field name. |
Constructor and Description |
---|
Analyzer(Analyzer.ReuseStrategy reuseStrategy)
Expert: create a new Analyzer with a custom
Analyzer.ReuseStrategy . |
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.