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:
  Cindy-the-browser-test-bot: Looks good to me, but someone else must approve
  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/315259
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: master
Gerrit-Owner: DCausse <[email protected]>
Gerrit-Reviewer: Cindy-the-browser-test-bot <[email protected]>
Gerrit-Reviewer: EBernhardson <[email protected]>
Gerrit-Reviewer: Gehel <[email protected]>
Gerrit-Reviewer: Manybubbles <[email protected]>
Gerrit-Reviewer: Smalyshev <[email protected]>
Gerrit-Reviewer: Tjones <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to