Hi Stave,
Thank for your continues investigation..
This has improved the search little bit, but am facing another issue where
am getting a record doesn't have a specific word in my query.
Plz note that you have indexed only 9 records where i have shared you more
than 76 sample records (please r
Hi all,
I index documents containing a spatial field (rpt) that holds a wkt
multipolygon. In order to retrieve all documents for which a certain point
is contained within a polygon I issue the following query:
q=*:*&fq={!field f=regionGeometry}Contains(POINT( ))
This works pretty good.
My quest