public abstract class IndexInfo extends Object
Index.| Constructor and Description |
|---|
IndexInfo() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getIndexFolder()
Gets the full folder name where index is located.
|
abstract UUID |
getIndexId()
Gets the index unique identifier.
|
abstract IndexStatus |
getIndexStatus()
Gets the index status.
|
abstract int |
getSegmentCount()
Gets the number of index segments.
|
abstract int |
getTermCount()
Gets the number of words in the index.
|
abstract String |
getVersion()
Gets the index version.
|
public abstract String getIndexFolder()
public abstract UUID getIndexId()
public abstract IndexStatus getIndexStatus()
public abstract int getSegmentCount()
public abstract int getTermCount()
public abstract String getVersion()
Copyright © 2026. All rights reserved.