Search
The search functions extend the core functions with the following methods. So that the methods can be used, it is necessary to integrate the namespace http://onionworks.net/2004/search.
Namespace: http://onionworks.net/2004/search
Name | Parameter | Return type | Description |
---|---|---|---|
query | rangeFrom:int rangeTo :int field:string [keywordFields:string] [whitespaceFields:string] query:string [fuzzySearchValue:string] |
nodeset | Executes a query to Lucene and returns the found values. |
rebuild | void | Performs a synchronous rebuilding of the search index if based content has changed. |