You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Nithin Kumara Narayanaswamy Teekaramanaa (Jira)" <ji...@apache.org> on 2022/02/28 19:55:00 UTC

[jira] [Created] (ATLAS-4561) Suggestions feature for elasticsearch backend

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)