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

Hybrid query is performed even if the field is marked as sortable

XMLWordPrintable

      Infinispan tries to perform projections/sorts on indexed queries even if the targeting field is not projectable/sortable, that is what we call a hybrid query.
      The problem is that sometimes even if the field is marked as sortable, we run a hybrid query instead of running a 100% Lucene query.
      The issue is related to the fact that the old check (is the field stored?) was outdone with Hibernate Search 6, in which the stored concept was split into projectable and sortable concepts.

              fercoli@redhat.com Fabio Massimo Ercoli
              fercoli@redhat.com Fabio Massimo Ercoli
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: