Description
With NRT indexes, running similarity query results in duplicate results.
Eg.
if we have an async,nrt index which indexes the following two nodes -
/test/a[prop="hello world"]
/test/b[prop="hello"]
and we execute the following query -
select [jcr:path] from [nt:base] where similar(., '/test/a')
Both the nodes are returned twice.
Attachments
Issue Links
- links to