adding search engine
This commit is contained in:
parent
314d8daacb
commit
ef8e8704c5
14 changed files with 535 additions and 3 deletions
|
|
@ -338,6 +338,18 @@ sub getDefaultValue {
|
|||
}
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getIndexerParams ( )
|
||||
|
||||
Override this method and return a hash reference that includes the properties necessary to index the content of the wobject.
|
||||
|
||||
=cut
|
||||
|
||||
sub getIndexerParams {
|
||||
return {};
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 getValue ( propertyName )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue