Apoorv Naik created ATLAS-2044:
----------------------------------
Summary: 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)