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

org.basex.util.ft.FTWindowOptions Maven / Gradle / Ivy

There is a newer version: 11.3
Show newest version
package org.basex.util.ft;

import org.basex.util.options.*;

/**
 * Full-text window options.
 *
 * @author BaseX Team 2005-22, BSD License
 * @author Christian Gruen
 */
public final class FTWindowOptions extends Options {
  /** Option: unit. */
  public static final EnumOption UNIT = new EnumOption<>("unit", FTUnit.WORDS);
  /** Option: size. */
  public static final NumberOption SIZE = new NumberOption("size", Integer.MAX_VALUE);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy