Interface ImplicitFieldCollector

    • Method Detail

      • addImplicitField

        <F> void addImplicitField​(String fieldName,
                                  IndexFieldType<F> indexFieldType)
        Create a new implicit field. It is expected that the field will be present in the created index. Mapping will not be modified.
        Type Parameters:
        F - The type of values for the field
        Parameters:
        fieldName - The relative name of the field
        indexFieldType - The type of the field