|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexCommit | |
---|---|
org.apache.lucene.index | Code to maintain and access indices. |
Uses of IndexCommit in org.apache.lucene.index |
---|
Methods in org.apache.lucene.index that return IndexCommit | |
---|---|
IndexCommit |
IndexReader.getIndexCommit()
Expert: return the IndexCommit that this reader has opened. |
Methods in org.apache.lucene.index with parameters of type IndexCommit | |
---|---|
static IndexReader |
IndexReader.open(IndexCommit commit)
Expert: returns a read/write IndexReader reading the index in the given IndexCommit . |
static IndexReader |
IndexReader.open(IndexCommit commit,
IndexDeletionPolicy deletionPolicy)
Expert: returns a read/write IndexReader reading the index in the given Directory, using a specific commit and with a custom IndexDeletionPolicy . |
static IndexReader |
IndexReader.open(IndexCommit commit,
IndexDeletionPolicy deletionPolicy,
boolean readOnly)
Expert: returns a read/write or read only IndexReader reading the index in the given Directory, using a specific commit and with a custom IndexDeletionPolicy . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |