I have never done such a thing myself, but I think that dynamic field would
probably be the way to go.
I've not used it myself, but you might also be able to do what you want
with payloads:
https://lucene.apache.org/solr/guide/7_5/function-queries.html#payload-function
https://lucidworks.com/201
*Thanks for relpy . Please find my answers below inline.*
On Fri, Oct 26, 2018 at 2:41 PM Kamuela Lau wrote:
> Hi,
>
> Just to confirm, are you asking about the following?
>
> For a particular query, you have a list of documents, and for each
> document, you have data
> on the number of times t
Hi,
Just to confirm, are you asking about the following?
For a particular query, you have a list of documents, and for each
document, you have data
on the number of times the document was clicked on, added to a cart, and
ordered, and you
would like to use this data for features. Is this correct?
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 querie