Uses of Package
org.apache.lucene.document
-
Packages that use org.apache.lucene.document Package Description org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.index Code to maintain and access indices.org.apache.lucene.search Code to search indices. -
Classes in org.apache.lucene.document used by org.apache.lucene.document Class Description BinaryDocValuesField Field that stores a per-documentBytesRef
value.DateTools.Resolution Specifies the time granularity.Document Documents are the unit of indexing and search.Field Expert: directly create a field for a document.Field.Store Specifies whether and how a field should be stored.FieldType Describes the properties of a field.InvertableType Describes how anIndexableField
should be inverted for indexing terms and postings.KnnFloatVectorField A field that contains a single floating-point numeric vector (or none) for each document.LatLonShapeDocValues A concrete implementation ofShapeDocValues
for storing binary doc value representation ofLatLonShape
geometries in aLatLonShapeDocValuesField
LatLonShapeDocValuesField Concrete implementation of aShapeDocValuesField
for geographic geometries.NumericDocValuesField Field that stores a per-documentlong
value for scoring, sorting or value retrieval.RangeFieldQuery Query class for searchingRangeField
types by a definedPointValues.Relation
.RangeFieldQuery.QueryType Used byRangeFieldQuery
to check how each internal or leaf node relates to the query.ShapeDocValuesField A doc values field forLatLonShape
andXYShape
that usesShapeDocValues
as the underlying binary doc value format.ShapeField.DecodedTriangle Represents a encoded triangle usingShapeField.decodeTriangle(byte[], DecodedTriangle)
.ShapeField.DecodedTriangle.TYPE type of triangleShapeField.QueryRelation Query Relation Types *StoredValue Abstraction around a stored value.StoredValue.Type Type of aStoredValue
.XYShapeDocValues A concrete implementation ofShapeDocValues
for storing binary doc value representation ofXYShape
geometries in aXYShapeDocValuesField
XYShapeDocValuesField Concrete implementation of aShapeDocValuesField
for cartesian geometries. -
Classes in org.apache.lucene.document used by org.apache.lucene.index Class Description Document Documents are the unit of indexing and search.Field Expert: directly create a field for a document.InvertableType Describes how anIndexableField
should be inverted for indexing terms and postings.StoredValue Abstraction around a stored value. -
Classes in org.apache.lucene.document used by org.apache.lucene.search Class Description Document Documents are the unit of indexing and search.