Uses of Class
com.logicaldoc.core.searchengine.Search
-
Packages that use Search 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 annotationAutomationDictionarythat 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 Search in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation that return Search Modifier and Type Method Description SearchSearchTool. newSearch(SearchOptions options)Factory method for searches. -
Uses of Search in com.logicaldoc.core.searchengine
Subclasses of Search in com.logicaldoc.core.searchengine Modifier and Type Class Description classFulltextSearchSearch specialization for the Full text search.classTagSearchSearch specialization for the Tag search.Methods in com.logicaldoc.core.searchengine that return Search Modifier and Type Method Description static SearchSearch. get(SearchOptions opt) -
Uses of Search in com.logicaldoc.core.searchengine.folder
Subclasses of Search in com.logicaldoc.core.searchengine.folder Modifier and Type Class Description classFolderSearchSearch specialization for Folder searches.
-