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-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org