public interface FullTextMapper
Modifier and Type | Method and Description |
---|---|
List<String> |
getIndicesFittingTheQuery(String query)
Get Lucene indices fitting the query
|
List<ErrorMetadata> |
performFullTextOverErrorLogs(String fullTextString,
List<Long> idx,
Filter filter)
Executes full text search over user message and technical message of error logs.
|
List<ErrorMetadata> performFullTextOverErrorLogs(@Param(value="fullTextString") String fullTextString, @Param(value="idx") List<Long> idx, @Param(value="filter") Filter filter)
fullTextString
- String inputted by a user.filter
- request filteridx
- full text indicesCopyright © 2020. All rights reserved.