public interface AutoCompleteApi extends ExposedApi
Modifier and Type | Method and Description |
---|---|
List<String> |
getProviderNames()
Get a list of all the
autocomplete provider names registered in Attivio |
List<AutoCompleteSuggestion> |
getSuggestions(String providerName,
QueryRequest req)
Get all suggestions from a certain
autocomplete provider given its name and
a query request |
void |
resourceModified(String uri)
Notifies all
autocomplete providers that share resources
that their resource has been modified. |
List<AutoCompleteSuggestion> getSuggestions(String providerName, QueryRequest req) throws AttivioException
autocomplete provider
given its name and
a query requestproviderName
- name of autocomplete provider
to usereq
- query requestAttivioException
void resourceModified(String uri) throws AttivioException
autocomplete providers
that share resources
that their resource has been modified.uri
- resource as a uri stringAttivioException
List<String> getProviderNames() throws AttivioException
autocomplete provider
names registered in AttivioAttivioException
Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.