Class FinderControllerIndexer

Description

Indexer controller class for Finder.

  • since: 2.5

Located in /administrator/components/com_finder/controllers/indexer.json.php (line 22)

JObject
   |
   --JControllerLegacy
      |
      --FinderControllerIndexer
Method Summary
 static void sendResponse ([mixed $data = null])
 void batch ()
 void optimize ()
 void start ()
Variables
Methods
static sendResponse (line 265)

Method to handle a send a JSON response. The body parameter can be a Exception object for when an error has occurred or a JObject for a good response.

  • since: 2.5
  • access: public
static void sendResponse ([mixed $data = null])
  • mixed $data: JObject on success, Exception on error. [optional]
batch (line 98)

Method to run the next batch of content through the indexer.

  • since: 2.5
  • access: public
void batch ()
optimize (line 218)

Method to optimize the index and perform any necessary cleanup.

  • since: 2.5
  • access: public
void optimize ()
start (line 31)

Method to start the indexer.

  • since: 2.5
  • access: public
void start ()

Inherited Methods

Inherited From JControllerLegacy

 JControllerLegacy::__construct()
 JControllerLegacy::addModelPath()
 JControllerLegacy::addPath()
 JControllerLegacy::addViewPath()
 JControllerLegacy::authorise()
 JControllerLegacy::checkEditId()
 JControllerLegacy::createFileName()
 JControllerLegacy::createModel()
 JControllerLegacy::createView()
 JControllerLegacy::display()
 JControllerLegacy::execute()
 JControllerLegacy::getInstance()
 JControllerLegacy::getModel()
 JControllerLegacy::getName()
 JControllerLegacy::getTask()
 JControllerLegacy::getTasks()
 JControllerLegacy::getView()
 JControllerLegacy::holdEditId()
 JControllerLegacy::redirect()
 JControllerLegacy::registerDefaultTask()
 JControllerLegacy::registerTask()
 JControllerLegacy::releaseEditId()
 JControllerLegacy::setMessage()
 JControllerLegacy::setPath()
 JControllerLegacy::setRedirect()
 JControllerLegacy::unregisterTask()

Inherited From JObject

 JObject::__construct()
 JObject::def()
 JObject::get()
 JObject::getError()
 JObject::getErrors()
 JObject::getProperties()
 JObject::set()
 JObject::setError()
 JObject::setProperties()
 JObject::__toString()

Documentation generated on Tue, 19 Nov 2013 15:05:29 +0100 by phpDocumentor 1.4.3