Skip to content

Disable built in post processor or specify order of execution #10681

Answered by filzrev
sibber5 asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, I have misunderstood ExtractSearchIndex behaviors. It's not handled as built-in postporcessor.
Instead, It's appended as last element of postProcessors by default.

As a workaround.
It need explicitly specifing ExtractSearchIndex before specifing custom post processor.

    "postProcessors": [
      "ExtractSearchIndex",
      "CustomPostProcessor"
    ]

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@sibber5
Comment options

@filzrev
Comment options

Answer selected by sibber5
@sibber5
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants