Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-10845

GraphTermsQParserPlugin doesn't work with Point fields (or DocValues only fields?)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Blocker
    • Resolution: Fixed
    • None
    • 7.0
    • None

    Description

      GraphTermsQParserPlugin (aka graphTerms) doesn't work if the f field being used to build the graph is "Points" based (because the field won't have any Terms)

      GraphTermsQParserPlugin should either be enhanced to work correctly with Points based fields, or should give a clear error if the isPointsField() returns true for the field type being used. At present, it silently matches no documents.

      (Note: It appears at first glance that the same basic problem probably exists for any trie/string field which is docValues="true" indexed="false ?)

      Attachments

        1. SOLR-10845.patch
          18 kB
          Yonik Seeley

        Issue Links

          Activity

            People

              yseeley@gmail.com Yonik Seeley
              hossman Chris M. Hostetter
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: