Good Day,
I am attempting to tune the autosuggest feature in the Web User Interface. I've read and am rereading this article.
https://support.oracle.com/epmos/faces/SearchDocDisplay?_adf.ctrl-state=cwbpxrcv2_9&_afrLoop=473952992775395
I have applied the following settings
AutoSuggesterPerGramTermsProcessedLimit=500
AutoSuggestIndexInterval=300
AutoSuggesterThreadCount=2
AutoSuggesterPerContextThreadCount=4
AutoSuggestMinGramLength=3
AutoSuggestMaxGramLength=4
AutoSuggesterPerGramTermsProcessedLimit=1000
AutoSuggestProximityCutOff=0.2
DisabledAutoSuggestFields=table=Documents:fields=dOriginalName|table=Revisions:fields=dDocName
But when I started typing text in the search field I was only getting immediate results for folders and libraries. Nothing for documents. I have removed the above configuration settings, restarted the content server and rebuilt the search index but maybe I need to Enable a Field for the AutoSuggest Feature just like I had disabled fields in my previous configuration settings.
I would like to be able to search for Titles of documents but would also like immediate results to appear for Documents. Any ideas how this can be done?