Re: LTR feature based on other collection data

2019-03-06 Thread Kamal Kishore Aggarwal
any suggestions ? Thanks in advance. On Tue, Feb 26, 2019 at 6:22 PM Kamal Kishore Aggarwal < kkroyal@gmail.com> wrote: > I looks to me that I can modify the *SolrFeature *class, but dont know > how to create IndexSearcher and SolrQueryRequest params as per the new > request and second colle

Re: LTR feature based on other collection data

2019-02-26 Thread Kamal Kishore Aggarwal
I looks to me that I can modify the *SolrFeature *class, but dont know how to create IndexSearcher and SolrQueryRequest params as per the new request and second collection. @Override public FeatureWeight createWeight(*IndexSearcher searcher*, boolean needsScores, *SolrQueryRequest request*

LTR feature based on other collection data

2019-02-25 Thread Kamal Kishore Aggarwal
Hi, I am working on LTR using solr 6.6.2. I am working on custom feature creation. I am able to create few custom features as per our requirement. But, there are certain features, for which the data is stored in other collection. Data like count of clicks, last date when the product was ordered,