Path

ez components / documentation / api reference / 2009.1 / search


eZ Components 2009.1

Search: ezcSearchHandler

[ Tutorial ] [ Solr schema ] [ Class tree ] [ Element index ] [ ChangeLog ] [ Credits ]

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

Methods

createFindQuery

ezcSearchFindQuery createFindQuery( string $type, ezcSearchDocumentDefinition $definition )
Creates a search query object with the fields from the definition filled in.

Parameters

Name Type Description
$type string  
$definition ezcSearchDocumentDefinition  

find

Builds the search query and returns the parsed response

Parameters

Name Type Description
$query ezcSearchFindQuery  

Last updated: Mon, 29 Jun 2009