Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save bala-one/961c0c990be21d923c90d47e63a8aff1 to your computer and use it in GitHub Desktop.

Select an option

Save bala-one/961c0c990be21d923c90d47e63a8aff1 to your computer and use it in GitHub Desktop.
Coveo Custom Computed Field Configuration
<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