Re: Spatial search (and nested docs)

2018-01-11 Thread Emir Arnautović
Hi Leila, You should be able to pass score parameter that will tell how to combine children’s scores to parent’s score: https://lucene.apache.org/solr/guide/6_6/other-parsers.html#OtherParsers-Scoring Maybe you could change approach and index each cell as a separate doc with layer field and use

Re: Spatial search (and nested docs)

2018-01-10 Thread Leila Deljkovic
Hi Emir, Thanks for the reply. My problem has been simplified a bit now. https://lucene.apache.org/solr/guide/7_0/uploading-data-with-index-handlers.html#UploadingDatawithIndexHandlers-NestedChildDocuments