Package | Description |
---|---|
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.search |
Search over indices.
|
org.apache.lucene.search.spell |
Suggest alternate spellings for words.
|
org.apache.lucene.store |
Binary i/o API, used for all index data.
|
org.apache.lucene.util |
Some utility classes.
|
Class and Description |
---|
Directory
A Directory is a flat list of files.
|
Class and Description |
---|
Directory
A Directory is a flat list of files.
|
Class and Description |
---|
Directory
A Directory is a flat list of files.
|
Class and Description |
---|
BufferedIndexInput
Base implementation class for buffered
IndexInput . |
BufferedIndexOutput
Base implementation class for buffered
IndexOutput . |
Directory
A Directory is a flat list of files.
|
FSDirectory
Straightforward implementation of
Directory as a directory of files. |
IndexInput
Abstract base class for input from a file in a
Directory . |
IndexOutput
Abstract base class for output to a file in a Directory.
|
InputStream
Deprecated.
Use
IndexInput or BufferedIndexInput instead. |
Lock
An interprocess mutex lock.
|
OutputStream
Deprecated.
Use
IndexOutput or BufferedIndexOutput
instead. |
Class and Description |
---|
Directory
A Directory is a flat list of files.
|
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.