I would like to transform PDF to TXT, and transform result to be input in a field.
When I make a Javascript Rule to transform, it run twice:
1. Before Javascript Rule, it run from Transform Runtime exec, I think this is running from Lucene Indexing
2. Then the rule itself
So, every file running 2 times for indexing.
I want only 1 execute time only.
Is this because Lucene Indexing?
I found when new, copy, delete, update a file, it always transform.
Is this because of Index?
How to setup Lucene, so that only new file will be index? I want other action: delete, copy, update -> no indexing.
Please help me.
Thanks so much.