Uses of Class
com.logicaldoc.core.searchengine.Hit
Packages that use 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
Methods in com.logicaldoc.core.automation that return types with arguments of type HitModifier and TypeMethodDescriptionExecutes a search directly in the full-text indexSearchTool.search
(long tenantId, String expression, List<String> filters, String expressionLanguage) Executes a search directly in the full-text indexSearchTool.search
(SearchOptions options) Instantiates a newSearch
-
Uses of Hit in com.logicaldoc.core.searchengine
Methods in com.logicaldoc.core.searchengine that return HitModifier and TypeMethodDescriptionSearchEngine.getHit
(long id) StandardSearchEngine.getHit
(long id) Hits.next()
static Hit
Hits.toHit
(org.apache.solr.common.SolrDocument sdoc) Methods in com.logicaldoc.core.searchengine that return types with arguments of type HitMethods in com.logicaldoc.core.searchengine with parameters of type HitConstructor parameters in com.logicaldoc.core.searchengine with type arguments of type Hit -
Uses of Hit in com.logicaldoc.core.searchengine.folder
Methods in com.logicaldoc.core.searchengine.folder that return Hit