jenkins-bot has submitted this change and it was merged.

Change subject: Remove position_increment_gap on source_text.trigram
......................................................................


Remove position_increment_gap on source_text.trigram

This one that was missed when I cleaned up position_increment_gap
on field where position are not stored.

Change-Id: I58788b940b98fcdc04c4421d697d311ccc57247a
---
M includes/Search/SourceTextIndexField.php
1 file changed, 0 insertions(+), 1 deletion(-)

Approvals:
  EBernhardson: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/Search/SourceTextIndexField.php 
b/includes/Search/SourceTextIndexField.php
index 142efe6..cce4219 100644
--- a/includes/Search/SourceTextIndexField.php
+++ b/includes/Search/SourceTextIndexField.php
@@ -56,7 +56,6 @@
                                'type' => 'string',
                                'analyzer' => 'trigram',
                                'index_options' => 'docs',
-                               'position_increment_gap' => 
self::POSITION_INCREMENT_GAP,
                        ];
                }
                $this->configureHighlighting( $field, ['plain'], false );

-- 
To view, visit https://gerrit.wikimedia.org/r/315440
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I58788b940b98fcdc04c4421d697d311ccc57247a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CirrusSearch
Gerrit-Branch: wmf/1.28.0-wmf.22
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: DCausse <dcau...@wikimedia.org>
Gerrit-Reviewer: EBernhardson <ebernhard...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to