Re: Sorting results for spatial search

2018-02-01 Thread Leila Deljkovic
a polygon that is a > rectangle will internally be optimized to be one. > > On Wed, Jan 31, 2018 at 3:33 PM Leila Deljkovic < > leila.deljko...@koordinates.com> wrote: > >> Hiya, >> >> So I have some nested documents in my index with this kind

Sorting results for spatial search

2018-01-31 Thread Leila Deljkovic
Hiya, So I have some nested documents in my index with this kind of structure: { "id": “parent", "gridcell_rpt": "POLYGON((30 10, 40 40, 20 40, 10 20, 30 10))", "density": “30" "_childDocuments_" : [ { "id":"child1",

Sort for spatial search

2018-01-30 Thread Leila Deljkovic
Hiya, So I have some nested documents in my index with this kind of structure: { "id": “parent", "gridcell_rpt": "POLYGON((30 10, 40 40, 20 40, 10 20, 30 10))", "density": “30" "_childDocuments_" : [ { "id":"child1",

Re: Solr 7 spatial search and WKT

2018-01-17 Thread Leila Deljkovic
TIPOLYGON or MULTIGEOMETRY (if supported)? > Can you explain why do you need to have multiValued field? > > Thanks, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > &

Solr 7 spatial search and WKT

2018-01-16 Thread Leila Deljkovic
Hi all, I need to index multiple POLYGONS/MULTIPOLYGONS per document; I’m trying to use multiValued RptWithGeometrySpatialField and I’m getting this error: Exception writing document id leila_test to the index; possible analysis error: DocValuesField "gridcell_rpt" appears more than once in

Spatial search - indexing WKT data

2018-01-14 Thread Leila Deljkovic
Hi, I have some data in WKT string format (either POLYGON or MULTIPOLYGON) and I’d like to index it in Solr 7.0. As there are multiple polygons in every WKT string, I’d ideally like to index them multiValued BBoxField (couldn’t find anywhere to confirm, but it looks like multiValued is a valid

Spatial search, nested docs, feature density

2018-01-10 Thread Leila Deljkovic
Hi, https://lucene.apache.org/solr/guide/7_0/uploading-data-with-index-handlers.html#UploadingDatawithIndexHandlers-NestedChildDocuments I have never used

Re: Spatial search (and nested docs)

2018-01-10 Thread Leila Deljkovic
gt; Thanks, > Emir > -- > Monitoring - Log Management - Alerting - Anomaly Detection > Solr & Elasticsearch Consulting Support Training - http://sematext.com/ > > > >> On 10 Jan 2018, at 04:15, Leila Deljkovic <leila.deljko...@koordinates.com> >> wro

Spatial search

2018-01-09 Thread Leila Deljkovic
Hi, I’m quite new to Solr and am interested in using spatial search for geospatial data (Solr 7.1). One problem is addressing feature density over a layer and using this to determine if a layer would be a relevant result over a search extent. I’d like to know is it feasible/possible to