Uploaded image for project: 'Jackrabbit Oak'
  1. Jackrabbit Oak
  2. OAK-9281

NRT Index - duplicate results with similarity search

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.38.0
    • indexing
    • None

    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

          Activity

            People

              amrverma Amrit Verma
              amrverma Amrit Verma
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: