You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Yonik Seeley (JIRA)" <ji...@apache.org> on 2017/08/01 16:33:00 UTC

[jira] [Resolved] (SOLR-10845) GraphTermsQParserPlugin doesn't work with Point fields (or DocValues only fields?)

     [ https://issues.apache.org/jira/browse/SOLR-10845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yonik Seeley resolved SOLR-10845.
---------------------------------
    Resolution: Fixed

> GraphTermsQParserPlugin doesn't work with Point fields (or DocValues only fields?)
> ----------------------------------------------------------------------------------
>
>                 Key: SOLR-10845
>                 URL: https://issues.apache.org/jira/browse/SOLR-10845
>             Project: Solr
>          Issue Type: Bug
>      Security Level: Public(Default Security Level. Issues are Public) 
>            Reporter: Hoss Man
>            Assignee: Yonik Seeley
>            Priority: Blocker
>              Labels: numeric-tries-to-points
>             Fix For: 7.0
>
>         Attachments: SOLR-10845.patch
>
>
> 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}} ?)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org