Result class for the Finder indexer package.
This class uses magic __get() and __set() methods to prevent properties being added that might confuse the system. All properties not explicitly declared will be pushed into the elements array and can be accessed explicitly using the getElement() method.
Located in /administrator/components/com_finder/helpers/indexer/result.php (line 26)
The content access level.
The default language for content.
The content description.
An array of extra result properties.
The generic end date.
This array tells the indexer which properties should be indexed and what weights to use for those properties.
The content language.
The item list price.
The published state of the result.
The publishing end date.
The publishing start date.
The content route.
The item sale price.
The generic start date.
The content published state.
The indexer will use this data to create taxonomy mapping entries for the item so that it can be filtered by type, label, category, or whatever.
The content title.
The content type id. This is set by the adapter.
The content URL.
Method to add a processing instruction for an item property.
Method to add a taxonomy map for an item.
Method to retrieve additional element values from the elements array.
Method to get the taxonomy maps for an item.
Method to remove a processing instruction for an item property.
Method to set additional element values in the elements array.
The magic get method is used to retrieve additional element values from the elements array.
The magic isset method is used to check the state of additional element values in the elements array.
The magic set method is used to push additional values into the elements array in order to preserve the cleanliness of the object.
The magic unset method is used to unset additional element values in the elements array.
Documentation generated on Tue, 19 Nov 2013 15:12:18 +0100 by phpDocumentor 1.4.3