Uses of Package
org.apache.lucene.document
-
Packages that use org.apache.lucene.document Package Description org.apache.lucene.analysis API and code to convert text into indexable/searchable tokens.org.apache.lucene.benchmark.byTask.feeds Sources for benchmark inputs: documents and queries.org.apache.lucene.benchmark.byTask.tasks Extendable benchmark tasks.org.apache.lucene.document The logical representation of aDocument
for indexing and searching.org.apache.lucene.facet.index Indexing of document categoriesorg.apache.lucene.index Code to maintain and access indices.org.apache.lucene.index.pruning Static Index Pruning Toolsorg.apache.lucene.queryParser A simple query parser implemented with JavaCC.org.apache.lucene.queryParser.standard Contains the implementation of the Lucene query parser using the flexible query parser frameworksorg.apache.lucene.queryParser.standard.config Standard Lucene Query Configurationorg.apache.lucene.search Code to search indices.org.apache.lucene.search.highlight The highlight package contains classes to provide "keyword in context" features typically used to highlight search terms in the text of results pages.org.apache.lucene.search.vectorhighlight This is an another highlighter implementation.org.apache.lucene.store.instantiated InstantiatedIndex, alternative RAM store for small corpora.org.apache.lucene.util Some utility classes. -
Classes in org.apache.lucene.document used by org.apache.lucene.analysis Class Description Fieldable Synonymous withField
. -
Classes in org.apache.lucene.document used by org.apache.lucene.benchmark.byTask.feeds Class Description Document Documents are the unit of indexing and search.Field.Index Specifies whether and how a field should be indexed.Field.Store Specifies whether and how a field should be stored.Field.TermVector Specifies whether and how a field should have term vectors. -
Classes in org.apache.lucene.document used by org.apache.lucene.benchmark.byTask.tasks Class Description Document Documents are the unit of indexing and search.FieldSelector Similar to aFileFilter
, the FieldSelector allows one to make decisions about what Fields get loaded on aDocument
byIndexReader.document(int,org.apache.lucene.document.FieldSelector)
-
Classes in org.apache.lucene.document used by org.apache.lucene.document Class Description AbstractField Base class for Field implementationsDateTools.Resolution Specifies the time granularity.Field A field is a section of a Document.Field.Index Specifies whether and how a field should be indexed.Field.Store Specifies whether and how a field should be stored.Field.TermVector Specifies whether and how a field should have term vectors.Fieldable Synonymous withField
.FieldSelector Similar to aFileFilter
, the FieldSelector allows one to make decisions about what Fields get loaded on aDocument
byIndexReader.document(int,org.apache.lucene.document.FieldSelector)
FieldSelectorResult Provides information about what should be done with this FieldNumericField This class provides aField
that enables indexing of numeric values for efficient range filtering and sorting.NumericField.DataType Data type of the value inNumericField
. -
Classes in org.apache.lucene.document used by org.apache.lucene.facet.index Class Description Document Documents are the unit of indexing and search.Field A field is a section of a Document. -
Classes in org.apache.lucene.document used by org.apache.lucene.index Class Description Document Documents are the unit of indexing and search.FieldSelector Similar to aFileFilter
, the FieldSelector allows one to make decisions about what Fields get loaded on aDocument
byIndexReader.document(int,org.apache.lucene.document.FieldSelector)
-
Classes in org.apache.lucene.document used by org.apache.lucene.index.pruning Class Description Document Documents are the unit of indexing and search.FieldSelector Similar to aFileFilter
, the FieldSelector allows one to make decisions about what Fields get loaded on aDocument
byIndexReader.document(int,org.apache.lucene.document.FieldSelector)
-
Classes in org.apache.lucene.document used by org.apache.lucene.queryParser Class Description DateTools.Resolution Specifies the time granularity. -
Classes in org.apache.lucene.document used by org.apache.lucene.queryParser.standard Class Description DateTools.Resolution Specifies the time granularity. -
Classes in org.apache.lucene.document used by org.apache.lucene.queryParser.standard.config Class Description DateTools.Resolution Specifies the time granularity.NumericField.DataType Data type of the value inNumericField
. -
Classes in org.apache.lucene.document used by org.apache.lucene.search Class Description Document Documents are the unit of indexing and search.FieldSelector Similar to aFileFilter
, the FieldSelector allows one to make decisions about what Fields get loaded on aDocument
byIndexReader.document(int,org.apache.lucene.document.FieldSelector)
-
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.vectorhighlight Class Description Field A field is a section of a Document. -
Classes in org.apache.lucene.document used by org.apache.lucene.store.instantiated Class Description Document Documents are the unit of indexing and search.FieldSelector Similar to aFileFilter
, the FieldSelector allows one to make decisions about what Fields get loaded on aDocument
byIndexReader.document(int,org.apache.lucene.document.FieldSelector)
-
Classes in org.apache.lucene.document used by org.apache.lucene.util Class Description Document Documents are the unit of indexing and search.Field A field is a section of a Document.Field.Index Specifies whether and how a field should be indexed.Field.Store Specifies whether and how a field should be stored.Field.TermVector Specifies whether and how a field should have term vectors.