Uses of Package
org.apache.lucene.document
-
Packages that use org.apache.lucene.document Package Description org.apache.lucene.analysis.icu Analysis components based on ICUorg.apache.lucene.classification.document Uses already seen data (the indexed documents) to classify new documents.org.apache.lucene.classification.utils Utilities for evaluation, data preparation, etc.org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.collation Unicode collation support.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.index.memory High-performance single-document main memory Apache Lucene fulltext search index.org.apache.lucene.misc.document Misc extensions of the Document/Field API.org.apache.lucene.monitor Monitoring frameworkorg.apache.lucene.queryparser.classic A simple query parser implemented with JavaCC.org.apache.lucene.queryparser.flexible.standard Lucene Flexible Query Parser Implementationorg.apache.lucene.queryparser.flexible.standard.config Standard Lucene Query Configuration.org.apache.lucene.sandbox.document This package contains several point types:BigIntegerPoint
for 128-bit integersLatLonPoint
for latitude/longitude geospatial pointsorg.apache.lucene.search Code to search indices.org.apache.lucene.search.highlight Highlighting search terms.org.apache.lucene.search.matchhighlight This package contains several components useful to build a highlighter on top of theMatches
API.org.apache.lucene.search.spell Suggest alternate spellings for words.org.apache.lucene.search.suggest Support for Autocomplete/Autosuggestorg.apache.lucene.search.suggest.analyzing Analyzer based autosuggest.org.apache.lucene.search.suggest.document Support for document suggestionorg.apache.lucene.search.vectorhighlight Another highlighter implementation based on term vectors.org.apache.lucene.spatial3d Lucene field & query support for the spatial geometry implemented inorg.apache.lucene.spatial3d.geom
. -
Classes in org.apache.lucene.document used by org.apache.lucene.analysis.icu Class Description Field Expert: directly create a field for a document. -
Classes in org.apache.lucene.document used by org.apache.lucene.classification.document Class Description Document Documents are the unit of indexing and search. -
Classes in org.apache.lucene.document used by org.apache.lucene.classification.utils Class Description Document Documents are the unit of indexing and search.FieldType Describes the properties of a field. -
Classes in org.apache.lucene.document used by org.apache.lucene.codecs Class Description StoredValue Abstraction around a stored value. -
Classes in org.apache.lucene.document used by org.apache.lucene.collation Class Description Field Expert: directly create a field for a document. -
Classes in org.apache.lucene.document used by org.apache.lucene.document Class Description BaseShapeDocValuesQuery Base query class for ShapeDocValues queries.BinaryDocValuesField Field that stores a per-documentBytesRef
value.BinaryRangeDocValues A binary representation of a range that wraps a BinaryDocValues fieldBinaryRangeDocValuesField BinaryRangeFieldRangeQuery DateTools.Resolution Specifies the time granularity.Document Documents are the unit of indexing and search.DocValuesLongHashSet Set of longs, optimized for docvalues usageFeatureField.FeatureFunction 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.LatLonPointDistanceFeatureQuery LatLonPointDistanceQuery Distance query forLatLonPoint
.LatLonShapeDocValues A concrete implementation ofShapeDocValues
for storing binary doc value representation ofLatLonShape
geometries in aLatLonShapeDocValuesField
LatLonShapeDocValuesField Concrete implementation of aShapeDocValuesField
for geographic geometries.LongDistanceFeatureQuery 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.ShapeDocValues A binary doc values format representation forLatLonShape
andXYShape
ShapeDocValues.Encoder ShapeDocValues.Reader Reads values from a ShapeDocValues FieldShapeDocValues.Reader.BBox ShapeDocValues.ShapeComparator Shape Comparator class provides tree traversal relation methodsShapeDocValues.TreeNode Builds an in memory binary tree of tessellated triangles.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 *SpatialQuery SpatialQuery.EncodedRectangle Holds spatial logic for a bounding box that works in the encoded spaceSpatialQuery.SpatialVisitor Visitor used for walking the BKD tree.StoredValue Abstraction around a stored value.StoredValue.Type Type of aStoredValue
.XYPointInGeometryQuery Finds all previously indexed points that fall within the specified XY geometries.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.NumericDocValuesField Field that stores a per-documentlong
value for scoring, sorting or value retrieval.StoredValue Abstraction around a stored value. -
Classes in org.apache.lucene.document used by org.apache.lucene.index.memory Class Description FieldType Describes the properties of a field. -
Classes in org.apache.lucene.document used by org.apache.lucene.misc.document Class Description Document Documents are the unit of indexing and search.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.monitor Class Description Document Documents are the unit of indexing and search.FieldType Describes the properties of a field. -
Classes in org.apache.lucene.document used by org.apache.lucene.queryparser.classic Class Description DateTools.Resolution Specifies the time granularity. -
Classes in org.apache.lucene.document used by org.apache.lucene.queryparser.flexible.standard Class Description DateTools.Resolution Specifies the time granularity. -
Classes in org.apache.lucene.document used by org.apache.lucene.queryparser.flexible.standard.config Class Description DateTools.Resolution Specifies the time granularity. -
Classes in org.apache.lucene.document used by org.apache.lucene.sandbox.document Class Description Field Expert: directly create a field for a document.FieldType Describes the properties of a field.RangeFieldQuery.QueryType Used byRangeFieldQuery
to check how each internal or leaf node relates to the query. -
Classes in org.apache.lucene.document used by org.apache.lucene.search Class Description Document Documents are the unit of indexing and search. -
Classes in org.apache.lucene.document used by org.apache.lucene.search.highlight Class Description Document Documents are the unit of indexing and search. -
Classes in org.apache.lucene.document used by org.apache.lucene.search.matchhighlight Class Description Document Documents are the unit of indexing and search. -
Classes in org.apache.lucene.document used by org.apache.lucene.search.spell Class Description Document Documents are the unit of indexing and search. -
Classes in org.apache.lucene.document used by org.apache.lucene.search.suggest Class Description Document Documents are the unit of indexing and search. -
Classes in org.apache.lucene.document used by org.apache.lucene.search.suggest.analyzing Class Description Document Documents are the unit of indexing and search.FieldType Describes the properties of a field. -
Classes in org.apache.lucene.document used by org.apache.lucene.search.suggest.document Class Description Field Expert: directly create a field for a document.FieldType Describes the properties of a field. -
Classes in org.apache.lucene.document used by org.apache.lucene.search.vectorhighlight Class Description Field Expert: directly create a field for a document. -
Classes in org.apache.lucene.document used by org.apache.lucene.spatial3d Class Description Field Expert: directly create a field for a document.FieldType Describes the properties of a field.