Package | Description |
---|---|
org.apache.lucene.benchmark.byTask |
Benchmarking Lucene By Tasks.
|
org.apache.lucene.benchmark.byTask.tasks |
Extendable benchmark tasks.
|
org.apache.lucene.benchmark.stats | |
org.apache.lucene.index |
Code to maintain and access indices.
|
org.apache.lucene.misc | |
org.apache.lucene.search |
Code to search 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.store.db |
Berkeley DB 4.3 based implementation of
Directory . |
org.apache.lucene.store.instantiated |
InstantiatedIndex, alternative RAM store for small corpora.
|
org.apache.lucene.store.je |
Berkeley DB Java Edition based implementation of
Directory . |
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 |
---|
AlreadyClosedException
This exception is thrown when there is an attempt to
access something that has already been closed.
|
Directory
A Directory is a flat list of files.
|
LockObtainFailedException
This exception is thrown when the
write.lock
could not be acquired. |
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 |
---|
AlreadyClosedException
This exception is thrown when there is an attempt to
access something that has already been closed.
|
BufferedIndexInput
Base implementation class for buffered
IndexInput . |
BufferedIndexOutput
Base implementation class for buffered
IndexOutput . |
Directory
A Directory is a flat list of files.
|
FSDirectory |
FSLockFactory
Base class for file system based locking implementation.
|
IndexInput
Abstract base class for input from a file in a
Directory . |
IndexOutput
Abstract base class for output to a file in a Directory.
|
Lock
An interprocess mutex lock.
|
LockFactory
Base class for Locking implementation.
|
LockObtainFailedException
This exception is thrown when the
write.lock
could not be acquired. |
NoLockFactory
Use this
LockFactory to disable locking entirely. |
RAMFile
For Lucene internal use
|
SimpleFSDirectory.SimpleFSIndexInput |
SimpleFSDirectory.SimpleFSIndexInput.Descriptor |
SimpleFSDirectory.SimpleFSIndexOutput |
Class and Description |
---|
Directory
A Directory is a flat list 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.
|
Lock
An interprocess mutex lock.
|
Class and Description |
---|
Directory
A Directory is a flat list of files.
|
Class and Description |
---|
Directory
A Directory is a flat list 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.
|
Lock
An interprocess mutex lock.
|
Class and Description |
---|
Directory
A Directory is a flat list of files.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.