Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.lucene.document Classes and Interfaces - 26 results found.
NameDescriptionTypePackageFramework
BinaryDocValuesFieldField that stores a per-document BytesRef value.Classorg.apache.lucene.documentApache Lucene
CompressionToolsSimple utility class providing static methods to compress and decompress binary data for stored fields.Classorg.apache.lucene.documentApache Lucene
DateToolsProvides support for converting dates to strings and vice-versa.Classorg.apache.lucene.documentApache Lucene
DateTools .ResolutionSpecifies the time granularity.Classorg.apache.lucene.document.DateToolsApache Lucene
DocumentDocuments are the unit of indexing and search.Classorg.apache.lucene.documentApache Lucene
DocumentStoredFieldVisitorA StoredFieldVisitor that creates a Document containing all stored fields, or only specific requested fields provided to DocumentStoredFieldVisitor(Set).Classorg.apache.lucene.documentApache Lucene
DoubleDocValuesFieldSyntactic sugar for encoding doubles as NumericDocValues via Double.Classorg.apache.lucene.documentApache Lucene
DoubleField Field that indexes double values for efficient range filtering and sorting.Classorg.apache.lucene.documentApache Lucene
FieldExpert: directly create a field for a document.Classorg.apache.lucene.documentApache Lucene
Field .IndexSpecifies whether and how a field should be indexed.Classorg.apache.lucene.document.FieldApache Lucene
Field .StoreSpecifies whether and how a field should be stored.Classorg.apache.lucene.document.FieldApache Lucene
Field .TermVectorSpecifies whether and how a field should have term vectors.Classorg.apache.lucene.document.FieldApache Lucene
FieldTypeDescribes the properties of a field.Classorg.apache.lucene.documentApache Lucene
FieldType .NumericTypeData type of the numeric value64-bit double numeric typeClassorg.apache.lucene.document.FieldTypeApache Lucene
FloatDocValuesFieldSyntactic sugar for encoding floats as NumericDocValues via Float.Classorg.apache.lucene.documentApache Lucene
FloatField Field that indexes float values for efficient range filtering and sorting.Classorg.apache.lucene.documentApache Lucene
IntField Field that indexes int values for efficient range filtering and sorting.Classorg.apache.lucene.documentApache Lucene
LongField Field that indexes long values for efficient range filtering and sorting.Classorg.apache.lucene.documentApache Lucene
NumericDocValuesField Field that stores a per-document long value for scoring, sorting or value retrieval.Classorg.apache.lucene.documentApache Lucene
SortedDocValuesField a per-document BytesRef value, indexed for sorting.Classorg.apache.lucene.documentApache Lucene
SortedNumericDocValuesField Field that stores a per-document long values for scoring, sorting or value retrieval.Classorg.apache.lucene.documentApache Lucene
SortedSetDocValuesField a set of per-document BytesRef values, indexed for faceting,grouping,joining.Classorg.apache.lucene.documentApache Lucene
StoredFieldA field whose value is stored so that IndexSearcher.Classorg.apache.lucene.documentApache Lucene
StringFieldA field that is indexed but not tokenized: the entire String value is indexed as a single token.Classorg.apache.lucene.documentApache Lucene
TextFieldA field that is indexed and tokenized, without term vectors.Classorg.apache.lucene.documentApache Lucene
LazyDocumentDefers actually loading a field's value until you ask for it.Classorg.apache.lucene.documentApache Lucene