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

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

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

/**
 * This enumeration assembles globally used full-text options.
 *
 * @author BaseX Team 2005-22, BSD License
 * @author Christian Gruen
 */
public enum FTFlag {
  /** Diacritics flag. */ DC,
  /** Stemming flag. */   ST,
  /** Wildcards flag. */  WC,
  /** Fuzzy flag. */      FZ
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy