| vqwiki.SearchEngine
All known Subclasses: vqwiki.AbstractSearchEngine,
SearchEngine | public interface SearchEngine (Code) | | |
getSearchIndexPath | public String getSearchIndexPath(String vrtualWiki)(Code) | | Get the path, which holds all index files
|
refreshIndex | public void refreshIndex() throws Exception(Code) | | Should be called by a monitor thread at regular intervals, rebuilds the
entire seach index to account for removed items. Due to the additive rather
than subtractive nature of a Wiki, it probably only needs to be called once
or twice a day
|
|
|