Interface IndexingOptions


public interface IndexingOptions
Contains options indicating how indexing must be performed.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns the maximum size to use when building the keys for the "substring" index.
  • Method Details

    • substringKeySize

      int substringKeySize()
      Returns the maximum size to use when building the keys for the "substring" index.
      Returns:
      the maximum size to use when building the keys for the "substring" index.