You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Hemanth Yamijala (JIRA)" <ji...@apache.org> on 2016/06/14 07:11:40 UTC

[jira] [Commented] (ATLAS-796) Fulltext search 500 Error

    [ https://issues.apache.org/jira/browse/ATLAS-796?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328998#comment-15328998 ] 

Hemanth Yamijala commented on ATLAS-796:
----------------------------------------

[~ayubkhan], Firing the query with a quote around the search term is working. Basically ':' seems to be a Solr token and hence is failing. 

For e.g. GET http://localhost:21000/api/atlas/discovery/search/fulltext?query="d:a"

{
  "requestId": "qtp1702474538-15 - 8c7552f5-0bd0-415d-8dc4-cfa3e0582502",
  "query": "\"d:a\"",
  "queryType": "full-text",
  "count": 0,
  "results": []
}

Can you please try this and report if this is fine for you?

> Fulltext search 500 Error
> -------------------------
>
>                 Key: ATLAS-796
>                 URL: https://issues.apache.org/jira/browse/ATLAS-796
>             Project: Atlas
>          Issue Type: Bug
>    Affects Versions: 0.7-incubating
>            Reporter: Erik Bergenholtz
>            Priority: Critical
>             Fix For: 0.7-incubating
>
>
> Including ":" in a fulltext query results in a 500 Error. For example: http://172.22.83.187:21000/api/atlas/discovery/search/fulltext?query=d%3Aa



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)