Commit 4894432c authored by Kim Pepper's avatar Kim Pepper Committed by Kim Pepper
Browse files

Issue #3266032 by kim.pepper, acbramley: Cannot change field mapping

parent e7aa0a53
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
            "email": "kim@previousnext.com.au"
        }
    ],
    "minimum-stability": "dev",
    "require": {
        "php": "^8.0",
        "makinacorpus/php-lucene": "^1.0",
+1 −0
Original line number Diff line number Diff line
@@ -253,6 +253,7 @@ class BackendClient implements BackendClientInterface {
   * {@inheritdoc}
   */
  public function updateIndex(IndexInterface $index): void {
    $index->clear();
    $this->updateFieldMapping($index);
  }