Hi all,
I'm trying to use (abuse[1]) a SpatialRecursivePrefixTreeFieldType field that is multivalued with the IsWithin JTS predicate. After some testing, it appears that all values of the field must satisfy the predicate in order for the document to be returned. Is that expected? It seems somewhat different than other semantics for a multivalued field. Thanks, -Murray [1] My use case is an extension of the SpatialForTimeDurations usage. My prices have a "time in advance" that must also be satisfied. My idea was to model this as a line instead of just a point and verify that the entire line IsWithin the bounding box but I might be blocked from doing this if it won't work for a multivalued field.