Hue, Solr - Auto Fill of Search Terms

亡梦爱人 提交于 2019-12-24 14:30:38

问题


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:


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



来源:https://stackoverflow.com/questions/32644762/hue-solr-auto-fill-of-search-terms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!