Hue, Solr - Auto Fill of Search Terms

2019-08-08 20:41发布

In the HUE Solr UI, there is an option to create a Dashboard to Search on an index. The search Field allows auto fill of the Index fieldsNames (as per the below HTML Snippet), but not autofill of Search Terms from the Index of the existing terms.

HTML Code for the Search Box -

<input data-bind="clearable: q, typeahead: { target: q, source: $root.collection.template.fieldsNames, multipleValues: true, multipleValuesSeparator: ':', extraKeywords: 'AND OR TO', completeSolrRanges: true }

Is there a way to allow Autofill of Index Terms? If anyone has implemented this can you share the code to do the same?

Thanks, Manish

1条回答
forever°为你锁心
2楼-- · 2019-08-08 21:19

This feature is not yet available in the new version of the Search App in Hue: https://issues.cloudera.org/browse/HUE-2983

查看更多
登录 后发表回答