Class ListForm
java.lang.Object
org.codelibs.fess.entity.SearchRequestParams
org.codelibs.fess.app.web.admin.searchlist.ListForm
- Direct Known Subclasses:
SearchBody
- Author:
- shinsuke, Keiichi Watanabe
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codelibs.fess.entity.SearchRequestParams
SearchRequestParams.SearchRequestType -
Field Summary
FieldsFields inherited from class org.codelibs.fess.entity.SearchRequestParams
AS_EPQ, AS_FILETYPE, AS_NQ, AS_OCCURRENCE, AS_OQ, AS_Q, AS_SITESEARCH, AS_TIMESTAMP -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.codelibs.fess.entity.SearchRequestParams
createFacetInfo, createGeoInfo, getParamValueArray, hasConditionQuery, isEmptyArray, simplifyArray
-
Field Details
-
q
-
sort
-
start
-
pn
-
num
-
lang
-
fields
-
as
-
ex_q
-
sdh
-
-
Constructor Details
-
ListForm
public ListForm()
-
-
Method Details
-
getQuery
- Specified by:
getQueryin classSearchRequestParams
-
getExtraQueries
- Specified by:
getExtraQueriesin classSearchRequestParams
-
getFields
- Specified by:
getFieldsin classSearchRequestParams
-
getConditions
- Specified by:
getConditionsin classSearchRequestParams
-
getStartPosition
public int getStartPosition()- Specified by:
getStartPositionin classSearchRequestParams
-
getPageSize
public int getPageSize()- Specified by:
getPageSizein classSearchRequestParams
-
getLanguages
- Specified by:
getLanguagesin classSearchRequestParams
-
getGeoInfo
- Specified by:
getGeoInfoin classSearchRequestParams
-
getFacetInfo
- Specified by:
getFacetInfoin classSearchRequestParams
-
getHighlightInfo
- Specified by:
getHighlightInfoin classSearchRequestParams
-
getSort
- Specified by:
getSortin classSearchRequestParams
-
initialize
public void initialize() -
getAttribute
- Specified by:
getAttributein classSearchRequestParams
-
getLocale
- Specified by:
getLocalein classSearchRequestParams
-
getType
- Specified by:
getTypein classSearchRequestParams
-
getSimilarDocHash
- Specified by:
getSimilarDocHashin classSearchRequestParams
-
getTrackTotalHits
- Overrides:
getTrackTotalHitsin classSearchRequestParams
-