Uses of Package
org.apache.lucene.document

Packages that use org.apache.lucene.document
Package
Description
Analysis components based on ICU
Uses already seen data (the indexed documents) to classify new documents.
Utilities for evaluation, data preparation, etc.
Codecs API: API for customization of the encoding and structure of the index.
Unicode collation support.
The logical representation of a Document for indexing and searching.
Faceted search.
Provides FacetSets faceting capabilities which allows users to facet on high dimensional field values.
Provides range on range faceting capabilities.
Provides faceting capabilities over facets that were indexed with SortedSetDocValuesFacetField.
Taxonomy of Categories.
Taxonomy index implementation using on top of a Directory.
Code to maintain and access indices.
High-performance single-document main memory Apache Lucene fulltext search index.
Misc extensions of the Document/Field API.
Monitoring framework
A simple query parser implemented with JavaCC.
Lucene Flexible Query Parser Implementation
Standard Lucene Query Configuration.
This package contains several point types: BigIntegerPoint for 128-bit integers LatLonPoint for latitude/longitude geospatial points
Code to search indices.
Highlighting search terms.
This package contains several components useful to build a highlighter on top of the Matches API.
Suggest alternate spellings for words.
Support for Autocomplete/Autosuggest
Analyzer based autosuggest.
Support for document suggestion
Another highlighter implementation based on term vectors.
Lucene field & query support for the spatial geometry implemented in org.apache.lucene.spatial3d.geom.