Mailing List Archive

[LUCENE INDEX PARTIAL UPDATE] Update SortedSetDocValuesFacetField
Hi all,
we have an index with many fields including some of type "
*SortedSetDocValuesFacetField*".
We have a scenario where only one field of type
*SortedSetDocValuesFacetField* changes, so we would like to *update only
this field *and not create from scratch the entire lucene document.

We have tried to use the API* indexWriter.updateDocValues* but throws
IllegalArgumentException.

Is there another way to achieve this?

Thank you
Simona