Uses of Class
com.logicaldoc.core.searchengine.Hit
-
Packages that use Hit 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 Hit in com.logicaldoc.core.automation
Methods in com.logicaldoc.core.automation that return types with arguments of type Hit Modifier and Type Method Description List<Hit>
SearchTool. search(long tenantId, String expression, String expressionLanguage)
Executes a search directly in the full-text indexList<Hit>
SearchTool. search(long tenantId, String expression, List<String> filters, String expressionLanguage)
Executes a search directly in the full-text indexList<Hit>
SearchTool. search(SearchOptions options)
Instantiates a newSearch
-
Uses of Hit in com.logicaldoc.core.searchengine
Methods in com.logicaldoc.core.searchengine that return Hit Modifier and Type Method Description Hit
SearchEngine. getHit(long id)
Hit
StandardSearchEngine. getHit(long id)
Hit
FulltextSearch.HitMapper. mapRow(ResultSet rs, int rowNum)
Hit
TagSearch.HitMapper. mapRow(ResultSet rs, int rowNum)
Hit
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 Hit Modifier and Type Method Description List<Hit>
Search. getHits()
List<Hit>
Search. search()
Perform the searchMethods in com.logicaldoc.core.searchengine with parameters of type Hit Modifier and Type Method Description int
Hit. compareTo(Hit other)
Constructor parameters in com.logicaldoc.core.searchengine with type arguments of type Hit Constructor Description HitMapper(Map<Long,Hit> hitsMap)
-
Uses of Hit in com.logicaldoc.core.searchengine.folder
Methods in com.logicaldoc.core.searchengine.folder that return Hit Modifier and Type Method Description Hit
FolderSearch.HitMapper. mapRow(ResultSet rs, int rowNum)
-