Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Code to search indices.
|
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.Store
Specifies whether and how a field should be stored.
|
FieldType
Describes the properties of a field.
|
NumericDocValuesField
Field that stores a per-document
long value for scoring,
sorting or value retrieval. |
ShapeField.DecodedTriangle
Represents a encoded triangle using
ShapeField.decodeTriangle(byte[], DecodedTriangle) . |
ShapeField.DecodedTriangle.TYPE
type of triangle
|
ShapeField.QueryRelation
Query Relation Types
|
Class and Description |
---|
Document
Documents are the unit of indexing and search.
|
Field
Expert: directly create a field for a document.
|
Class and Description |
---|
Document
Documents are the unit of indexing and search.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.