@InterfaceStability.Experimental @InterfaceAudience.Public public interface WherePath extends UsingWithPath
Where clause in the Index creation DSL.
Modifier and Type | Method and Description |
---|---|
UsingWithPath |
where(Expression filterExpression)
Adds filtering clause to the secondary index creation.
|
UsingWithPath |
where(String filterExpression)
Adds filtering clause to the secondary index creation.
|
using
withDefer, withDeferAndNode, withNode
UsingWithPath where(Expression filterExpression)
Adds filtering clause to the secondary index creation.
filterExpression
- the expression to use for index filtering.UsingWithPath where(String filterExpression)
Adds filtering clause to the secondary index creation.
filterExpression
- the expression to use for index filtering.Copyright © 2015 Couchbase, Inc.