Uses of Class
com.logicaldoc.core.searchengine.Hits
Packages that use Hits
-
Uses of Hits in com.logicaldoc.core.searchengine
Methods in com.logicaldoc.core.searchengine that return HitsModifier and TypeMethodDescriptionExecutes a low-level query in the fulltext index
Attention: The hits will be populated with just the fields stored in the indexSearchEngine.search
(String expression, Set<String> filters, String expressionLanguage, Integer rows) Search for hits.
Attention: The hits will be populated with just the fields stored in the indexStandardSearchEngine.search
(String expression, Set<String> filters, String expressionLanguage, Integer rows)