SDKits / ExamineX

Issue tracker for ExamineX
https://examinex.online
5 stars 0 forks source link

String properties being stored as StringCollection #74

Closed shgreig-mtm closed 1 year ago

shgreig-mtm commented 1 year ago

image String properties that are shared across multiple pages are being created in the index as a StringCollection rather than a string.

We are querying the Azure index directly so this is causing us issues

We are on Umbraco 10 and ExamineX beta 4 2

Shazwazza commented 1 year ago

Hi, StringCollection is the default storage mechanism so that it is possible to index multiple values per field - to be in line with how Lucene works by default. If you want to change the storage type for a field, you can change the field type for a given field. The docs are here https://examinex.online/customization#default-field-types--analyzers