Home
last modified time | relevance | path

Searched hist:"00803 e562833be06ab5a869541581314b9b84d58" (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dindexer.php00803e562833be06ab5a869541581314b9b84d58 Tue Dec 28 01:30:46 UTC 2010 Tom N Harris <tnharris@whoopdedo.org> 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.