I need to make some operation after the indexation step, and I don't see
where can I catch the IndexResponse in a plugin. I make some analyzer but
is not here because this is run before the indexation, so there are some
method to make a plugin or script run after the indexation? (and have a
reference to the document which be indexed during the indexation).
there are listeners for this, which you can register in a custom written
plugin. There is a class called IndexingOperationListener, which can using
the IndexingService.
I need to make some operation after the indexation step, and I don't see
where can I catch the IndexResponse in a plugin. I make some analyzer but
is not here because this is run before the indexation, so there are some
method to make a plugin or script run after the indexation? (and have a
reference to the document which be indexed during the indexation).
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.