Search: ezcSearchHandler
[ ]
[ Solr schema ]
[ ]
[ ]
[ ]
[ ]
Interface: ezcSearchHandler
|
Defines interface for all the search backend implementations. [
source]
Method Summary
|
public ezcSearchFindQuery |
createFindQuery(
$type, $definition )
Creates a search query object with the fields from the definition filled in. |
|
public ezcSearchResult |
find(
$query )
Builds the search query and returns the parsed response |
|
public void |
findById(
$id, $definition )
Finds a document by the document's $id |
Methods
createFindQuery
Creates a search query object with the fields from the definition filled in.
Parameters
find
Builds the search query and returns the parsed response
Parameters
findById
Finds a document by the document's $id
Parameters
Last updated: Tue, 01 Sep 2009