Name | Type | Default value | Description |
---|---|---|---|
facetSortFunction | string | count | Sorting method if a category facet is created for this property. Select "ReverseSort" to reverse the sorting order. |
facetReverseSort | boolean | Reverse sorting order if a category facet is created for this property. | |
facetExplicitSortOrderValues | string | Ordered list of values used for explicit sort, comma-separated (use the backslash to escape a comma). | |
facetInHits | boolean | True | Displays this property in the hits content (if a category facet is created). |
facetInNavigation | boolean | True | Displays this property in the navigation (if a category facet is created). |
facetRoot | string | Replaces the default facet root path (Top/ClassProperties/<Property name>) (if a category facet is created). | |
categoryField | string | Replaces the category field for this property (if a category facet is created). | |
categoryFacetMaxPerLevel | int | 100 | Displays a maximum of N values per level for this property (if a category facet is created). |
facetMaxInHits | int | 100 | Displays a maximum of N values for this property (if a category facet is created). |
numericalBits | int | 63 | Number of bits used to store a numerical value. |
doublePrecision | int | 4 | Number of figures after the decimal point (if this is a double property). |
enableTrustedQueries | boolean | Precomputes the indexing of prefixes for the Trusted Queries widget. | |
dateInputFormat | string | Specifies an input format for DateFormatter for numerical properties with date or date_time type | |
dateOutputFormat | string | Specifies an output format for numerical properties with date or date_time type, used in full hits | |
gzip | boolean | True | Activates content compression (if an alphanum field is created) |
unit | string | Unit Of Measurement in which the value is stored | |
patternSearchEnabled | boolean | Calculates additional dictionaries to perform pattern search within words (native prefix, suffix, substring search using #anumpattern) without relying on pattern expansion. This has a very high cost in indexing time and indexing size. Do not select unless advised by Exalead teams. | |
forcedRankToTextMapping | nullableint | Sets the ranking value for chunks in mapping to text field. -1 means that the chunk internal ranking value is kept. | |
detectTitle | boolean | Detect words set after # in path and use them as title | |
generateAnalysis | boolean | True | Creates the required mappings and document processors for this property. Only set this option to "false" to take complete control over analysis expansion for this property. |
generateIndexSchema | boolean | True | Creates the required index fields for this property. Only set this option to "false" to take complete control over index schema expansion for this property. |
generatePrefix | boolean | True | Creates a prefix handler in the search logics for this property. Only set this option to "false" to take complete control over query prefix handler expansion for this property. |
generateFacet | boolean | True | Creates a category facet in the search logics for this property. Only set this option to "false" to take complete control over facet config expansion for this property. |
generateMeta | boolean | True | Creates a hit meta in the search logics for this property. Only set this option to "false" to take complete control over meta expansion for this property. |
expandedPipelines | string | A comma-separated list of analysis pipelines to generate mappings and document processors on. If empty, generate on all pipelines. | |
expandedSearchLogics | string | A comma-separated list of search logics to generate prefix handlers, facets and hit metas on. If empty, generate on all search logics. | |
maxBlockSize | int | 24 | Maximum number of objects in lookup structure leaves. |
precision | int | 6 | The number of decimals that will be used in geometrical representations and computations. |
bboxSuffix | string | _bbox | Meta name suffix for BBox. |