Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,SearchAttribute> |
Searchable.searchAttributes
The defined search attributes (if any) indexed by name
|
Modifier and Type | Method and Description |
---|---|
SearchAttribute |
SearchAttribute.className(java.lang.String className)
Set the attribute extractor class name
|
SearchAttribute |
SearchAttribute.expression(java.lang.String expression)
Set the attribute expression
|
SearchAttribute |
SearchAttribute.name(java.lang.String name)
Set the attribute name
|
SearchAttribute |
SearchAttribute.properties(java.lang.String props)
Set the extractor properties
|
SearchAttribute |
SearchAttribute.propertySeparator(java.lang.String sep)
Set the extractor properties separator
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,SearchAttribute> |
CacheConfiguration.getSearchAttributes()
Get the defined search attributes indexed by attribute name
|
java.util.Map<java.lang.String,SearchAttribute> |
Searchable.getSearchAttributes()
Get the defined search attributes indexed by attribute name
|
java.util.Map<java.lang.String,SearchAttribute> |
Searchable.getUserDefinedSearchAttributes()
Get the defined search attributes indexed by attribute name *excluding* any search attributes that are automatically/implicitly
defined (eg.
|
Modifier and Type | Method and Description |
---|---|
void |
Searchable.addSearchAttribute(SearchAttribute searchAttribute)
Add the given search attribute
|
Searchable |
Searchable.searchAttribute(SearchAttribute searchAttribute)
Add a search attribute
|