Class FieldMapping
- java.lang.Object
-
- org.infinispan.query.remote.impl.indexing.FieldMapping
-
public final class FieldMapping extends Object
A mapping from an object field to an index field and the flags that enable indexing, storage and analysis.- Since:
- 9.0
- Author:
- anistor@redhat.com
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleananalyze()Stringanalyzer()booleanindex()ObjectindexNullAs()Stringname()StringnotParsedIndexNull()ObjectparseIndexNullAs()booleansortable()booleanstore()StringtoString()
-
-
-
Method Detail
-
name
public String name()
-
index
public boolean index()
-
analyze
public boolean analyze()
-
store
public boolean store()
-
sortable
public boolean sortable()
-
analyzer
public String analyzer()
-
indexNullAs
public Object indexNullAs()
-
notParsedIndexNull
public String notParsedIndexNull()
-
parseIndexNullAs
public Object parseIndexNullAs()
-
-