public interface SearchProperties
SearchEngine
or indexer.SearchPropertiesBean
Modifier and Type | Field and Description |
---|---|
static String |
KEY_AUTO_REFRESH
The key for the auto-refresh
option . |
Modifier and Type | Method and Description |
---|---|
String |
getProperty(String key)
This method gets a generic property that may influence the
SearchEngine . |
static final String KEY_AUTO_REFRESH
option
. A value of "true" indicates that the
SearchEngine
should be
refreshed
automatically within a
periodically delay.String getProperty(String key)
SearchEngine
. The properties may be implementation-dependent.
Undefined/unsupported properties will simply be ignored.key
- is the key of the requested configuration property.key
or null
if the property is
undefined.KEY_AUTO_REFRESH
,
Map.get(Object)
,
Properties.getProperty(String)
Copyright © 2001–2016 mmm-Team. All rights reserved.