Interface FulltextSearch

All Superinterfaces:
Cloneable, Component, DataComponent, Field
All Known Implementing Classes:
FulltextSearchImpl

public interface FulltextSearch extends Field
Represents a fulltext search field. It is an extension of Field as it can contain a path if a relation should be searched. The data type is always 'fulltext-search'.
  • Method Details

    • getMinChars

      @Nullable @Nullable Integer getMinChars()