public class DynamicSearchChecker extends Object
| Constructor and Description |
|---|
DynamicSearchChecker() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,? extends Object> |
getSearchAttributes(Element e,
Set<String> reservedAttrs,
DynamicAttributesExtractor extractor)
Extracts dynamically indexed search attributes from cache element using provided extractor,
validating against reserved set of attribute names (provided by Ehcache search config)
|
public static Map<String,? extends Object> getSearchAttributes(Element e, Set<String> reservedAttrs, DynamicAttributesExtractor extractor) throws SearchException
e - reservedAttrs - extractor - SearchExceptionCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.