Interface SnFieldFactory

  • All Known Implementing Classes:
    DefaultSnFieldFactory

    public interface SnFieldFactory
    Factory for default fields, it collects the fields provided by all the registered implementations of SnFieldProvider.
    • Method Detail

      • getDefaultFields

        java.util.List<SnField> getDefaultFields​(SnIndexType indexType)
        Returns default fields to be added to an index type.
        Parameters:
        indexType - - the index type
        Returns:
        the default fields