We've made a custom implementation of the api, using the
"search" endpoint instead of the "suggest", so the autocomplete suggestion mechanism searches both title and body of our documents.
The problem - while the search in the title is conducted from the
first character, results from the body are shown only if the whole string
was found.
For example, if we are typing "resp", we are getting 3 suggested results,
in which the word "responsive" appears in the title, and if we complete the
search term to "responsive", we get a number of additional results, that
the word "responsive" appears in their body.
Is there any way to customize this, so we will be able to search the body
from the first character, similar to the title search?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.