@StableMinor(version="12.3", sinceVersion="8.1") public interface IBigDataSearcher
Modifier and Type | Method and Description |
---|---|
List<String> |
getAutoCompleteSuggestions(SearchQuery searchQuery,
AutoCompleteSuggestionConfig autoCompleteSuggestion)
Returns a list of auto complete suggestions for the given auto complete suggestion configuration and the search
query.
|
ISearchResults |
search(SearchQuery searchQuery)
Runs the given
search query and returns the search results . |
void |
validate(SearchQuery searchQuery)
Checks is the given
search query is syntactically correct. |
ISearchResults search(SearchQuery searchQuery)
search query
and returns the search results
.searchQuery
- the query to run.List<String> getAutoCompleteSuggestions(SearchQuery searchQuery, AutoCompleteSuggestionConfig autoCompleteSuggestion)
searchQuery
- the search query the auto complete request will be based on.autoCompleteSuggestion
- the auto complete suggestion request.void validate(SearchQuery searchQuery) throws PortalException
search query
is syntactically correct.searchQuery
- the search query
to be validatedPortalException
- if there is a syntax error in query.LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.