You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (Jira)" <ji...@apache.org> on 2022/11/07 00:09:00 UTC

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

     [ https://issues.apache.org/jira/browse/ATLAS-4561?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Madhan Neethiraj updated ATLAS-4561:
------------------------------------
    Fix Version/s: 3.0.0
                       (was: 2.3.0)

> Suggestions feature for elasticsearch backend
> ---------------------------------------------
>
>                 Key: ATLAS-4561
>                 URL: https://issues.apache.org/jira/browse/ATLAS-4561
>             Project: Atlas
>          Issue Type: New Feature
>          Components:  atlas-core
>            Reporter: Nithin Kumara Narayanaswamy Teekaramanaa
>            Priority: Major
>             Fix For: 3.0.0
>
>
> 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.10#820010)