Skip to content

Useful Config Hints

Silvan Heller edited this page Mar 29, 2022 · 1 revision

This page collects some useful information for the Configuration.

Range Boolean Retrieval

To use the RangeBooleanRetriever, add the following feature module to the config:

{
  "feature": "RangeBooleanRetriever", "weight": 1.0,
  "properties": {
    "entity": "table_name",
    "attribute": "text,option,range"
  }
}