Re: LTR Features on nested documents

2023-07-27 Thread Alessandro Benedetti
Hi Sergio, in the block join, under the hood, nested docs are separate Lucene(Solr documents). Assuming you are retrieving parents after querying children ( https://solr.apache.org/guide/solr/latest/query-guide/block-join-query-parser.html#block-join-parent-query-parser) that's all you got for rera

LTR Features on nested documents

2023-07-24 Thread Sergio GarcĂ­a Maroto
Hi, I am trying to set up a list of features within LTR. I have a collection *"person" *with a design of two levels. I have Person documents with nested documetns classified as jobs. Within the job level I have two fields describing if the job is current and recency. I would like to incorporante