Details
Description
Related to OAK-2175 search engines are often used for term suggestions (e.g. for autocompletion, search as you type, etc.) which I think would be good to support also in Oak, especially having both Lucene (https://lucene.apache.org/core/4_10_0/suggest/org/apache/lucene/search/suggest/Lookup.html) and Solr (https://wiki.apache.org/solr/Suggester https://wiki.apache.org/solr/TermsComponent) already implementing this functionality.