EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/315440

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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CirrusSearch 
refs/changes/40/315440/1

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: newchange
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>

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

Reply via email to