Uses of Package
lux.index.field

Packages that use lux.index.field
lux.index   
lux.index.field   
 

Classes in lux.index.field used by lux.index
FieldDefinition
          represents a field in the index corresponding to some XML content.
 

Classes in lux.index.field used by lux.index.field
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.
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.