+ By default the extension will index only values for properties for which facets are configured. + Via this setting, you can make the extension index values for all properties instead. +
+ ++ Indexing values for all properties is useful + when you want to be able to run structured queries for properties not shown in the UI. It is also + useful to avoid having to rebuild the search index whenever you add a new property to the UI. +
+ ++ Downsides of indexing values for all properties include needing additional storage space for the + search index and increased time and CPU resources to (re)build said index. +
+ ++ Example configuration: +
+ +
+{
+ "indexAllProperties": true
+}
+