Re: Arabic words search in solr

2017-02-25 Thread mohanmca01
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

Boolean expression for spatial query

2017-02-25 Thread Michael Dürr
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