Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Indexing with atomic-update can remove all other attributes from the indexed object. #171

Closed
elioschmutz opened this issue May 10, 2017 · 0 comments
Assignees
Labels

Comments

@elioschmutz
Copy link

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:

bildschirmfoto 2017-05-10 um 19 51 03

After:

bildschirmfoto 2017-05-10 um 19 50 03

@elioschmutz elioschmutz self-assigned this May 10, 2017
elioschmutz added a commit that referenced this issue 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)
@elioschmutz 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
elioschmutz added a commit that referenced this issue May 11, 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)
elioschmutz added a commit that referenced this issue May 11, 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)
elioschmutz added a commit that referenced this issue May 11, 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)
@tisto tisto closed this as completed May 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants