Suggest for Solr Search Dashboards

Published on 06 April 2016 in - 1 minute read - Last modified on 06 March 2021

Hey Search users,

The upcoming Hue version supports Solr Suggester and makes your data easier to search! Suggester assists the user by proposing an auto-completable list of queries:

 

 

We hope that you like the interactivity, and feel free to send feedback on the hue-user list or @gethue!

 

How-to

First grab a Solr 5, start it and make sure that it has a suggester configured:

romain@unreal:$ ./bin/solr -e techproducts

Waiting to see Solr listening on port 8983 [/]

Started Solr server on port 8983 (pid=23696). Happy searching!

Checked core existence using Core API command:

http://localhost:8983/solr/admin/cores?action=STATUS&core=techproducts

Confirm that Solr has a suggester configured, here named mySuggester:



http://127.0.0.1:8983/solr/#/techproducts/files?file=solrconfig.xml





mySuggester

FuzzyLookupFactory

DocumentDictionaryFactory

cat

price

string

false





 

then activate the suggester in the Hue Dashboard settings:

and see the help in the query box:


comments powered by Disqus

More recent stories

03 May 2023
Discover the power of Apache Ozone using the Hue File Browser
Read More
23 January 2023
Hue 4.11 and its new dialects and features are out!
Read More