| Class | Description |
|---|---|
| IndexConfiguration |
Maintains a list of field definitions and index options that inform indexing and search.
|
| MultiFieldAnalyzer |
Like SolrIndexAnalyzer, but without dependencies on solr The
default analyzer is the analyzer mapped to the null key.
|
| MutableString |
Stores character data, like StringBuilder, but provides equals() that compares contents
so this can be used as a key in a map, where it will compare equals() to any CharSequence
containing the same sequence of chars.
|
| QNameTextMapper |
Accumulates text for each element and each attribute.
|
| XmlIndexer |
Indexes XML documents.
|
| XmlPathMapper |
Accumulate counts of QNames and QName paths.
|
| XPathValueMapper |
Each path-value is a string of path components, as defined in
XmlPathMapper, followed by
a value token. |
| Enum | Description |
|---|---|
| FieldRole |
Certain fields are known to the indexer and optimizer: these are identified by their FieldRole.
|
Copyright © 2013. All Rights Reserved.