Allow SearchUpdate hook to abort core update call
authorChad Horohoe <chadh@wikimedia.org>
Thu, 20 Jun 2013 22:50:31 +0000 (18:50 -0400)
committerChad Horohoe <chadh@wikimedia.org>
Fri, 21 Jun 2013 18:00:45 +0000 (14:00 -0400)
commit74c0e04c1aade5347c1482c7ea8da914430398e8
tree23659f83dee2f861a35ecde90d5da4f7b0cd8abe
parent808c0eac741f25a2494f204121cd640119881403
Allow SearchUpdate hook to abort core update call

Going to use this in CirrusSearch since the default text
handling is insane for Solr.

While we're at it, further move content handling to SearchEngine
so children can override behavior here.

Change-Id: I09d11b81c224d53609c57d75d54021e697b56629
docs/hooks.txt
includes/search/SearchEngine.php
includes/search/SearchUpdate.php