| Package | Description |
|---|---|
| lux | |
| lux.index | |
| lux.index.field |
| Class and Description |
|---|
| FieldDefinition
represents a field in the index corresponding to some XML content.
|
| Class and Description |
|---|
| FieldDefinition
represents a field in the index corresponding to some XML content.
|
| Class and Description |
|---|
| AttributeQNameField |
| AttributeTextField
Indexes the text in each attribute of a document
|
| DocumentField
A stored field that is used to store the entire XML document.
|
| ElementQNameField |
| ElementTextField
Indexes the text in each element of a document
|
| FieldDefinition
represents a field in the index corresponding to some XML content.
|
| FieldDefinition.Type
Represents the type of data fed to the index for a given field.
|
| IDField
A 64-bit generated field that we try to make globally unique; used for sorting
results into XQuery "document order"
This definition exists only for the purpose of defining and declaring the field
the value is never to be retrieved from the XmlIndexer
|
| PathField
Indexes each distinct path as a sequence of name tokens
|
| PathOccurrenceField
Indexes each occurrence of each path as a separate term
TODO: also store freqs (but not positions), so as to enable path-cardinality queries
|
| PathValueField |
| QNameValueField |
| TinyBinaryField
A field that stores XML documents in a binary form (
TinyBinary) that is very close to the in-memory Saxon TinyTree format. |
| TinyBinarySolrField |
| URIField |
| XmlTextField |
Copyright © 2013. All Rights Reserved.