Class StrategyType
- java.lang.Object
-
- com.algolia.search.models.indexing.StrategyType
-
public class StrategyType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNONEstatic StringSTOP_IF_ENOUGH_MATCHES
-
Constructor Summary
Constructors Constructor Description StrategyType()
-
-
-
Field Detail
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
STOP_IF_ENOUGH_MATCHES
public static final String STOP_IF_ENOUGH_MATCHES
- See Also:
- Constant Field Values
-
-