Re: P.neq() predicate uses wrong ES mapping


sergeymetallic@...
 

Hi Marc, 

problem is that Janusgraph uses tokenised field for "neq" comparisons and non tokenised for "eq". For example for a property "x" tokenised field in ES will have the name "x" and non-tokenized "x_STRING". Instead of "??" there can be any value that contains a space (like "this is a simple text") and it will not work already

Join {janusgraph-users@lists.lfaidata.foundation to automatically receive all group messages.