Class PredicateRequestContext
- java.lang.Object
-
- org.hibernate.search.backend.elasticsearch.search.predicate.impl.PredicateRequestContext
-
public class PredicateRequestContext extends Object
-
-
Constructor Summary
Constructors Constructor Description PredicateRequestContext(BackendSessionContext sessionContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetNestedPath()PredicateRequestContextwithNestedPath(String path)
-
-
-
Constructor Detail
-
PredicateRequestContext
public PredicateRequestContext(BackendSessionContext sessionContext)
-
-
Method Detail
-
withNestedPath
public PredicateRequestContext withNestedPath(String path)
-
getNestedPath
public String getNestedPath()
-
-