java.lang.Object
org.hibernate.search.engine.backend.types.IndexFieldTraits.Predicates
- Enclosing class:
- IndexFieldTraits
public static class IndexFieldTraits.Predicates
extends Object
Constants for the names of predicate-related traits that can be exposed by index fields.
- See Also:
-
-
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
EXISTS
public static final String EXISTS
- See Also:
-
-
KNN
public static final String KNN
- See Also:
-
-
MATCH
public static final String MATCH
- See Also:
-
-
NESTED
public static final String NESTED
- See Also:
-
-
PHRASE
public static final String PHRASE
- See Also:
-
-
RANGE
public static final String RANGE
- See Also:
-
-
REGEXP
public static final String REGEXP
- See Also:
-
-
SIMPLE_QUERY_STRING
public static final String SIMPLE_QUERY_STRING
- See Also:
-
-
SPATIAL_WITHIN_BOUNDING_BOX
public static final String SPATIAL_WITHIN_BOUNDING_BOX
- See Also:
-
-
SPATIAL_WITHIN_CIRCLE
public static final String SPATIAL_WITHIN_CIRCLE
- See Also:
-
-
SPATIAL_WITHIN_POLYGON
public static final String SPATIAL_WITHIN_POLYGON
- See Also:
-
-
TERMS
public static final String TERMS
- See Also:
-
-
WILDCARD
public static final String WILDCARD
- See Also:
-
-