| Class | 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.
|
| FieldValues | |
| 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 | |
| XPathField |
Indexes the values of the XPath expression evaluated with the document as the context item
|
| Enum | Description |
|---|---|
| FieldDefinition.Type |
Represents the type of data fed to the index for a given field.
|
Copyright © 2013. All Rights Reserved.