Package | Description |
---|---|
org.apache.lucene.document |
Misc extensions of the Document/Field API.
|
org.apache.lucene.facet |
faceted search
|
org.apache.lucene.facet.sortedset |
Provides faceting capabilities over facets that were indexed with
SortedSetDocValuesFacetField . |
org.apache.lucene.facet.taxonomy |
Taxonomy of Categories
|
org.apache.lucene.index |
Misc index tools and index support.
|
org.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 frameworks
|
org.apache.lucene.queryparser.flexible.standard.config |
Standard Lucene Query Configuration.
|
org.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.suggest |
Support for Autocomplete/Autosuggest
|
org.apache.lucene.search.suggest.analyzing |
Analyzer based autosuggest.
|
org.apache.lucene.search.vectorhighlight |
This is an another highlighter implementation.
|
Class and Description |
---|
BinaryDocValuesField
Field that stores a per-document
BytesRef 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.Index
Deprecated.
This is here only to ease transition from
the pre-4.0 APIs.
|
Field.Store
Specifies whether and how a field should be stored.
|
Field.TermVector
Deprecated.
This is here only to ease transition from
the pre-4.0 APIs.
|
FieldType
Describes the properties of a field.
|
FieldType.NumericType
Data type of the numeric value
|
NumericDocValuesField
Field that stores a per-document
long value for scoring,
sorting or value retrieval. |
SortedDocValuesField
Field that stores
a per-document
BytesRef value, indexed for
sorting. |
Class and Description |
---|
Document
Documents are the unit of indexing and search.
|
Field
Expert: directly create a field for a document.
|
Class and Description |
---|
Field
Expert: directly create a field for a document.
|
FieldType
Describes the properties of a field.
|
Class and Description |
---|
Field
Expert: directly create a field for a document.
|
FieldType
Describes the properties of a field.
|
Class and Description |
---|
Document
Documents are the unit of indexing and search.
|
Class and Description |
---|
DateTools.Resolution
Specifies the time granularity.
|
Class and Description |
---|
DateTools.Resolution
Specifies the time granularity.
|
Class and Description |
---|
DateTools.Resolution
Specifies the time granularity.
|
FieldType.NumericType
Data type of the numeric value
|
Class and Description |
---|
Document
Documents are the unit of indexing and search.
|
Class and Description |
---|
Document
Documents are the unit of indexing and search.
|
Class and Description |
---|
Document
Documents are the unit of indexing and search.
|
Class and Description |
---|
FieldType
Describes the properties of a field.
|
Class and Description |
---|
Field
Expert: directly create a field for a document.
|
Copyright © 2000-2016 The Apache Software Foundation. All Rights Reserved.