lucene/solr/contrib/ltr/example/exampleFeatures.json
Christine Poerschke eb2a8ba2ee SOLR-8542: README and solr/contrib/ltr/example changes
details:
* reduced README in favour of equivalent Solr Ref Guide content and (new) example/README
* solr/contrib/ltr/example improvements and fixes

also:
* stop supporting '*' in Managed(Feature|Model)Store.doDeleteChild
2017-01-04 17:12:38 +00:00

27 lines
702 B
JSON

[
{
"store" : "exampleFeatureStore",
"name" : "isInStock",
"class" : "org.apache.solr.ltr.feature.FieldValueFeature",
"params" : { "field" : "inStock" }
},
{
"store" : "exampleFeatureStore",
"name" : "originalScore",
"class" : "org.apache.solr.ltr.feature.OriginalScoreFeature",
"params" : {}
},
{
"store" : "exampleFeatureStore",
"name" : "price",
"class" : "org.apache.solr.ltr.feature.FieldValueFeature",
"params" : { "field" : "price" }
},
{
"store" : "exampleFeatureStore",
"name" : "productNameMatchQuery",
"class" : "org.apache.solr.ltr.feature.SolrFeature",
"params" : { "q" : "{!field f=name}${user_query}" }
}
]