Uses of Class
com.logicaldoc.core.searchengine.Hit
Package
Description
Automation subsystem that allows you to program your own logic inside the
platform.
The automation engine can be accessed through the class
Please note the special annotation
The automation engine can be accessed through the class
Automation
Please note the special annotation
AutomationDictionary
that is used to
automatically put in the Dictionary whatever bean you need.The core of the search engine.
-
Uses of Hit in com.logicaldoc.core.automation
Modifier and TypeMethodDescriptionExecutes a search directly in the full-text indexExecutes a search directly in the full-text indexSearchTool.search
(SearchOptions options) Instantiates a newSearch
-
Uses of Hit in com.logicaldoc.core.searchengine
Modifier and TypeMethodDescriptionSearchEngine.getHit
(long id) StandardSearchEngine.getHit
(long id) Hits.next()
static Hit
Hits.toHit
(org.apache.solr.common.SolrDocument sdoc) -
Uses of Hit in com.logicaldoc.core.searchengine.folder