public class IndexReader
extends java.lang.Object
Index to retrieve IndexEntrys.
There are some known issues and limitations in the implementaion
that you can see at:| Modifier and Type | Method and Description |
|---|---|
Index |
getCompleteIndex()
getCompleteIndex will return all the entries into the siva file, even modified or delete
files.
|
Index |
getFilteredIndex()
getFilteredIndex will return an index with all the deleted or modified elements already
filtered.
|
public final Index getFilteredIndex() throws SivaException
SivaException - If some error happens reading or validating the index.public final Index getCompleteIndex() throws SivaException
SivaException - If some error happens reading or validating the index.