IndexStrategy.php
getDocument(PersistentObject $obj, $language)
Get the lucene document for a PersistentObject.
encodeValue($value, $inputType)
Encode the given value according to the input type.
IndexStrategy defines the interface for indexing implementations.
Definition: IndexStrategy.php:18
PersistentObject defines the interface of all persistent objects.
Definition: PersistentObject.php:23