All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.algolia.search.models.indexing.CopyScope Maven / Gradle / Ivy

There is a newer version: 3.16.9
Show newest version
package com.algolia.search.models.indexing;

/**
 * The “scope” parameter is an array of strings that refer to the following items:
 *
 * @see Algolia.com
 */
public class CopyScope {
  public static final String SETTINGS = "settings";
  public static final String SYNONYMS = "synonyms";
  public static final String RULES = "rules";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy