Class MongoRegexPathFilterFactory
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.flatfile.pipelined.MongoRegexPathFilterFactory
-
public class MongoRegexPathFilterFactory extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MongoRegexPathFilterFactory.MongoFilterPaths
-
Constructor Summary
Constructors Constructor Description MongoRegexPathFilterFactory(int maxNumberOfPaths)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MongoRegexPathFilterFactory.MongoFilterPaths
buildMongoFilter(List<PathFilter> pathFilters)
MongoRegexPathFilterFactory.MongoFilterPaths
buildMongoFilter(List<PathFilter> pathFilters, List<String> customExcludedPaths)
-
-
-
Method Detail
-
buildMongoFilter
public MongoRegexPathFilterFactory.MongoFilterPaths buildMongoFilter(List<PathFilter> pathFilters)
-
buildMongoFilter
public MongoRegexPathFilterFactory.MongoFilterPaths buildMongoFilter(List<PathFilter> pathFilters, List<String> customExcludedPaths)
- Parameters:
pathFilters
- Filters representing the included/excludedPaths settings of the indexescustomExcludedPaths
- Additional excluded paths set in the Oak configuration.- Returns:
- Paths to include and exclude in the Mongo query
-
-