Package | Description |
---|---|
org.apache.lucene.document |
The Document abstraction.
|
org.apache.lucene.queryParser |
A simple query parser implemented with JavaCC.
|
org.apache.lucene.search |
Search over indices.
|
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 terms may occur in matching documents.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.