Uses of Enum Class
org.codelibs.fess.entity.SearchRequestParams.SearchRequestType
Packages that use SearchRequestParams.SearchRequestType
Package
Description
-
Uses of SearchRequestParams.SearchRequestType in org.codelibs.fess.api.v2.handlers
Methods in org.codelibs.fess.api.v2.handlers that return SearchRequestParams.SearchRequestType -
Uses of SearchRequestParams.SearchRequestType in org.codelibs.fess.app.web.admin.searchlist
Methods in org.codelibs.fess.app.web.admin.searchlist that return SearchRequestParams.SearchRequestType -
Uses of SearchRequestParams.SearchRequestType in org.codelibs.fess.app.web.base
Methods in org.codelibs.fess.app.web.base that return SearchRequestParams.SearchRequestType -
Uses of SearchRequestParams.SearchRequestType in org.codelibs.fess.chat
Methods in org.codelibs.fess.chat that return SearchRequestParams.SearchRequestType -
Uses of SearchRequestParams.SearchRequestType in org.codelibs.fess.entity
Methods in org.codelibs.fess.entity that return SearchRequestParams.SearchRequestTypeModifier and TypeMethodDescriptionSearchRequestParams.getType()Returns the search request type.Returns the enum constant of this class with the specified name.SearchRequestParams.SearchRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SearchRequestParams.SearchRequestType in org.codelibs.fess.helper
Methods in org.codelibs.fess.helper with parameters of type SearchRequestParams.SearchRequestTypeModifier and TypeMethodDescriptionQueryHelper.build(SearchRequestParams.SearchRequestType searchRequestType, String query, Consumer<QueryContext> context) Builds a complete QueryContext for search operations, applying all necessary filters, boosts, and role-based access controls.RoleQueryHelper.build(SearchRequestParams.SearchRequestType searchRequestType) Builds a set of roles from the request.protected voidQueryHelper.buildRoleQuery(QueryContext queryContext, SearchRequestParams.SearchRequestType searchRequestType) Builds role-based access control query filters to restrict search results based on user roles.protected voidQueryHelper.buildVirtualHostQuery(QueryContext queryContext, SearchRequestParams.SearchRequestType searchRequestType) Builds virtual host query filters to restrict search results to the current virtual host.SearchHelper.getDocumentListByDocIds(String[] docIds, String[] fields, org.dbflute.optional.OptionalThing<org.codelibs.fess.mylasta.action.FessUserBean> userBean, SearchRequestParams.SearchRequestType searchRequestType) Retrieves multiple documents by their document IDs.LabelTypeHelper.getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType) Returns a list of label type items.LabelTypeHelper.getLabelTypeItemList(SearchRequestParams.SearchRequestType searchRequestType, Locale requestLocale) Returns a list of label type items.PopularWordHelper.getWordList(SearchRequestParams.SearchRequestType searchRequestType, String seed, String[] tags, String[] roles, String[] fields, String[] excludes) Retrieves a list of popular words based on the specified search parameters. -
Uses of SearchRequestParams.SearchRequestType in org.codelibs.fess.opensearch.client
Fields in org.codelibs.fess.opensearch.client declared as SearchRequestParams.SearchRequestTypeModifier and TypeFieldDescriptionprotected SearchRequestParams.SearchRequestTypeSearchEngineClient.SearchConditionBuilder.searchRequestTypeType of search requestMethods in org.codelibs.fess.opensearch.client with parameters of type SearchRequestParams.SearchRequestTypeModifier and TypeMethodDescriptionSearchEngineClient.SearchConditionBuilder.searchRequestType(SearchRequestParams.SearchRequestType searchRequestType) Sets the search request type. -
Uses of SearchRequestParams.SearchRequestType in org.codelibs.fess.rank.fusion
Methods in org.codelibs.fess.rank.fusion that return SearchRequestParams.SearchRequestType