Remove SourceIndexField FLAG_SOURCE_DATA
[lhc/web/wiklou.git] / includes / search / SearchIndexField.php
index 7499853..6806ee5 100644 (file)
@@ -35,6 +35,7 @@ interface SearchIndexField {
         * Do not index this field, just store it.
         */
        const FLAG_NO_INDEX = 8;
+
        /**
         * Get mapping for specific search engine
         * @param SearchEngine $engine