Uses of Package
org.apache.lucene.document
Packages that use org.apache.lucene.document
Package
Description
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
-
Classes in org.apache.lucene.document used by org.apache.lucene.documentClassDescriptionField that stores a per-document
BytesRef
value.Specifies the time granularity.Documents are the unit of indexing and search.Expert: directly create a field for a document.Specifies whether and how a field should be stored.Describes the properties of a field.Describes how anIndexableField
should be inverted for indexing terms and postings.A concrete implementation ofShapeDocValues
for storing binary doc value representation ofLatLonShape
geometries in aLatLonShapeDocValuesField
Concrete implementation of aShapeDocValuesField
for geographic geometries.Field that stores a per-documentlong
value for scoring, sorting or value retrieval.Query class for searchingRangeField
types by a definedPointValues.Relation
.Used byRangeFieldQuery
to check how each internal or leaf node relates to the query.A doc values field forLatLonShape
andXYShape
that usesShapeDocValues
as the underlying binary doc value format.Represents a encoded triangle usingShapeField.decodeTriangle(byte[], DecodedTriangle)
.type of triangleQuery Relation Types *Field that stores a per-documentBytesRef
value, indexed for sorting.Field that stores a per-documentlong
values for scoring, sorting or value retrieval.Field that stores a set of per-documentBytesRef
values, indexed for faceting,grouping,joining.Abstraction around a stored value.Type of aStoredValue
.A concrete implementation ofShapeDocValues
for storing binary doc value representation ofXYShape
geometries in aXYShapeDocValuesField
Concrete implementation of aShapeDocValuesField
for cartesian geometries. -
Classes in org.apache.lucene.document used by org.apache.lucene.indexClassDescriptionDocuments are the unit of indexing and search.Expert: directly create a field for a document.Describes how an
IndexableField
should be inverted for indexing terms and postings.Abstraction around a stored value.