[
https://issues.apache.org/jira/browse/ATLAS-2044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Apoorv Naik updated ATLAS-2044:
-------------------------------
Attachment: (was:
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
>
> 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)