com.algolia.search.models.indexing.CopyScope Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy