diff options
author | Tom N Harris <tnharris@whoopdedo.org> | 2010-12-27 20:30:46 -0500 |
---|---|---|
committer | Tom N Harris <tnharris@whoopdedo.org> | 2010-12-27 20:30:46 -0500 |
commit | 00803e562833be06ab5a869541581314b9b84d58 (patch) | |
tree | 83586e2ae8081ad8000070e03982368b927e4c5f /lib/exe/xmlrpc.php | |
parent | 3c4b38902b6f6d32222611b22087d5d41d20de6e (diff) | |
download | dokuwiki-00803e562833be06ab5a869541581314b9b84d58.tar.gz dokuwiki-00803e562833be06ab5a869541581314b9b84d58.zip |
Indexer v3 Rewrite part one (unstable)
The indexer functions have been converted to a class interface.
Use the Doku_Indexer class to access the indexer with these public methods:
addPageWords
addMetaKeys
deletePage
tokenizer
lookup
lookupKey
getPages
histogram
These functions are provided for general use:
idx_get_version
idx_get_indexer
idx_get_stopwords
idx_addPage
idx_lookup
idx_tokenizer
These functions are still available, but are deprecated:
idx_getIndex
idx_indexLengths
All other old idx_ functions are unsupported and have been removed.
Diffstat (limited to 'lib/exe/xmlrpc.php')
0 files changed, 0 insertions, 0 deletions