Hi All, I am new in implementing solr LTR . so facing few challenges Broadly we have 3 kind of features a) Based on query b) based on document *c) Based on query-document from click ,cart and order from tracker data.*
So my question here is how to store c) type of features - Old queries and corresponding clicks ((query-clicks) - Old query -cart addition and - Old query -order data into solr to run LTR model and secoundly how to build features for query-clicks, query-cart and query-orders because we need to refresh this data frequently. What approch should i follow . Hope i am able to explain my problem.