public interface LSIndex
Modifier and Type | Method and Description |
---|---|
boolean |
doIndex()
Carryout the Language Server Index.
|
boolean |
initFromIndexDump(String indexDumpPath)
Load the index from a dump index database.
|
boolean |
loadIndexSchema()
Load the index database schema from the disk.
|
boolean |
reIndex()
Re-Index the Language server index.
|
boolean |
saveIndexDump(Path path)
Save the current in-memory index to a given file location.
|
boolean initFromIndexDump(String indexDumpPath)
indexDumpPath
- Path to the Index DumpBoolean
Whether the index loading is successful or notboolean loadIndexSchema()
Boolean
Whether the index schema loading is successful or notboolean reIndex()
Boolean
Whether the re-indexing process is success or notboolean doIndex()
Boolean
Whether the indexing process is success or notCopyright © 2018 WSO2. All rights reserved.