# fullReindex

State Resource

This is a State Resource as provided by the tymly-solr-plugin plugin.

# Purpose

Performs a full reindex

# Usage

# Example

{
  "FullReindex": {
    "Type": "Task",
    "Resource": "module:fullReindex",
    "ResourceConfig": {
      "core": "tymly"
    },
    "End": true
  }
}

# Options

# Required properties

# core

The selected core to perform solr delta reindex on.

  • Type: string
Last Updated: 9/10/2023, 11:30:14 AM