Created
March 27, 2025 11:25
-
-
Save bala-one/961c0c990be21d923c90d47e63a8aff1 to your computer and use it in GitHub Desktop.
Coveo Custom Computed Field Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <coveo> | |
| <defaultIndexConfiguration> | |
| <fieldMap> | |
| <fieldNames hint="raw:AddFieldByFieldName"> | |
| <fieldType fieldName="MyComputedField" isSortable="true" isFacet="true" settingType="Coveo.Framework.Configuration.FieldConfiguration, Coveo.Framework" returnType="System.String"/> | |
| </fieldNames> | |
| </fieldMap> | |
| <documentOptions> | |
| <fields hint="raw:AddComputedIndexField"> | |
| <field fieldName="MyComputedField">Balaone.Coveo.MyComputedField, Balaone.Coveo</field> | |
| </fields> | |
| </documentOptions> | |
| </defaultIndexConfiguration> | |
| </coveo> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment