Paco Avila wrote:
Some PDF seems to be malformed and the indexer throw an exception. It is possible to catch this exception and show to the user?
no, this is currently not possible because text extraction is hidden deep inside the query handler and does not (or even must not) have an effect on the node being saved. jsr 283 might introduce synchronous event listeners that allow you to veto a change. this would probably be a good place for such a check. regards marcel
