Try our conversational search powered by Generative AI!

Access autocomplete word list in .NET API?

Vote:
 

We're running Find (client version currently 9.5) in an on premise environment, and the public index URLs aren't accessible to anyone on the public web.

I'd like to access the content the users have added to the Autocomplete list in the Find-GUI, is there anywhere in the API where I can do this? Or some special filters/searches I can set up for it?

#142124
Dec 01, 2015 13:53
Vote:
 

Try accessing /find_v2/_autocomplete?prefix=&size=50. By specifying an empty prefix you should get all autocomplete suggestions. 

There is an API you could use as well: 

SearchClient.Instance.Statistics().GetAutocomplete(...);

but that requires a prefix to be set. 

EDIT: Looks like you only get 10 results at a time :-\

#142126
Edited, Dec 01, 2015 14:54
Vote:
 
<p>Ah, there it is! Thanks!</p> <p></p> <p>(About 10 results: I dun care :) )</p>
#142127
Dec 01, 2015 15:18
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.