# Functions
ClearIndex of all collections and documents.
CreateNewCollection creates an index for data bags when they are created, rather than when the first data bag item is uploaded.
DeleteCollection deletes a collection from the index.
DeleteItemFromCollection deletes an item from a collection.
Endpoints returns a list of currently indexed endpoints.
No description provided by the author
IndexObj processes and adds an object to the index.
No description provided by the author
LoadIndex loads index files from disk.
ReIndex rebuilds the search index from scratch.
SaveIndex saves the index files to disk.
# Structs
No description provided by the author
IdxCollection holds a map of documents.
IdxDoc is the indexed documents that are actually searched.
No description provided by the author
# Interfaces
No description provided by the author
Index holds a map of document collections.
Indexable is an interface that provides all the information necessary to index an object.
No description provided by the author
No description provided by the author