From d5dd788983ed8b5d7339cb187b9ec89a9c27723f Mon Sep 17 00:00:00 2001 From: Silvan Heller Date: Tue, 29 Mar 2022 18:42:48 +0200 Subject: [PATCH] adding improved example for boolean retrieval to config --- cineast.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/cineast.json b/cineast.json index 9c751ba46..577af8e98 100644 --- a/cineast.json +++ b/cineast.json @@ -52,10 +52,11 @@ ], "boolean": [ { - "feature": "RangeBooleanRetriever", "weight": 1.0, + "feature": "CollectionBooleanRetriever", "weight": 1.0, "properties": { - "entity": "table_name", - "attribute": "text,option,range" + "entity": "cineast_segment", + "attribute": "segmentid,objectid", + "idCol": "segmentid" } } ]