Search: ezcSearchEmbeddedManager
[ ]
[ Solr schema ]
[ ]
[ ]
[ ]
[ ]
Class: ezcSearchEmbeddedManager
|
Handles document type definitions embedded in the class the definitions are for. [
source]
Implemented Interfaces
It calls the fetchDefinition() method on the class in order to retrieve the definition. This method is required to return an ezcSearchDocumentDefinition object. The method is part of the interface ezcSearchDefinitionProvider.
Method Summary
Methods
__construct
ezcSearchEmbeddedManager __construct(
)
Constructs a new embedded manager.
fetchDefinition
Returns the definition of the search document with the type $type.
Parameters
| Name |
Type |
Description |
$type |
string |
|
Throws
| Class | Description |
ezcSearchDoesNotProvideDefinitionException |
if no such definition can be found. |
ezcSearchDefinitionInvalidException |
if the definition does not have an "idProperty" attribute. |
Last updated: Tue, 01 Sep 2009