Field type change requires full re-index. Either delete all then reindex or 
recreate collection.

Jan Høydahl

> 27. juni 2024 kl. 22:29 skrev L'HARHANT Mikael 
> <mikael.lharh...@francetravail.fr>:
> 
> Hello,
> 
> I have, in the schema.xml, a field like this.
> 
> <field name="XXXXXXX" type="string" indexed="true" stored="false"  
> docValues="true" required="false" />
> 
> And I want to change to something like :
> 
> <field name="XXXXXX" type="case_insensitive" indexed="true" stored="true" 
> required="false" />
> 
> May I need to launch a reload of all the documents or is it possible to add 
> an element in the < schema.xml > or via an backup / restore ?
> 
> Thanks.
> 
> 

Reply via email to