Interface IndexFieldType<F>

Type Parameters:
F - The Java type of values held by fields.
All Known Implementing Classes:
AbstractIndexValueFieldType

public interface IndexFieldType<F>
The type of a field in the index.

Used when defining the index schema.

See Also: