Remove SourceIndexField FLAG_SOURCE_DATA
[lhc/web/wiklou.git] / includes / search / SearchIndexField.php
index cfed1e9..6806ee5 100644 (file)
@@ -36,15 +36,6 @@ interface SearchIndexField {
         */
        const FLAG_NO_INDEX = 8;
 
-       /**
-        * Similar to FLAG_NO_INDEX but we inform the SearchEngine
-        * that this field should not be part of the search schema
-        * by default.
-        * SearchEngine implementations could then override its settings
-        * or simply use this data for other purposes.
-        */
-       const FLAG_SOURCE_DATA = 16;
-
        /**
         * Get mapping for specific search engine
         * @param SearchEngine $engine