Uses of Class
org.springframework.data.mongodb.core.aggregation.StringOperators.IndexOfCP
Packages that use StringOperators.IndexOfCP
Package
Description
Support for the MongoDB aggregation framework.
-
Uses of StringOperators.IndexOfCP in org.springframework.data.mongodb.core.aggregation
Methods in org.springframework.data.mongodb.core.aggregation that return StringOperators.IndexOfCPModifier and TypeMethodDescriptionCreates a newStringOperators.IndexOfCPgiven substring.StringOperators.IndexOfCP.SubstringBuilder.indexOf(AggregationExpression expression) Creates a newStringOperators.IndexOfCPgivenAggregationExpressionthat resolves to the substring.Creates a newStringOperators.IndexOfCPgivenFieldthat resolves to the substring.Creates newAggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a given substring and returns the UTF-8 code point index (zero-based) of the first occurrence.StringOperators.StringOperatorFactory.indexOfCP(AggregationExpression expression) Creates newAggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a substring resulting from the givenAggregationExpressionand returns the UTF-8 code point index (zero-based) of the first occurrence.Creates newAggregationExpressionthat takes the associated string representation and searches a string for an occurrence of a substring contained in the given field reference and returns the UTF-8 code point index (zero-based) of the first occurrence.Optionally define the substring search start and end position.