@Deprecated public class AdvancedSearchUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AdvancedSearchUtils.SearchField
Deprecated.
A private record keeping class to relate the various
components of a search field together.
|
| Constructor and Description |
|---|
AdvancedSearchUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
buildQuery(List<AdvancedSearchUtils.SearchField> fields)
Deprecated.
Given a list of search fields build a lucene search query string.
|
static List<AdvancedSearchUtils.SearchField> |
getSearchFields(org.apache.cocoon.environment.Request request)
Deprecated.
Get a list of search fields from the request object
and parse them into a linear array of fileds.
|
public static String buildQuery(List<AdvancedSearchUtils.SearchField> fields)
fields - The search fieldspublic static List<AdvancedSearchUtils.SearchField> getSearchFields(org.apache.cocoon.environment.Request request) throws UIException
request - The http request objectUIExceptionCopyright © 2014 DuraSpace. All Rights Reserved.