| Package | Description |
|---|---|
| lux.index | |
| lux.index.analysis |
| Modifier and Type | Method and Description |
|---|---|
void |
IndexConfiguration.configureElementVisibility(XmlTokenStreamBase tokens) |
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeTokenStream
A TokenStream that extracts words from attributes in a Saxon Document model (XdmNode)
|
class |
ElementTokenStream
A TokenStream that extracts text from a Saxon Document model (XdmNode) and generates
a token for every "word" for every element that contains it.
|
class |
TextOffsetTokenStream
This TokenStream records the offsets (character positions in the original text) of every token.
|
class |
XmlTextTokenStream
Extracts tokens from an s9api XML document tree (XdmNode) in order to make them
available to Lucene classes that accept TokenStreams, like the indexer and highlighter.
|
Copyright © 2013. All Rights Reserved.