Nithin Kumara Narayanaswamy Teekaramanaa created ATLAS-4561:
---------------------------------------------------------------
Summary: Suggestions feature for elasticsearch backend
Key: ATLAS-4561
URL: https://issues.apache.org/jira/browse/ATLAS-4561
Project: Atlas
Issue Type: Wish
Reporter: Nithin Kumara Narayanaswamy Teekaramanaa
Hello,
Currently the suggestion feature only works for solr indexing backend but not
for other backends like elasticsearch.
{code:java}
if (solrClient == null) {
LOG.warn("The indexing system is not solr based. Suggestions feature will
not be
available.");
return;
}
{code}
It would be a nice to have feature.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)