-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Checks if Checksum + search_api_id are already in Solr
If so, skipps processing. @giancarlobi to test this you need to reindex and make sure you have a checksum field for your strawberryfield_flavor_datasource data source in Solr. Then run this. Should fill the first time If you save the node again, second time/ infinite you should get a message saying its already in the index, Now go to raw edit and change on letter in your checksum. Run again. Should process again //@todo clear old solr documents. Checksum is great. Also on reindex read from Node stored HOCR, etc. This is working well!
- Loading branch information
Showing
1 changed file
with
125 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d201c75
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@DiegoPino it works perfect!!