Interface TypeMappingIndexedStep


  • public interface TypeMappingIndexedStep
    The step in a mapping definition where a type's indexing can be configured more precisely.
    • Method Detail

      • enabled

        TypeMappingIndexedStep enabled​(boolean enabled)
        Parameters:
        enabled - true to map the type to an index (the default), false to disable the mapping to an index. Useful to disable indexing when subclassing an indexed type.
        Returns:
        this, for method chaining.
        See Also:
        Indexed.enabled()