Uploaded image for project: 'Nuxeo Studio'
  1. Nuxeo Studio
  2. NXS-3891

Add ES options support for multi-match and other operators

    XMLWordPrintable

    Details

      Description

      For example, it is currently only possible to generate from Nuxeo queries like:

       "multi_match" : {
                "query" : "csif 100",
                "fields" : [ "uid:uid.fulltext", "marche:numero_marche", "isae_conv:millesime.fulltext" ],
                "analyzer" : "id_analyzer"
              }
      

      Adding options like the AND operator it could generate queries like

       "multi_match" : {
                "query" : "csif 100",
                "fields" : [ "uid:uid.fulltext", "marche:numero_marche", "isae_conv:millesime.fulltext" ],
                "analyzer" : "id_analyzer",
                "operator" : "and"
              }
      

      This is a side ticket and should be implemented after NXP-21874.

        Attachments

          Issue Links

            Activity

              People

              • Votes:
                1 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated: