Is that possible to add additional filters in the "query suggestion".
e.g. There is an index:
{
jobID: string,
jobTitle: string, user: string,
.........
}
We select "jobTitle" this field as a suggestion field. One issue is that if we type words in the search box, then the auto-complete will return all the candidate words for all user.
We would like to an additional filter to narrow down the candidate words belong to specific uers. like user = 'david'
However, I think you could implement something similar using the Search endpoint. You could limit Search Field to jobTitle. This would allow you to also apply a Filter on the user field.
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.