Frames | No Frames |
Classes derived from org.apache.lucene.store.Directory | |
class | Straightforward implementation of Directory as a directory of files. |
class | File-based Directory implementation that uses mmap for input. |
class | A memory-resident Directory implementation. |
Constructors with parameter type org.apache.lucene.store.Directory | |
Creates a new RAMDirectory instance from a different
Directory implementation. |
Methods with parameter type org.apache.lucene.store.Directory | |
void | Copy contents of a directory src to a directory dest. |
Constructors with parameter type org.apache.lucene.store.Directory | |
Methods with parameter type org.apache.lucene.store.Directory | |
void |
Constructors with parameter type org.apache.lucene.store.Directory | |
Constructor for code that wishes to use this class programatically
If Similarity is null, kill the field norms. | |
Open an index with write access. | |
Constructor used if IndexReader is not owner of its directory. | |
Constructs an IndexWriter for the index in
d , creating it first if it does not
already exist, otherwise appending to the existing
index. | |
Constructs an IndexWriter for the index in d . |
Fields of type org.apache.lucene.store.Directory | |
Directory |
Methods with parameter type org.apache.lucene.store.Directory | |
void | Merges all segments from an array of indexes into this index. |
void | Merges all segments from an array of indexes into this index. |
String | Get the filename of the current segments_N file
in the directory. |
long | Get the generation (N) of the current segments_N file
in the directory. |
long | Reads version number from segments files. |
boolean | Returns true if an index exists at the specified directory. |
void | Initialize an IndexWriter. |
boolean | Returns true iff the index in the named directory is
currently locked. |
long | Returns the time the index in the named directory was last modified. |
IndexReader | Returns an IndexReader reading the index in the given Directory. |
void | This version of read uses the retry logic (for lock-less
commits) to find the right segments file to load. |
void | Read a particular segmentFileName. |
long | Current version number from segments file. |
void | Forcibly unlocks the index in the named directory. |
void |
Methods with return type org.apache.lucene.store.Directory | |
Directory | Returns the directory this index resides in. |
Directory | Returns the Directory used by this index. |
Constructors with parameter type org.apache.lucene.store.Directory | |
Constructor for code that wishes to use this class progaomatically. |
Constructors with parameter type org.apache.lucene.store.Directory | |
Constructs a bit vector from the file name in Directory
d , as written by the write(Directory,String) method. |
Methods with parameter type org.apache.lucene.store.Directory | |
void | Writes this vector to the file name in Directory
d , in a format that can be read by the constructor BitVector(Directory,String) . |
Methods with parameter type org.apache.lucene.store.Directory | |
void |
Methods with return type org.apache.lucene.store.Directory | |
Directory |
Methods with parameter type org.apache.lucene.store.Directory | |
void |
Methods with return type org.apache.lucene.store.Directory | |
Directory |
Constructors with parameter type org.apache.lucene.store.Directory | |
Creates a searcher searching the index in the provided directory. |