mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-08 20:46:05 +00:00
add documentation for Indexer()
This commit is contained in:
parent
d33eb59b4a
commit
acab20fe24
|
@ -70,6 +70,14 @@ class SeedDMS_FulltextService {
|
||||||
return new $this->services[0]['IndexedDocument']($document->getDMS(), $document, $this->converters, $nocontent, $this->cmdtimeout);
|
return new $this->services[0]['IndexedDocument']($document->getDMS(), $document, $this->converters, $nocontent, $this->cmdtimeout);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns an instance of the indexer
|
||||||
|
*
|
||||||
|
* The indexer provides access to fulltext index. It allows to add and
|
||||||
|
* get documents.
|
||||||
|
*
|
||||||
|
* @return object instance of class specified in 'Indexer'
|
||||||
|
*/
|
||||||
public function Indexer($recreate=false) {
|
public function Indexer($recreate=false) {
|
||||||
if($this->index)
|
if($this->index)
|
||||||
return $this->index;
|
return $this->index;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user