Mapping.STRING not working as expected?
Hi everyone!
Based on the Janusgraph text search documentation:
However, this does not seem to work as expected. Example:
I have an index that looks like this:
and nodes of type
ipaddr
that have ip_str
propery values like 192.168.1.0/24
as well as 10.24.2.3
(no CIDR). Now when I run a query like:
it returns both IPs that end in /24
as well as IPs that happen to contain 24
in them, like the two examples above. This does not seem to match the expected behavior based on my understanding of the Mapping.STRING documentation.
Am I missing something?
Thanks!
PS: the indexing backend is ES, in case it is important0 Replies