Uses of Class
com.logicaldoc.core.searchengine.SearchException
-
Packages that use SearchException Package Description com.logicaldoc.core.automation Automation subsystem that allows you to program your own logic inside the platform.
The automation engine can be accessed through the classAutomation
Please note the special annotationAutomationDictionary
that is used to automatically put in the Dictionary whatever bean you need.com.logicaldoc.core.searchengine The core of the search engine.com.logicaldoc.core.searchengine.folder -
-
Uses of SearchException in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation that throw SearchException Modifier and Type Method Description List<Hit>
SearchTool. search(SearchOptions options)
Instantiates a newSearch
-
Uses of SearchException in com.logicaldoc.core.searchengine
Methods in com.logicaldoc.core.searchengine that throw SearchException Modifier and Type Method Description void
FulltextSearch. internalSearch()
void
TagSearch. internalSearch()
List<Hit>
Search. search()
Perform the search -
Uses of SearchException in com.logicaldoc.core.searchengine.folder
Methods in com.logicaldoc.core.searchengine.folder that throw SearchException Modifier and Type Method Description void
FolderSearch. internalSearch()
-