You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reindexing solr-objects with specific attributes (atomic-update) will remove all indexed attributes on an object if it does not provide this index or if the field is multivalued and the value is empty.
Before:
After:
The text was updated successfully, but these errors were encountered:
… the index.
Fix: Reindexing solr-objects with specific attributes (atomic-update) will remove
all indexed attributes on an object if it does not provide this index or if the
field is multivalued and the value is empty. (fixes#171)
elioschmutz
changed the title
Indexing with atomic-update can remove all other attributes from the index.
Indexing with atomic-update can remove all other attributes from the indexed object.
May 10, 2017
… the index.
Fix: Reindexing solr-objects with specific attributes (atomic-update) will remove
all indexed attributes on an object if it does not provide this index or if the
field is multivalued and the value is empty. (fixes#171)
… the index.
Fix: Reindexing solr-objects with specific attributes (atomic-update) will remove
all indexed attributes on an object if it does not provide this index or if the
field is multivalued and the value is empty. (fixes#171)
… the index.
Fix: Reindexing solr-objects with specific attributes (atomic-update) will remove
all indexed attributes on an object if it does not provide this index or if the
field is multivalued and the value is empty. (fixes#171)
Reindexing solr-objects with specific attributes (atomic-update) will remove all indexed attributes on an object if it does not provide this index or if the field is multivalued and the value is empty.
Before:
After:
The text was updated successfully, but these errors were encountered: