mirror of
https://github.com/apache/lucene.git
synced 2025-02-14 05:55:26 +00:00
15 lines
584 B
JSON
15 lines
584 B
JSON
{
|
|
"host": "localhost",
|
|
"port": 8983,
|
|
"collection": "techproducts",
|
|
"requestHandler": "query",
|
|
"q": "*:*",
|
|
"otherParams": "fl=id,score,[features efi.user_query='$USERQUERY']",
|
|
"userQueriesFile": "user_queries.txt",
|
|
"trainingFile": "ClickData",
|
|
"featuresFile": "techproducts-features.json",
|
|
"trainingLibraryLocation": "liblinear/train",
|
|
"solrModelFile": "solrModel.json",
|
|
"solrModelName": "ExampleModel"
|
|
}
|