You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Apoorv Naik (JIRA)" <ji...@apache.org> on 2017/08/15 17:35:00 UTC

[jira] [Updated] (ATLAS-2044) InMemory filtering after index query

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

Apoorv Naik updated ATLAS-2044:
-------------------------------
    Attachment: 0001-ATLAS-2044-In-memory-filtering-for-correctness-after.patch

> InMemory filtering after index query
> ------------------------------------
>
>                 Key: ATLAS-2044
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2044
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Apoorv Naik
>            Assignee: Apoorv Naik
>         Attachments: 0001-ATLAS-2044-In-memory-filtering-for-correctness-after.patch
>
>
> Currently the indexing and querying is done using a StandardTokenParser which tokenizes the string on punctuations, delimiters as a result the following test string will pass the equality match for the actual stored string
> test string: user
> stored val: /foo/bar/user or /foo/bar:user
> This patch adds another layer of filtering after the index query which filters the vertices to ensure the correctness of results.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)