Re: Learning to Rank Feature creation in python

2019-04-24 Thread Diego Ceccarelli
Hi Ashis, Short answer: No, i don't think it's possible. I'm considering as well extending solr to allow plugging in features from outside, but it will require time because at the moment the features can see only the current document processed, while to do that ideally you want to process in one

Learning to Rank Feature creation in python

2019-04-24 Thread Ashis Tripathy
Hi , Hope you are doing well!!! I am currently trying to implement Learn To Rank in SOLR 7.5. I have gone through the blogs and documentation page to follow the steps. However the current process looks like i need to write SOLR query in a json file to upload the same to Feature Store. But the