public interface LSIndex
Modifier and Type | Method and Description |
---|---|
boolean |
closeConnection()
Close the Language Server Index Connection.
|
boolean |
doIndex()
Carryout the Language Server Index.
|
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 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 notboolean saveIndexDump(Path path)
path
- File path to save the index dumpBoolean
Whether the save process is success or notboolean closeConnection()
Copyright © 2019 WSO2. All rights reserved.