Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-13104

Fulltext query changed semantic

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 12.1.4.Final
    • Remote Querying
    • None
    • Undefined

    Description

      I've a test in the C# testsuite that fails with 12.1.4 and works in 11.0.9.

      Seems that the root cause is a change in the semantic of the following query fragment:
      "t.longDescription: ( +'beer' -'food)"

      in 12.x means "(t.longDescription : (+'beer') or t.longDescription : (-'food'))"
      in 11.x means "t.longDescription : (+'beer') and t.longDescription : (-'food')"

      Attachments

        Activity

          People

            Unassigned Unassigned
            vrigamon@redhat.com Vittorio Rigamonti
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: