From c9b4baa6d99a2241a63ac82dc14e004edb0fd1ff Mon Sep 17 00:00:00 2001 From: Chronial Date: Wed, 9 Sep 2015 20:12:54 +0200 Subject: [PATCH] Add q.alt parameter to DisMax --- scorched/search.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scorched/search.py b/scorched/search.py index a19dcbb..43209e9 100644 --- a/scorched/search.py +++ b/scorched/search.py @@ -859,6 +859,7 @@ class DismaxOptions(Options): "tie": float, "bq": str, "bf": str, + "q.alt": str, } def __init__(self, original=None):