public class Search extends java.lang.Object implements Plugin
Parameters :
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_SETNAME
The default name of the result set.
|
static java.lang.String |
PARAM_MAX
The parameter name for setting the how many results will be fetched.
|
static java.lang.String |
PARAM_QUERY
Parameter name for setting the query string.
|
static java.lang.String |
PARAM_SET
Parameter name for setting the name of the set where the results are stored.
|
CORE_PLUGINS_RESOURCEBUNDLE| Constructor and Description |
|---|
Search() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
execute(Context context,
java.util.Map<java.lang.String,java.lang.String> params) |
public static final java.lang.String PARAM_QUERY
public static final java.lang.String PARAM_SET
public static final java.lang.String DEFAULT_SETNAME
public static final java.lang.String PARAM_MAX
public Search()
public java.lang.String execute(Context context, java.util.Map<java.lang.String,java.lang.String> params) throws PluginException
execute in interface PluginPluginExceptionCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.