Closed thomascorthals closed 1 year ago
Patch and project coverage have no change.
Comparison is base (
c61a0d5
) 97.49% compared to head (84e83b0
) 97.49%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Both
Update
andExtract
queries cause updates of the index, making this line in the documentation ambiguous.https://github.com/solariumphp/solarium/blob/c61a0d5815e023c4d4bfd6b7d293e9a1e7c322a9/docs/plugins.md?plain=1#L275
It makes sense to block
Extract
queries by default too. It's less harmful to have anextractOnly=true
query not load balanced than having a document indexed against sometimes-not-the-master depending on random chance.