You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Kevin Van Lieshout (Jira)" <ji...@apache.org> on 2021/01/17 23:15:00 UTC

[jira] [Created] (SOLR-15084) Multiple Fields in Polygon Intersection query

Kevin Van Lieshout created SOLR-15084:
-----------------------------------------

             Summary: Multiple Fields in Polygon Intersection query
                 Key: SOLR-15084
                 URL: https://issues.apache.org/jira/browse/SOLR-15084
             Project: Solr
          Issue Type: Wish
      Security Level: Public (Default Security Level. Issues are Public)
    Affects Versions: 7.6
            Reporter: Kevin Van Lieshout


Does solr 7 support multiple fields being searched at once in a JTS intersection query like:

{{&q=*:*&fq=\{!field f=geo}Intersects(POLYGON((-10 30, -40 40, -10 -20, 40 20, 0 0, -10 30)))}}

{{where you could search this intersection on all geo fields within a collection?}}

Something as simple as below if a collection had 2 spatial field --> geo1, geo2:

{{&q=*:*&fq=\{!field f=geo1 OR f=geo2}Intersects(POLYGON((-10 30, -40 40, -10 -20, 40 20, 0 0, -10 30)))}}

{{}}

{{If this doesn't exist, it would be incredible functionality to avoid multiple solr queries where you could search all geo fields under 1 intersection query. Thanks}}

{{}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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