Uses of Package
org.apache.lucene.document
-
Packages that use org.apache.lucene.document Package Description org.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.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.monitor Monitoring frameworkorg.apache.lucene.queryparser.classic A simple query parser implemented with JavaCC.org.apache.lucene.queryparser.flexible.standard Implementation of the Lucene classic query parser using the flexible query parser frameworksorg.apache.lucene.queryparser.flexible.standard.config Standard Lucene Query Configuration.org.apache.lucene.search Code to search indices.org.apache.lucene.search.highlight Highlighting search terms.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. -
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.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 BinaryDocValuesField Field that stores a per-documentBytesRef
value.BinaryRangeDocValues BinaryRangeDocValuesField BinaryRangeFieldRangeQuery DateTools.Resolution Specifies the time granularity.Document Documents are the unit of indexing and search.FeatureField.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.FloatPointNearestNeighbor.Cell FloatPointNearestNeighbor.NearestHit LatLonPointDistanceFeatureQuery LatLonPointDistanceQuery Distance query forLatLonPoint
.LatLonPointInPolygonQuery Finds all previously indexed points that fall within the specified polygons.LazyDocument.LazyField 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.ShapeField.DecodedTriangle Represents a encoded triangle usingShapeField.decodeTriangle(byte[], DecodedTriangle)
.ShapeField.QueryRelation Query Relation TypesShapeQuery Base query class for all spatial geometries:LatLonShape
andXYShape
. -
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. -
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.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.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.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.