| Package | Description |
|---|---|
| org.apache.lucene.index |
Code to maintain and access indices.
|
| org.apache.lucene.search |
Code to search indices.
|
| org.apache.lucene.store |
Binary i/o API, used for all index data.
|
| org.apache.lucene.util |
Some utility classes.
|
| org.apache.lucene.util.fst |
Finite state transducers
|
| org.apache.lucene.util.packed |
The packed package provides random access capable arrays of positive longs.
|
| Class | Description |
|---|---|
| AlreadyClosedException |
This exception is thrown when there is an attempt to
access something that has already been closed.
|
| DataInput |
Abstract base class for performing read operations of Lucene's low-level
data types.
|
| Directory |
A Directory is a flat list of files.
|
| IndexOutput |
Abstract base class for output to a file in a Directory.
|
| LockObtainFailedException |
This exception is thrown when the
write.lock
could not be acquired. |
| Class | Description |
|---|---|
| Directory |
A Directory is a flat list of files.
|
| Class | 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. |
| DataInput |
Abstract base class for performing read operations of Lucene's low-level
data types.
|
| DataOutput |
Abstract base class for performing write operations of Lucene's low-level
data types.
|
| Directory |
A Directory is a flat list of files.
|
| FSDirectory | |
| FSDirectory.FSIndexOutput | |
| 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 | |
| SimpleFSDirectory.SimpleFSIndexInput | |
| SimpleFSDirectory.SimpleFSIndexInput.Descriptor |
| Class | Description |
|---|---|
| DataInput |
Abstract base class for performing read operations of Lucene's low-level
data types.
|
| DataOutput |
Abstract base class for performing write operations of Lucene's low-level
data types.
|
| Directory |
A Directory is a flat list of files.
|
| FSDirectory | |
| IndexInput |
Abstract base class for input from a file in a
Directory. |
| Class | Description |
|---|---|
| DataInput |
Abstract base class for performing read operations of Lucene's low-level
data types.
|
| DataOutput |
Abstract base class for performing write operations of Lucene's low-level
data types.
|
| Class | Description |
|---|---|
| DataInput |
Abstract base class for performing read operations of Lucene's low-level
data types.
|
| DataOutput |
Abstract base class for performing write operations of Lucene's low-level
data types.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.