Package | Description |
---|---|
org.apache.lucene.document |
The logical representation of a
Document for indexing and searching. |
org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.search |
Code to search indices.
|
org.apache.lucene.util |
Some utility classes.
|
Modifier and Type | Class and Description |
---|---|
static class |
Field.Index
Specifies whether and how a field should be indexed.
|
static class |
Field.Store
Specifies whether and how a field should be stored.
|
static class |
Field.TermVector
Specifies whether and how a field should have term vectors.
|
Modifier and Type | Class and Description |
---|---|
static class |
QueryParser.Operator
The default operator for parsing queries.
|
Modifier and Type | Class and Description |
---|---|
static class |
BooleanClause.Occur
Specifies how clauses are to occur in matching documents.
|
static class |
CachingWrapperFilter.DeletesMode
Expert: Specifies how new deletions against a reopened
reader should be handled.
|
Modifier and Type | Class and Description |
---|---|
class |
Version
Use by certain classes to match version compatibility
across releases of Lucene.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.