Reputation: 997
When run the GetSolr processor using Nifi for the first time it extracts the data from Solr.
But, If I run it for second time it doesn't fetches the data from Solr.
Could anybody please help me regarding this.
Upvotes: 0
Views: 221
Reputation: 18670
It is meant to do incremental extraction, so after the first time it would be getting only data that is newer than the data previously fetched.
If you right click on the processor and view state, there is an option to clear state which should set it back to the beginning.
If this does not answer your question, please show how you have configured GetSolr and which version of NiFi you are using.
Upvotes: 1