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 Summary

    Modifier and Type
    Method
    Description
    Returns default fields to be added to an index type.
  • Method Details

    • getDefaultFields

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