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

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

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

public class StrategyType {
  public static final String NONE = "none";
  public static final String STOP_IF_ENOUGH_MATCHES = "stopIfEnoughMatches";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy