-
Method Summary
Returns IndexInfo for all the indexes present in
the repository
Returns IndexInfo for index at given path
boolean
Determined if the index is valid and usable.
-
Method Details
-
getAllIndexInfo
Returns IndexInfo for all the indexes present in
the repository
-
getInfo
Returns IndexInfo for index at given path
- Parameters:
indexPath - path repository
- Returns:
- indexInfo for the index or null if there is no index node
found at given path
- Throws:
IOException
-
isValid
Determined if the index is valid and usable. If the index is corrupt
then it returns false
- Throws:
IOException