Index

A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AAD_AUTHORITY - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Legacy configuration key for Azure AD authority URL.
AAD_CLIENT_ID - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Legacy configuration key for Azure AD client ID.
AAD_CLIENT_SECRET - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Legacy configuration key for Azure AD client secret.
AAD_DEFAULT_GROUPS - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Legacy configuration key for Azure AD default groups.
AAD_DEFAULT_ROLES - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Legacy configuration key for Azure AD default roles.
AAD_REPLY_URL - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Legacy configuration key for Azure AD reply URL.
AAD_STATE_TTL - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Legacy configuration key for Azure AD state time-to-live.
AAD_TENANT - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Legacy configuration key for Azure AD tenant ID.
abbreviateLongText(String) - Method in class org.codelibs.fess.helper.SystemHelper
Abbreviates a long text string.
abbreviateSite(String) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Abbreviates a site string to the maximum allowed length if configured.
aborted() - Method in exception class org.codelibs.fess.exception.DataStoreCrawlingException
Checks whether the crawling process should be aborted due to this exception.
AbstractConfigHelper - Class in org.codelibs.fess.helper
The abstract helper for configuration.
AbstractConfigHelper() - Constructor for class org.codelibs.fess.helper.AbstractConfigHelper
Default constructor.
AbstractDataStore - Class in org.codelibs.fess.ds
The abstract class for DataStore.
AbstractDataStore() - Constructor for class org.codelibs.fess.ds.AbstractDataStore
Default constructor.
AbstractFessFileTransformer - Class in org.codelibs.fess.crawler.transformer
The abstract transformer for Fess.
AbstractFessFileTransformer() - Constructor for class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Default constructor.
AbstractLlmClient - Class in org.codelibs.fess.llm
Abstract base class for LLM client implementations.
AbstractLlmClient() - Constructor for class org.codelibs.fess.llm.AbstractLlmClient
Default constructor.
AbstractScriptEngine - Class in org.codelibs.fess.script
The abstract class for ScriptEngine.
AbstractScriptEngine() - Constructor for class org.codelibs.fess.script.AbstractScriptEngine
Default constructor.
acceptedRoles - Variable in class org.codelibs.fess.api.engine.SearchEngineApiManager
Roles that are allowed to access the search engine API
access(OptionalThing<FessUserBean>, String, String) - Method in class org.codelibs.fess.helper.ActivityHelper
Log the access activity.
ACCESS - Enum constant in enum class org.codelibs.fess.helper.ActivityHelper.Action
The access action.
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.codelibs.fess.cors.CorsHandler
CORS header for allowing credentials.
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.codelibs.fess.cors.CorsHandler
CORS header for specifying allowed headers.
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.codelibs.fess.cors.CorsHandler
CORS header for specifying allowed HTTP methods.
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.codelibs.fess.cors.CorsHandler
CORS header for specifying allowed origin.
ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class org.codelibs.fess.cors.CorsHandler
CORS header for allowing private network access.
ACCESS_CONTROL_MAX_AGE - Static variable in class org.codelibs.fess.cors.CorsHandler
CORS header for specifying cache duration for preflight requests.
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.codelibs.fess.filter.CorsFilter
Header name read to detect a genuine CORS preflight.
ACCESS_DENIED - Enum constant in enum class org.codelibs.fess.helper.ActivityHelper.Action
The access denied action.
ACCESS_EXCEPTION - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that an exception occurred during URL access.
AccessContextLogic - Class in org.codelibs.fess.app.logic
The logic for access context.
AccessContextLogic() - Constructor for class org.codelibs.fess.app.logic.AccessContextLogic
Default constructor.
AccessContextLogic.AppTypeSupplier - Interface in org.codelibs.fess.app.logic
The supplier of application type.
AccessContextLogic.UserBeanSupplier - Interface in org.codelibs.fess.app.logic
The supplier of user bean.
AccessContextLogic.UserTypeSupplier - Interface in org.codelibs.fess.app.logic
The supplier of user type.
accessDenied(OptionalThing<FessUserBean>, String) - Method in class org.codelibs.fess.helper.ActivityHelper
Log the access denied activity.
ACCESSED - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that a URL was successfully accessed.
accessTokenBhv - Variable in class org.codelibs.fess.app.service.AccessTokenService
The behavior of access token.
accessTokenHelper - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Helper for managing access tokens and API authentication.
AccessTokenHelper - Class in org.codelibs.fess.helper
The helper for access token.
AccessTokenHelper() - Constructor for class org.codelibs.fess.helper.AccessTokenHelper
Default constructor.
AccessTokenPager - Class in org.codelibs.fess.app.pager
The pager for access token.
AccessTokenPager() - Constructor for class org.codelibs.fess.app.pager.AccessTokenPager
Default constructor.
accessTokenService - Variable in class org.codelibs.fess.app.web.api.FessApiAction
Service for managing API access tokens including validation and authentication.
AccessTokenService - Class in org.codelibs.fess.app.service
The service for access token.
AccessTokenService() - Constructor for class org.codelibs.fess.app.service.AccessTokenService
Default constructor.
accessType - Variable in class org.codelibs.fess.app.pager.SearchLogPager
Access type filter for search logs (web, json, gsa, admin, other).
accessType - Variable in class org.codelibs.fess.app.web.admin.searchlog.SearchForm
The access type field for filtering logs by access method.
acquisitionTimeout - Variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Timeout for token acquisition in milliseconds.
ActionForm - Class in org.codelibs.fess.app.web.admin.maintenance
The form for maintenance actions.
ActionForm() - Constructor for class org.codelibs.fess.app.web.admin.maintenance.ActionForm
Default constructor.
actionHook - Variable in class org.codelibs.fess.helper.ViewHelper
Action hook for custom processing
ActionHook() - Constructor for class org.codelibs.fess.helper.ViewHelper.ActionHook
Default constructor for ActionHook.
ActionResponseCredential - Class in org.codelibs.fess.app.web.base.login
The credential for action response.
ActionResponseCredential(Supplier<ActionResponse>) - Constructor for class org.codelibs.fess.app.web.base.login.ActionResponseCredential
Constructor.
ACTIVE_DEFAULT - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Refused because the theme is the currently active default.
ACTIVE_FEATURES - Static variable in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
The parse field for the active features.
activeFeatures() - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Gets the list of active features.
activeFeatures(List<String>) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Sets the list of active features.
activePrimaryShards - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of active primary shards
activeShards - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of active shards
activeShardsPercent - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Percentage of active shards
activityHelper - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Helper for managing user activity logging and tracking.
ActivityHelper - Class in org.codelibs.fess.helper
The helper for user activities.
ActivityHelper() - Constructor for class org.codelibs.fess.helper.ActivityHelper
Default constructor.
ActivityHelper.Action - Enum Class in org.codelibs.fess.helper
The action.
add(int, E) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
add(int, Map<String, Object>) - Method in class org.codelibs.fess.util.QueryResponseList
 
add(E) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
add(String, String) - Method in class org.codelibs.fess.helper.FileTypeHelper
Adds or updates a MIME type to file type mapping.
add(String, CorsHandler) - Method in class org.codelibs.fess.cors.CorsHandlerFactory
Adds a CORS handler for the specified origin.
add(String, DataStore) - Method in class org.codelibs.fess.ds.DataStoreFactory
Registers a data store instance with the factory using the specified name.
add(String, QueryCommand) - Method in class org.codelibs.fess.query.QueryProcessor
Adds a query command to the processor.
add(String, ScriptEngine) - Method in class org.codelibs.fess.script.ScriptEngineFactory
Adds a script engine.
add(Map<String, Object>) - Method in class org.codelibs.fess.util.QueryResponseList
 
add(WebApiManager) - Method in class org.codelibs.fess.api.WebApiManagerFactory
Adds a web API manager to the factory.
add(Ingester) - Method in class org.codelibs.fess.ingest.IngestFactory
Adds an ingester to the factory.
add(DuplicateHost) - Method in class org.codelibs.fess.helper.DuplicateHostHelper
Adds a new duplicate host rule to the list.
add(ThumbnailGenerator) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Adds a thumbnail generator to the manager.
add(QueryBuilder) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Adds an inner query builder to the wrapped query.
addAll(int, Collection<? extends E>) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
addAll(int, Collection<? extends Map<String, Object>>) - Method in class org.codelibs.fess.util.QueryResponseList
 
addAll(String, List<Map<String, Object>>, BiConsumer<Map<String, Object>, IndexRequestBuilder>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Adds multiple documents to the specified index in bulk.
addAll(Collection<? extends E>) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
addAll(Collection<? extends Map<String, Object>>) - Method in class org.codelibs.fess.util.QueryResponseList
 
addAssistantMessage(String) - Method in class org.codelibs.fess.entity.ChatSession
Adds an assistant message to this session.
addAssistantMessage(String) - Method in class org.codelibs.fess.llm.LlmChatRequest
Adds an assistant message to the request.
addBadWord(String, boolean) - Method in class org.codelibs.fess.helper.SuggestHelper
Adds a bad word to the suggest index.
addBoostFunction(ScoreFunctionBuilder<?>) - Method in class org.codelibs.fess.helper.QueryHelper
Adds a boost function to modify document scoring during search.
addBoostFunction(QueryBuilder, ScoreFunctionBuilder<?>) - Method in class org.codelibs.fess.helper.QueryHelper
Adds a boost function with a filter to modify document scoring during search.
addBoostValue(Map<String, Object>, float) - Method in class org.codelibs.fess.indexer.IndexUpdater
Adds a boost value to the document for search relevance scoring.
addChain(AuthenticationChain) - Method in class org.codelibs.fess.auth.AuthenticationManager
Adds an authentication chain to the manager.
addChildUrlFromTagAttribute(List<String>, URL, String, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Adds child URL from tag attribute value.
addClickCountField(Map<String, Object>) - Method in class org.codelibs.fess.indexer.IndexUpdater
Adds a click count field to the document based on search log data.
addClickCountField(Map<String, Object>, String, String) - Method in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Adds click count information to the document.
addClickLog(ClickLog) - Method in class org.codelibs.fess.helper.SearchLogHelper
Adds a click log to the queue.
addCondition(String, String) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Adds a condition for thumbnail generation.
addConfigFile(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Adds a configuration file for a specific index.
addContentSize(long) - Method in class org.codelibs.fess.util.DocList
Adds to the total content size of this document list.
addConvertUrl(String, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Adds a URL conversion rule.
addCookieNameMapping(String, String) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Adds a cookie name mapping.
addCreator(DictionaryCreator) - Method in class org.codelibs.fess.dict.DictionaryManager
Adds a new dictionary creator to this manager.
addDefaultSort(String, String) - Method in class org.codelibs.fess.helper.QueryHelper
Adds a default sort configuration to be applied when no explicit sorting is specified.
addDesignJspFileName(String, String) - Method in class org.codelibs.fess.helper.SystemHelper
Adds a design JSP file name to the map.
addDocBoostMatcher(DocBoostMatcher) - Method in class org.codelibs.fess.indexer.IndexUpdater
Adds a document boost matcher rule for enhancing document relevance scores.
addDocument(DataStoreParams, Map<String, Object>) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Adds a document to the search index by crawling the specified URL and processing the content.
addDocumentMappingRewriteRule(UnaryOperator<String>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Adds a rewrite rule for document mappings.
addDocumentSettingRewriteRule(UnaryOperator<String>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Adds a rewrite rule for document settings.
addDocumentsInResponse(QueryResponseList, SearchLog) - Method in class org.codelibs.fess.helper.SearchLogHelper
Adds documents in the response to the search log.
addElevateWord(String, String, String[], String[], Float, boolean) - Method in class org.codelibs.fess.helper.SuggestHelper
Adds an elevate word to the suggest index.
addError(String) - Static method in class org.codelibs.fess.exec.Crawler
Adds an error message to the error queue for later processing.
addEventHandler(String, Consumer<CoordinatorHelper.EventInfo>) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Registers an event handler for the specified event name.
addFacetQueryView(FacetQueryView) - Method in class org.codelibs.fess.helper.ViewHelper
Adds a facet query view to the list.
addFavoriteCountField(Map<String, Object>) - Method in class org.codelibs.fess.indexer.IndexUpdater
Adds a favorite count field to the document based on user favorite data.
addFavoriteCountField(Map<String, Object>, String, String) - Method in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Adds favorite count information to the document.
addFessConfigProperties(List<String>) - Method in class org.codelibs.fess.job.ExecJob
Adds all Fess configuration properties to the command list.
addFessCustomSystemProperties(List<String>, String) - Method in class org.codelibs.fess.job.ExecJob
Adds custom system properties that match the given regex pattern to the command list.
addFessSystemProperties(List<String>) - Method in class org.codelibs.fess.job.ExecJob
Adds all Fess system properties to the command list.
addFieldLog(String, String) - Method in class org.codelibs.fess.entity.QueryContext
Adds a field and text pair to the field log for tracking query terms.
addFieldRule(String, String, boolean) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Adds a field extraction rule with pruning option.
addFileProtocol(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Adds a new file protocol to the supported protocols list.
addFilter(QueryParser.Filter) - Method in class org.codelibs.fess.query.parser.QueryParser
Adds a filter to the query processing chain.
addFilter(QueryProcessor.Filter) - Method in class org.codelibs.fess.query.QueryProcessor
Adds a filter to the processing pipeline.
addFinishedSessionId(String) - Method in class org.codelibs.fess.indexer.IndexUpdater
Adds a finished session ID to the cleanup list.
addFunctionScore(Consumer<List<FunctionScoreQueryBuilder.FilterFunctionBuilder>>) - Method in class org.codelibs.fess.entity.QueryContext
Adds function score configuration to the query builder.
addGroupAttributes(BasicAttributes, Group) - Method in class org.codelibs.fess.ldap.LdapManager
Adds group attributes to the LDAP entry for group creation.
addGroupOrRoleName(List<String>, String, boolean) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Adds a group or role name to the specified list.
addHighlightedQuery(String) - Method in class org.codelibs.fess.entity.QueryContext
Adds a query term to the highlighted query set.
addHistory(LlmChatRequest, List<LlmMessage>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Adds conversation history to the request.
addHistoryWithBudget(LlmChatRequest, List<LlmMessage>, int) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Adds conversation history to the request, truncating from oldest to fit within the character budget.
addIndexConfig(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Adds an index configuration file path to be loaded.
addInitFacetParam(String, String) - Method in class org.codelibs.fess.helper.ViewHelper
Adds an initial facet parameter mapping.
addInitGeoParam(String, String) - Method in class org.codelibs.fess.helper.ViewHelper
Adds an initial geographic parameter mapping.
addInlineMimeType(String) - Method in class org.codelibs.fess.helper.ViewHelper
Adds a MIME type to the inline display set.
addIntentHistory(LlmChatRequest, List<LlmMessage>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Adds conversation history as structured messages for intent detection.
addIntervalRule(String, String, String, long) - Method in class org.codelibs.fess.helper.IntervalControlHelper
Adds a new interval rule to the rule list.
additionalDefaultList - Variable in class org.codelibs.fess.query.QueryFieldConfig
List of additional default fields with their boost values
additionalQuery - Variable in class org.codelibs.fess.helper.QueryHelper
Additional query string to be appended to all search queries
addMapping(String, String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Adds field mappings to an index.
addMapping(String, String, String, boolean) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Adds field mappings and optionally loads bulk data for an index.
addMessage(String, ChatMessage) - Method in class org.codelibs.fess.chat.ChatSessionManager
Adds a message to a session.
addMessage(ChatMessage) - Method in class org.codelibs.fess.entity.ChatSession
Adds a message to this session and updates the last accessed timestamp.
addMessage(LlmMessage) - Method in class org.codelibs.fess.llm.LlmChatRequest
Adds a message to the request.
addMetaContentMapping(String, String) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Add the meta content mapping.
addPasswordValidationError(FessMessages, String) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Adds a password validation error message to the messages object based on the error key.
addPasswordValidationError(FessMessages, String) - Method in class org.codelibs.fess.app.web.login.LoginAction
Adds a password validation error message to the messages object based on the error key.
addPasswordValidationError(FessMessages, String) - Method in class org.codelibs.fess.app.web.profile.ProfileAction
Adds a password validation error message to the messages object based on the error key.
addProcessingTime(long) - Method in class org.codelibs.fess.util.DocList
Adds to the total processing time of this document list.
addQuery(String) - Method in class org.codelibs.fess.entity.FacetInfo
Adds a query facet to the existing query array.
addQuery(String, String) - Method in class org.codelibs.fess.entity.FacetQueryView
Adds a query to the query map with the specified display key.
addQuery(Consumer<BoolQueryBuilder>) - Method in class org.codelibs.fess.entity.QueryContext
Adds additional query clauses using a boolean query builder.
addQueryRescorer(QueryRescorer) - Method in class org.codelibs.fess.helper.QueryHelper
Adds a query rescorer for post-processing search results.
addRewriter(SearchHelper.SearchRequestParamsRewriter) - Method in class org.codelibs.fess.helper.SearchHelper
Adds a search request parameter rewriter to the list of active rewriters.
addRoleAttributes(BasicAttributes, Role) - Method in class org.codelibs.fess.ldap.LdapManager
Adds role attributes to the LDAP entry for role creation.
addRoleFromCookieMapping(Set<String>, Cookie) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Adds a role from the cookie mapping.
addScoreBooster(ScoreBooster) - Method in class org.codelibs.fess.score.ScoreUpdater
Adds a score booster.
addSearchLog(SearchRequestParams, LocalDateTime, String, String, int, int, QueryResponseList) - Method in class org.codelibs.fess.helper.SearchLogHelper
Adds a search log to the queue.
addShutdownHook(Runnable) - Method in class org.codelibs.fess.helper.SystemHelper
Adds a shutdown hook.
addShutdownListener(JobExecutor.ShutdownListener) - Method in class org.codelibs.fess.job.JobExecutor
Adds a shutdown listener to be notified when the executor is shutting down.
addSorts(SortBuilder<?>...) - Method in class org.codelibs.fess.entity.QueryContext
Adds sort builders to the query context.
addSource(ChatMessage.ChatSource) - Method in class org.codelibs.fess.entity.ChatMessage
Adds a source to the message.
addSourcesToMessage(ChatMessage, List<Map<String, Object>>, String, String, long) - Method in class org.codelibs.fess.chat.ChatClient
Creates ChatSource objects from search results and adds them to the assistant message.
addSystemMessage(String) - Method in class org.codelibs.fess.llm.LlmChatRequest
Adds a system message to the request.
addSystemProperty(List<String>, String, String, String) - Method in class org.codelibs.fess.job.ExecJob
Adds a system property to the command list.
addUpdateConfigListener(String, Supplier<String>) - Method in class org.codelibs.fess.helper.SystemHelper
Adds a listener for configuration updates.
addUrl(String, BiConsumer<UserInfo, FavoriteLog>) - Method in class org.codelibs.fess.app.service.FavoriteLogService
Adds a URL to a user's favorite list.
addUserAttributes(BasicAttributes, User) - Method in class org.codelibs.fess.ldap.LdapManager
Adds user attributes to the LDAP entry for user creation.
addUserMessage(String) - Method in class org.codelibs.fess.entity.ChatSession
Adds a user message to this session.
addUserMessage(String) - Method in class org.codelibs.fess.llm.LlmChatRequest
Adds a user message to the request.
addWebProtocol(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Adds a new web protocol to the supported protocols list.
admin() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets the admin client for cluster and index administration.
ADMIN_SEARCH - Enum constant in enum class org.codelibs.fess.entity.SearchRequestParams.SearchRequestType
Admin search request type.
AdminAccesstokenAction - Class in org.codelibs.fess.app.web.admin.accesstoken
Admin action for Access Token management.
AdminAccesstokenAction() - Constructor for class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Default constructor.
AdminAction - Class in org.codelibs.fess.app.web.admin
The action for admin pages.
AdminAction() - Constructor for class org.codelibs.fess.app.web.admin.AdminAction
Default constructor.
AdminBackupAction - Class in org.codelibs.fess.app.web.admin.backup
Admin action for Backup management.
AdminBackupAction() - Constructor for class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Default constructor.
AdminBadwordAction - Class in org.codelibs.fess.app.web.admin.badword
Admin action for Bad Word management.
AdminBadwordAction() - Constructor for class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Default constructor.
AdminBoostdocAction - Class in org.codelibs.fess.app.web.admin.boostdoc
Admin action for Boost Document management.
AdminBoostdocAction() - Constructor for class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Default constructor.
AdminCrawlinginfoAction - Class in org.codelibs.fess.app.web.admin.crawlinginfo
Admin action for Crawling Info management.
AdminCrawlinginfoAction() - Constructor for class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Default constructor.
AdminDashboardAction - Class in org.codelibs.fess.app.web.admin.dashboard
Admin action for Dashboard.
AdminDashboardAction() - Constructor for class org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction
Default constructor.
AdminDataconfigAction - Class in org.codelibs.fess.app.web.admin.dataconfig
Admin action for Data Config management.
AdminDataconfigAction() - Constructor for class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Default constructor.
AdminDesignAction - Class in org.codelibs.fess.app.web.admin.design
Admin action for Design management.
AdminDesignAction() - Constructor for class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Default constructor.
AdminDictAction - Class in org.codelibs.fess.app.web.admin.dict
Admin action for Dictionary management.
AdminDictAction() - Constructor for class org.codelibs.fess.app.web.admin.dict.AdminDictAction
Default constructor.
AdminDictKuromojiAction - Class in org.codelibs.fess.app.web.admin.dict.kuromoji
Admin action for Kuromoji dictionary management.
AdminDictKuromojiAction() - Constructor for class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Default constructor.
AdminDictMappingAction - Class in org.codelibs.fess.app.web.admin.dict.mapping
Admin action for Mapping management.
AdminDictMappingAction() - Constructor for class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Default constructor.
AdminDictProtwordsAction - Class in org.codelibs.fess.app.web.admin.dict.protwords
Admin action for Protected Words management.
AdminDictProtwordsAction() - Constructor for class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Default constructor.
AdminDictStemmeroverrideAction - Class in org.codelibs.fess.app.web.admin.dict.stemmeroverride
Admin action for Stemmer Override management.
AdminDictStemmeroverrideAction() - Constructor for class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Default constructor.
AdminDictStopwordsAction - Class in org.codelibs.fess.app.web.admin.dict.stopwords
Admin action for Stopwords management.
AdminDictStopwordsAction() - Constructor for class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Default constructor.
AdminDictSynonymAction - Class in org.codelibs.fess.app.web.admin.dict.synonym
Admin action for Synonym management.
AdminDictSynonymAction() - Constructor for class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Default constructor.
AdminDuplicatehostAction - Class in org.codelibs.fess.app.web.admin.duplicatehost
Admin action for Duplicate Host management.
AdminDuplicatehostAction() - Constructor for class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Default constructor.
AdminElevatewordAction - Class in org.codelibs.fess.app.web.admin.elevateword
Admin action for Elevate Word management.
AdminElevatewordAction() - Constructor for class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Default constructor.
AdminFailureurlAction - Class in org.codelibs.fess.app.web.admin.failureurl
Admin action for Failure URL management.
AdminFailureurlAction() - Constructor for class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Default constructor.
AdminFileauthAction - Class in org.codelibs.fess.app.web.admin.fileauth
Admin action for File Authentication management.
AdminFileauthAction() - Constructor for class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Default constructor.
AdminFileconfigAction - Class in org.codelibs.fess.app.web.admin.fileconfig
Admin action for File Config management.
AdminFileconfigAction() - Constructor for class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Default constructor.
AdminGeneralAction - Class in org.codelibs.fess.app.web.admin.general
Admin action for General settings.
AdminGeneralAction() - Constructor for class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
Default constructor.
AdminGroupAction - Class in org.codelibs.fess.app.web.admin.group
Admin action for Group management.
AdminGroupAction() - Constructor for class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Default constructor.
AdminJoblogAction - Class in org.codelibs.fess.app.web.admin.joblog
Admin action for Job Log.
AdminJoblogAction() - Constructor for class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Default constructor.
AdminKeymatchAction - Class in org.codelibs.fess.app.web.admin.keymatch
Admin action for Key Match management.
AdminKeymatchAction() - Constructor for class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Default constructor.
AdminLabeltypeAction - Class in org.codelibs.fess.app.web.admin.labeltype
Admin action for Label Type management.
AdminLabeltypeAction() - Constructor for class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Default constructor.
AdminLogAction - Class in org.codelibs.fess.app.web.admin.log
Admin action for Log.
AdminLogAction() - Constructor for class org.codelibs.fess.app.web.admin.log.AdminLogAction
Default constructor.
AdminMaintenanceAction - Class in org.codelibs.fess.app.web.admin.maintenance
Admin action for maintenance operations including reindexing, log management, and system diagnostics.
AdminMaintenanceAction() - Constructor for class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Default constructor for AdminMaintenanceAction.
AdminPathmapAction - Class in org.codelibs.fess.app.web.admin.pathmap
Admin action for Path Map management.
AdminPathmapAction() - Constructor for class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Default constructor for AdminPathmapAction.
AdminPluginAction - Class in org.codelibs.fess.app.web.admin.plugin
Admin action for Plugin management.
AdminPluginAction() - Constructor for class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Default constructor.
AdminRelatedcontentAction - Class in org.codelibs.fess.app.web.admin.relatedcontent
Admin action for Related Content management.
AdminRelatedcontentAction() - Constructor for class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Default constructor.
AdminRelatedqueryAction - Class in org.codelibs.fess.app.web.admin.relatedquery
Admin action for Related Query management.
AdminRelatedqueryAction() - Constructor for class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Default constructor.
AdminReqheaderAction - Class in org.codelibs.fess.app.web.admin.reqheader
Admin action for Request Header management.
AdminReqheaderAction() - Constructor for class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Default constructor.
AdminRoleAction - Class in org.codelibs.fess.app.web.admin.role
Admin action for Role management.
AdminRoleAction() - Constructor for class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Default constructor.
AdminSchedulerAction - Class in org.codelibs.fess.app.web.admin.scheduler
Admin action for Scheduler management.
AdminSchedulerAction() - Constructor for class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Default constructor.
AdminSearchlistAction - Class in org.codelibs.fess.app.web.admin.searchlist
Admin action for Search List.
AdminSearchlistAction() - Constructor for class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Default constructor.
AdminSearchlistAction.WebRenderData - Class in org.codelibs.fess.app.web.admin.searchlist
Web-specific implementation of SearchRenderData for rendering search results in the admin interface.
AdminSearchlogAction - Class in org.codelibs.fess.app.web.admin.searchlog
Admin action for Search Log.
AdminSearchlogAction() - Constructor for class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Default constructor.
AdminSereqAction - Class in org.codelibs.fess.app.web.admin.sereq
Admin action for Search Request.
AdminSereqAction() - Constructor for class org.codelibs.fess.app.web.admin.sereq.AdminSereqAction
Default constructor.
AdminStorageAction - Class in org.codelibs.fess.app.web.admin.storage
Admin action for Storage management.
AdminStorageAction() - Constructor for class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Default constructor.
AdminStorageAction.PathInfo - Class in org.codelibs.fess.app.web.admin.storage
Container class for path information containing separate path and name components.
AdminSuggestAction - Class in org.codelibs.fess.app.web.admin.suggest
Admin action for suggest management.
AdminSuggestAction() - Constructor for class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
Default constructor.
AdminSysteminfoAction - Class in org.codelibs.fess.app.web.admin.systeminfo
Admin action for System Info.
AdminSysteminfoAction() - Constructor for class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Default constructor.
AdminThemeAction - Class in org.codelibs.fess.app.web.admin.theme
Admin action for theme management (spec §8).
AdminThemeAction() - Constructor for class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Default constructor.
AdminUserAction - Class in org.codelibs.fess.app.web.admin.user
Admin action for User management.
AdminUserAction() - Constructor for class org.codelibs.fess.app.web.admin.user.AdminUserAction
Default constructor.
AdminWebauthAction - Class in org.codelibs.fess.app.web.admin.webauth
Admin action for Web Authentication management.
AdminWebauthAction() - Constructor for class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Default constructor.
AdminWebconfigAction - Class in org.codelibs.fess.app.web.admin.webconfig
Admin action for Web Config management.
AdminWebconfigAction() - Constructor for class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Default constructor.
AdminWizardAction - Class in org.codelibs.fess.app.web.admin.wizard
Admin action for configuration wizard.
AdminWizardAction() - Constructor for class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Default constructor.
advance(SearchForm) - Method in class org.codelibs.fess.app.web.search.SearchAction
The advance search page.
AggregateLogJob - Class in org.codelibs.fess.job
Job for aggregating and storing search logs.
AggregateLogJob() - Constructor for class org.codelibs.fess.job.AggregateLogJob
Default constructor.
alive - Variable in class org.codelibs.fess.ds.AbstractDataStore
The flag to check if the data store is alive.
ALL_LANGUAGES - Static variable in class org.codelibs.fess.Constants
Constant representing all languages.
ALLINTITLE_FIELD_PREFIX - Static variable in class org.codelibs.fess.entity.QueryContext
Prefix for queries that search only in title fields.
ALLINURL_FIELD_PREFIX - Static variable in class org.codelibs.fess.entity.QueryContext
Prefix for queries that search only in URL fields.
AllJobScheduler - Class in org.codelibs.fess.app.job
Job scheduler for managing all scheduled jobs in Fess.
AllJobScheduler() - Constructor for class org.codelibs.fess.app.job.AllJobScheduler
Default constructor.
allow(LoginRateLimiter.Scope, String, int, int) - Method in class org.codelibs.fess.api.v2.handlers.LoginRateLimiter
Attempts to consume one slot in the (scope, key) bucket within a sliding window of windowSeconds.
ALLOW_ORIGIN_ALL - Static variable in class org.codelibs.fess.cors.CorsHandler
Literal value returned in Access-Control-Allow-Origin for wildcard (non-credentialed) CORS.
allowEmptyGroupAndRole(LdapUser) - Method in class org.codelibs.fess.ldap.LdapManager
Checks if the specified LDAP user is allowed to have empty group and role permissions.
allowLeadingWildcard - Variable in class org.codelibs.fess.query.parser.QueryParser
Whether to allow leading wildcards in query terms
allowPrefix - Variable in class org.codelibs.fess.helper.PermissionHelper
Prefix used to identify allow permissions
allowRequest(String) - Method in class org.codelibs.fess.helper.RateLimitHelper
Check if the request is allowed under rate limiting rules.
allPageCount - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Total number of pages for pagination
allPageCount - Variable in class org.codelibs.fess.dict.DictionaryFile.PagingList
The total number of pages available.
allPageCount - Variable in class org.codelibs.fess.entity.SearchRenderData
Total number of pages based on record count and page size.
allPageCount - Variable in class org.codelibs.fess.util.QueryResponseList
The total number of pages based on the page size and total record count.
allRecordCount - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Total number of records found
allRecordCount - Variable in class org.codelibs.fess.dict.DictionaryFile.PagingList
The total number of records across all pages.
allRecordCount - Variable in class org.codelibs.fess.entity.SearchRenderData
Total number of records matching the search query.
allRecordCount - Variable in class org.codelibs.fess.rank.fusion.SearchResult
The total number of records that match the search criteria.
allRecordCount - Variable in class org.codelibs.fess.util.QueryResponseList
The total number of records in the search result set.
allRecordCountRelation - Variable in class org.codelibs.fess.entity.SearchRenderData
Relation type for the record count (e.g., "eq", "gte").
allRecordCountRelation - Variable in class org.codelibs.fess.rank.fusion.SearchResult
The relation type indicating how the record count should be interpreted (e.g., "eq", "gte").
allRecordCountRelation - Variable in class org.codelibs.fess.util.QueryResponseList
The relation type for the total record count (e.g., "eq", "gte").
analyzer - Variable in class org.codelibs.fess.query.parser.QueryParser
The analyzer used to analyze query terms
answerGenerationSystemPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The system prompt for answer generation.
AnswerHighlightSearchParams(String, int, FessConfig, String[]) - Constructor for class org.codelibs.fess.chat.DefaultChatContentFetcher.AnswerHighlightSearchParams
Creates answer-highlight search params.
ApiAdminAccesstokenAction - Class in org.codelibs.fess.app.web.api.admin.accesstoken
API action for admin access token.
ApiAdminAccesstokenAction() - Constructor for class org.codelibs.fess.app.web.api.admin.accesstoken.ApiAdminAccesstokenAction
Default constructor.
ApiAdminBackupAction - Class in org.codelibs.fess.app.web.api.admin.backup
API action for admin backup.
ApiAdminBackupAction() - Constructor for class org.codelibs.fess.app.web.api.admin.backup.ApiAdminBackupAction
Default constructor.
ApiAdminBadwordAction - Class in org.codelibs.fess.app.web.api.admin.badword
API action for admin bad word management.
ApiAdminBadwordAction() - Constructor for class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Default constructor.
ApiAdminBoostdocAction - Class in org.codelibs.fess.app.web.api.admin.boostdoc
API action for admin boost doc.
ApiAdminBoostdocAction() - Constructor for class org.codelibs.fess.app.web.api.admin.boostdoc.ApiAdminBoostdocAction
Default constructor.
ApiAdminCrawlinginfoAction - Class in org.codelibs.fess.app.web.api.admin.crawlinginfo
API action for admin crawling info.
ApiAdminCrawlinginfoAction() - Constructor for class org.codelibs.fess.app.web.api.admin.crawlinginfo.ApiAdminCrawlinginfoAction
Default constructor.
ApiAdminDataconfigAction - Class in org.codelibs.fess.app.web.api.admin.dataconfig
API action for admin data config.
ApiAdminDataconfigAction() - Constructor for class org.codelibs.fess.app.web.api.admin.dataconfig.ApiAdminDataconfigAction
Default constructor.
ApiAdminDictAction - Class in org.codelibs.fess.app.web.api.admin.dict
API action for admin dictionary management.
ApiAdminDictAction() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.ApiAdminDictAction
Default constructor.
ApiAdminDictKuromojiAction - Class in org.codelibs.fess.app.web.api.admin.dict.kuromoji
API action for admin Kuromoji dictionary management.
ApiAdminDictKuromojiAction() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Default constructor.
ApiAdminDictMappingAction - Class in org.codelibs.fess.app.web.api.admin.dict.mapping
API action for CRUD and file operations on dictionary character mappings.
ApiAdminDictMappingAction() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Default constructor.
ApiAdminDictProtwordsAction - Class in org.codelibs.fess.app.web.api.admin.dict.protwords
API action for CRUD and file operations on dictionary protected words (protwords).
ApiAdminDictProtwordsAction() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Default constructor.
ApiAdminDictStemmeroverrideAction - Class in org.codelibs.fess.app.web.api.admin.dict.stemmeroverride
API action for admin Stemmer Override dictionary management.
ApiAdminDictStemmeroverrideAction() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Default constructor.
ApiAdminDictStopwordsAction - Class in org.codelibs.fess.app.web.api.admin.dict.stopwords
API action for admin Stopwords dictionary management.
ApiAdminDictStopwordsAction() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Default constructor.
ApiAdminDictSynonymAction - Class in org.codelibs.fess.app.web.api.admin.dict.synonym
API action for admin Synonym dictionary management.
ApiAdminDictSynonymAction() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Default constructor.
ApiAdminDocumentsAction - Class in org.codelibs.fess.app.web.api.admin.documents
API action for admin document management.
ApiAdminDocumentsAction() - Constructor for class org.codelibs.fess.app.web.api.admin.documents.ApiAdminDocumentsAction
Default constructor.
ApiAdminDuplicatehostAction - Class in org.codelibs.fess.app.web.api.admin.duplicatehost
API action for admin duplicate host management.
ApiAdminDuplicatehostAction() - Constructor for class org.codelibs.fess.app.web.api.admin.duplicatehost.ApiAdminDuplicatehostAction
Default constructor.
ApiAdminElevatewordAction - Class in org.codelibs.fess.app.web.api.admin.elevateword
API action for admin elevate word management.
ApiAdminElevatewordAction() - Constructor for class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Default constructor.
ApiAdminFailureurlAction - Class in org.codelibs.fess.app.web.api.admin.failureurl
API action for admin failure URL.
ApiAdminFailureurlAction() - Constructor for class org.codelibs.fess.app.web.api.admin.failureurl.ApiAdminFailureurlAction
Default constructor.
ApiAdminFileauthAction - Class in org.codelibs.fess.app.web.api.admin.fileauth
API action for admin file authentication management.
ApiAdminFileauthAction() - Constructor for class org.codelibs.fess.app.web.api.admin.fileauth.ApiAdminFileauthAction
Default constructor.
ApiAdminFileconfigAction - Class in org.codelibs.fess.app.web.api.admin.fileconfig
API action for admin file configuration management.
ApiAdminFileconfigAction() - Constructor for class org.codelibs.fess.app.web.api.admin.fileconfig.ApiAdminFileconfigAction
Default constructor.
ApiAdminGeneralAction - Class in org.codelibs.fess.app.web.api.admin.general
API action for admin general settings management.
ApiAdminGeneralAction() - Constructor for class org.codelibs.fess.app.web.api.admin.general.ApiAdminGeneralAction
Default constructor.
ApiAdminGroupAction - Class in org.codelibs.fess.app.web.api.admin.group
API action for admin group management.
ApiAdminGroupAction() - Constructor for class org.codelibs.fess.app.web.api.admin.group.ApiAdminGroupAction
Default constructor.
ApiAdminJoblogAction - Class in org.codelibs.fess.app.web.api.admin.joblog
API action for admin job log management.
ApiAdminJoblogAction() - Constructor for class org.codelibs.fess.app.web.api.admin.joblog.ApiAdminJoblogAction
Default constructor.
ApiAdminKeymatchAction - Class in org.codelibs.fess.app.web.api.admin.keymatch
API action for admin key match management.
ApiAdminKeymatchAction() - Constructor for class org.codelibs.fess.app.web.api.admin.keymatch.ApiAdminKeymatchAction
Default constructor.
ApiAdminLabeltypeAction - Class in org.codelibs.fess.app.web.api.admin.labeltype
API action for admin label type management.
ApiAdminLabeltypeAction() - Constructor for class org.codelibs.fess.app.web.api.admin.labeltype.ApiAdminLabeltypeAction
Default constructor.
ApiAdminLogAction - Class in org.codelibs.fess.app.web.api.admin.log
API action for admin log management.
ApiAdminLogAction() - Constructor for class org.codelibs.fess.app.web.api.admin.log.ApiAdminLogAction
Default constructor.
ApiAdminPathmapAction - Class in org.codelibs.fess.app.web.api.admin.pathmap
API action for admin path mapping management.
ApiAdminPathmapAction() - Constructor for class org.codelibs.fess.app.web.api.admin.pathmap.ApiAdminPathmapAction
Default constructor.
ApiAdminPluginAction - Class in org.codelibs.fess.app.web.api.admin.plugin
API action for admin plugin management.
ApiAdminPluginAction() - Constructor for class org.codelibs.fess.app.web.api.admin.plugin.ApiAdminPluginAction
Default constructor.
ApiAdminRelatedcontentAction - Class in org.codelibs.fess.app.web.api.admin.relatedcontent
API action for admin related content management.
ApiAdminRelatedcontentAction() - Constructor for class org.codelibs.fess.app.web.api.admin.relatedcontent.ApiAdminRelatedcontentAction
Default constructor.
ApiAdminRelatedqueryAction - Class in org.codelibs.fess.app.web.api.admin.relatedquery
API action for admin related query management.
ApiAdminRelatedqueryAction() - Constructor for class org.codelibs.fess.app.web.api.admin.relatedquery.ApiAdminRelatedqueryAction
Default constructor.
ApiAdminReqheaderAction - Class in org.codelibs.fess.app.web.api.admin.reqheader
API action for admin request header management.
ApiAdminReqheaderAction() - Constructor for class org.codelibs.fess.app.web.api.admin.reqheader.ApiAdminReqheaderAction
Default constructor.
ApiAdminRoleAction - Class in org.codelibs.fess.app.web.api.admin.role
API action for admin role management.
ApiAdminRoleAction() - Constructor for class org.codelibs.fess.app.web.api.admin.role.ApiAdminRoleAction
Default constructor.
ApiAdminSchedulerAction - Class in org.codelibs.fess.app.web.api.admin.scheduler
API action for admin scheduler management.
ApiAdminSchedulerAction() - Constructor for class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Default constructor.
ApiAdminSearchlistAction - Class in org.codelibs.fess.app.web.api.admin.searchlist
API action for admin search list management.
ApiAdminSearchlistAction() - Constructor for class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
Default constructor.
ApiAdminStatsAction - Class in org.codelibs.fess.app.web.api.admin.stats
API action for admin statistics management.
ApiAdminStatsAction() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction
Default constructor.
ApiAdminStatsAction.EngineObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing search engine cluster statistics.
ApiAdminStatsAction.FsObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing filesystem statistics.
ApiAdminStatsAction.JvmClassesObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing JVM class loading statistics.
ApiAdminStatsAction.JvmGcObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing JVM garbage collection statistics.
ApiAdminStatsAction.JvmMemoryHeapObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing JVM heap memory statistics.
ApiAdminStatsAction.JvmMemoryNonHeapObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing JVM non-heap memory statistics.
ApiAdminStatsAction.JvmMemoryObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing JVM memory statistics.
ApiAdminStatsAction.JvmObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing JVM statistics.
ApiAdminStatsAction.JvmPoolObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing JVM buffer pool statistics.
ApiAdminStatsAction.JvmThreadsObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing JVM thread statistics.
ApiAdminStatsAction.OsCpuObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing OS CPU statistics.
ApiAdminStatsAction.OsMemoryObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing OS memory statistics.
ApiAdminStatsAction.OsMemoryPhysicalObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing OS physical memory statistics.
ApiAdminStatsAction.OsMemorySwapSpaceObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing OS swap space statistics.
ApiAdminStatsAction.OsObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing operating system statistics.
ApiAdminStatsAction.ProcessCpuObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing process CPU statistics.
ApiAdminStatsAction.ProcessFileDescriptorObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing process file descriptor statistics.
ApiAdminStatsAction.ProcessObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing process statistics.
ApiAdminStatsAction.ProcessVirtualMemoryObj - Class in org.codelibs.fess.app.web.api.admin.stats
Data transfer object representing process virtual memory statistics.
ApiAdminStorageAction - Class in org.codelibs.fess.app.web.api.admin.storage
Handles API requests for storage management in the Fess application.
ApiAdminStorageAction() - Constructor for class org.codelibs.fess.app.web.api.admin.storage.ApiAdminStorageAction
Default constructor.
ApiAdminSuggestAction - Class in org.codelibs.fess.app.web.api.admin.suggest
API action for admin suggest management.
ApiAdminSuggestAction() - Constructor for class org.codelibs.fess.app.web.api.admin.suggest.ApiAdminSuggestAction
Default constructor.
ApiAdminSysteminfoAction - Class in org.codelibs.fess.app.web.api.admin.systeminfo
API action for admin system information management.
ApiAdminSysteminfoAction() - Constructor for class org.codelibs.fess.app.web.api.admin.systeminfo.ApiAdminSysteminfoAction
Default constructor.
ApiAdminUserAction - Class in org.codelibs.fess.app.web.api.admin.user
API action for admin user management.
ApiAdminUserAction() - Constructor for class org.codelibs.fess.app.web.api.admin.user.ApiAdminUserAction
Default constructor.
ApiAdminWebauthAction - Class in org.codelibs.fess.app.web.api.admin.webauth
API action for admin web authentication management.
ApiAdminWebauthAction() - Constructor for class org.codelibs.fess.app.web.api.admin.webauth.ApiAdminWebauthAction
Default constructor.
ApiAdminWebconfigAction - Class in org.codelibs.fess.app.web.api.admin.webconfig
API action for admin web configuration management.
ApiAdminWebconfigAction() - Constructor for class org.codelibs.fess.app.web.api.admin.webconfig.ApiAdminWebconfigAction
Default constructor.
ApiBackupFilesResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiBackupFilesResponse
Constructs an empty ApiBackupFilesResponse.
ApiBulkResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiBulkResponse
Constructs an empty ApiBulkResponse.
ApiConfigResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiConfigResponse
Constructs an empty ApiConfigResponse.
ApiConfigsResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiConfigsResponse
Constructs an empty ApiConfigsResponse.
ApiDeleteResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiDeleteResponse
Constructs an empty ApiDeleteResponse.
ApiDocResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiDocResponse
Constructs an empty ApiDocResponse.
ApiDocsResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
Default constructor for ApiDocsResponse.
ApiErrorResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiErrorResponse
Default constructor for ApiErrorResponse.
ApiLogFilesResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiLogFilesResponse
Default constructor for ApiLogFilesResponse.
ApiLogResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiLogResponse
Default constructor for ApiLogResponse.
ApiLogsResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiLogsResponse
Default constructor for ApiLogsResponse.
ApiPluginResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiPluginResponse
Default constructor for ApiPluginResponse.
ApiResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
Default constructor for ApiResponse.
apiResponseFieldSet - Variable in class org.codelibs.fess.query.QueryFieldConfig
Set of fields that are allowed in API responses
ApiResult - Class in org.codelibs.fess.app.web.api
This class represents the base response structure for API results.
ApiResult(ApiResult.ApiResponse) - Constructor for class org.codelibs.fess.app.web.api.ApiResult
Constructs an ApiResult with the specified ApiResponse.
ApiResult.ApiBackupFilesResponse - Class in org.codelibs.fess.app.web.api
Represents an API response containing a list of backup files.
ApiResult.ApiBulkResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for bulk operations, containing a list of processed items.
ApiResult.ApiConfigResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for configuration settings.
ApiResult.ApiConfigsResponse<T> - Class in org.codelibs.fess.app.web.api
Represents an API response for a list of configuration settings.
ApiResult.ApiDeleteResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for a delete operation.
ApiResult.ApiDocResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for a single document.
ApiResult.ApiDocsResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for search results, including document list, pagination, and facet information.
ApiResult.ApiErrorResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for an error.
ApiResult.ApiLogFilesResponse - Class in org.codelibs.fess.app.web.api
Represents an API response containing a list of log files.
ApiResult.ApiLogResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for a log entry.
ApiResult.ApiLogsResponse<T> - Class in org.codelibs.fess.app.web.api
Represents an API response for a list of logs.
ApiResult.ApiPluginResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for plugin information.
ApiResult.ApiResponse - Class in org.codelibs.fess.app.web.api
Represents the base API response structure.
ApiResult.ApiStartJobResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for a start job operation.
ApiResult.ApiStatsResponse - Class in org.codelibs.fess.app.web.api
Represents an API response containing statistical information.
ApiResult.ApiStorageResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for storage-related operations, typically containing a list of items.
ApiResult.ApiSystemInfoResponse - Class in org.codelibs.fess.app.web.api
Represents an API response containing system information.
ApiResult.ApiUpdateResponse - Class in org.codelibs.fess.app.web.api
Represents an API response for an update operation.
ApiResult.Status - Enum Class in org.codelibs.fess.app.web.api
Represents the status of an API response.
ApiStartJobResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiStartJobResponse
Default constructor for ApiStartJobResponse.
ApiStatsResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiStatsResponse
Default constructor for ApiStatsResponse.
ApiStorageResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiStorageResponse
Default constructor for ApiStorageResponse.
ApiSystemInfoResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
Default constructor for ApiSystemInfoResponse.
ApiUpdateResponse() - Constructor for class org.codelibs.fess.app.web.api.ApiResult.ApiUpdateResponse
Default constructor for ApiUpdateResponse.
APP_TYPE - Static variable in class org.codelibs.fess.app.job.AllJobScheduler
Application type identifier for job context
APP_TYPE - Static variable in class org.codelibs.fess.app.web.base.FessBaseAction
The application type for FESs, e.g.
APP_VALUE_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for system properties configuration.
append(StringBuilder, String, Supplier<Object>) - Method in class org.codelibs.fess.timer.MonitorTarget
Appends a key-value pair to the buffer in JSON format.
append(LogEvent) - Method in class org.codelibs.fess.util.LogNotificationAppender
 
APPEND_QUERY_PARAMETER_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for appending query parameters configuration.
appendConditions(StringBuilder, Map<String, String[]>) - Method in class org.codelibs.fess.util.QueryStringBuilder
Appends various search conditions to the query buffer.
appendException(StringBuilder, Exception) - Method in class org.codelibs.fess.timer.MonitorTarget
Appends exception information to the buffer.
appendFileterPath(StringBuilder, String) - Method in class org.codelibs.fess.util.GsaConfigParser
Appends a filter path pattern to a string buffer with appropriate wildcards.
appendFilterChain(QueryParser.Filter, QueryParser.FilterChain) - Method in class org.codelibs.fess.query.parser.QueryParser
Appends a filter to the existing filter chain.
appendFilterChain(QueryProcessor.Filter, QueryProcessor.FilterChain) - Method in class org.codelibs.fess.query.QueryProcessor
Appends a filter to an existing filter chain.
appendHighlightParams - Variable in class org.codelibs.fess.entity.SearchRenderData
Additional highlight parameters to append to URLs.
appendHTMLSearchWord(Map<String, Object>, String) - Method in class org.codelibs.fess.helper.ViewHelper
Appends text fragment parameters to HTML URLs for highlighting.
appendJarFile(String, StringBuilder, File, String) - Method in class org.codelibs.fess.job.ExecJob
Appends JAR files from the specified directory to the classpath buffer.
appendLineNumber(String, String) - Method in class org.codelibs.fess.helper.DocumentHelper
Appends line numbers to each line of content with a given prefix.
appendPDFSearchWord(Map<String, Object>, String) - Method in class org.codelibs.fess.helper.ViewHelper
Appends search parameters to PDF URLs for highlighting.
appendQuery(StringBuilder, String) - Method in class org.codelibs.fess.util.QueryStringBuilder
Appends a query string to the query buffer with proper formatting.
appendQueryParameter - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable appending query parameters to search URLs.
appendQueryParameter - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The append query parameter setting.
appendQueryParameter(Map<String, Object>, String) - Method in class org.codelibs.fess.helper.ViewHelper
Appends query parameters to URLs based on document type.
appendTimestamp(StringBuilder) - Method in class org.codelibs.fess.timer.MonitorTarget
Appends a timestamp to the buffer.
apply(String, float) - Method in interface org.codelibs.fess.query.QueryCommand.DefaultQueryBuilderFunction
Applies the function to create a query builder for the specified field and boost.
apply(Group) - Method in class org.codelibs.fess.ldap.LdapManager
Applies LDAP attributes to a group object.
apply(User) - Method in class org.codelibs.fess.ldap.LdapManager
Applies LDAP attributes to a user object.
apply(XContentBuilder, ToXContent.Params) - Method in interface org.codelibs.fess.util.SearchEngineUtil.XContentBuilderCallback
Applies custom logic to build XContent using the provided builder and parameters.
apply(T) - Method in interface org.codelibs.fess.util.BooleanFunction
Applies this function to the given argument.
applyPromptTypeParams(LlmChatRequest, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Applies per-prompt-type parameters to the request from configuration.
applyQueryPlaceHolders(String, String) - Method in class org.codelibs.fess.helper.RelatedContentHelper
Substitutes the query placeholders in the given template with the search query, encoding the query for each placeholder's target context (HTML / URL / JavaScript).
applySseHeaders(HttpServletResponse) - Method in class org.codelibs.fess.helper.SseResponseHelper
Applies the standard SSE response headers to the given response.
applyTimingPadding() - Method in class org.codelibs.fess.helper.PasswordHashHelper
Consumes approximately one BCrypt verification worth of CPU to equalise authentication latency across success and failure paths.
appValue - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Application-specific value for custom configurations.
arg(String) - Method in class org.codelibs.fess.job.PythonJob
Adds a single command-line argument to pass to the Python script.
argList - Variable in class org.codelibs.fess.job.PythonJob
List of command-line arguments to pass to the Python script
args(String...) - Method in class org.codelibs.fess.job.PythonJob
Adds multiple command-line arguments to pass to the Python script.
Artifact(String, String) - Constructor for class org.codelibs.fess.helper.PluginHelper.Artifact
Creates a new artifact with name and version, but no URL.
Artifact(String, String, String) - Constructor for class org.codelibs.fess.helper.PluginHelper.Artifact
Creates a new artifact with name, version, and URL.
as - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The conditions.
as - Variable in class org.codelibs.fess.app.web.base.SearchForm
Map of advanced search conditions.
AS_EPQ - Static variable in class org.codelibs.fess.entity.SearchRequestParams
The parameter for exact phrase query.
AS_FILETYPE - Static variable in class org.codelibs.fess.entity.SearchRequestParams
The parameter for filetype.
AS_NQ - Static variable in class org.codelibs.fess.entity.SearchRequestParams
The parameter for negative query.
AS_OCCURRENCE - Static variable in class org.codelibs.fess.entity.SearchRequestParams
The parameter for occurrence.
AS_OQ - Static variable in class org.codelibs.fess.entity.SearchRequestParams
The parameter for OR query.
AS_Q - Static variable in class org.codelibs.fess.entity.SearchRequestParams
The parameter for query.
AS_SITESEARCH - Static variable in class org.codelibs.fess.entity.SearchRequestParams
The parameter for sitesearch.
AS_TIMESTAMP - Static variable in class org.codelibs.fess.entity.SearchRequestParams
The parameter for timestamp.
asContentResponse(Map<String, Object>) - Method in class org.codelibs.fess.helper.ViewHelper
Creates a stream response for document content delivery.
asDictIndexHtml() - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Get the HTML response for the dictionary index page.
asDictIndexHtml() - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Get the HTML response for the dictionary index page.
asDictIndexHtml() - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Get the HTML response for the dictionary index page.
asDictIndexHtml() - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Get the HTML response for the dictionary index page.
asDictIndexHtml() - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Redirect to the dictionary index page.
asDictIndexHtml() - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Redirects to the dictionary index page.
asIndexHtml() - Method in class org.codelibs.fess.app.web.profile.ProfileAction
Returns the index HTML response.
asMap() - Method in class org.codelibs.fess.entity.DataStoreParams
Returns a copy of the internal parameter map as a standard Map.
assistant(String) - Static method in class org.codelibs.fess.llm.LlmMessage
Creates an assistant message with the specified content.
assistantMessage(String) - Static method in class org.codelibs.fess.entity.ChatMessage
Creates an assistant message with the specified content.
assistBeanMetaDataFactory() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistBehaviorExceptionThrower() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistByPassInvokeNames() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
Assists bypass invoke names for DBFlute behavior invocation.
assistClientInvokeNames() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
Assists client invoke names for DBFlute behavior invocation.
assistCurrentDBDef() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistDataSource() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistDBMetaProvider() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistDefaultStatementConfig() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistFirstOutsideSqlOption(String) - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistGearedCipherManager() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistOutsideSqlExecutorFactory() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistRelationOptionalFactory() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistResourceParameter() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistResultSetHandlerFactory() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistSequenceCacheHandler() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistSqlAnalyzerFactory() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistSqlClauseCreator() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistSQLExceptionDigger() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistSQLExceptionHandlerFactory() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistSqlFileEncoding() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
assistStatementFactory() - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
asStream() - Method in class org.codelibs.fess.helper.OsddHelper
Returns the OSDD as a stream response.
asyncImport(String, File) - Method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Import the file asynchronously.
attributes - Variable in class org.codelibs.fess.app.web.admin.group.CreateForm
Additional attributes for the group.
attributes - Variable in class org.codelibs.fess.app.web.admin.role.CreateForm
The attributes map for the role.
attributes - Variable in class org.codelibs.fess.app.web.admin.user.CreateForm
The attributes map for the user.
AUTH_REQUIRED - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The endpoint requires authentication and none was supplied.
AuthenticationChain - Interface in org.codelibs.fess.auth.chain
Interface for authentication chain operations.
AuthenticationManager - Class in org.codelibs.fess.auth
Manages authentication operations across multiple authentication chains.
AuthenticationManager() - Constructor for class org.codelibs.fess.auth.AuthenticationManager
Default constructor for AuthenticationManager.
authenticator - Variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
The underlying SPNEGO authenticator instance.
authenticatorList - Variable in class org.codelibs.fess.sso.SsoManager
List of registered SSO authenticators.
authRealm - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The authentication realm.
authResult - Variable in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
Entra ID authentication result.
AUTO - Static variable in class org.codelibs.fess.Constants
Constant representing automatic mode.
autoExpandReplicasForDoc - Variable in class org.codelibs.fess.app.web.admin.maintenance.ActionForm
The auto expand replicas for doc.
availabilityCheckTask - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The scheduled task for periodic availability checks.
available - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration availability status.
available - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Availability status of the configuration
available - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Whether the scheduled job is available.
available - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: availability status.
available - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Whether this configuration is enabled (true/false)
available - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
Whether this configuration is available for crawling (required, maximum 5 characters).
available - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
Whether the scheduled job is available/enabled.
available - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
Whether this web configuration is available for crawling.
available - Variable in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Availability status of this generator.
available() - Method in class org.codelibs.fess.llm.LlmClientManager
Checks whether LLM chat functionality is available and configured.
available() - Method in class org.codelibs.fess.sso.SsoManager
Checks whether SSO authentication is available and configured.
available() - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if the container is available.
availableArtifacts - Variable in class org.codelibs.fess.helper.PluginHelper
Cache for storing available artifacts by type.
availableSearcherNameSet - Variable in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Set of available searcher names that can be used for search processing
awaitTermination() - Method in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Waits for the crawling thread to terminate.
awaitTermination(long) - Method in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Waits for the crawling thread to terminate within a specified time limit.

B

back() - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Go back to the index page.
back(SearchForm) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Go back to the list page.
back(SearchForm) - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Returns to the failure URL list page with the current search form.
back(SearchForm) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Returns to the job log list page.
back(SearchForm) - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Returns to the search log list from a detail view.
BAD_REQUEST - Enum constant in enum class org.codelibs.fess.app.web.api.ApiResult.Status
Bad request status indicating client error.
BAD_URLS - Static variable in class org.codelibs.fess.util.GsaConfigParser
XML element name for bad (excluded) URLs configuration.
badWordBhv - Variable in class org.codelibs.fess.app.service.BadWordService
Database behavior for bad word operations.
badWordFile - Variable in class org.codelibs.fess.app.web.admin.badword.UploadForm
The multipart file containing bad words to be uploaded.
BadWordPager - Class in org.codelibs.fess.app.pager
Pager class for bad word management with pagination support.
BadWordPager() - Constructor for class org.codelibs.fess.app.pager.BadWordPager
Default constructor for BadWordPager.
BadWordService - Class in org.codelibs.fess.app.service
Service class for bad word management operations.
BadWordService() - Constructor for class org.codelibs.fess.app.service.BadWordService
Default constructor for BadWordService.
base64(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Encodes a string to URL-safe Base64 format.
BaseApiManager - Class in org.codelibs.fess.api
Base implementation for API managers providing common functionality.
BaseApiManager() - Constructor for class org.codelibs.fess.api.BaseApiManager
Default constructor for BaseApiManager.
BaseApiManager.FormatType - Enum Class in org.codelibs.fess.api
Enumeration of supported API format types.
baseDir - Variable in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Base directory for command execution.
baseDir - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Base directory for storing thumbnail files.
basePath - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Base path for thumbnail storage.
BaseSearchBody - Class in org.codelibs.fess.app.web.api.admin
Base class for search request body objects in admin API.
BaseSearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.BaseSearchBody
Default constructor for BaseSearchBody.
BaseSearchDictBody - Class in org.codelibs.fess.app.web.api.admin.dict
Base class for dictionary search request body objects in admin API.
BaseSearchDictBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.BaseSearchDictBody
Default constructor for BaseSearchDictBody.
BaseThumbnailGenerator - Class in org.codelibs.fess.thumbnail.impl
Abstract base class for thumbnail generators.
BaseThumbnailGenerator() - Constructor for class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Default constructor for BaseThumbnailGenerator.
BASIC - Static variable in class org.codelibs.fess.Constants
Basic authentication type identifier.
BCrypt - Class in org.codelibs.fess.crypto.bcrypt
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
BCrypt() - Constructor for class org.codelibs.fess.crypto.bcrypt.BCrypt
Default constructor.
BCRYPT_PREFIX - Static variable in class org.codelibs.fess.helper.PasswordHashHelper
Full id prefix token for BCrypt ({bcrypt}).
BcryptPasswordEncoder() - Constructor for class org.codelibs.fess.helper.PasswordHashHelper.BcryptPasswordEncoder
Default constructor.
beanToMap(PluginHelper.Artifact) - Static method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Converts an Artifact object to a Map representation.
BEARER - Static variable in class org.codelibs.fess.helper.AccessTokenHelper
The bearer string.
begin(Object) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Begins statistics tracking for the specified crawler object.
blockedIps - Variable in class org.codelibs.fess.helper.RateLimitHelper
Blocked IPs with automatic expiration.
blockIp(String, long) - Method in class org.codelibs.fess.helper.RateLimitHelper
Block an IP address for the specified duration.
BooleanFunction<T> - Interface in org.codelibs.fess.util
Functional interface for boolean functions.
BooleanQueryCommand - Class in org.codelibs.fess.query
Query command implementation for handling Boolean queries.
BooleanQueryCommand() - Constructor for class org.codelibs.fess.query.BooleanQueryCommand
Default constructor for BooleanQueryCommand.
boost - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration boost value.
boost - Variable in class org.codelibs.fess.app.pager.ElevateWordPager
Search parameter: boost value
boost - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Boost value for search ranking
boost - Variable in class org.codelibs.fess.app.pager.KeyMatchPager
The boost of the key match.
boost - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: boost value.
boost - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Boost value for documents from this data source
boost - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The boost score multiplier applied to elevated documents
boost - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The boost value for search ranking (required).
boost - Variable in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
The boost score for matched results.
boost - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The boost value for documents from this web configuration.
boost() - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Returns the boost value.
boost(float) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Sets the boost value.
BoostDocPager - Class in org.codelibs.fess.app.pager
Pager class for boost document management with pagination support.
BoostDocPager() - Constructor for class org.codelibs.fess.app.pager.BoostDocPager
Default constructor for BoostDocPager.
boostDocumentRuleBhv - Variable in class org.codelibs.fess.app.service.BoostDocumentRuleService
Database behavior for boost document rule operations.
BoostDocumentRuleService - Class in org.codelibs.fess.app.service
Service class for boost document rule management operations.
BoostDocumentRuleService() - Constructor for class org.codelibs.fess.app.service.BoostDocumentRuleService
Default constructor for BoostDocumentRuleService.
boostExpr - Variable in class org.codelibs.fess.app.pager.BoostDocPager
Boost expression for search filtering.
boostExpr - Variable in class org.codelibs.fess.app.web.admin.boostdoc.CreateForm
Boost expression to apply to matching documents
boostExpr - Variable in class org.codelibs.fess.app.web.admin.boostdoc.SearchForm
The boost expression field for document scoring.
boostExpr - Variable in class org.codelibs.fess.app.web.api.admin.boostdoc.SearchBody
The boost expression to search for in boost documents.
boostFunctionList - Variable in class org.codelibs.fess.helper.QueryHelper
List of boost functions to be applied to search queries for custom scoring
BoostQueryCommand - Class in org.codelibs.fess.query
Query command implementation for handling Boost queries.
BoostQueryCommand() - Constructor for class org.codelibs.fess.query.BoostQueryCommand
Default constructor for BoostQueryCommand.
bugReportProps - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
Bug report properties.
bugReportProps(List<Map<String, String>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
Sets the bug report properties.
build() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Builds the search request with all configured parameters.
build() - Method in class org.codelibs.fess.util.QueryStringBuilder
Builds the complete query string from the configured parameters.
build(B) - Method in interface org.codelibs.fess.opensearch.client.SearchEngineClient.SearchCondition
Builds the search condition into the request builder.
build(B, long, OptionalEntity<R>) - Method in interface org.codelibs.fess.opensearch.client.SearchEngineClient.SearchResult
Builds a result object from the request builder, execution time, and response.
build(SearchRequestParams.SearchRequestType) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Builds a set of roles from the request.
build(SearchRequestParams.SearchRequestType, String, Consumer<QueryContext>) - Method in class org.codelibs.fess.helper.QueryHelper
Builds a complete QueryContext for search operations, applying all necessary filters, boosts, and role-based access controls.
build(R, H) - Method in interface org.codelibs.fess.opensearch.client.SearchEngineClient.EntityCreator
Creates an entity from a search response and hit.
buildAssistantHistoryContent(ChatMessage, String, int, int) - Method in class org.codelibs.fess.chat.ChatClient
Builds the assistant message content for history based on the specified mode.
buildBaseQuery() - Method in class org.codelibs.fess.util.QueryStringBuilder
Builds the base query string from search parameters.
buildBaseQuery(QueryContext, Consumer<QueryContext>) - Method in class org.codelibs.fess.helper.QueryHelper
Builds the base query from the user's search string using the configured query parser.
buildBoostQuery(QueryContext) - Method in class org.codelibs.fess.helper.QueryHelper
Builds boost query functions to modify document scoring based on various factors.
buildByCookieNameMapping(HttpServletRequest, Set<String>) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Builds roles from the cookie name mapping.
buildContext(List<Map<String, Object>>, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Builds context from document content for the LLM prompt.
buildDefaultQueryBuilder(FessConfig, QueryContext, QueryCommand.DefaultQueryBuilderFunction) - Method in class org.codelibs.fess.query.QueryCommand
Builds a default query builder with configured fields and boost values.
buildDefaultRedirectUrl() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Builds a default redirect URL for OpenID Connect based on the environment.
buildDefaultUrl(String) - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
Builds a default URL for SAML endpoints.
builder(SearchRequestBuilder) - Static method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Creates a new SearchConditionBuilder instance.
buildEvaluationPrompt(String, String, List<Map<String, Object>>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Builds the evaluation prompt for relevance checking.
buildFacet(QueryHelper, QueryFieldConfig, FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Builds the facet aggregations.
buildFilePath(String, String, IndexExportFormatter) - Method in class org.codelibs.fess.job.IndexExportJob
Builds a filesystem path from a document URL.
buildFormParams(SearchForm) - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Builds and populates search form parameters including results per page, label filtering, and sort order based on user preferences and configuration.
buildGoUrl(String, String, String, long, int) - Method in class org.codelibs.fess.chat.ChatClient
Builds a go URL for the given document.
buildHighlighter(QueryHelper, QueryFieldConfig, FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Builds the highlighting configuration.
buildInitParamMap(Map<String, String>, String, String) - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Builds parameter maps for search initialization, creating both query strings and form inputs for the given parameters.
buildInitParams() - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Builds initial parameters for facet and geo search functionality by calling buildInitParamMap for both parameter types.
buildIntentDetectionSystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Builds the system prompt for intent detection by removing the user-specific placeholders.
buildLabelTypeItems(List<LabelType>) - Method in class org.codelibs.fess.helper.LabelTypeHelper
Builds a list of label type items.
buildLabelTypePatternList(List<LabelType>) - Method in class org.codelibs.fess.helper.LabelTypeHelper
Builds a list of label type patterns.
buildMatchPhraseQuery(String, String) - Method in class org.codelibs.fess.query.QueryCommand
Builds a match phrase query, with special handling for single CJK characters.
buildMinScore(FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Builds the minimum score configuration.
buildQuery(String, String, float) - Method in interface org.codelibs.fess.query.QueryCommand.FieldQueryBuilder
Builds a query builder for the specified field and text.
buildQuery(List<String>, List<FunctionScoreQueryBuilder.FilterFunctionBuilder>) - Method in class org.codelibs.fess.helper.KeyMatchHelper
Builds a query for boosting documents based on the keyword list.
buildQueryContext(QueryHelper, QueryFieldConfig, FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Builds the query context with all search parameters.
buildRescorer(QueryHelper, QueryFieldConfig, FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Builds the rescorer configuration.
buildRoleQuery(Set<String>, BoolQueryBuilder) - Method in class org.codelibs.fess.helper.QueryHelper
Builds role-based query filters using the provided role set.
buildRoleQuery(QueryContext, SearchRequestParams.SearchRequestType) - Method in class org.codelibs.fess.helper.QueryHelper
Builds role-based access control query filters to restrict search results based on user roles.
buildSizeMap(List<Map<String, Object>>) - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Builds a doc_id -> content_length map from the search-phase results.
buildSort(QueryContext, QueryFieldConfig, FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Builds the sort configuration.
buildSourceTitlesAndUrlsContent(ChatMessage) - Method in class org.codelibs.fess.chat.ChatClient
Builds a summary string from source document titles and URLs.
buildSourceTitlesContent(ChatMessage, int) - Method in class org.codelibs.fess.chat.ChatClient
Builds a summary string from source document titles.
buildStreamingRequest(String, String, List<LlmMessage>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Builds a streaming LLM chat request with conversation history.
buildThrowableMessage(Throwable) - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Builds a comprehensive error message from a throwable and its causes.
buildTrackTotalHits(FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Builds the track total hits configuration.
buildTruncatedContent(ChatMessage, int) - Method in class org.codelibs.fess.chat.ChatClient
Builds a truncated version of the assistant message content.
buildUrl(String, String, int, String) - Static method in class org.codelibs.fess.util.IpAddressUtil
Builds a URL from protocol, hostname string, port, and path.
buildUrl(String, InetAddress, int, String) - Static method in class org.codelibs.fess.util.IpAddressUtil
Builds a URL from protocol, InetAddress, port, and path.
buildVirtualHostQuery(QueryContext, SearchRequestParams.SearchRequestType) - Method in class org.codelibs.fess.helper.QueryHelper
Builds virtual host query filters to restrict search results to the current virtual host.
bulk(BulkRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes a bulk request asynchronously.
bulk(BulkRequest, ActionListener<BulkResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes a bulk request asynchronously with a callback.
BulkBody - Class in org.codelibs.fess.app.web.api.admin.documents
Request body for bulk document operations containing a list of documents.
BulkBody() - Constructor for class org.codelibs.fess.app.web.api.admin.documents.BulkBody
Creates a new instance of BulkBody.
bulkFile - Variable in class org.codelibs.fess.app.web.admin.backup.UploadForm
The backup file to be uploaded.
bulkRequestBuilder - Variable in class org.codelibs.fess.score.ScoreBooster
The bulk request builder.
bulkUpdate(Consumer<BulkRequestBuilder>) - Method in class org.codelibs.fess.helper.SearchHelper
Performs bulk update operations using a custom bulk request builder.
byteCountToDisplaySize(long) - Static method in class org.codelibs.fess.util.MemoryUtil
Converts byte count to human-readable size format.

C

cache - Variable in class org.codelibs.fess.helper.PopularWordHelper
Cache for storing popular word lists
CACHE_KEY_SPLITTER - Static variable in class org.codelibs.fess.helper.PopularWordHelper
Character used to separate cache key components
CACHE_MSG - Static variable in class org.codelibs.fess.helper.ViewHelper
Cache key for cache message
CacheAction - Class in org.codelibs.fess.app.web.cache
Action class for handling cached document content requests.
CacheAction() - Constructor for class org.codelibs.fess.app.web.cache.CacheAction
Creates a new instance of CacheAction.
cachedAvailability - Variable in class org.codelibs.fess.llm.AbstractLlmClient
Cached availability status of the LLM provider.
cachedPathMappingList - Variable in class org.codelibs.fess.helper.PathMappingHelper
Cached list of path mappings.
cacheExpireAfterWrite - Variable in class org.codelibs.fess.helper.CrawlerStatsHelper
Time in milliseconds after which cache entries expire after write.
CacheForm - Class in org.codelibs.fess.app.web.cache
Form class for cache-related operations.
CacheForm() - Constructor for class org.codelibs.fess.app.web.cache.CacheForm
Default constructor for CacheForm.
cacheHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/cache/{id} (cached document content).
CacheHandler - Class in org.codelibs.fess.api.v2.handlers
Handles GET /api/v2/cache/{docId}.
CacheHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.CacheHandler
Default constructor.
cacheResponseFields - Variable in class org.codelibs.fess.query.QueryFieldConfig
Array of fields to be included in cache search response
cacheTemplateName - Variable in class org.codelibs.fess.helper.ViewHelper
Template name for cache content
calculateDocumentSize(Map<String, Object>) - Method in class org.codelibs.fess.helper.IndexingHelper
Calculates the memory size of a document data map.
calculatePageInfo() - Method in class org.codelibs.fess.util.QueryResponseList
Calculates pagination information based on the current parameters.
calibrateCpuLoad() - Method in class org.codelibs.fess.helper.SystemHelper
Calibrates the CPU load.
calibrateCpuLoad(long) - Method in class org.codelibs.fess.helper.SystemHelper
Calibrates the CPU load with a timeout.
canonicalize(String) - Static method in class org.codelibs.fess.util.OriginUtil
Canonicalizes an Origin header value or URL into "scheme://host[:port]".
capacity - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmPoolObj
Total capacity in bytes
chains - Variable in class org.codelibs.fess.auth.AuthenticationManager
Array of authentication chains to process user operations.
chains() - Method in class org.codelibs.fess.auth.AuthenticationManager
Returns a stream of authentication chains.
changePassword(String, String) - Method in class org.codelibs.fess.app.service.UserService
Changes the password for a user identified by username.
changePassword(String, String) - Method in class org.codelibs.fess.auth.AuthenticationManager
Changes the password for a user across all authentication chains.
changePassword(String, String) - Method in interface org.codelibs.fess.auth.chain.AuthenticationChain
Changes the password for the specified user.
changePassword(String, String) - Method in class org.codelibs.fess.auth.chain.CommandChain
 
changePassword(String, String) - Method in class org.codelibs.fess.auth.chain.LdapChain
 
changePassword(String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Changes the password for a user in the LDAP directory.
changePassword(PasswordForm) - Method in class org.codelibs.fess.app.web.login.LoginAction
Handles password change for the current user.
changePassword(ProfileForm) - Method in class org.codelibs.fess.app.web.profile.ProfileAction
Changes the user password.
characters(char[], int, int) - Method in class org.codelibs.fess.util.GsaConfigParser
SAX event handler called to process character data between XML elements.
CharMappingCreator - Class in org.codelibs.fess.dict.mapping
Creator for character mapping dictionary files.
CharMappingCreator() - Constructor for class org.codelibs.fess.dict.mapping.CharMappingCreator
Constructs a new CharMappingCreator with the mapping file pattern.
charMappingFile - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.UploadForm
The multipart file containing the character mapping rules to be uploaded.
CharMappingFile - Class in org.codelibs.fess.dict.mapping
Character mapping file handler for managing character mapping dictionaries.
CharMappingFile(String, String, Date) - Constructor for class org.codelibs.fess.dict.mapping.CharMappingFile
Constructs a new CharMappingFile instance.
CharMappingFile.MappingUpdater - Class in org.codelibs.fess.dict.mapping
Inner class for handling updates to the character mapping file.
CharMappingItem - Class in org.codelibs.fess.dict.mapping
Represents a single character mapping rule that defines how input characters are mapped to output characters for text analysis and search processing.
CharMappingItem(long, String[], String) - Constructor for class org.codelibs.fess.dict.mapping.CharMappingItem
Constructs a new CharMappingItem with the specified ID, input sequences, and output sequence.
CharMappingPager - Class in org.codelibs.fess.app.pager
Pager class for character mapping management with pagination support.
CharMappingPager() - Constructor for class org.codelibs.fess.app.pager.CharMappingPager
Default constructor for CharMappingPager.
CharMappingService - Class in org.codelibs.fess.app.service
Service class for managing character mapping operations.
CharMappingService() - Constructor for class org.codelibs.fess.app.service.CharMappingService
Creates a new instance of CharMappingService.
chat(String, String, String) - Method in class org.codelibs.fess.chat.ChatClient
Performs a chat request with RAG.
chat(String, String, String, Map<String, String[]>, String[]) - Method in class org.codelibs.fess.chat.ChatClient
Performs a chat request with RAG and search filters.
chat(LlmChatRequest) - Method in interface org.codelibs.fess.llm.LlmClient
Performs a chat completion request.
chat(LlmChatRequest) - Method in class org.codelibs.fess.llm.LlmClientManager
Performs a chat completion request using the configured LLM client.
CHAT - Enum constant in enum class org.codelibs.fess.api.v2.handlers.LoginRateLimiter.Scope
Per-user chat-invocation bucket used by the v2 chat endpoints.
ChatAction - Class in org.codelibs.fess.app.web.chat
Action class for the RAG chat page.
ChatAction() - Constructor for class org.codelibs.fess.app.web.chat.ChatAction
Default constructor.
ChatApiHelper - Class in org.codelibs.fess.helper
Shared utilities for v2 chat API handlers.
ChatApiHelper() - Constructor for class org.codelibs.fess.helper.ChatApiHelper
Default constructor for ChatApiHelper.
chatClient - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Client for RAG chat functionality.
chatClient - Variable in class org.codelibs.fess.app.web.chat.ChatAction
The chat client for handling chat operations.
ChatClient - Class in org.codelibs.fess.chat
Client class for RAG (Retrieval-Augmented Generation) chat functionality.
ChatClient() - Constructor for class org.codelibs.fess.chat.ChatClient
Default constructor.
ChatClient.ChatResult - Class in org.codelibs.fess.chat
Result of a chat request.
ChatClient.ChatSearchRequestParams - Class in org.codelibs.fess.chat
Search request parameters for RAG chat context retrieval.
ChatClient.ChatSearchResult - Class in org.codelibs.fess.chat
Result of a search operation, including queryId and requestedTime.
ChatContentFetcher - Interface in org.codelibs.fess.chat
Resolves the content of relevant documents for the LLM answer context.
ChatContentRequest - Class in org.codelibs.fess.chat
Request object for ChatContentFetcher.
ChatContentRequest(List<String>, List<Map<String, Object>>, String) - Constructor for class org.codelibs.fess.chat.ChatContentRequest
Creates a new request.
ChatForm - Class in org.codelibs.fess.app.web.chat
Form class for chat requests.
ChatForm() - Constructor for class org.codelibs.fess.app.web.chat.ChatForm
Default constructor.
chatHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles POST /api/v2/chat (single-shot chat completion).
ChatHandler - Class in org.codelibs.fess.api.v2.handlers
Handles POST /api/v2/chat — non-streaming RAG chat.
ChatHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.ChatHandler
Default constructor used by the DI container.
ChatIntent - Enum Class in org.codelibs.fess.llm
Represents the intent type detected from a user's chat message.
ChatMessage - Class in org.codelibs.fess.entity
Represents a message in a chat conversation.
ChatMessage() - Constructor for class org.codelibs.fess.entity.ChatMessage
Default constructor.
ChatMessage(String, String) - Constructor for class org.codelibs.fess.entity.ChatMessage
Creates a new chat message with the specified role and content.
ChatMessage.ChatSource - Class in org.codelibs.fess.entity
Represents a source document referenced in the chat response.
ChatPhaseCallback - Interface in org.codelibs.fess.chat
Callback interface for receiving notifications about chat processing phases.
ChatRequestBody - Class in org.codelibs.fess.api.v2.handlers
Parsed view of a chat request body shared by ChatHandler and ChatStreamHandler.
ChatRequestBody(String, String, Map<String, String[]>, String[], Map<String, List<String>>) - Constructor for class org.codelibs.fess.api.v2.handlers.ChatRequestBody
Creates a parsed chat request body.
ChatRequestBody.InvalidRequestException - Exception Class in org.codelibs.fess.api.v2.handlers
Base for chat request body validation errors that map to HTTP 400.
ChatRequestBody.InvalidSessionIdException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown when session_id exceeds the maximum length or contains invalid characters.
ChatRequestBody.MessageTooLongException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown when the request message exceeds rag.chat.message.max.length.
ChatRequestBody.TooManyValuesException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown when an array parameter (extra_queries, fields.label) exceeds the count or per-element length limit.
ChatResult(String, ChatMessage, List<Map<String, Object>>) - Constructor for class org.codelibs.fess.chat.ChatClient.ChatResult
Creates a new chat result.
ChatSearchRequestParams(String, int, FessConfig) - Constructor for class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
Creates new chat search request parameters.
ChatSearchRequestParams(String, int, FessConfig, Map<String, String[]>, String[]) - Constructor for class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
Creates new chat search request parameters with filter support.
ChatSearchResult(List<Map<String, Object>>, String, long) - Constructor for class org.codelibs.fess.chat.ChatClient.ChatSearchResult
Creates a new chat search result.
ChatSession - Class in org.codelibs.fess.entity
Represents a chat session containing conversation history.
ChatSession() - Constructor for class org.codelibs.fess.entity.ChatSession
Default constructor.
ChatSession(String) - Constructor for class org.codelibs.fess.entity.ChatSession
Creates a new chat session for the specified user.
chatSessionClearHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles DELETE /api/v2/chat/sessions/{session_id} (clear a chat session).
ChatSessionClearHandler - Class in org.codelibs.fess.api.v2.handlers
Handles DELETE /api/v2/chat/sessions/{session_id} — clears the conversation history for a specific chat session.
ChatSessionClearHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.ChatSessionClearHandler
Default constructor.
chatSessionManager - Variable in class org.codelibs.fess.app.web.chat.ChatAction
The session manager for managing chat sessions.
chatSessionManager - Variable in class org.codelibs.fess.chat.ChatClient
The session manager for managing chat sessions.
ChatSessionManager - Class in org.codelibs.fess.chat
Manager class for chat sessions.
ChatSessionManager() - Constructor for class org.codelibs.fess.chat.ChatSessionManager
Default constructor.
ChatSource() - Constructor for class org.codelibs.fess.entity.ChatMessage.ChatSource
Default constructor.
ChatSource(int, Map<String, Object>) - Constructor for class org.codelibs.fess.entity.ChatMessage.ChatSource
Creates a new chat source from a document map.
chatStreamHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles POST /api/v2/chat/stream (server-sent-event chat stream).
ChatStreamHandler - Class in org.codelibs.fess.api.v2.handlers
Handles POST /api/v2/chat/stream — Server-Sent Events streaming RAG chat.
ChatStreamHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Default constructor used by the DI container.
chatWithConcurrencyControl(LlmChatRequest) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Executes a chat request with concurrency control via Semaphore.
check(String[], String) - Static method in class org.codelibs.fess.validation.UriTypeValidator
Checks if the given value matches any of the specified protocols.
checkArray(String[], int, int, String) - Static method in class org.codelibs.fess.api.v2.handlers.V2ParamValidator
Checks that a string array parameter does not exceed the given item count or per-element length.
checkAvailabilityNow() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Performs the actual availability check against the LLM provider.
checkCrawlerStatus() - Method in class org.codelibs.fess.helper.IntervalControlHelper
Checks the crawler status and waits if the crawler is not running.
checkCredential(TypicalLoginAssist.CredentialChecker) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Checks the credential using the provided credential checker.
checkMaxLength(String, int, String) - Static method in class org.codelibs.fess.api.v2.handlers.V2ParamValidator
Checks that a string parameter does not exceed the given maximum length.
checkPermission(LoginHandlingResource) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Checks if the current user has permission to access the given resource.
checkpw(String, String) - Static method in class org.codelibs.fess.crypto.bcrypt.BCrypt
Check that a plaintext password matches a previously hashed one
checkUserLoginable(LoginCredential) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Checks if a user can login with the given credential.
CHILD_URL - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that a child URL was discovered.
CHILD_URLS - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that multiple child URLs were discovered.
CHROME - Enum constant in enum class org.codelibs.fess.helper.UserAgentHelper.UserAgentType
Google Chrome browser
cipher - Variable in class org.codelibs.fess.helper.RoleQueryHelper
The cached cipher for encryption and decryption.
CIPHER_PREFIX - Static variable in class org.codelibs.fess.Constants
Prefix for encrypted/ciphered values.
classes - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmObj
JVM class loading statistics
cleanup - Variable in class org.codelibs.fess.exec.ThumbnailGenerator.Options
Whether to run in cleanup mode to remove old thumbnails.
cleanup - Variable in class org.codelibs.fess.job.GenerateThumbnailJob
Flag indicating whether to perform cleanup operations.
cleanup() - Method in class org.codelibs.fess.helper.RateLimitHelper
Clean up expired entries.
cleanup() - Method in class org.codelibs.fess.job.GenerateThumbnailJob
Enables cleanup operations for this job.
cleanupExpiredDocuments() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Deletes expired heartbeat, operation, and event documents from the coordinator index.
cleanupExpiredSessions() - Method in class org.codelibs.fess.chat.ChatSessionManager
Cleans up expired sessions.
clear() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Clear the pager.
clear() - Method in class org.codelibs.fess.app.pager.BadWordPager
Clears all search criteria and resets pagination settings.
clear() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Clears all search criteria and resets pagination settings.
clear() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Clears all search criteria and resets pagination settings.
clear() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Clears all pagination state and crawling information fields.
clear() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Clears all paging state and search/filter parameters.
clear() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Clears all paging state and search/filter parameters.
clear() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Clears all pagination data and search parameters.
clear() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Clears all pager data and resets to default values.
clear() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Clears all pagination and search criteria fields, resetting them to their default values.
clear() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Clears all pagination and configuration data, resetting to default values.
clear() - Method in class org.codelibs.fess.app.pager.GroupPager
Clears all pagination data and search criteria, resetting the pager to its initial state.
clear() - Method in class org.codelibs.fess.app.pager.JobLogPager
Clears all pagination data and search criteria.
clear() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Clears the pager fields.
clear() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Clears the pager fields.
clear() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Clears the pager fields.
clear() - Method in class org.codelibs.fess.app.pager.PathMapPager
Clears all fields.
clear() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Clears all pagination data and resets to default values.
clear() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Clears all pagination state and filter parameters.
clear() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Clears all pager data and resets to default values.
clear() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Clears all pager data and resets to default values.
clear() - Method in class org.codelibs.fess.app.pager.RolePager
Clears the pager's state.
clear() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Clears the pager's state.
clear() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Clears the pager's state.
clear() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Clears all filter criteria and resets pagination to default values.
clear() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Clears all pagination state and resets to default values.
clear() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Clears the pager's state to its default values.
clear() - Method in class org.codelibs.fess.app.pager.SynonymPager
Clears the pager's state to its default values.
clear() - Method in class org.codelibs.fess.app.pager.UserPager
Clears all pagination state and search criteria.
clear() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Clears all pager data and search criteria.
clear() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Clears all pager data and search criteria.
clear() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
clear() - Method in class org.codelibs.fess.entity.ParamMap
 
clear() - Method in class org.codelibs.fess.util.DocList
Clears all documents from the list and resets metrics.
clear() - Method in class org.codelibs.fess.util.DocMap
Removes all of the mappings from this map.
clear() - Method in class org.codelibs.fess.util.QueryResponseList
 
clear(LoginRateLimiter.Scope, String) - Method in class org.codelibs.fess.api.v2.handlers.LoginRateLimiter
Clears the rate-limit bucket for (scope, key) after a successful login so that the user is not penalized for earlier failed attempts in the same window.
clear(ChatForm) - Method in class org.codelibs.fess.app.web.chat.ChatAction
Clears the chat session.
clearCache() - Method in class org.codelibs.fess.helper.PopularWordHelper
Clears all cached popular word lists.
clearCrawlerIndex(ActionForm) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Clears all crawler indices including queue, data, and filter indices.
clearHistory - Variable in class org.codelibs.fess.app.web.chat.ChatForm
Flag to clear the conversation history.
clearMessages() - Method in class org.codelibs.fess.entity.ChatSession
Clears all messages in this session and updates the last accessed timestamp.
clearScroll(ClearScrollRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Clears scroll contexts asynchronously.
clearScroll(ClearScrollRequest, ActionListener<ClearScrollResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Clears scroll contexts asynchronously with a callback.
clearSecurityInfo() - Method in class org.codelibs.fess.app.web.login.LoginForm
Clears the security info.
clearSecurityInfo() - Method in class org.codelibs.fess.app.web.login.PasswordForm
Clears security information.
clearSecurityInfo() - Method in class org.codelibs.fess.app.web.profile.ProfileForm
Clears security information.
clearSession(String) - Method in class org.codelibs.fess.chat.ChatSessionManager
Clears the messages in a session without ownership check.
clearSession(String, String) - Method in class org.codelibs.fess.chat.ChatSessionManager
Clears the messages in a session with userId ownership check.
clickHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles POST /api/v2/click (click-through logging).
ClickHandler - Class in org.codelibs.fess.api.v2.handlers
Handles POST /api/v2/click.
ClickHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.ClickHandler
Default constructor.
clickLogBhv - Variable in class org.codelibs.fess.indexer.IndexUpdater
Behavior class for click log operations
clickLogQueue - Variable in class org.codelibs.fess.helper.SearchLogHelper
Queue for storing click logs.
client - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
OpenSearch client for executing operations
CLIENT_PREFIX - Static variable in class org.codelibs.fess.util.ParameterUtil
The client prefix.
clientList - Variable in class org.codelibs.fess.llm.LlmClientManager
The list of registered LLM clients.
clientRuleCache - Variable in class org.codelibs.fess.crawler.FessCrawlerThread
Cache for client rules mapping client names to their corresponding URL patterns.
close() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
 
close() - Method in class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
Closes the updater and finalizes the file update operation.
close() - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
 
close() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
 
close() - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
 
close() - Method in class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
 
close() - Method in class org.codelibs.fess.ldap.LdapManager.DirContextHolder
 
close() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
 
close() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
 
close() - Method in class org.codelibs.fess.script.groovy.GroovyEngine
Closes all cached GroovyClassLoaders and clears the script cache.
close() - Method in class org.codelibs.fess.storage.GcsStorageClient
 
close() - Method in class org.codelibs.fess.storage.S3StorageClient
 
close() - Method in interface org.codelibs.fess.storage.StorageClient
Closes the client and releases resources.
closeQuietly(Path) - Method in class org.codelibs.fess.helper.ThemeHelper
Recursively deletes a directory and all its contents.
clusterName - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Cluster name
clusterName - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Name of the search engine cluster
code() - Method in enum class org.codelibs.fess.api.v2.V2ErrorCode
Returns the stable wire code emitted in the error.code field of the v2 envelope.
code() - Method in exception class org.codelibs.fess.theme.StaticThemeInstaller.InstallException
Returns the structured error code associated with this exception.
code() - Method in exception class org.codelibs.fess.theme.ThemeManifestException
Returns the structured error code associated with this exception.
CODE - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
OAuth2 authorization code parameter name.
COLLECTION - Static variable in class org.codelibs.fess.util.GsaConfigParser
XML element name for individual collection.
COLLECTIONS - Static variable in class org.codelibs.fess.util.GsaConfigParser
XML element name for collections container.
CommandChain - Class in org.codelibs.fess.auth.chain
Authentication chain implementation that executes external commands for user operations.
CommandChain() - Constructor for class org.codelibs.fess.auth.chain.CommandChain
Default constructor for CommandChain.
CommandChain.InputStreamThread - Class in org.codelibs.fess.auth.chain
Thread that reads input stream data and buffers it for later retrieval.
CommandChain.MonitorThread - Class in org.codelibs.fess.auth.chain
Monitor thread that handles process timeout and termination.
commandDestroyTimeout - Variable in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Timeout for destroying processes in milliseconds.
CommandExecutionException - Exception Class in org.codelibs.fess.exception
Exception thrown when command execution fails.
CommandExecutionException(String) - Constructor for exception class org.codelibs.fess.exception.CommandExecutionException
Constructor with error message.
CommandExecutionException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.CommandExecutionException
Constructor with error message and cause.
CommandGenerator - Class in org.codelibs.fess.thumbnail.impl
Command-based thumbnail generator that executes external commands to create thumbnails.
CommandGenerator() - Constructor for class org.codelibs.fess.thumbnail.impl.CommandGenerator
Default constructor for CommandGenerator.
CommandGenerator.ProcessDestroyer - Class in org.codelibs.fess.thumbnail.impl
Timer task for destroying processes that exceed their timeout.
commandList - Variable in class org.codelibs.fess.thumbnail.impl.CommandGenerator
List of command strings to execute for thumbnail generation.
commandOutputEncoding - Variable in class org.codelibs.fess.auth.chain.CommandChain
Character encoding for command output.
commandTimeout - Variable in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Timeout for command execution in milliseconds.
commit() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
Commits the changes.
commit() - Method in class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
Commits any pending changes and marks the updater for final write.
commit() - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
Commits the current item to the temporary file.
commit() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
Commits the changes to the dictionary file.
commit() - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
Commits the changes to the dictionary file.
commit() - Method in class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
Commits the changes to the dictionary file.
commit() - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
 
commit() - Method in interface org.codelibs.fess.ds.callback.IndexUpdateCallback
Commits all pending index update operations to ensure data persistence.
commit() - Method in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Commits any remaining documents in the cache to the index.
committed - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryHeapObj
Committed heap memory in bytes
committed - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryNonHeapObj
Committed non-heap memory in bytes
COMMON_API_CONVERSION_RULE - Static variable in class org.codelibs.fess.Constants
Common API conversion rule for CRUD operations.
COMMON_CONVERSION_RULE - Static variable in class org.codelibs.fess.Constants
Common conversion rule for entity fields.
compareTime(int, int, int, int) - Method in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Compares two times.
Complete Configuration Example (Okta) - Search tag in class org.codelibs.fess.sso.saml.SamlAuthenticator
Section
completeOperation(String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Releases the operation lock by deleting the operation document.
ComponentUtil - Class in org.codelibs.fess.util
Utility class for accessing system components and dependencies.
compressIPv6(String) - Static method in class org.codelibs.fess.util.IpAddressUtil
Compresses an IPv6 address string to its canonical compressed form.
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.codelibs.fess.entity.ParamMap
 
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.codelibs.fess.entity.ParamMap
 
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.codelibs.fess.entity.ParamMap
 
concurrencyLimiter - Variable in class org.codelibs.fess.llm.AbstractLlmClient
Semaphore for limiting concurrent LLM requests.
condition() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Gets the current search condition as a map.
conditionMap - Variable in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Map of conditions for thumbnail generation.
Config(String) - Constructor for class org.codelibs.fess.crawler.util.FieldConfigs.Config
Constructs a new Config instance by parsing the provided configuration value.
CONFIG_PREFIX - Static variable in class org.codelibs.fess.util.ParameterUtil
The config prefix.
configId - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The configuration ID associated with this failure URL.
configListMap - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Map of configuration types to their respective configuration files
configParameter - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
Additional configuration parameters for the file crawler.
configParameter - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
Additional configuration parameters for the crawler.
configureProxy(HttpClientBuilder) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Configures proxy settings on the HTTP client builder if a proxy is configured.
configureSessionCookie(ServletContext, FessConfig) - Method in class org.codelibs.fess.helper.ViewHelper
Configures the session cookie (JSESSIONID) on the given servlet context.
confirmNewPassword - Variable in class org.codelibs.fess.app.web.profile.ProfileForm
The confirm new password.
confirmPassword - Variable in class org.codelibs.fess.app.web.admin.user.CreateForm
The password confirmation field.
confirmPassword - Variable in class org.codelibs.fess.app.web.login.LoginForm
The confirm password.
confirmPassword - Variable in class org.codelibs.fess.app.web.login.PasswordForm
The confirm password.
CONFLICT - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The request conflicts with the current state of the resource (e.g., duplicate-key insert).
Constants - Class in org.codelibs.fess
Constants class that extends CoreLibConstants and contains application-wide constant values for the Fess search engine.
ContainerNotAvailableException - Exception Class in org.codelibs.fess.exception
Exception thrown when a dependency injection container or component is not available.
ContainerNotAvailableException(String) - Constructor for exception class org.codelibs.fess.exception.ContainerNotAvailableException
Constructor with component name.
ContainerNotAvailableException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.ContainerNotAvailableException
Constructor with component name and cause.
ContainerNotAvailableException(Throwable) - Constructor for exception class org.codelibs.fess.exception.ContainerNotAvailableException
Constructor with cause only.
contains(Object) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
contains(Object) - Method in class org.codelibs.fess.util.QueryResponseList
 
contains(String) - Method in class org.codelibs.fess.util.InputStreamThread
Checks if the buffer contains a line that matches the specified value (after trimming).
CONTAINS - Static variable in class org.codelibs.fess.util.GsaConfigParser
Prefix for contains-based string matching patterns.
containsAll(Collection<?>) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
containsAll(Collection<?>) - Method in class org.codelibs.fess.util.QueryResponseList
 
containsAuthenticationData(HttpServletRequest) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Checks if the request contains authentication data from Entra ID.
containsDigit(String) - Method in class org.codelibs.fess.helper.SystemHelper
Checks if the password contains at least one digit.
containsKey(Object) - Method in class org.codelibs.fess.entity.ParamMap
 
containsKey(Object) - Method in class org.codelibs.fess.util.DocMap
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class org.codelibs.fess.entity.DataStoreParams
Checks if the specified key exists in the parameter map.
containsLowercase(String) - Method in class org.codelibs.fess.helper.SystemHelper
Checks if the password contains at least one lowercase letter.
containsSpecialChar(String) - Method in class org.codelibs.fess.helper.SystemHelper
Checks if the password contains at least one special character.
containsUppercase(String) - Method in class org.codelibs.fess.helper.SystemHelper
Checks if the password contains at least one uppercase letter.
containsValue(Object) - Method in class org.codelibs.fess.entity.ParamMap
 
containsValue(Object) - Method in class org.codelibs.fess.util.DocMap
Returns true if this map maps one or more keys to the specified value.
content - Variable in class org.codelibs.fess.app.pager.RelatedContentPager
Content text for filtering related content.
content - Variable in class org.codelibs.fess.app.web.admin.design.EditForm
The content of the design file.
content - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
The related content to be displayed.
content - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.SearchForm
The content field for searching related content.
content - Variable in class org.codelibs.fess.app.web.api.admin.relatedcontent.SearchBody
Content text for related content
CONTENT_DISPOSITION - Static variable in class org.codelibs.fess.helper.ViewHelper
HTTP header name for content disposition
contentFieldList - Variable in class org.codelibs.fess.helper.SuggestHelper
The list of content field names.
contentFieldNameSet - Variable in class org.codelibs.fess.helper.SuggestHelper
The set of field names for content.
ContentNotFoundException - Exception Class in org.codelibs.fess.exception
Exception thrown when requested content cannot be found.
ContentNotFoundException(String, String) - Constructor for exception class org.codelibs.fess.exception.ContentNotFoundException
Constructs a new ContentNotFoundException with the specified parent URL and URL.
contentType - Variable in class org.codelibs.fess.helper.OsddHelper
The content type for OSDD response.
CONTEXT_TRUNCATION_BUFFER - Static variable in class org.codelibs.fess.llm.AbstractLlmClient
Buffer size reserved when truncating context to fit within max chars limit.
contextLocal - Variable in class org.codelibs.fess.ldap.LdapManager
A thread-local variable to hold the directory context.
convert(String) - Method in class org.codelibs.fess.helper.DuplicateHostHelper
Converts a URL using all configured duplicate host rules.
convertBooleanQuery(QueryContext, BooleanQuery, float) - Method in class org.codelibs.fess.query.BooleanQueryCommand
Converts a Lucene BooleanQuery to an OpenSearch BoolQueryBuilder.
convertChildUrlList(List<RequestData>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Converts and processes child URLs using path mapping and URL conversion rules.
convertCrawlingPath(String) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Converts a crawling path to the appropriate protocol format.
convertDefaultTermQuery(FessConfig, QueryContext, TermQuery, float, String, String) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a term query for the default field with fuzzy matching support.
convertFuzzyQuery(QueryContext, FuzzyQuery, float) - Method in class org.codelibs.fess.query.FuzzyQueryCommand
Converts a Lucene FuzzyQuery into an OpenSearch fuzzy query builder.
convertKeywordQuery(FessConfig, QueryContext, TermQuery, float, String, String) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a term query to a keyword-based exact term query.
convertPhraseQuery(QueryContext, PhraseQuery, float) - Method in class org.codelibs.fess.query.PhraseQueryCommand
Converts a phrase query to a query builder.
convertPhraseQuery(FessConfig, QueryContext, PhraseQuery, float, String, String[]) - Method in class org.codelibs.fess.query.PhraseQueryCommand
Converts a phrase query to a query builder with specified field and texts.
convertPrefixQuery(QueryContext, PrefixQuery, float) - Method in class org.codelibs.fess.query.PrefixQueryCommand
Converts a prefix query to a query builder.
convertPrefixQuery(FessConfig, QueryContext, TermQuery, float, String, String) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a term query ending with asterisk to a prefix query.
convertSiteQuery(FessConfig, QueryContext, TermQuery, float, String, String) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a site field query to a prefix query for site filtering.
convertSortQuery(FessConfig, QueryContext, TermQuery, float, String, String) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a sort field query to add sort criteria to the context.
convertTermQuery(QueryContext, TermQuery, float) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a TermQuery to a QueryBuilder with the given boost value.
convertTermQuery(FessConfig, QueryContext, TermQuery, float, String, String) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a TermQuery to a QueryBuilder with field-specific handling.
convertTermRangeQuery(QueryContext, TermRangeQuery, float) - Method in class org.codelibs.fess.query.TermRangeQueryCommand
Converts a TermRangeQuery to a QueryBuilder with the given boost value.
convertTextQuery(FessConfig, QueryContext, TermQuery, float, String, String) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a term query to a text-based match phrase query.
convertToItem(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Converts an encoded ID to a PathInfo object containing path and name.
convertUrlMap - Variable in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Map containing URL conversion rules (regex patterns to replacement strings)
convertValue(String, String, Map<String, Object>) - Method in class org.codelibs.fess.ds.AbstractDataStore
Convert the value.
convertWildcardQuery(QueryContext, WildcardQuery, float) - Method in class org.codelibs.fess.query.WildcardQueryCommand
Converts a wildcard query to an appropriate OpenSearch QueryBuilder.
convertWildcardQuery(FessConfig, QueryContext, TermQuery, float, String, String) - Method in class org.codelibs.fess.query.TermQueryCommand
Converts a term query to a wildcard query for URL field matching.
convertWithFieldCheck(FessConfig, QueryContext, String, String, float, QueryCommand.DefaultQueryBuilderFunction, QueryCommand.FieldQueryBuilder) - Method in class org.codelibs.fess.query.QueryCommand
Template method that handles the common pattern of query conversion: 1.
cookieDomain - Variable in class org.codelibs.fess.helper.UserInfoHelper
The domain for the user identification cookie
cookieKey - Variable in class org.codelibs.fess.helper.RoleQueryHelper
The key for the cookie that stores role information.
cookieMaxAge - Variable in class org.codelibs.fess.helper.UserInfoHelper
The maximum age of the user identification cookie in seconds (default: 1 month)
cookieName - Variable in class org.codelibs.fess.helper.UserInfoHelper
The name of the cookie used for user identification
cookieNameMap - Variable in class org.codelibs.fess.helper.RoleQueryHelper
A map of cookie names to role names.
cookiePath - Variable in class org.codelibs.fess.helper.UserInfoHelper
The path for the user identification cookie
cookieSecure - Variable in class org.codelibs.fess.helper.UserInfoHelper
Whether the user identification cookie should be secure (HTTPS only)
CoordinatorHelper - Class in org.codelibs.fess.helper
Helper for inter-instance coordination via OpenSearch.
CoordinatorHelper() - Constructor for class org.codelibs.fess.helper.CoordinatorHelper
Default constructor.
CoordinatorHelper.EventInfo - Class in org.codelibs.fess.helper
Represents an inter-instance event notification.
CoordinatorHelper.InstanceInfo - Class in org.codelibs.fess.helper
Represents an active Fess instance discovered via heartbeat.
CoordinatorHelper.OperationInfo - Class in org.codelibs.fess.helper
Represents the state of a distributed operation lock.
copyBeanToBean(Object, Object, Consumer<CopyOptions>) - Static method in class org.codelibs.fess.app.web.base.FessBaseAction
Copies properties from source bean to destination bean.
copyBeanToNewBean(Object, Class<T>) - Static method in class org.codelibs.fess.app.web.base.FessBaseAction
Copies properties from source bean to a new instance of the destination class.
copyDocIndex(String, String, boolean) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Copies documents from one index to another with optional transformation.
copyMapToBean(Map<String, ? extends Object>, Object, Consumer<CopyOptions>) - Static method in class org.codelibs.fess.app.web.base.FessBaseAction
Copies properties from a map to a bean object.
CorsFilter - Class in org.codelibs.fess.filter
Filter for handling Cross-Origin Resource Sharing (CORS) requests.
CorsFilter() - Constructor for class org.codelibs.fess.filter.CorsFilter
Creates a new instance of CorsFilter.
CorsHandler - Class in org.codelibs.fess.cors
Abstract base class for handling CORS (Cross-Origin Resource Sharing) requests.
CorsHandler() - Constructor for class org.codelibs.fess.cors.CorsHandler
Creates a new instance of CorsHandler.
CorsHandlerFactory - Class in org.codelibs.fess.cors
Factory for managing CORS handlers based on origin.
CorsHandlerFactory() - Constructor for class org.codelibs.fess.cors.CorsHandlerFactory
Creates a new instance of CorsHandlerFactory.
CorsMatchType - Enum Class in org.codelibs.fess.cors
Describes how a request Origin matched the configured CORS allow list.
CorsResolution - Class in org.codelibs.fess.cors
Result of resolving a request Origin against the CORS allow list.
CorsResolution(CorsHandler, CorsMatchType) - Constructor for class org.codelibs.fess.cors.CorsResolution
Creates a resolution.
count - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmGcObj
Number of collections
count - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmPoolObj
Number of buffers
count - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmThreadsObj
Current number of threads
count - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDeleteResponse
The number of deleted items.
count - Variable in class org.codelibs.fess.helper.CrawlerStatsHelper.StatsObject
Atomic counter for tracking reference count across multiple threads.
count - Variable in class org.codelibs.fess.helper.CrawlingConfigHelper
Counter for generating unique session identifiers.
count - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Count of processed files.
count(long) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiDeleteResponse
Sets the count of deleted items.
cpu - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsObj
CPU statistics for the operating system.
cpu - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessObj
CPU statistics for the process.
crawl(String) - Method in class org.codelibs.fess.helper.DataIndexHelper
Initiates crawling for all configured data stores.
crawl(String, List<String>) - Method in class org.codelibs.fess.helper.DataIndexHelper
Initiates crawling for specific data configurations.
crawl(String, List<String>, List<String>) - Method in class org.codelibs.fess.helper.WebFsIndexHelper
Initiates crawling for specified web and file configurations.
crawler - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Whether the scheduled job is a crawler job.
crawler - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
Whether this job is related to crawling.
Crawler - Class in org.codelibs.fess.exec
Main executable class for running crawling operations in the Fess search engine.
Crawler() - Constructor for class org.codelibs.fess.exec.Crawler
Creates a new instance of Crawler.
CRAWLER - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Crawler plugins
CRAWLER_CLIENTS - Static variable in class org.codelibs.fess.crawler.FessCrawlerThread
Configuration key for crawler clients used in parameter maps
CRAWLER_END_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for crawler end time.
CRAWLER_ERRORS - Static variable in class org.codelibs.fess.Constants
Info map key for crawler error information.
CRAWLER_EXEC_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for crawler execution time.
CRAWLER_PROCESS_COMMAND_THREAD_DUMP - Static variable in class org.codelibs.fess.Constants
Crawler process command for thread dump.
CRAWLER_START_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for crawler start time.
CRAWLER_STATS_KEY - Static variable in class org.codelibs.fess.Constants
Crawler statistics key identifier.
CRAWLER_STATUS - Static variable in class org.codelibs.fess.Constants
Info map key for crawler status information.
Crawler.Options - Class in org.codelibs.fess.exec
Command-line options container for the crawler application.
crawlerClientFactory - Variable in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Factory for creating crawler clients to handle different URL schemes.
CrawlerEngineClient - Class in org.codelibs.fess.opensearch.client
OpenSearch client implementation specifically for crawler operations.
CrawlerEngineClient() - Constructor for class org.codelibs.fess.opensearch.client.CrawlerEngineClient
Creates a new instance of CrawlerEngineClient.
crawlerList - Variable in class org.codelibs.fess.helper.WebFsIndexHelper
Synchronized list of active crawlers.
CrawlerLogHelper - Class in org.codelibs.fess.helper
Helper class for crawler logging operations.
CrawlerLogHelper() - Constructor for class org.codelibs.fess.helper.CrawlerLogHelper
Creates a new instance of CrawlerLogHelper.
crawlerPriority - Variable in class org.codelibs.fess.helper.DataIndexHelper
Thread priority for crawler threads.
crawlerPriority - Variable in class org.codelibs.fess.helper.WebFsIndexHelper
Thread priority for crawler operations.
crawlerRunning - Variable in class org.codelibs.fess.helper.IntervalControlHelper
Flag indicating whether the crawler is currently running
CrawlerStatsHelper - Class in org.codelibs.fess.helper
Helper class for managing crawler statistics and performance metrics.
CrawlerStatsHelper() - Constructor for class org.codelibs.fess.helper.CrawlerStatsHelper
Creates a new instance of CrawlerStatsHelper.
CrawlerStatsHelper.StatsAction - Enum Class in org.codelibs.fess.helper
Enumeration of predefined statistics actions that can be recorded during crawler operations.
CrawlerStatsHelper.StatsKeyObject - Class in org.codelibs.fess.helper
Key object for statistics tracking that contains an identifier and optional URL.
CrawlerStatsHelper.StatsObject - Class in org.codelibs.fess.helper
Statistics data object that stores timestamped events and maintains reference counting.
crawlerWaitMillis - Variable in class org.codelibs.fess.helper.IntervalControlHelper
Wait time in milliseconds when crawler is not running
CRAWLING_INFO_ID - Static variable in class org.codelibs.fess.Constants
Crawling information identifier key.
CRAWLING_INFO_SYSTEM_NAME - Static variable in class org.codelibs.fess.Constants
System name for crawling information.
CRAWLING_THREAD_COUNT_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for crawling thread count configuration.
CRAWLING_USER_AGENT_PREFIX - Static variable in class org.codelibs.fess.Constants
Prefix for Fess crawler user agent string.
CRAWLING_USER_AGENT_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for crawling user agent configuration.
CRAWLING_USER_AGENT_SUFFIX - Static variable in class org.codelibs.fess.Constants
Suffix for Fess crawler user agent string with bot information URL.
crawlingConfig(CrawlingConfigForm) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Creates a crawling configuration and returns to the config form.
crawlingConfigCache - Variable in class org.codelibs.fess.helper.CrawlingConfigHelper
Cache for storing crawling configurations to improve performance.
crawlingConfigForm() - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Displays the crawling configuration form.
CrawlingConfigForm - Class in org.codelibs.fess.app.web.admin.wizard
Form class for crawling configuration wizard in the admin interface.
CrawlingConfigForm() - Constructor for class org.codelibs.fess.app.web.admin.wizard.CrawlingConfigForm
Creates a new form instance.
crawlingConfigHelper - Variable in class org.codelibs.fess.app.web.base.FessAdminAction
Helper for crawling configuration management.
CrawlingConfigHelper - Class in org.codelibs.fess.helper
Helper class for managing crawling configurations.
CrawlingConfigHelper() - Constructor for class org.codelibs.fess.helper.CrawlingConfigHelper
Creates a new instance of CrawlingConfigHelper.
crawlingConfigInternal(CrawlingConfigForm) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Internal method to create crawling configuration based on form data.
crawlingConfigMap - Variable in class org.codelibs.fess.helper.CrawlingConfigHelper
Map storing crawling configurations by session ID.
crawlingConfigName - Variable in class org.codelibs.fess.app.web.admin.wizard.CrawlingConfigForm
Name of the crawling configuration.
crawlingConfigNext(CrawlingConfigForm) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Creates a crawling configuration and proceeds to the start crawling form.
crawlingConfigPath - Variable in class org.codelibs.fess.app.web.admin.wizard.CrawlingConfigForm
Path or URL to be crawled by this configuration.
crawlingExecutionInterval - Variable in class org.codelibs.fess.helper.DataIndexHelper
Interval in milliseconds between crawler thread executions.
crawlingExecutionInterval - Variable in class org.codelibs.fess.helper.WebFsIndexHelper
Interval time in milliseconds between crawling executions.
crawlingInfoBhv - Variable in class org.codelibs.fess.app.service.CrawlingInfoService
Behavior handler for CrawlingInfo entities.
CrawlingInfoHelper - Class in org.codelibs.fess.helper
Helper class for managing crawling information and statistics.
CrawlingInfoHelper() - Constructor for class org.codelibs.fess.helper.CrawlingInfoHelper
Creates a new instance of CrawlingInfoHelper.
CrawlingInfoPager - Class in org.codelibs.fess.app.pager
Pager implementation for crawling information pagination.
CrawlingInfoPager() - Constructor for class org.codelibs.fess.app.pager.CrawlingInfoPager
Creates a new pager instance with default settings.
crawlingInfoParamBhv - Variable in class org.codelibs.fess.app.service.CrawlingInfoService
Behavior handler for CrawlingInfoParam entities.
crawlingInfoService - Variable in class org.codelibs.fess.exec.Crawler
Injected service for managing crawling session information.
CrawlingInfoService - Class in org.codelibs.fess.app.service
Service class that manages crawling information and parameters.
CrawlingInfoService() - Constructor for class org.codelibs.fess.app.service.CrawlingInfoService
Creates a new instance of CrawlingInfoService.
crawlingThreadCount - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Number of threads to use for crawling operations.
crawlingThreadCount - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The crawling thread count setting.
crawlingUserAgent - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
User agent string for crawling operations.
CrawlJob - Class in org.codelibs.fess.job
CrawlJob is responsible for executing the crawling process in Fess.
CrawlJob() - Constructor for class org.codelibs.fess.job.CrawlJob
Default constructor for CrawlJob.
create() - Static method in class org.codelibs.fess.rank.fusion.SearchResult
Creates a new SearchResultBuilder for constructing SearchResult instances.
create(String, Date) - Method in class org.codelibs.fess.dict.DictionaryCreator
Creates a dictionary file for the given path and timestamp if it matches this creator's pattern.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Create an access token.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Create a bad word.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Create a new boost document rule.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Create a new data config.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Create a new kuromoji item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Create a new char mapping item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Create a protected word item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Create a stemmer override item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Create a new stopwords entry.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Creates a new synonym item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Creates a new duplicate host configuration.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Creates a new elevate word entry.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Creates a new file authentication.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Creates a new file configuration.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Creates a new group.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Creates a new key match.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Creates a new label type.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Creates a new path mapping based on the provided form data.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Creates a new related content item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Creates a new related query item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Creates a new request header item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Creates a new role item.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Creates a new scheduled job.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Creates a new document in the search index.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Creates a new user.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Creates a new web authentication configuration.
create(CreateForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Creates a new web crawler configuration.
create(AccessContextResource, AccessContextLogic.UserTypeSupplier, AccessContextLogic.UserBeanSupplier, AccessContextLogic.AppTypeSupplier) - Method in class org.codelibs.fess.app.logic.AccessContextLogic
Create the access context.
CREATE - Static variable in class org.codelibs.fess.app.web.CrudMode
Mode for creating a new record.
createAccessResult(ResponseData, ResultData) - Method in class org.codelibs.fess.crawler.processor.FessResponseProcessor
Creates an access result after processing the response data through ingesters.
createAdminEnv() - Method in class org.codelibs.fess.ldap.LdapManager
Creates the admin environment for LDAP connection.
createAlias(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Creates aliases for a newly created index.
createAppender(String, String, Filter, Layout<? extends Serializable>) - Static method in class org.codelibs.fess.util.LogNotificationAppender
Factory method to create a LogNotificationAppender instance.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.accesstoken
Request body for creating access token via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.badword
Request body for creating bad word via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.boostdoc
Request body for creating boost document via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.dataconfig
Request body for creating data config via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.dict.kuromoji
Request body for creating kuromoji dictionary via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.dict.mapping
Request body for creating mapping dictionary via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.dict.protwords
Request body for creating protected words dictionary via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.dict.stemmeroverride
Request body for creating stemmer override dictionary via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.dict.stopwords
Request body for creating stop words dictionary via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.dict.synonym
Request body for creating synonym dictionary via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.duplicatehost
Request body for creating duplicate host via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.elevateword
Request body for creating elevate word via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.fileauth
Request body for creating file authentication via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.fileconfig
Request body for creating file configuration via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.group
Request body for creating group via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.keymatch
Request body for creating key match via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.labeltype
Request body for creating label type via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.pathmap
Request body for creating path mapping via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.relatedcontent
Request body for creating related content via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.relatedquery
Request body for creating related query via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.reqheader
Request body for creating request header via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.role
Request body for creating role via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.scheduler
Request body for creating scheduler via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.searchlist
Request body for creating search list via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.user
Request body for creating user via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.webauth
Request body for creating web authentication via REST API.
CreateBody - Class in org.codelibs.fess.app.web.api.admin.webconfig
Request body for creating web configuration via REST API.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.accesstoken.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.badword.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.boostdoc.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dataconfig.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.kuromoji.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.mapping.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.protwords.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stopwords.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.synonym.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.duplicatehost.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.elevateword.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.fileauth.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.fileconfig.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.group.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.keymatch.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.labeltype.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.pathmap.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.relatedcontent.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.relatedquery.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.reqheader.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.role.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.scheduler.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.searchlist.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.user.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.webauth.CreateBody
Creates a new CreateBody instance.
CreateBody() - Constructor for class org.codelibs.fess.app.web.api.admin.webconfig.CreateBody
Creates a new CreateBody instance.
createBootPropsTranslator() - Method in class org.codelibs.fess.FessBoot
Creates a Fess-specific boot properties translator.
createCacheContent(Map<String, Object>, String[]) - Method in class org.codelibs.fess.helper.ViewHelper
Creates cached content with highlighting for a document.
createCharMappingItem(CreateForm, VaErrorHook) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Create a char mapping item.
createCharMappingItem(FessBaseAction, CreateForm, VaErrorHook) - Static method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Create a char mapping item.
createClient() - Method in class org.codelibs.fess.opensearch.client.CrawlerEngineClient
 
createClient() - Static method in class org.codelibs.fess.storage.StorageClientFactory
Creates a StorageClient using the default FessConfig.
createClient(FessConfig) - Static method in class org.codelibs.fess.storage.StorageClientFactory
Creates a StorageClient based on FessConfig.
createConfigParameterMap(String) - Static method in class org.codelibs.fess.util.ParameterUtil
Creates a configuration parameter map.
createCurlRequest(String) - Method in class org.codelibs.fess.helper.PluginHelper
Creates a CURL request for the specified URL with proxy configuration if available.
created - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiUpdateResponse
Whether the item was created (true) or updated (false).
created(boolean) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiUpdateResponse
Sets whether the item was created or updated.
createdBy - Variable in class org.codelibs.fess.app.pager.AccessTokenPager
The created by.
createdBy - Variable in class org.codelibs.fess.app.pager.BadWordPager
Creator username for search filtering.
createdBy - Variable in class org.codelibs.fess.app.pager.BoostDocPager
Creator username for search filtering.
createdBy - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration creator.
createdBy - Variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Search/filter parameter for duplicate host creator.
createdBy - Variable in class org.codelibs.fess.app.pager.ElevateWordPager
Search parameter: created by user
createdBy - Variable in class org.codelibs.fess.app.pager.FileAuthPager
The user who created this file authentication entry.
createdBy - Variable in class org.codelibs.fess.app.pager.FileConfigPager
User who created the configuration
createdBy - Variable in class org.codelibs.fess.app.pager.KeyMatchPager
The creator of the key match.
createdBy - Variable in class org.codelibs.fess.app.pager.LabelTypePager
The creator of the label type.
createdBy - Variable in class org.codelibs.fess.app.pager.PathMapPager
The creator.
createdBy - Variable in class org.codelibs.fess.app.pager.RelatedContentPager
User who created the related content.
createdBy - Variable in class org.codelibs.fess.app.pager.RelatedQueryPager
User who created the related query entry.
createdBy - Variable in class org.codelibs.fess.app.pager.ReqHeaderPager
The user who created this request header.
createdBy - Variable in class org.codelibs.fess.app.pager.RoleTypePager
The user who created the role type.
createdBy - Variable in class org.codelibs.fess.app.pager.SchedulerPager
The user who created the scheduled job.
createdBy - Variable in class org.codelibs.fess.app.pager.WebAuthPager
Search criteria: creator user.
createdBy - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: creator user.
createdBy - Variable in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
The username of the user who created this access token.
createdBy - Variable in class org.codelibs.fess.app.web.admin.badword.CreateForm
The username of the user who created this bad word entry.
createdBy - Variable in class org.codelibs.fess.app.web.admin.boostdoc.CreateForm
User who created this configuration
createdBy - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
User who created this configuration
createdBy - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
The username of who created this duplicate host entry
createdBy - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The username of who created this elevate word entry
createdBy - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The user who created this file authentication configuration (maximum 1000 characters).
createdBy - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The user who created this file configuration (maximum 1000 characters).
createdBy - Variable in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
The user who created this key match.
createdBy - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The user who created this label type.
createdBy - Variable in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
The username who created this path mapping.
createdBy - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
The username who created this related content.
createdBy - Variable in class org.codelibs.fess.app.web.admin.relatedquery.CreateForm
The username who created these related queries.
createdBy - Variable in class org.codelibs.fess.app.web.admin.reqheader.CreateForm
The username of who created this request header.
createdBy - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The username of who created this scheduled job.
createdBy - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The user who created this authentication configuration.
createdBy - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The user who created this web configuration.
createDefaultFilterChain() - Method in class org.codelibs.fess.query.parser.QueryParser
Creates the default filter chain that performs the actual query parsing.
createDefaultFilterChain() - Method in class org.codelibs.fess.query.QueryProcessor
Creates the default filter chain that executes query commands.
createDefaultQueryBuilder() - Method in class org.codelibs.fess.query.QueryCommand
Creates a default query builder based on the configured query type.
createDir(ItemForm) - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Creates a new directory in the storage system.
createdTime - Variable in class org.codelibs.fess.app.pager.AccessTokenPager
The created time.
createdTime - Variable in class org.codelibs.fess.app.pager.BadWordPager
Creation time for search filtering.
createdTime - Variable in class org.codelibs.fess.app.pager.BoostDocPager
Creation time for search filtering.
createdTime - Variable in class org.codelibs.fess.app.pager.CrawlingInfoPager
Creation time of the crawling information.
createdTime - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration creation time.
createdTime - Variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Search/filter parameter for duplicate host creation time.
createdTime - Variable in class org.codelibs.fess.app.pager.ElevateWordPager
Search parameter: creation time
createdTime - Variable in class org.codelibs.fess.app.pager.FileAuthPager
The timestamp when this file authentication entry was created.
createdTime - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Creation timestamp of the configuration
createdTime - Variable in class org.codelibs.fess.app.pager.KeyMatchPager
The created time of the key match.
createdTime - Variable in class org.codelibs.fess.app.pager.LabelTypePager
The created time of the label type.
createdTime - Variable in class org.codelibs.fess.app.pager.PathMapPager
The creation time.
createdTime - Variable in class org.codelibs.fess.app.pager.RelatedContentPager
Creation time of the related content.
createdTime - Variable in class org.codelibs.fess.app.pager.RelatedQueryPager
Timestamp when the related query was created.
createdTime - Variable in class org.codelibs.fess.app.pager.ReqHeaderPager
The timestamp when this request header was created.
createdTime - Variable in class org.codelibs.fess.app.pager.RoleTypePager
The time when the role type was created.
createdTime - Variable in class org.codelibs.fess.app.pager.SchedulerPager
The time when the scheduled job was created.
createdTime - Variable in class org.codelibs.fess.app.pager.WebAuthPager
Search criteria: creation time.
createdTime - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: creation time.
createdTime - Variable in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
The timestamp when this access token was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.badword.CreateForm
The timestamp when this bad word entry was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.boostdoc.CreateForm
Timestamp when this configuration was created
createdTime - Variable in class org.codelibs.fess.app.web.admin.crawlinginfo.EditForm
The timestamp when this crawling session was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Timestamp when this configuration was created
createdTime - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
The timestamp when this duplicate host entry was created
createdTime - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The timestamp when this elevate word entry was created
createdTime - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The timestamp when this file authentication configuration was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The timestamp when this file configuration was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
The timestamp when this key match was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The timestamp when this label type was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
The timestamp when this path mapping was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
The timestamp when this related content was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.relatedquery.CreateForm
The timestamp when these related queries were created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.reqheader.CreateForm
The timestamp when this request header was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The timestamp when this scheduled job was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The timestamp when this authentication configuration was created.
createdTime - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The timestamp when this web configuration was created.
createdTime - Variable in class org.codelibs.fess.helper.CoordinatorHelper.EventInfo
The time when the event was created.
createdTime - Variable in class org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
The time when the operation was started.
createEditBody(KuromojiItem, String) - Method in class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Creates an EditBody from a KuromojiItem entity for API responses.
createEditBody(CharMappingItem, String) - Method in class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Create an EditBody DTO from a CharMappingItem entity.
createEditBody(ProtwordsItem, String) - Method in class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Create an EditBody DTO from a ProtwordsItem entity.
createEditBody(StemmerOverrideItem, String) - Method in class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Creates an EditBody from a StemmerOverrideItem entity for API responses.
createEditBody(StopwordsItem, String) - Method in class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Creates an EditBody from a StopwordsItem entity for API responses.
createEditBody(SynonymItem, String) - Method in class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Creates an EditBody from a SynonymItem entity for API responses.
createEditBody(AccessToken) - Method in class org.codelibs.fess.app.web.api.admin.accesstoken.ApiAdminAccesstokenAction
Creates an EditBody from an AccessToken entity for API responses.
createEditBody(BadWord) - Method in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Creates an EditBody from a BadWord entity for API responses.
createEditBody(BoostDocumentRule) - Method in class org.codelibs.fess.app.web.api.admin.boostdoc.ApiAdminBoostdocAction
Creates an EditBody from a BoostDocumentRule entity for API responses.
createEditBody(CrawlingInfo) - Method in class org.codelibs.fess.app.web.api.admin.crawlinginfo.ApiAdminCrawlinginfoAction
Creates an EditBody from a CrawlingInfo entity for API responses.
createEditBody(DataConfig) - Method in class org.codelibs.fess.app.web.api.admin.dataconfig.ApiAdminDataconfigAction
Creates an EditBody from a DataConfig entity for API responses.
createEditBody(DuplicateHost) - Method in class org.codelibs.fess.app.web.api.admin.duplicatehost.ApiAdminDuplicatehostAction
Creates an edit body from a duplicate host entity for API responses.
createEditBody(ElevateWord) - Method in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Creates an edit body from an elevate word entity for API responses.
createEditBody(FailureUrl) - Method in class org.codelibs.fess.app.web.api.admin.failureurl.ApiAdminFailureurlAction
Creates an EditBody from a FailureUrl entity.
createEditBody(FileAuthentication) - Method in class org.codelibs.fess.app.web.api.admin.fileauth.ApiAdminFileauthAction
Creates an edit body from a file authentication entity for API responses.
createEditBody(FileConfig) - Method in class org.codelibs.fess.app.web.api.admin.fileconfig.ApiAdminFileconfigAction
Creates an edit body from a file configuration entity for API responses.
createEditBody(JobLog) - Method in class org.codelibs.fess.app.web.api.admin.joblog.ApiAdminJoblogAction
Creates an edit body from a job log entity for API responses.
createEditBody(KeyMatch) - Method in class org.codelibs.fess.app.web.api.admin.keymatch.ApiAdminKeymatchAction
Creates an EditBody from a KeyMatch entity.
createEditBody(LabelType) - Method in class org.codelibs.fess.app.web.api.admin.labeltype.ApiAdminLabeltypeAction
Creates an EditBody from a LabelType entity.
createEditBody(PathMapping) - Method in class org.codelibs.fess.app.web.api.admin.pathmap.ApiAdminPathmapAction
Creates an edit body from a path mapping entity for API responses.
createEditBody(RelatedContent) - Method in class org.codelibs.fess.app.web.api.admin.relatedcontent.ApiAdminRelatedcontentAction
Creates an edit body from a related content entity for API responses.
createEditBody(RelatedQuery) - Method in class org.codelibs.fess.app.web.api.admin.relatedquery.ApiAdminRelatedqueryAction
Creates an EditBody from a RelatedQuery entity for API responses.
createEditBody(RequestHeader) - Method in class org.codelibs.fess.app.web.api.admin.reqheader.ApiAdminReqheaderAction
Creates an EditBody from a RequestHeader entity.
createEditBody(ScheduledJob) - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Creates an EditBody from a ScheduledJob entity.
createEditBody(WebAuthentication) - Method in class org.codelibs.fess.app.web.api.admin.webauth.ApiAdminWebauthAction
Creates an EditBody from a WebAuthentication entity.
createEditBody(WebConfig) - Method in class org.codelibs.fess.app.web.api.admin.webconfig.ApiAdminWebconfigAction
Creates an EditBody from a WebConfig entity.
createEditBody(Group) - Method in class org.codelibs.fess.app.web.api.admin.group.ApiAdminGroupAction
Creates an edit body from a group entity for API responses.
createEditBody(Role) - Method in class org.codelibs.fess.app.web.api.admin.role.ApiAdminRoleAction
Creates an EditBody from a Role entity.
createEditBody(User) - Method in class org.codelibs.fess.app.web.api.admin.user.ApiAdminUserAction
Creates an EditBody from a User entity.
createEnvironment(String, String, String, String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Creates the environment for LDAP connection.
createExtractParams(ResponseData, CrawlingConfig) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Create the parameters for extraction.
createFacetInfo(HttpServletRequest) - Method in class org.codelibs.fess.entity.SearchRequestParams
Creates a facet info.
createFieldSortBuilder(String, SortOrder) - Method in class org.codelibs.fess.helper.QueryHelper
Creates a sort builder for the specified field and order.
createFieldSortBuilder(String, SortOrder) - Method in class org.codelibs.fess.query.QueryCommand
Creates a sort builder for the specified field and order.
createFilterChain() - Method in class org.codelibs.fess.query.parser.QueryParser
Creates the filter chain by combining all registered filters.
createFilterChain() - Method in class org.codelibs.fess.query.QueryProcessor
Creates the filter chain from the registered filters.
CreateForm - Class in org.codelibs.fess.app.web.admin.accesstoken
Form class for creating access tokens in the admin interface.
CreateForm - Class in org.codelibs.fess.app.web.admin.badword
The create form for Bad Word.
CreateForm - Class in org.codelibs.fess.app.web.admin.boostdoc
Form class for creating boost document configurations.
CreateForm - Class in org.codelibs.fess.app.web.admin.dataconfig
Form class for creating data store configurations.
CreateForm - Class in org.codelibs.fess.app.web.admin.dict.kuromoji
Form class for creating Kuromoji dictionary entries.
CreateForm - Class in org.codelibs.fess.app.web.admin.dict.mapping
Form class for creating mapping dictionary entries.
CreateForm - Class in org.codelibs.fess.app.web.admin.dict.protwords
Form class for creating protected words dictionary entries.
CreateForm - Class in org.codelibs.fess.app.web.admin.dict.stemmeroverride
Form class for creating new stemmer override dictionary entries.
CreateForm - Class in org.codelibs.fess.app.web.admin.dict.stopwords
Form class for creating new stopwords dictionary entries.
CreateForm - Class in org.codelibs.fess.app.web.admin.dict.synonym
Form class for creating new synonym dictionary entries.
CreateForm - Class in org.codelibs.fess.app.web.admin.duplicatehost
Form class for creating new duplicate host configuration entries.
CreateForm - Class in org.codelibs.fess.app.web.admin.elevateword
Form class for creating new elevate word configuration entries.
CreateForm - Class in org.codelibs.fess.app.web.admin.fileauth
The create form for File Authentication.
CreateForm - Class in org.codelibs.fess.app.web.admin.fileconfig
The create form for File Config.
CreateForm - Class in org.codelibs.fess.app.web.admin.group
The create form for Group.
CreateForm - Class in org.codelibs.fess.app.web.admin.keymatch
The create form for Key Match.
CreateForm - Class in org.codelibs.fess.app.web.admin.labeltype
The create form for Label Type.
CreateForm - Class in org.codelibs.fess.app.web.admin.pathmap
The create form for Path Map.
CreateForm - Class in org.codelibs.fess.app.web.admin.relatedcontent
The create form for managing related content.
CreateForm - Class in org.codelibs.fess.app.web.admin.relatedquery
The create form for managing related queries.
CreateForm - Class in org.codelibs.fess.app.web.admin.reqheader
The create form for Request Header.
CreateForm - Class in org.codelibs.fess.app.web.admin.role
The create form for Role.
CreateForm - Class in org.codelibs.fess.app.web.admin.scheduler
The create form for Scheduler.
CreateForm - Class in org.codelibs.fess.app.web.admin.searchlist
The create form for Search List.
CreateForm - Class in org.codelibs.fess.app.web.admin.user
The create form for User.
CreateForm - Class in org.codelibs.fess.app.web.admin.webauth
The create form for Web Authentication.
CreateForm - Class in org.codelibs.fess.app.web.admin.webconfig
The create form for Web Config.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.badword.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.boostdoc.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.protwords.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stemmeroverride.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stopwords.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.synonym.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.elevateword.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.fileauth.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.group.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.keymatch.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.labeltype.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.pathmap.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.relatedquery.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.reqheader.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.role.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.scheduler.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.searchlist.CreateForm
Creates a new CreateForm instance.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.user.CreateForm
Default constructor.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.webauth.CreateForm
Default constructor.
CreateForm() - Constructor for class org.codelibs.fess.app.web.admin.webconfig.CreateForm
Default constructor.
createFormatter(String) - Method in class org.codelibs.fess.job.IndexExportJob
Creates a formatter for the given format name.
createGeoInfo(HttpServletRequest) - Method in class org.codelibs.fess.entity.SearchRequestParams
Creates a geo info.
createHighlightInfo() - Method in class org.codelibs.fess.helper.ViewHelper
Creates highlight information based on screen width.
createHighlightText(HighlightField) - Method in class org.codelibs.fess.helper.ViewHelper
Creates highlighted text from highlight field fragments.
createHttpClient(FessConfig, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Creates an HTTP client for connecting to the search engine.
createIndex(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Creates a new index with default settings.
createIndex(String, String, String, String, boolean) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Creates a new index with specified settings.
createItem(Object, Object) - Static method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Creates a key-value item map for display.
createItem(String, String) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Creates a dropdown item with label and value.
createItem(String, String) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Creates a map item for UI rendering with label and value.
createItem(String, String) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Creates a label/value map item for dropdowns or list displays.
createItem(String, String) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Creates a map item with label and value for use in dropdown lists and form options.
createKuromojiItem(CreateForm, VaErrorHook) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Create a kuromoji item.
createKuromojiItem(FessBaseAction, CreateForm, VaErrorHook) - Static method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Create a kuromoji item.
createLdapUser(String, Hashtable<String, String>) - Method in class org.codelibs.fess.ldap.LdapManager
Creates a new LDAP user instance with the specified username and environment.
createListBody(DictionaryFile<? extends DictionaryItem>) - Method in class org.codelibs.fess.app.web.api.admin.dict.ApiAdminDictAction
Creates a ListBody from a DictionaryFile for API responses.
createLoginCredential(HttpServletRequest, HttpServletResponse, Auth) - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
Creates a login credential.
createMessages() - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Creates a new messages instance for handling validation and user messages.
createnew() - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Show the create new page.
createnew() - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Show the create new page.
createnew() - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Show the create new page.
createnew() - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Show the create new page.
createnew() - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Displays the form for creating a new duplicate host configuration.
createnew() - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Shows the form for creating a new elevate word.
createnew() - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Displays the create new file authentication page.
createnew() - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Displays the create new file configuration page.
createnew() - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Displays the create new group page.
createnew() - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Displays the create new key match page.
createnew() - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Displays the create new label type page.
createnew() - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Displays the form for creating a new path mapping.
createnew() - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Displays the form for creating a new related content item.
createnew() - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Displays the form for creating a new related query item.
createnew() - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Displays the form for creating a new request header item.
createnew() - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Displays the form for creating a new role item.
createnew() - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Displays the form for creating a new scheduled job.
createnew() - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Displays the form for creating a new user.
createnew() - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Displays the form for creating a new web authentication configuration.
createnew() - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Displays the form for creating a new web crawler configuration.
createnew(String) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Show the create new page.
createnew(String) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Show the create new page.
createnew(String) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Show the create new page.
createnew(String) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Show the create new page.
createnew(String) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Display the form for creating a new stopwords entry.
createnew(String) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Displays the form for creating a new synonym item.
createnew(CreateForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Displays the form for creating a new document.
createnewjob(String, String, String) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Creates a new scheduled job from a crawler configuration.
createPageNumberList() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
Creates a list of page numbers for navigation.
createPagingQuery(SearchForm) - Method in class org.codelibs.fess.app.web.search.SearchAction
Creates a paging query.
createParentId(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Creates an encoded parent directory ID from a path prefix.
createPathItems(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Creates a list of path navigation items for breadcrumb display.
createPathMatcher(Matcher, String) - Method in class org.codelibs.fess.helper.PathMappingHelper
Creates a path matcher function for path mapping.
createPit(CreatePitRequest, ActionListener<CreatePitResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Creates a point-in-time context asynchronously.
createPolicy(String) - Static method in class org.codelibs.fess.util.ErrorToWarnRewritePolicy
Factory method to create an ErrorToWarnRewritePolicy instance.
createPropItem(String) - Static method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Creates a property item from a system property key.
createProtwordsItem(CreateForm, VaErrorHook) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Get the protected word item.
createProtwordsItem(FessBaseAction, CreateForm, VaErrorHook) - Static method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Get the protected word item.
createQueryParser() - Method in class org.codelibs.fess.query.parser.QueryParser
Creates a new Lucene query parser with the current configuration.
createResponseList(List<Map<String, Object>>, long, String, long, boolean, FacetResponse, int, int, int) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Creates a QueryResponseList containing the search results and metadata.
createRunner() - Method in class org.codelibs.fess.app.job.AllJobScheduler
 
createScript(Map<String, Object>, String) - Method in class org.codelibs.fess.helper.LanguageHelper
Creates a script for updating a document with language information.
createSearchCondition(String, SearchRequestParams, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.rank.fusion.DefaultSearcher
Creates a search condition for the OpenSearch request.
createSearchEnv() - Method in class org.codelibs.fess.ldap.LdapManager
Creates the search environment for LDAP connection.
createSearchEnv(String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Creates the search environment for LDAP connection.
createSearchLog(SearchRequestParams, LocalDateTime, String, String, int, int, QueryResponseList, SearchLogHelper.SearchLogContext) - Method in class org.codelibs.fess.helper.SearchLogHelper
Builds a SearchLog from the given parameters and context, then adds it to the queue.
createSearchLogContext(SearchRequestParams, FessConfig) - Method in class org.codelibs.fess.helper.SearchLogHelper
Resolves the runtime dependencies needed to build a SearchLog.
createSearchRole(int, String) - Method in class org.codelibs.fess.helper.SambaHelper
Creates a search role.
createSearchRole(String, String) - Method in class org.codelibs.fess.helper.SystemHelper
Creates a search role string.
createSession(String) - Method in class org.codelibs.fess.chat.ChatSessionManager
Creates a new chat session.
createStemmerOverrideItem(CreateForm, VaErrorHook) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Create a stemmer override item.
createStemmerOverrideItem(FessBaseAction, CreateForm, VaErrorHook) - Static method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Get the stemmer override item.
createStopwordsItem(CreateForm, VaErrorHook) - Static method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Create a StopwordsItem from the form data.
createSynonymItem(CreateForm, VaErrorHook) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Creates a synonym item from the provided form data with validation.
createSynonymItem(FessBaseAction, CreateForm, VaErrorHook) - Static method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Static method to create a synonym item from form data with validation.
createSystemProperties(List<String>, File) - Method in class org.codelibs.fess.job.ExecJob
Creates and stores system properties to the specified file.
createTask(String, Map<String, Object>) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
 
createTask(String, Map<String, Object>) - Method in class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator
Creates a thumbnail generation task for the specified document.
createTask(String, Map<String, Object>) - Method in interface org.codelibs.fess.thumbnail.ThumbnailGenerator
Creates a thumbnail generation task.
createTempFile(String, String) - Method in class org.codelibs.fess.helper.SystemHelper
Creates a temporary file.
createTextFragmentsByHighlight(HighlightField[]) - Method in class org.codelibs.fess.helper.ViewHelper
Creates text fragments from highlight fields for URL fragment navigation.
createTextFragmentsByQuery() - Method in class org.codelibs.fess.helper.ViewHelper
Creates text fragments from search queries.
createTimeoutTask() - Method in class org.codelibs.fess.job.ExecJob
Creates a timeout task for this job execution.
createUpdateRequestBuilder() - Method in class org.codelibs.fess.score.ScoreBooster
Creates an update request builder.
createUserBean(FessUser) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Creates a user bean from the given user entity.
createUserCodeFromUserId(String) - Method in class org.codelibs.fess.helper.UserInfoHelper
Creates an encrypted user code from a user ID.
createValidator() - Method in class org.codelibs.fess.app.web.base.FessBaseAction
 
createValidator(RequestManager, UserMessagesCreator<FessMessages>, Class<?>[]) - Method in class org.codelibs.fess.helper.SystemHelper
Creates a new action validator.
creatorList - Variable in class org.codelibs.fess.dict.DictionaryManager
List of dictionary creators for handling different dictionary types
cronExpression - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Cron expression for the scheduled job.
cronExpression - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The cron expression defining when the job should run.
CronExpression - Annotation Interface in org.codelibs.fess.validation
Validation constraint to ensure that a string is a valid cron expression.
CronExpressionValidator - Class in org.codelibs.fess.validation
Validator implementation for the CronExpression constraint.
CronExpressionValidator() - Constructor for class org.codelibs.fess.validation.CronExpressionValidator
Default constructor.
crudMode - Variable in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
The CRUD operation mode for this form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.badword.CreateForm
The CRUD mode for form processing (create, update, delete operations).
crudMode - Variable in class org.codelibs.fess.app.web.admin.boostdoc.CreateForm
CRUD operation mode (CREATE, EDIT, etc.)
crudMode - Variable in class org.codelibs.fess.app.web.admin.crawlinginfo.EditForm
The CRUD operation mode for this form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
CRUD operation mode (CREATE, EDIT, etc.)
crudMode - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
CRUD operation mode (CREATE, EDIT, etc.)
crudMode - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
CRUD operation mode (CREATE, EDIT, etc.)
crudMode - Variable in class org.codelibs.fess.app.web.admin.dict.protwords.CreateForm
CRUD operation mode (CREATE, EDIT, etc.)
crudMode - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.CreateForm
The CRUD operation mode for form processing
crudMode - Variable in class org.codelibs.fess.app.web.admin.dict.stopwords.CreateForm
The CRUD operation mode for form processing
crudMode - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.CreateForm
The CRUD operation mode for form processing
crudMode - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
The CRUD operation mode for form processing
crudMode - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The CRUD operation mode for form processing
crudMode - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The CRUD operation mode for this form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The CRUD operation mode for this form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The CRUD operation mode for this form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.group.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The CRUD operation mode for this form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
The CRUD operation mode (create, update, etc.).
crudMode - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
The CRUD operation mode (create, update, etc.).
crudMode - Variable in class org.codelibs.fess.app.web.admin.relatedquery.CreateForm
The CRUD operation mode (create, update, etc.).
crudMode - Variable in class org.codelibs.fess.app.web.admin.reqheader.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.role.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.searchlist.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.searchlog.EditForm
CRUD operation mode indicator
crudMode - Variable in class org.codelibs.fess.app.web.admin.user.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The CRUD mode for the form.
crudMode - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The CRUD mode for the form.
CrudMode - Class in org.codelibs.fess.app.web
Constants for CRUD operation modes.
CrudMode() - Constructor for class org.codelibs.fess.app.web.CrudMode
Protected constructor to prevent instantiation.
crypt_raw(byte[], byte[], int, int[]) - Method in class org.codelibs.fess.crypto.bcrypt.BCrypt
Perform the central password hashing step in the bcrypt scheme
CsrfRequirement - Class in org.codelibs.fess.api.v2.handlers
Static decision table for spec §7.3 CSRF rules.
CsrfRequirement() - Constructor for class org.codelibs.fess.api.v2.handlers.CsrfRequirement
Creates a CSRF requirement evaluator.
CSV_FILE_ENCODING_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for CSV file encoding configuration.
csvFileEncoding - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Character encoding to use for CSV file exports.
csvFileEncoding - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The CSV file encoding setting.
CurlHelper - Class in org.codelibs.fess.helper
Helper class for managing HTTP requests using cURL-like operations.
CurlHelper() - Constructor for class org.codelibs.fess.helper.CurlHelper
Default constructor.
CURRENT_API_VERSION - Static variable in class org.codelibs.fess.theme.ThemeManifest
Required apiVersion value for theme manifests.
currentEndRecordNumber - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Ending record number for current page
currentEndRecordNumber - Variable in class org.codelibs.fess.entity.SearchRenderData
Ending record number for the current page.
currentEndRecordNumber - Variable in class org.codelibs.fess.util.QueryResponseList
The record number of the last record on the current page (1-based).
currentPageNumber - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Current page number for pagination
currentPageNumber - Variable in class org.codelibs.fess.dict.DictionaryFile.PagingList
The current page number (1-based).
currentPageNumber - Variable in class org.codelibs.fess.entity.SearchRenderData
Current page number being displayed.
currentPageNumber - Variable in class org.codelibs.fess.util.QueryResponseList
The current page number (1-based).
currentStartRecordNumber - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Starting record number for current page
currentStartRecordNumber - Variable in class org.codelibs.fess.entity.SearchRenderData
Starting record number for the current page.
currentStartRecordNumber - Variable in class org.codelibs.fess.util.QueryResponseList
The record number of the first record on the current page (1-based).
currentSystemCpuPercent() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the current system CPU usage percentage.
CustomSize - Annotation Interface in org.codelibs.fess.validation
Validation constraint for custom size limits based on configuration keys.
CustomSizeValidator - Class in org.codelibs.fess.validation
Validator implementation for the CustomSize constraint.
CustomSizeValidator() - Constructor for class org.codelibs.fess.validation.CustomSizeValidator
Default constructor.

D

data - Variable in class org.codelibs.fess.helper.CoordinatorHelper.EventInfo
Optional data associated with the event.
data - Variable in class org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
Optional data associated with the operation.
DATA_CRAWLER_END_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for data crawler end time.
DATA_CRAWLER_START_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for data crawler start time.
DATA_CRAWLER_TYPE - Static variable in class org.codelibs.fess.Constants
Data crawler type identifier.
DATA_CRAWLING_EXEC_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for data crawling execution time.
DATA_INDEX_EXEC_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for data indexing execution time.
DATA_INDEX_SIZE - Static variable in class org.codelibs.fess.Constants
Info map key for data index size.
DATA_STORE - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Data store plugins
dataConfigBhv - Variable in class org.codelibs.fess.app.service.DataConfigService
DBFlute behavior for data configuration operations.
dataConfigIds - Variable in class org.codelibs.fess.exec.Crawler.Options
Comma-separated list of data store configuration IDs to crawl.
dataConfigIds - Variable in class org.codelibs.fess.job.CrawlJob
Array of data source crawling configuration IDs to process.
dataConfigIds(String[]) - Method in class org.codelibs.fess.job.CrawlJob
Sets the data source crawling configuration IDs to process.
DataConfigPager - Class in org.codelibs.fess.app.pager
Pager for data configuration management with standard paging functionality.
DataConfigPager() - Constructor for class org.codelibs.fess.app.pager.DataConfigPager
Creates a new DataConfigPager with default values.
DataConfigService - Class in org.codelibs.fess.app.service
Service class for managing data configuration CRUD operations.
DataConfigService() - Constructor for class org.codelibs.fess.app.service.DataConfigService
Creates a new instance of DataConfigService.
DataCrawlingThread(DataConfig, IndexUpdateCallback, DataStoreParams) - Constructor for class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Constructs a new data crawling thread.
dataCrawlingThreadList - Variable in class org.codelibs.fess.helper.DataIndexHelper
Thread-safe list of active data crawling threads.
dataIndexHelper - Variable in class org.codelibs.fess.exec.Crawler
Injected helper for data store indexing operations.
DataIndexHelper - Class in org.codelibs.fess.helper
Helper class for managing data crawling operations in Fess.
DataIndexHelper() - Constructor for class org.codelibs.fess.helper.DataIndexHelper
Creates a new instance of DataIndexHelper.
DataIndexHelper.DataCrawlingThread - Class in org.codelibs.fess.helper
Inner thread class for executing data store crawling operations.
dataSerializer - Variable in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
The data serializer.
dataSerializer - Variable in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Data serializer for converting objects to binary format
DataSerializer - Class in org.codelibs.fess.crawler.serializer
A serializer class for handling object serialization and deserialization.
DataSerializer() - Constructor for class org.codelibs.fess.crawler.serializer.DataSerializer
Constructs a new DataSerializer.
dataService - Variable in class org.codelibs.fess.indexer.IndexUpdater
Service for managing crawled document data
DataStore - Interface in org.codelibs.fess.ds
The interface for DataStore.
DataStoreCrawlingException - Exception Class in org.codelibs.fess.exception
Exception thrown when an error occurs during data store crawling operations.
DataStoreCrawlingException(String, String, Throwable) - Constructor for exception class org.codelibs.fess.exception.DataStoreCrawlingException
Creates a new DataStoreCrawlingException with the specified URL, message, and cause.
DataStoreCrawlingException(String, String, Throwable, boolean) - Constructor for exception class org.codelibs.fess.exception.DataStoreCrawlingException
Creates a new DataStoreCrawlingException with the specified URL, message, cause, and abort flag.
DataStoreException - Exception Class in org.codelibs.fess.exception
Exception thrown when an error occurs during data store operations.
DataStoreException(String) - Constructor for exception class org.codelibs.fess.exception.DataStoreException
Creates a new DataStoreException with the specified message.
DataStoreException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.DataStoreException
Creates a new DataStoreException with the specified message and cause.
DataStoreException(Throwable) - Constructor for exception class org.codelibs.fess.exception.DataStoreException
Creates a new DataStoreException with the specified cause.
dataStoreFactory - Variable in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
The data store factory.
DataStoreFactory - Class in org.codelibs.fess.ds
Factory class responsible for managing and providing access to data store instances.
DataStoreFactory() - Constructor for class org.codelibs.fess.ds.DataStoreFactory
Creates a new instance of DataStoreFactory.
dataStoreMap - Variable in class org.codelibs.fess.ds.DataStoreFactory
Map containing registered data store instances indexed by their names and class simple names.
dataStoreNames - Variable in class org.codelibs.fess.ds.DataStoreFactory
Cached array of available data store names discovered from plugin JAR files.
DataStoreParams - Class in org.codelibs.fess.entity
Parameter container class for data store configurations and runtime parameters.
DataStoreParams() - Constructor for class org.codelibs.fess.entity.DataStoreParams
Creates a new empty DataStoreParams instance.
DataStoreParams(Map<String, Object>) - Constructor for class org.codelibs.fess.entity.DataStoreParams
Creates a new DataStoreParams instance with a copy of the provided parameters.
date(Long) - Static method in class org.codelibs.fess.taglib.FessFunctions
Converts a Long timestamp to a Date object.
DATE_OPTIONAL_TIME - Static variable in class org.codelibs.fess.Constants
Date optional time format identifier.
DAY_FOR_CLEANUP_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for cleanup day interval configuration.
dayForCleanup - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Number of days to keep crawled documents before cleanup.
dayForCleanup - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The day for cleanup setting.
days - Variable in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Array of days when this rule applies (1=Sunday, 7=Saturday)
DCF - Static variable in class org.codelibs.fess.Constants
Document crawler format identifier.
decideStrategy(String, Long, ChatContentRequest) - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Decides the fetch strategy for a document.
decode(String) - Method in class org.codelibs.fess.helper.PermissionHelper
Decodes a search role format string back to a permission string.
decodeBase64(String) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Decodes a Base64 string to bytes.
decodeId(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Decodes a base64 encoded ID back to the original object name.
decodeJsp(String) - Static method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Decode the JSP content.
decodePath(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Decodes an encoded path ID back to the original path.
decodeSimilarDocHash(String) - Method in class org.codelibs.fess.helper.DocumentHelper
Decodes a similar document hash from its compressed and encoded form.
decodeUrlAsName(String, boolean) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Decodes a URL as a name using appropriate character encoding.
decrement() - Method in class org.codelibs.fess.helper.CrawlerStatsHelper.StatsObject
Decrements the reference count for this statistics object.
DEFAULT_ADMIN_PAGE_NUMBER - Static variable in class org.codelibs.fess.Constants
Default page number for admin interface pagination.
DEFAULT_BYPASS_INVOKE_NAMES - Static variable in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
Default bypass invoke names for DBFlute behavior invocation.
DEFAULT_CLIENT_INVOKE_NAMES - Static variable in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
Default client invoke names for DBFlute behavior invocation.
DEFAULT_CRAWLING_EXECUTION_INTERVAL - Static variable in class org.codelibs.fess.Constants
Default execution interval in milliseconds for crawling operations.
DEFAULT_CRON_EXPRESSION - Static variable in class org.codelibs.fess.Constants
Default cron expression for general scheduling (daily at midnight).
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.AccessTokenPager
The default current page number.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.BadWordPager
Default current page number.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.BoostDocPager
Default current page number.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.CrawlingInfoPager
Default current page number (1-based).
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.DataConfigPager
Default current page number (first page).
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Default current page number (first page).
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.ElevateWordPager
Default current page number
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.FailureUrlPager
Default current page number.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.FileAuthPager
The default current page number (1-based).
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.FileConfigPager
Default current page number for pagination
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.GroupPager
Default current page number when pagination starts.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.JobLogPager
Default current page number
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.KeyMatchPager
The default current page number.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.LabelTypePager
The default current page number.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.PathMapPager
Default current page number.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.RelatedContentPager
Default current page number constant.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.RelatedQueryPager
Default current page number for pagination.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.ReqHeaderPager
Default current page number for pagination.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.RolePager
Default current page number for pagination.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.RoleTypePager
Default current page number for pagination.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.SchedulerPager
Default current page number for pagination.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Default current page number for pagination.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.UserPager
Default current page number for pagination.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.WebAuthPager
Default current page number.
DEFAULT_CURRENT_PAGE_NUMBER - Static variable in class org.codelibs.fess.app.pager.WebConfigPager
Default current page number.
DEFAULT_DAILY_CRON_EXPRESSION - Static variable in class org.codelibs.fess.Constants
Default cron expression for daily tasks (daily at midnight).
DEFAULT_DATETIME_FORMAT - Static variable in class org.codelibs.fess.Constants
Default datetime format pattern without timezone.
DEFAULT_DAY_FOR_CLEANUP - Static variable in class org.codelibs.fess.Constants
Default number of days for cleanup operations.
DEFAULT_FAILURE_COUNT - Static variable in class org.codelibs.fess.Constants
Default failure count value (-1 indicates no limit).
DEFAULT_FIELD - Static variable in class org.codelibs.fess.Constants
Default field name identifier.
DEFAULT_FROM_EMAIL - Static variable in class org.codelibs.fess.Constants
Default from email address for notifications.
DEFAULT_HOURLY_CRON_EXPRESSION - Static variable in class org.codelibs.fess.Constants
Default cron expression for hourly tasks (every hour).
DEFAULT_IGNORE_FAILURE_TYPE - Static variable in class org.codelibs.fess.Constants
Default value for ignore failure type (empty string).
DEFAULT_INTERVAL_TIME_FOR_FS - Static variable in class org.codelibs.fess.Constants
Default interval time in milliseconds for file system crawling.
DEFAULT_INTERVAL_TIME_FOR_WEB - Static variable in class org.codelibs.fess.Constants
Default interval time in milliseconds for web crawling.
DEFAULT_JOB_SCRIPT_TYPE - Static variable in class org.codelibs.fess.Constants
Default job script type (Groovy).
DEFAULT_JOB_TARGET - Static variable in class org.codelibs.fess.Constants
Default job target value (all configurations).
DEFAULT_LABEL_VALUE_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for default label value configuration.
DEFAULT_NUM_OF_THREAD_FOR_FS - Static variable in class org.codelibs.fess.Constants
Default number of threads for file system crawling.
DEFAULT_NUM_OF_THREAD_FOR_WEB - Static variable in class org.codelibs.fess.Constants
Default number of threads for web crawling.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.BadWordPager
Default page size for bad word pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.CrawlingInfoPager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.DataConfigPager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.ElevateWordPager
Default page size for pagination
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.FailureUrlPager
Default number of records per page.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.FileAuthPager
The default number of records to display per page.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.FileConfigPager
Default page size for pagination
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.GroupPager
Default number of records to display per page.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.JobLogPager
Default page size for pagination
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.KeyMatchPager
The default page size.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.LabelTypePager
The default page size.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.PathMapPager
Default page size.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.ReqHeaderPager
Default number of records to display per page.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.RolePager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.RoleTypePager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.SchedulerPager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.UserPager
Default page size for user list pagination
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.WebAuthPager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.app.pager.WebConfigPager
Default page size for pagination.
DEFAULT_PAGE_SIZE - Static variable in class org.codelibs.fess.Constants
Default number of results per page.
DEFAULT_PURGE_BY_BOTS - Static variable in class org.codelibs.fess.Constants
Default list of bot user agents to purge from logs.
DEFAULT_PURGE_DAY - Static variable in class org.codelibs.fess.Constants
Default purge day value (-1 indicates no purging).
DEFAULT_QUERY_OPERATOR - Static variable in class org.codelibs.fess.Constants
Default query operator configuration key.
DEFAULT_SCRIPT - Static variable in class org.codelibs.fess.Constants
Default script type (Groovy).
DEFAULT_SEARCH_LOG_CRON_EXPRESSION - Static variable in class org.codelibs.fess.Constants
Default cron expression for search log processing (every minute).
DEFAULT_SORT_VALUE_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for default sort value configuration.
DEFAULT_START_COUNT - Static variable in class org.codelibs.fess.Constants
Default starting count for pagination.
DEFAULT_SUGGEST_PURGE_DAY - Static variable in class org.codelibs.fess.Constants
Default suggest purge day value (30 days).
DEFAULT_THEME_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for the global default theme name.
DefaultChatContentFetcher - Class in org.codelibs.fess.chat
DefaultChatContentFetcher() - Constructor for class org.codelibs.fess.chat.DefaultChatContentFetcher
Default constructor.
DefaultChatContentFetcher.AnswerHighlightSearchParams - Class in org.codelibs.fess.chat
Chat search params restricted to specific doc ids, using the answer-specific highlight settings (rag.chat.answer.highlight.*) instead of the display-oriented rag.chat.highlight.*.
DefaultChatContentFetcher.Strategy - Enum Class in org.codelibs.fess.chat
Per-document content resolution strategy.
DefaultCorsHandler - Class in org.codelibs.fess.cors
Default implementation of CORS (Cross-Origin Resource Sharing) handler.
DefaultCorsHandler() - Constructor for class org.codelibs.fess.cors.DefaultCorsHandler
Creates a new instance of DefaultCorsHandler.
defaultFacetInfo - Variable in class org.codelibs.fess.helper.QueryHelper
Default facet information configuration for search results
defaultField - Variable in class org.codelibs.fess.entity.QueryContext
The default field to search in when no specific field is specified.
defaultField - Variable in class org.codelibs.fess.query.parser.QueryParser
The default field to search in when no field is specified in the query
defaultGeoInfo - Variable in class org.codelibs.fess.helper.QueryHelper
Default geographic information configuration for location-based searches
defaultHttpStatus() - Method in enum class org.codelibs.fess.api.v2.V2ErrorCode
Returns the default HTTP status code associated with this error.
defaultLabelValue - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Default label value to use when no specific label is selected.
defaultLabelValue - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The default label value setting.
defaultOperator - Variable in class org.codelibs.fess.query.parser.QueryParser
The default operator to use between query terms
DefaultQueryBuilder - Class in org.codelibs.fess.query
Default implementation of QueryBuilder that wraps other QueryBuilder instances and provides additional functionality for adding inner queries dynamically.
DefaultQueryBuilder(QueryBuilder) - Constructor for class org.codelibs.fess.query.DefaultQueryBuilder
Creates a new DefaultQueryBuilder wrapping the specified QueryBuilder.
defaultRoleList - Variable in class org.codelibs.fess.helper.RoleQueryHelper
A list of default roles.
defaultRowSize - Variable in class org.codelibs.fess.helper.IndexingHelper
Default number of rows to process in a single batch
DefaultSearcher - Class in org.codelibs.fess.rank.fusion
Default implementation of RankFusionSearcher that performs standard OpenSearch queries.
DefaultSearcher() - Constructor for class org.codelibs.fess.rank.fusion.DefaultSearcher
Creates a new instance of DefaultSearcher.
defaultSortBuilders - Variable in class org.codelibs.fess.helper.QueryHelper
Default sort builders to be applied when no explicit sorting is specified
defaultSortValue - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Default sort order for search results.
defaultTheme - Variable in class org.codelibs.fess.app.web.admin.theme.ThemeListForm
Selected default theme name, or empty string when "no default" is chosen.
defaultValue - Variable in class org.codelibs.fess.helper.FileTypeHelper
Default file type value returned when MIME type is not found in mappings
delay - Variable in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Delay in milliseconds to apply during this interval
delayByRules() - Method in class org.codelibs.fess.helper.IntervalControlHelper
Applies delay based on the configured interval rules.
delayedUnassignedShards - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of delayed unassigned shards
delayForWaitingNewUrl() - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Delays the crawler while waiting for new URLs to be available.
delete(String) - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Deletes a file from the storage system.
delete(String) - Method in class org.codelibs.fess.helper.CurlHelper
Creates a DELETE request for the specified path.
delete(String) - Method in class org.codelibs.fess.theme.StaticThemeInstaller
Removes the static-theme directory atomically.
delete(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Deletes a document from the specified index.
delete(String, String, Number, Number) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Deletes a document from the specified index with optimistic concurrency control.
delete(String, Supplier<Hashtable<String, String>>) - Method in class org.codelibs.fess.ldap.LdapManager
Deletes an entry from the LDAP directory.
delete(String, KuromojiItem) - Method in class org.codelibs.fess.app.service.KuromojiService
Delete a Kuromoji item.
delete(String, CharMappingItem) - Method in class org.codelibs.fess.app.service.CharMappingService
Deletes a character mapping item from the specified dictionary.
delete(String, ProtwordsItem) - Method in class org.codelibs.fess.app.service.ProtwordsService
Deletes a protected words item.
delete(String, StemmerOverrideItem) - Method in class org.codelibs.fess.app.service.StemmerOverrideService
Deletes a stemmer override item from the specified dictionary.
delete(String, StopwordsItem) - Method in class org.codelibs.fess.app.service.StopwordsService
Deletes a stopword item from the specified dictionary.
delete(String, SynonymItem) - Method in class org.codelibs.fess.app.service.SynonymService
Deletes a synonym item from the specified dictionary.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Delete an access token.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Delete a bad word.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Delete a boost document rule.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Delete a crawling info.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Delete a data config.
delete(FileAccessForm) - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Delete a design file.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Delete a kuromoji item.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Delete a char mapping item.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Delete a protected word item.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Delete a stemmer override item from the dictionary.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Delete a stopwords entry.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Deletes an existing synonym item.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Deletes a duplicate host configuration.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Deletes an existing elevate word entry.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Deletes a specific failure URL record.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Deletes a file authentication.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Deletes a file configuration.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Deletes a group.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Deletes a job log.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Deletes a key match.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Deletes a label type.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Deletes a path mapping based on the provided form data.
delete(DeleteForm) - Method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Deletes the specified plugin.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Deletes a related content item.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Deletes a related query item.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Deletes a request header item.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Deletes a role item.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Deletes a scheduled job.
delete(DeleteForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Deletes a single document from the search index.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Deletes a specific search log entry.
delete(ThemeDeleteForm) - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Deletes a static theme via the installer.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Deletes a user.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Deletes a web authentication configuration.
delete(EditForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Deletes a web crawler configuration.
delete(KuromojiItem) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
 
delete(CharMappingItem) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Deletes a character mapping item from the dictionary file.
delete(ProtwordsItem) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
 
delete(StemmerOverrideItem) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
 
delete(StopwordsItem) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
 
delete(SynonymItem) - Method in class org.codelibs.fess.dict.synonym.SynonymFile
 
delete(AccessToken) - Method in class org.codelibs.fess.app.service.AccessTokenService
Delete the access token.
delete(BadWord) - Method in class org.codelibs.fess.app.service.BadWordService
Deletes a bad word.
delete(BoostDocumentRule) - Method in class org.codelibs.fess.app.service.BoostDocumentRuleService
Deletes a boost document rule.
delete(CrawlingInfo) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Deletes a crawling information record and all its associated parameters.
delete(DataConfig) - Method in class org.codelibs.fess.app.service.DataConfigService
Deletes the specified data configuration from the system.
delete(DuplicateHost) - Method in class org.codelibs.fess.app.service.DuplicateHostService
Deletes the specified duplicate host configuration from the system.
delete(ElevateWord) - Method in class org.codelibs.fess.app.service.ElevateWordService
Deletes an elevate word from the system.
delete(FailureUrl) - Method in class org.codelibs.fess.app.service.FailureUrlService
Deletes a failure URL entity from the data store.
delete(FileAuthentication) - Method in class org.codelibs.fess.app.service.FileAuthenticationService
Deletes a file authentication configuration from the system.
delete(FileConfig) - Method in class org.codelibs.fess.app.service.FileConfigService
Deletes a file configuration and its associated authentication records.
delete(JobLog) - Method in class org.codelibs.fess.app.service.JobLogService
Deletes a specific job log from the database.
delete(KeyMatch) - Method in class org.codelibs.fess.app.service.KeyMatchService
Delete a key match.
delete(LabelType) - Method in class org.codelibs.fess.app.service.LabelTypeService
Delete a label type.
delete(PathMapping) - Method in class org.codelibs.fess.app.service.PathMappingService
Deletes a path mapping.
delete(RelatedContent) - Method in class org.codelibs.fess.app.service.RelatedContentService
Deletes a related content entity from the database.
delete(RelatedQuery) - Method in class org.codelibs.fess.app.service.RelatedQueryService
Deletes a related query from the database.
delete(RequestHeader) - Method in class org.codelibs.fess.app.service.RequestHeaderService
Deletes a request header configuration from the database.
delete(RoleType) - Method in class org.codelibs.fess.app.service.RoleTypeService
Deletes a role type.
delete(ScheduledJob) - Method in class org.codelibs.fess.app.service.ScheduledJobService
Deletes a scheduled job.
delete(WebAuthentication) - Method in class org.codelibs.fess.app.service.WebAuthenticationService
Deletes a web authentication configuration.
delete(WebConfig) - Method in class org.codelibs.fess.app.service.WebConfigService
Deletes a web configuration and all its related data.
delete(Group) - Method in class org.codelibs.fess.app.service.GroupService
Deletes a group from both LDAP and the database, and removes the group association from all users that belong to this group.
delete(Group) - Method in class org.codelibs.fess.ldap.LdapManager
Deletes a group from the LDAP directory.
delete(Role) - Method in class org.codelibs.fess.app.service.RoleService
Deletes a role.
delete(Role) - Method in class org.codelibs.fess.ldap.LdapManager
Deletes a role from the LDAP directory.
delete(User) - Method in class org.codelibs.fess.app.service.UserService
Deletes a user from the system.
delete(User) - Method in class org.codelibs.fess.auth.AuthenticationManager
Deletes a user from all authentication chains.
delete(User) - Method in interface org.codelibs.fess.auth.chain.AuthenticationChain
Deletes a user from the authentication chain.
delete(User) - Method in class org.codelibs.fess.auth.chain.CommandChain
 
delete(User) - Method in class org.codelibs.fess.auth.chain.LdapChain
 
delete(User) - Method in class org.codelibs.fess.ldap.LdapManager
Deletes a user from the LDAP directory.
delete(DeleteRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Deletes a document asynchronously.
delete(DeleteRequest, ActionListener<DeleteResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Deletes a document asynchronously with a callback.
delete(T) - Method in class org.codelibs.fess.dict.DictionaryFile
Deletes a dictionary item.
DELETE - Static variable in class org.codelibs.fess.app.web.CrudMode
Mode for deleting a record.
delete$all() - Method in class org.codelibs.fess.app.web.api.admin.crawlinginfo.ApiAdminCrawlinginfoAction
Deletes all old crawling info sessions except currently running ones.
delete$all() - Method in class org.codelibs.fess.app.web.api.admin.failureurl.ApiAdminFailureurlAction
Deletes all failure URL logs.
delete$all() - Method in class org.codelibs.fess.app.web.api.admin.suggest.ApiAdminSuggestAction
Deletes all suggest words from the system.
delete$delete(String) - Method in class org.codelibs.fess.app.web.api.admin.storage.ApiAdminStorageAction
Deletes a file from storage.
delete$doc(String) - Method in class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
Deletes a document by ID from the search index.
delete$document() - Method in class org.codelibs.fess.app.web.api.admin.suggest.ApiAdminSuggestAction
Deletes document-related suggest words.
delete$index(DeleteBody) - Method in class org.codelibs.fess.app.web.api.admin.plugin.ApiAdminPluginAction
Deletes a plugin with the specified name and version.
delete$log(String) - Method in class org.codelibs.fess.app.web.api.admin.crawlinginfo.ApiAdminCrawlinginfoAction
Deletes a specific crawling info log by ID.
delete$log(String) - Method in class org.codelibs.fess.app.web.api.admin.failureurl.ApiAdminFailureurlAction
Deletes a failure URL log by ID.
delete$log(String) - Method in class org.codelibs.fess.app.web.api.admin.joblog.ApiAdminJoblogAction
Deletes a specific job log.
delete$query() - Method in class org.codelibs.fess.app.web.api.admin.suggest.ApiAdminSuggestAction
Deletes query-related suggest words.
delete$query(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
Deletes documents matching the given query from the search index.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.accesstoken.ApiAdminAccesstokenAction
Deletes an access token setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Deletes a bad word setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.boostdoc.ApiAdminBoostdocAction
Deletes a boost document rule setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.dataconfig.ApiAdminDataconfigAction
Deletes a data config setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.duplicatehost.ApiAdminDuplicatehostAction
Deletes a specific duplicate host setting.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Deletes a specific elevate word setting.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.fileauth.ApiAdminFileauthAction
Deletes a specific file authentication setting.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.fileconfig.ApiAdminFileconfigAction
Deletes a specific file configuration setting.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.group.ApiAdminGroupAction
Deletes a specific group setting.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.keymatch.ApiAdminKeymatchAction
Deletes a key match setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.labeltype.ApiAdminLabeltypeAction
Deletes a label type setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.pathmap.ApiAdminPathmapAction
Deletes a specific path mapping setting.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.relatedcontent.ApiAdminRelatedcontentAction
Deletes a specific related content setting.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.relatedquery.ApiAdminRelatedqueryAction
Deletes a related query setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.reqheader.ApiAdminReqheaderAction
Deletes a request header setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.role.ApiAdminRoleAction
Deletes a role setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Deletes a scheduler setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.user.ApiAdminUserAction
Deletes a user setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.webauth.ApiAdminWebauthAction
Deletes a web authentication setting by ID.
delete$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.webconfig.ApiAdminWebconfigAction
Deletes a web configuration setting by ID.
delete$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Deletes a Kuromoji dictionary item by ID.
delete$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Delete a character mapping entry by ID from the specified dictionary.
delete$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Delete a protected words entry by ID from the specified dictionary.
delete$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Deletes a stemmer override dictionary item by ID.
delete$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Deletes a stopwords dictionary item by ID.
delete$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Deletes a synonym dictionary item by ID.
deleteall() - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Delete all crawling info.
deleteall() - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Deletes all failure URL records that match the current search criteria.
deleteall() - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Deletes all job logs.
deleteall() - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Deletes all search log entries.
deleteall(ListForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Deletes all documents matching the current search query.
deleteAll(FailureUrlPager) - Method in class org.codelibs.fess.app.service.FailureUrlService
Deletes all failure URLs that match the criteria specified in the pager.
deleteAllBadWords() - Method in class org.codelibs.fess.helper.SuggestHelper
Deletes all bad words from the suggest index.
deleteAllElevateWord(boolean) - Method in class org.codelibs.fess.helper.SuggestHelper
Deletes all elevate words from the suggest index.
deleteAllWords() - Method in class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
Deletes all suggest words from the suggest index.
deleteAllWords() - Method in class org.codelibs.fess.helper.SuggestHelper
Deletes all words from the suggest index.
deleteArtifact(PluginHelper.Artifact) - Static method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Deletes the specified artifact in a background thread.
deleteBadWord(String) - Method in class org.codelibs.fess.helper.SuggestHelper
Deletes a bad word from the suggest index.
deleteBefore(int) - Method in class org.codelibs.fess.app.service.JobLogService
Deletes job logs that ended before the specified number of days ago.
deleteBefore(int) - Method in class org.codelibs.fess.app.service.SearchLogService
Deletes search logs older than the specified number of days.
deleteBefore(int) - Method in class org.codelibs.fess.app.service.UserInfoService
Deletes user information records older than the specified number of days.
deleteBefore(long) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Deletes all crawling information records and their parameters that expired before the specified date.
DeleteBody - Class in org.codelibs.fess.app.web.api.admin.plugin
Request body class for plugin deletion API endpoint.
DeleteBody() - Constructor for class org.codelibs.fess.app.web.api.admin.plugin.DeleteBody
Creates a new instance of DeleteBody.
deleteByConfigId(String) - Method in class org.codelibs.fess.app.service.FailureUrlService
Deletes all failure URLs associated with a specific configuration ID.
deleteByConfigId(String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents associated with the specified configuration ID.
deleteByConfigId(SearchEngineClient, String, String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents associated with the specified configuration ID from the given index.
deleteByJobStatus(List<String>) - Method in class org.codelibs.fess.app.service.JobLogService
Deletes job logs that have any of the specified job statuses.
deleteByQuery(HttpServletRequest, SearchRequestParams) - Method in class org.codelibs.fess.helper.SearchHelper
Deletes documents matching the specified search parameters.
deleteByQuery(String, QueryBuilder) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Deletes documents in an index matching a query.
deleteByQueryBuilder(SearchEngineClient, String, QueryBuilder) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes documents using the specified query builder and refreshes the index.
deleteBySessionId(String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents associated with the specified session ID.
deleteBySessionId(SearchEngineClient, String, String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents associated with the specified session ID from the given index.
deleteByVirtualHost(String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents associated with the specified virtual host.
deleteByVirtualHost(SearchEngineClient, String, String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents associated with the specified virtual host from the given index.
deleteChildDocument(SearchEngineClient, String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all child documents that belong to the specified parent document.
deleteClickLogBefore(int) - Method in class org.codelibs.fess.app.service.SearchLogService
Deletes click logs older than the specified number of days.
deleteCommand - Variable in class org.codelibs.fess.auth.chain.CommandChain
Command array for user deletion operations.
deleteCrawlData(String) - Method in class org.codelibs.fess.helper.WebFsIndexHelper
Deletes crawl data for the specified session ID.
deletedFileList - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
List of files marked for deletion.
deleteDocument(DataStoreParams, Map<String, Object>) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Deletes a document from the search index based on the URL in the data map.
deleteDocument(SearchEngineClient, String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes a document from the search index by its ID.
deleteDocumentByQuery(SearchEngineClient, String, QueryBuilder) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents that match the specified query from the specified index.
deleteDocumentByQuery(SearchEngineClient, QueryBuilder) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents that match the specified query from the default update index.
deleteDocumentByUrl(SearchEngineClient, String) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents that match the specified URL.
deleteDocuments() - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Performs batch deletion of all URLs in the delete cache.
deleteDocumentsByDocId(SearchEngineClient, List<String>) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes all documents that match the specified document IDs.
deleteDocumentWords() - Method in class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
Deletes document-based suggest words from the suggest index.
deleteDocumentWords() - Method in class org.codelibs.fess.helper.SuggestHelper
Deletes all document-based words from the suggest index.
deleteElevateWord(String, boolean) - Method in class org.codelibs.fess.helper.SuggestHelper
Deletes a specific elevate word from the suggest index.
deleteFavoriteLogBefore(int) - Method in class org.codelibs.fess.app.service.SearchLogService
Deletes favorite logs older than the specified number of days.
deleteFile(Path) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Deletes a single file and any empty parent directories.
deleteFiles() - Method in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Deletes files marked for deletion after checking if they exist in the search index.
DeleteForm - Class in org.codelibs.fess.app.web.admin.plugin
Form class for plugin deletion operations in the admin interface.
DeleteForm - Class in org.codelibs.fess.app.web.admin.searchlist
Form class for deleting documents from search results in the admin interface.
DeleteForm() - Constructor for class org.codelibs.fess.app.web.admin.plugin.DeleteForm
Creates a new instance of DeleteForm.
DeleteForm() - Constructor for class org.codelibs.fess.app.web.admin.searchlist.DeleteForm
Creates a new instance of DeleteForm.
deleteIndex(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Deletes an index from the search engine.
deleteInstalledArtifact(PluginHelper.Artifact) - Method in class org.codelibs.fess.helper.PluginHelper
Deletes an installed artifact.
deleteObject(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Deletes an object from the storage system.
deleteObject(String) - Method in class org.codelibs.fess.storage.GcsStorageClient
 
deleteObject(String) - Method in class org.codelibs.fess.storage.S3StorageClient
 
deleteObject(String) - Method in interface org.codelibs.fess.storage.StorageClient
Deletes an object from storage.
deleteOldDocuments(SearchEngineClient, DocList) - Method in class org.codelibs.fess.helper.IndexingHelper
Deletes old documents that have the same URL but different document IDs as the documents in the provided list.
deleteOldSessions(Set<String>) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Deletes all crawling sessions and their parameters except for the specified active sessions.
deletePits(DeletePitRequest, ActionListener<DeletePitResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Deletes point-in-time contexts asynchronously.
deleteQueryWords() - Method in class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
Deletes query-based suggest words from the suggest index.
deleteQueryWords() - Method in class org.codelibs.fess.helper.SuggestHelper
Deletes all query-based words from the suggest index.
deleteScrollContext(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Deletes a scroll context to free resources.
deleteSearchLog(Object) - Method in class org.codelibs.fess.app.service.SearchLogService
Deletes a search log entry based on its type.
deleteSessionIdsBefore(String, String, long) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Deletes crawling sessions that expired before the specified date.
deleteTempDir(File) - Method in class org.codelibs.fess.job.ExecJob
Deletes the specified temporary directory.
deleteUrlList - Variable in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
List of URLs to be deleted, cached for batch processing.
deleteUserCodeFromCookie(HttpServletRequest) - Method in class org.codelibs.fess.helper.UserInfoHelper
Deletes the user code cookie from the client browser.
denyPrefix - Variable in class org.codelibs.fess.helper.PermissionHelper
Prefix used to identify deny permissions
depth - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The maximum crawling depth (0 to 2147483647, 0 means unlimited).
depth - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The maximum crawling depth from the starting URLs.
depth - Variable in class org.codelibs.fess.app.web.admin.wizard.CrawlingConfigForm
Maximum depth for crawling (how many levels deep to follow links).
description - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration description.
description - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Description of the configuration
description - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: configuration description.
description - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Optional description of this data configuration
description - Variable in class org.codelibs.fess.app.web.admin.dataconfig.SearchForm
The description field for searching data configurations.
description - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The description of the file configuration (maximum 1000 characters).
description - Variable in class org.codelibs.fess.app.web.admin.fileconfig.SearchForm
The description field for searching file configurations.
description - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The description of the web configuration.
description - Variable in class org.codelibs.fess.app.web.admin.webconfig.SearchForm
The description field for searching web configurations.
description - Variable in class org.codelibs.fess.app.web.api.admin.dataconfig.SearchBody
The description to search for in data configurations.
description - Variable in class org.codelibs.fess.app.web.api.admin.fileconfig.SearchBody
Description of the file crawling configuration
description - Variable in class org.codelibs.fess.app.web.api.admin.webconfig.SearchBody
Description of the web crawling configuration
deserializeWithKryo(byte[]) - Method in class org.codelibs.fess.crawler.serializer.DataSerializer
Deserializes a byte array using Kryo deserialization.
designFile - Variable in class org.codelibs.fess.app.web.admin.design.DesignForm
The multipart file containing the design content to upload.
designFile - Variable in class org.codelibs.fess.app.web.admin.design.UploadForm
The multipart file containing design resources to be uploaded.
designFileName - Variable in class org.codelibs.fess.app.web.admin.design.DesignForm
The name of the design file being uploaded.
designFileName - Variable in class org.codelibs.fess.app.web.admin.design.UploadForm
The name for the design file being uploaded.
DesignForm - Class in org.codelibs.fess.app.web.admin.design
Form class for design file management in the admin interface.
DesignForm() - Constructor for class org.codelibs.fess.app.web.admin.design.DesignForm
Creates a new instance of DesignForm.
designJspFileNameMap - Variable in class org.codelibs.fess.helper.SystemHelper
A map of design JSP file names.
destroy() - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Shuts down the shared keep-alive pool on container shutdown (PreDestroy).
destroy() - Method in class org.codelibs.fess.api.v2.handlers.LoginRateLimiter
Stops the background sweep task on shutdown.
destroy() - Method in class org.codelibs.fess.chat.ChatSessionManager
Destroys the session manager and shuts down the cleanup scheduler.
destroy() - Method in class org.codelibs.fess.filter.EncodingFilter
Cleans up resources when the filter is destroyed.
destroy() - Method in class org.codelibs.fess.filter.StaticThemeFilter
 
destroy() - Method in class org.codelibs.fess.filter.WebApiFilter
Destroys the web API filter and cleans up resources.
destroy() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Stops the poll loop and removes the heartbeat document on shutdown.
destroy() - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Cleanup method called when the helper is being destroyed.
destroy() - Method in class org.codelibs.fess.helper.LogNotificationHelper
Stops the log notification timer and performs a final flush.
destroy() - Method in class org.codelibs.fess.helper.ProcessHelper
Cleanup method called when the bean is destroyed.
destroy() - Method in class org.codelibs.fess.helper.SystemHelper
Destroys the SystemHelper and executes shutdown hooks.
destroy() - Method in class org.codelibs.fess.indexer.IndexUpdater
Destroys the IndexUpdater when the container is shutting down.
destroy() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Cleans up resources.
destroy() - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Releases the SPNEGO server credentials and login context on shutdown.
destroy() - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Destroys the command generator and cleanup resources.
destroy() - Method in class org.codelibs.fess.thumbnail.impl.EmptyGenerator
Destroys this generator and releases any resources.
destroy() - Method in class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator
Destroys this thumbnail generator and releases any resources.
destroy() - Method in interface org.codelibs.fess.thumbnail.ThumbnailGenerator
Destroys this thumbnail generator and releases any resources.
destroy() - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Cleans up resources when the thumbnail manager is destroyed.
destroyProcess(String) - Method in class org.codelibs.fess.helper.ProcessHelper
Destroys the process associated with the given session ID.
destroyProcess(String, JobProcess) - Method in class org.codelibs.fess.helper.ProcessHelper
Internal method to destroy a specific JobProcess.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Show the details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Show the details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Show the details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Show the details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Show the details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Displays the details of a duplicate host configuration.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Shows detailed information for a specific elevate word.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Displays the details of a specific failure URL record.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Displays the file authentication details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Displays the file configuration details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Displays the group details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Displays the job log details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Displays the key match details page with boosted documents.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Displays the label type details page.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Displays the details of a specific path mapping.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Displays the details of a related content item.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Displays the details of a related query item.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Displays the details of a request header item.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Displays the details of a role item.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Displays the details of a scheduled job.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Displays the details of a user.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Displays the details of a web authentication configuration.
details(int, String) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Displays the details of a web crawler configuration.
details(int, String, String) - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Displays the details of a specific search log entry.
details(String, int, long) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Show the details page.
details(String, int, long) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Show the details page.
details(String, int, long) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Show the details page.
details(String, int, long) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Display detailed view of a specific stemmer override item.
details(String, int, long) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Display details of a specific stopwords entry.
details(String, int, long) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Displays the details view for a specific synonym item.
details(ThemeDetailsForm) - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Displays the theme details inspector for the given theme name.
DETAILS - Static variable in class org.codelibs.fess.app.web.CrudMode
Mode for viewing record details.
detectFormatType(HttpServletRequest) - Method in class org.codelibs.fess.api.BaseApiManager
Detects the format type from the request parameters.
detectIntent(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
detectIntent(String) - Method in interface org.codelibs.fess.llm.LlmClient
Detects the intent of a user message.
detectIntent(String) - Method in class org.codelibs.fess.llm.LlmClientManager
Detects the intent of a user message using the configured LLM client.
detectIntent(String, List<LlmMessage>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
detectIntent(String, List<LlmMessage>) - Method in interface org.codelibs.fess.llm.LlmClient
Detects the intent of a user message with conversation history context.
detectIntent(String, List<LlmMessage>) - Method in class org.codelibs.fess.llm.LlmClientManager
Detects the intent of a user message with conversation history context.
detectLanguage(String) - Method in class org.codelibs.fess.helper.LanguageHelper
Detects the language of a text.
detector - Variable in class org.codelibs.fess.helper.LanguageHelper
The language detector.
detectStorageType(String) - Static method in class org.codelibs.fess.storage.StorageClientFactory
Auto-detect storage type from endpoint URL.
determineAccessType(Object) - Method in class org.codelibs.fess.helper.SearchLogHelper
Returns the access type string from the given request attribute value, defaulting to web.
determineValid(String) - Method in class org.codelibs.fess.validation.CronExpressionValidator
Determines if the given value is a valid cron expression.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
Dictionary identifier
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.DownloadForm
Dictionary ID for identifying the Kuromoji dictionary to download.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.SearchForm
The dictionary ID field for Kuromoji dictionary operations.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.UploadForm
The dictionary ID that identifies which Kuromoji dictionary configuration to update.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
Dictionary identifier
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.DownloadForm
Dictionary ID for identifying the mapping dictionary to download.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.SearchForm
The dictionary ID field for mapping dictionary operations.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.UploadForm
The dictionary ID that identifies which character mapping dictionary configuration to update.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.protwords.CreateForm
Dictionary identifier
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.protwords.DownloadForm
Dictionary ID for identifying the protected words dictionary to download.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.protwords.SearchForm
The dictionary ID field for protected words dictionary operations.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.protwords.UploadForm
The dictionary ID that identifies which protected words dictionary configuration to update.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.CreateForm
The dictionary ID to which this stemmer override entry belongs
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.DownloadForm
Dictionary ID for identifying the stemmer override dictionary to download.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.SearchForm
The dictionary ID field for stemmer override dictionary operations.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.UploadForm
The dictionary ID that identifies which stemmer override dictionary configuration to update.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.stopwords.CreateForm
The dictionary ID to which this stopword entry belongs
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.stopwords.DownloadForm
Dictionary ID for identifying the stop words dictionary to download.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.stopwords.SearchForm
The dictionary ID field for stopwords dictionary operations.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.stopwords.UploadForm
The dictionary ID that identifies which stopwords dictionary configuration to update.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.CreateForm
The dictionary ID to which this synonym entry belongs
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.DownloadForm
Dictionary ID for identifying the synonym dictionary to download.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.SearchForm
The dictionary ID field for synonym dictionary operations.
dictId - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.UploadForm
The dictionary ID that identifies which synonym dictionary configuration to update.
dictId - Variable in class org.codelibs.fess.app.web.api.admin.dict.BaseSearchDictBody
The dictionary ID for the search operation.
DictionaryCreator - Class in org.codelibs.fess.dict
Abstract base class for creating dictionary files from file paths.
DictionaryCreator(String) - Constructor for class org.codelibs.fess.dict.DictionaryCreator
Creates a new DictionaryCreator with the specified pattern.
DictionaryException - Exception Class in org.codelibs.fess.dict
Exception thrown when dictionary operations encounter errors.
DictionaryException(String) - Constructor for exception class org.codelibs.fess.dict.DictionaryException
Creates a new DictionaryException with the specified message.
DictionaryException(String, Throwable) - Constructor for exception class org.codelibs.fess.dict.DictionaryException
Creates a new DictionaryException with the specified message and cause.
DictionaryExpiredException - Exception Class in org.codelibs.fess.dict
Exception thrown when a dictionary has expired and is no longer valid.
DictionaryExpiredException() - Constructor for exception class org.codelibs.fess.dict.DictionaryExpiredException
Creates a new instance of DictionaryExpiredException.
DictionaryFile<T> - Class in org.codelibs.fess.dict
Abstract base class for dictionary files that manage dictionary items.
DictionaryFile(String, String, Date) - Constructor for class org.codelibs.fess.dict.DictionaryFile
Creates a new DictionaryFile with the specified parameters.
DictionaryFile.PagingList<E> - Class in org.codelibs.fess.dict
A paginated list implementation that wraps another list and provides pagination metadata and functionality.
DictionaryItem - Class in org.codelibs.fess.dict
Abstract base class for all dictionary items in the Fess search system.
DictionaryItem() - Constructor for class org.codelibs.fess.dict.DictionaryItem
Default constructor for DictionaryItem.
dictionaryManager - Variable in class org.codelibs.fess.app.service.CharMappingService
Dictionary manager for accessing and managing dictionary files.
dictionaryManager - Variable in class org.codelibs.fess.app.service.KuromojiService
The dictionary manager.
dictionaryManager - Variable in class org.codelibs.fess.app.service.ProtwordsService
Dictionary manager for handling dictionary files
dictionaryManager - Variable in class org.codelibs.fess.app.service.StemmerOverrideService
Dictionary manager for accessing dictionary files.
dictionaryManager - Variable in class org.codelibs.fess.app.service.StopwordsService
The dictionary manager for accessing dictionary files.
dictionaryManager - Variable in class org.codelibs.fess.app.service.SynonymService
The dictionary manager for accessing dictionary files.
dictionaryManager - Variable in class org.codelibs.fess.app.web.admin.dict.AdminDictAction
The dictionary manager.
dictionaryManager - Variable in class org.codelibs.fess.app.web.api.admin.dict.ApiAdminDictAction
Dictionary manager for handling dictionary file operations
dictionaryManager - Variable in class org.codelibs.fess.dict.DictionaryCreator
Manager for dictionary operations and lifecycle.
dictionaryManager - Variable in class org.codelibs.fess.dict.DictionaryFile
The dictionary manager responsible for this file.
DictionaryManager - Class in org.codelibs.fess.dict
Manager class for handling dictionary files in the Fess search system.
DictionaryManager() - Constructor for class org.codelibs.fess.dict.DictionaryManager
Default constructor for DictionaryManager.
DIGEST - Static variable in class org.codelibs.fess.Constants
Digest authentication type identifier.
DirContextHolder(DirContext) - Constructor for class org.codelibs.fess.ldap.LdapManager.DirContextHolder
Constructs a new directory context holder.
directAnswerSystemPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The system prompt for direct answer generation.
directoryNameLength - Variable in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Length for directory name generation.
disableRoleQuery - Variable in class org.codelibs.fess.entity.QueryContext
Flag indicating whether role-based query filtering should be disabled.
discard(Object) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Discards statistics tracking for the specified crawler object.
dispatchEvent(CoordinatorHelper.EventInfo) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Dispatches an event to all registered handlers for the event name.
DISPLAY_NAME_REQUIRED - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
displayName is missing or blank.
doAuthenticateLocal(String, String) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Authenticates a local user by username and plaintext password using the PasswordHashHelper (BCrypt with legacy hex-digest fallback) and performs best-effort lazy re-hashing for credentials stored in an older format.
doc - Variable in class org.codelibs.fess.app.web.admin.searchlist.CreateForm
The document data for search list operations.
doc - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocResponse
The document object.
doc(Object) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiDocResponse
Sets the document object.
DOC_SCORE_FIELD - Static variable in class org.codelibs.fess.query.QueryFieldConfig
Field name for OpenSearch document score
DocBoostMatcher - Class in org.codelibs.fess.indexer
A matcher class for applying document boost values based on configurable expressions.
DocBoostMatcher() - Constructor for class org.codelibs.fess.indexer.DocBoostMatcher
Default constructor that creates a DocBoostMatcher with default script type.
DocBoostMatcher(BoostDocumentRule) - Constructor for class org.codelibs.fess.indexer.DocBoostMatcher
Constructor that creates a DocBoostMatcher from a BoostDocumentRule.
docId - Variable in class org.codelibs.fess.app.web.admin.searchlist.DeleteForm
The document ID of the document to delete.
docId - Variable in class org.codelibs.fess.app.web.cache.CacheForm
Document ID for cache operations.
docId - Variable in class org.codelibs.fess.app.web.go.GoForm
Document identifier for the target document to redirect to.
docId - Variable in class org.codelibs.fess.app.web.thumbnail.ThumbnailForm
The document ID for which to retrieve the thumbnail.
docIds - Variable in class org.codelibs.fess.chat.ChatContentRequest
Relevant document ids, in search-score order.
DocIdValidator - Class in org.codelibs.fess.api.v2.handlers
Shared validation for the doc_id parameter used by the document-keyed v2 handlers (CacheHandler, ClickHandler, FavoriteGetHandler, FavoritePostHandler).
DocIdValidator() - Constructor for class org.codelibs.fess.api.v2.handlers.DocIdValidator
Creates a document-id validator.
docList - Variable in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
List of documents waiting to be indexed
DocList - Class in org.codelibs.fess.util
A specialized ArrayList for storing document data with additional metadata.
DocList() - Constructor for class org.codelibs.fess.util.DocList
Default constructor for DocList.
DocMap - Class in org.codelibs.fess.util
A wrapper implementation of Map<String, Object> that provides special handling for document data.
DocMap(Map<String, Object>) - Constructor for class org.codelibs.fess.util.DocMap
Constructor that creates a DocMap wrapping the given parent map.
docMappingRewriteRuleList - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
List of rewrite rules for document mappings
doCrawl(String, List<DataConfig>) - Method in class org.codelibs.fess.helper.DataIndexHelper
Performs the actual crawling operation for the provided data configurations.
doCrawl(String, List<WebConfig>, List<FileConfig>) - Method in class org.codelibs.fess.helper.WebFsIndexHelper
Performs the actual crawling operation for the provided configurations.
doCrawl(Crawler.Options) - Method in class org.codelibs.fess.exec.Crawler
Executes the actual crawling operations based on the provided options.
docs - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The list of documents returned in the search results.
docs(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
Searches for documents in the search index.
docSettingRewriteRuleList - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
List of rewrite rules for document settings
DOCUMENT_INDEX_SUFFIX_PATTERN - Static variable in class org.codelibs.fess.Constants
Date format pattern for document index suffix generation.
document1_CallableSuperMethod() - Method in class org.codelibs.fess.app.web.base.FessAdminAction

Application Origin Methods:
documentExpires - Variable in class org.codelibs.fess.helper.CrawlingInfoHelper
Document expiration time in milliseconds.
documentExpires - Variable in class org.codelibs.fess.job.CrawlJob
Document expiration setting in days.
documentExpires(int) - Method in class org.codelibs.fess.job.CrawlJob
Sets the document expiration period in days.
DocumentHelper - Class in org.codelibs.fess.helper
Helper class for document processing and manipulation in the Fess search system.
DocumentHelper() - Constructor for class org.codelibs.fess.helper.DocumentHelper
Default constructor for DocumentHelper.
documentItems - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
List of document items returned from search
documentItems - Variable in class org.codelibs.fess.entity.SearchRenderData
List of search result documents.
documentList - Variable in class org.codelibs.fess.rank.fusion.SearchResult
The list of documents returned by the search query.
documentNotFoundSystemPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The system prompt for handling document not found.
documents - Variable in class org.codelibs.fess.app.web.api.admin.documents.BulkBody
List of documents to be processed in bulk operations.
documentSize - Variable in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Atomic counter for the number of documents processed
documentSize - Variable in class org.codelibs.fess.indexer.IndexUpdater
Total number of processed documents
DocumentUtil - Class in org.codelibs.fess.util
Utility class for document data manipulation and type conversion.
documentWordsNum - Variable in class org.codelibs.fess.app.web.api.admin.suggest.SuggestBody
The number of words from documents.
doEquals(StoredLtrQueryBuilder) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.codelibs.fess.filter.CorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.codelibs.fess.filter.EncodingFilter
Processes requests and applies character encoding conversion if needed.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.codelibs.fess.filter.LoadControlFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.codelibs.fess.filter.RateLimitFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.codelibs.fess.filter.StaticThemeFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.codelibs.fess.filter.WebApiFilter
Filters HTTP requests and processes them through appropriate web API managers.
doFindLoginUser(String) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Finds a login user by username.
doFindLoginUser(String, String) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Deprecated.
Use FessLoginAssist.doAuthenticateLocal(String, String) with the plaintext password. BCrypt uses per-record salts, so an exact-match DB lookup on a hashed value is no longer meaningful. Retained for any subclass or legacy caller.
doHashCode() - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
 
doInitProcesses(Consumer<? super Runnable>) - Static method in class org.codelibs.fess.util.ComponentUtil
Executes all initialization processes.
doMove(ListForm, int) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Handles pagination movement logic.
doMove(SearchForm, int) - Method in class org.codelibs.fess.app.web.search.SearchAction
Moves to a specific page.
done(Object) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Marks statistics tracking as complete for the specified crawler object.
DONE - Static variable in class org.codelibs.fess.Constants
Status constant representing done/completed state.
DONE_STATUS - Static variable in class org.codelibs.fess.Constants
Status code representing completed/done state.
doSearch(ListForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Performs a search operation with the provided form data.
doSearch(SearchForm) - Method in class org.codelibs.fess.app.web.search.SearchAction
Performs a search.
doToQuery(QueryShardContext) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
 
download(String) - Method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Download a file.
download(String) - Method in class org.codelibs.fess.app.web.admin.log.AdminLogAction
Downloads a log file by its encoded ID.
download(String) - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Downloads a file from the storage system.
download(DownloadForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Download the bad words.
download(FileAccessForm) - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Download a design file.
download(DownloadForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Download a kuromoji dictionary file.
download(DownloadForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Download a char mapping file.
download(DownloadForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Download the protected words.
download(DownloadForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Download the stemmer override dictionary file.
download(DownloadForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Download the stopwords file.
download(DownloadForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Downloads the synonym dictionary file.
download(DownloadForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Downloads elevate words data as a CSV file.
DownloadBody - Class in org.codelibs.fess.app.web.api.admin.badword
Download body for Bad Word API operations.
DownloadBody - Class in org.codelibs.fess.app.web.api.admin.dict.kuromoji
Download body for Kuromoji dictionary API operations.
DownloadBody - Class in org.codelibs.fess.app.web.api.admin.dict.mapping
Download body for mapping dictionary API operations.
DownloadBody - Class in org.codelibs.fess.app.web.api.admin.dict.protwords
Download body for protected words dictionary API operations.
DownloadBody - Class in org.codelibs.fess.app.web.api.admin.dict.stemmeroverride
Download body for stemmer override dictionary API operations.
DownloadBody - Class in org.codelibs.fess.app.web.api.admin.dict.stopwords
Download body for stop words dictionary API operations.
DownloadBody - Class in org.codelibs.fess.app.web.api.admin.dict.synonym
Download body for synonym dictionary API operations.
DownloadBody - Class in org.codelibs.fess.app.web.api.admin.elevateword
Download body for elevate word API operations.
DownloadBody() - Constructor for class org.codelibs.fess.app.web.api.admin.badword.DownloadBody
Default constructor.
DownloadBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.kuromoji.DownloadBody
Default constructor.
DownloadBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.mapping.DownloadBody
Default constructor.
DownloadBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.protwords.DownloadBody
Default constructor.
DownloadBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.DownloadBody
Default constructor.
DownloadBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stopwords.DownloadBody
Default constructor.
DownloadBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.synonym.DownloadBody
Default constructor.
DownloadBody() - Constructor for class org.codelibs.fess.app.web.api.admin.elevateword.DownloadBody
Default constructor.
DownloadForm - Class in org.codelibs.fess.app.web.admin.badword
The download form for Bad Word.
DownloadForm - Class in org.codelibs.fess.app.web.admin.dict.kuromoji
The download form for Kuromoji dictionary.
DownloadForm - Class in org.codelibs.fess.app.web.admin.dict.mapping
The download form for mapping dictionary.
DownloadForm - Class in org.codelibs.fess.app.web.admin.dict.protwords
The download form for protected words dictionary.
DownloadForm - Class in org.codelibs.fess.app.web.admin.dict.stemmeroverride
The download form for stemmer override dictionary.
DownloadForm - Class in org.codelibs.fess.app.web.admin.dict.stopwords
The download form for stop words dictionary.
DownloadForm - Class in org.codelibs.fess.app.web.admin.dict.synonym
The download form for synonym dictionary.
DownloadForm - Class in org.codelibs.fess.app.web.admin.elevateword
The download form for Elevate Word.
DownloadForm() - Constructor for class org.codelibs.fess.app.web.admin.badword.DownloadForm
Default constructor.
DownloadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.kuromoji.DownloadForm
Default constructor.
DownloadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.mapping.DownloadForm
Default constructor.
DownloadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.protwords.DownloadForm
Default constructor.
DownloadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stemmeroverride.DownloadForm
Default constructor.
DownloadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stopwords.DownloadForm
Default constructor.
DownloadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.synonym.DownloadForm
Default constructor.
DownloadForm() - Constructor for class org.codelibs.fess.app.web.admin.elevateword.DownloadForm
Default constructor.
downloadLogs(ActionForm) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Downloads diagnostic logs and system information as a ZIP file.
downloadObject(String, OutputStream) - Method in class org.codelibs.fess.storage.GcsStorageClient
 
downloadObject(String, OutputStream) - Method in class org.codelibs.fess.storage.S3StorageClient
 
downloadObject(String, OutputStream) - Method in interface org.codelibs.fess.storage.StorageClient
Downloads an object from storage.
downloadObject(String, WrittenStreamOut) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Downloads an object from the storage system.
downloadpage() - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Show the download page.
downloadpage() - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Shows the download page for exporting elevate words.
downloadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Show the download page.
downloadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Show the download page.
downloadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Show the download page.
downloadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Display the download page for stemmer override dictionary file.
downloadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Display the download page for stopwords file.
downloadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Displays the download page for synonym dictionary files.
doWriteTo(StreamOutput) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
 
doXContent(XContentBuilder, ToXContent.Params) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
 
drainAll() - Method in class org.codelibs.fess.helper.LogNotificationHelper
Drains all events from the buffer and returns them as a list.
DUMMY_BCRYPT_SEED - Static variable in class org.codelibs.fess.helper.PasswordHashHelper
Plaintext seed used to generate the dummy BCrypt hash consumed by PasswordHashHelper.applyTimingPadding().
dummyBcryptHash - Variable in class org.codelibs.fess.helper.PasswordHashHelper
Cached dummy BCrypt hash used by PasswordHashHelper.applyTimingPadding() as a timing-attack countermeasure.
duplicate(String) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Displays the form for duplicating an existing data store configuration.
duplicate(String) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Displays the form for duplicating an existing file crawler configuration.
duplicate(String) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Displays the form for duplicating an existing web crawler configuration.
duplicateHostBhv - Variable in class org.codelibs.fess.app.service.DuplicateHostService
DBFlute behavior for duplicate host operations.
DuplicateHostHelper - Class in org.codelibs.fess.helper
Helper class for managing duplicate host configurations in the Fess search system.
DuplicateHostHelper() - Constructor for class org.codelibs.fess.helper.DuplicateHostHelper
Default constructor for DuplicateHostHelper.
duplicateHostList - Variable in class org.codelibs.fess.helper.DuplicateHostHelper
List of duplicate host rules for URL conversion
duplicateHostName - Variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Search/filter parameter for duplicate hostname pattern.
duplicateHostName - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
The duplicate hostname that should be redirected to the regular name
duplicateHostName - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.SearchForm
The duplicate host name field for searching duplicate hosts.
duplicateHostName - Variable in class org.codelibs.fess.app.web.api.admin.duplicatehost.SearchBody
The duplicate host name to search for.
DuplicateHostPager - Class in org.codelibs.fess.app.pager
Pager for duplicate host management with standard paging functionality.
DuplicateHostPager() - Constructor for class org.codelibs.fess.app.pager.DuplicateHostPager
Creates a new DuplicateHostPager with default values.
DuplicateHostService - Class in org.codelibs.fess.app.service
Service class for managing duplicate host configuration CRUD operations.
DuplicateHostService() - Constructor for class org.codelibs.fess.app.service.DuplicateHostService
Creates a new instance of DuplicateHostService.

E

ecsEventDataset - Variable in class org.codelibs.fess.helper.ActivityHelper
The ECS event dataset.
ecsServiceName - Variable in class org.codelibs.fess.helper.ActivityHelper
The ECS service name.
ecsVersion - Variable in class org.codelibs.fess.helper.ActivityHelper
The ECS version.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Show the edit page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Show the edit page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Show the edit page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Show the edit page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Show the edit page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Show the edit page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Show the edit page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Show the edit page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Display the edit form for an existing stemmer override item.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Display the edit form for an existing stopwords entry.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Displays the form for editing an existing synonym item.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Displays the form for editing an existing duplicate host configuration.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Shows the form for editing an existing elevate word.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Displays the edit file authentication page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Displays the edit file configuration page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Displays the edit group page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Displays the edit key match page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Displays the edit label type page.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Displays the form for editing an existing path mapping.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Displays the form for editing an existing related content item.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Displays the form for editing an existing related query item.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Displays the form for editing an existing request header item.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Displays the form for editing an existing scheduled job.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Displays the form for editing an existing document.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Displays the form for editing an existing user.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Displays the form for editing an existing web authentication configuration.
edit(EditForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Displays the form for editing an existing web crawler configuration.
EDIT - Static variable in class org.codelibs.fess.app.web.CrudMode
Mode for editing an existing record.
editAsUseDefault(EditForm) - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Show the edit page with the default content.
EditBody - Class in org.codelibs.fess.app.web.api.admin.accesstoken
Request body class for access token edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.badword
Request body class for bad word edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.boostdoc
Request body class for boost document edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.crawlinginfo
Request body class for crawling info edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.dataconfig
Request body class for data config edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.dict.kuromoji
Request body class for Kuromoji dictionary edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.dict.mapping
Request body class for mapping dictionary edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.dict.protwords
Request body class for protected words dictionary edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.dict.stemmeroverride
Request body class for stemmer override dictionary edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.dict.stopwords
Request body class for stop words dictionary edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.dict.synonym
Request body class for synonym dictionary edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.duplicatehost
Request body class for duplicate host edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.elevateword
Request body class for elevate word edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.failureurl
Request body class for failure URL edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.fileauth
Request body class for file authentication edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.fileconfig
Request body class for file config edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.general
Request body class for general settings edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.group
Request body class for group edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.joblog
Request body class for job log edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.keymatch
Request body class for key match edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.labeltype
Request body class for label type edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.pathmap
Request body class for path mapping edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.relatedcontent
Request body class for related content edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.relatedquery
Request body class for related query edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.reqheader
Request body class for request header edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.role
Request body class for role edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.scheduler
Request body class for scheduler edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.searchlist
Request body class for search list edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.user
Request body class for user edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.webauth
Request body class for web authentication edit operations in the admin REST API.
EditBody - Class in org.codelibs.fess.app.web.api.admin.webconfig
Request body class for web config edit operations in the admin REST API.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.accesstoken.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.badword.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.boostdoc.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.crawlinginfo.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dataconfig.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.kuromoji.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.mapping.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.protwords.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stopwords.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.synonym.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.duplicatehost.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.elevateword.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.failureurl.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.fileauth.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.fileconfig.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.general.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.group.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.joblog.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.keymatch.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.labeltype.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.pathmap.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.relatedcontent.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.relatedquery.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.reqheader.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.role.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.scheduler.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.searchlist.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.user.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.webauth.EditBody
Default constructor.
EditBody() - Constructor for class org.codelibs.fess.app.web.api.admin.webconfig.EditBody
Default constructor.
EditForm - Class in org.codelibs.fess.app.web.admin.accesstoken
Form class for editing access tokens in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.badword
Form class for editing bad words in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.boostdoc
Form class for editing boost document configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.crawlinginfo
Form class for editing crawling information in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.dataconfig
Form class for editing data crawling configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.design
Form class for editing design files in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.dict.kuromoji
Form class for editing Kuromoji dictionary entries in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.dict.mapping
Form class for editing mapping dictionary entries in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.dict.protwords
Form class for editing protected words dictionary entries in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.dict.stemmeroverride
Form class for editing stemmer override dictionary entries in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.dict.stopwords
Form class for editing stopwords dictionary entries in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.dict.synonym
Form class for editing synonym dictionary entries in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.duplicatehost
Form class for editing duplicate host configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.elevateword
Form class for editing elevate word configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.failureurl
Form class for editing failure URL records in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.fileauth
Form class for editing file authentication configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.fileconfig
Form class for editing file crawling configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.general
Form class for editing general system settings in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.group
Form class for editing user groups in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.joblog
Form class for editing job log entries in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.keymatch
Form class for editing key match configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.labeltype
Form class for editing label types in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.pathmap
Form class for editing path mapping configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.relatedcontent
Form class for editing related content configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.relatedquery
The edit form for Related Query.
EditForm - Class in org.codelibs.fess.app.web.admin.reqheader
Form class for editing request header configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.role
Form class for editing user roles in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.scheduler
Form class for editing scheduled job configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.searchlist
The edit form for Search List.
EditForm - Class in org.codelibs.fess.app.web.admin.searchlog
The edit form for Search Log.
EditForm - Class in org.codelibs.fess.app.web.admin.user
Form class for editing users in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.webauth
Form class for editing web authentication configurations in the admin interface.
EditForm - Class in org.codelibs.fess.app.web.admin.webconfig
Form class for editing web crawling configurations in the admin interface.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.accesstoken.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.badword.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.boostdoc.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.crawlinginfo.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.dataconfig.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.design.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.kuromoji.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.mapping.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.protwords.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stemmeroverride.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stopwords.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.synonym.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.duplicatehost.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.elevateword.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.failureurl.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.fileauth.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.fileconfig.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.general.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.group.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.joblog.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.keymatch.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.labeltype.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.pathmap.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.relatedcontent.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.relatedquery.EditForm
Default constructor for EditForm.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.reqheader.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.role.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.scheduler.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.searchlist.EditForm
Default constructor for EditForm.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.searchlog.EditForm
Default constructor for EditForm.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.user.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.webauth.EditForm
Creates a new EditForm instance.
EditForm() - Constructor for class org.codelibs.fess.app.web.admin.webconfig.EditForm
Creates a new EditForm instance.
editTags(TagForm) - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Displays the form for editing object tags.
elevateWordBhv - Variable in class org.codelibs.fess.app.service.ElevateWordService
Behavior handler for ElevateWord entity operations
elevateWordFile - Variable in class org.codelibs.fess.app.web.admin.elevateword.UploadForm
The multipart file containing the elevate word configurations to be uploaded.
ElevateWordPager - Class in org.codelibs.fess.app.pager
Pagination support class for ElevateWord entities.
ElevateWordPager() - Constructor for class org.codelibs.fess.app.pager.ElevateWordPager
Default constructor.
ElevateWordService - Class in org.codelibs.fess.app.service
Service class for managing elevate words functionality.
ElevateWordService() - Constructor for class org.codelibs.fess.app.service.ElevateWordService
Default constructor.
elevateWordToLabelBhv - Variable in class org.codelibs.fess.app.service.ElevateWordService
Behavior handler for ElevateWordToLabel entity operations
ELLIPSIS - Static variable in class org.codelibs.fess.helper.ViewHelper
Ellipsis string for text truncation
emitSafely(PrintWriter, String, Map<String, Object>) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Wraps ChatStreamHandler.sendSseEvent(java.io.PrintWriter, java.lang.String, java.util.Map<java.lang.String, java.lang.Object>) so a failure inside the phase callback (typically an IOException from a disconnected client) does not propagate and abort the surrounding streamChatEnhanced call.
emitSafely(PrintWriter, String, Map<String, Object>, Object) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Lock-aware variant of ChatStreamHandler.emitSafely(PrintWriter, String, Map) that serializes the write on a shared monitor — used so phase events cannot interleave with concurrent keep-alive pings inside an event/data frame.
EMPTY - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
theme.yml contained no document (empty file or only comments).
EMPTY_USER_ID - Static variable in class org.codelibs.fess.Constants
Empty user ID placeholder.
EmptyGenerator - Class in org.codelibs.fess.thumbnail.impl
Empty implementation of thumbnail generator that does not generate any thumbnails.
EmptyGenerator() - Constructor for class org.codelibs.fess.thumbnail.impl.EmptyGenerator
Default constructor.
enable() - Method in class org.codelibs.fess.score.ScoreBooster
Enables this score booster.
encode(String) - Method in class org.codelibs.fess.helper.PasswordHashHelper.BcryptPasswordEncoder
 
encode(String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Encodes the raw password using the configured default algorithm.
encode(String) - Method in interface org.codelibs.fess.helper.PasswordHashHelper.PasswordEncoder
Encodes the raw password.
encode(String) - Method in class org.codelibs.fess.helper.PermissionHelper
Encodes a permission string into a search role format.
encodeId(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Encodes an object name to a URL-safe base64 string.
encodeJsp(String) - Static method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Encode the JSP content.
encodePath(String) - Method in class org.codelibs.fess.dict.DictionaryCreator
Encodes a file path using Base64 URL-safe encoding.
encodePermissions(String) - Static method in class org.codelibs.fess.app.web.base.FessAdminAction
Encodes permission strings into an array.
encoders - Variable in class org.codelibs.fess.helper.PasswordHashHelper
Registered encoders keyed by id.
encodeSimilarDocHash(String) - Method in class org.codelibs.fess.helper.DocumentHelper
Encodes a similar document hash using GZIP compression and Base64 encoding.
encodeUrl(String) - Static method in class org.codelibs.fess.util.DocumentUtil
Encodes a URL by encoding non-URL-safe characters.
encodeUrlFilter(String) - Method in class org.codelibs.fess.helper.SystemHelper
Encodes a URL path for filtering.
encodeUrlLink - Variable in class org.codelibs.fess.helper.ViewHelper
Whether to encode URL links
encoding - Variable in class org.codelibs.fess.filter.EncodingFilter
Default character encoding to use for requests
encoding - Variable in class org.codelibs.fess.helper.OsddHelper
The encoding for OSDD file.
ENCODING_MAP - Static variable in class org.codelibs.fess.filter.EncodingFilter
Configuration key for encoding rules mapping
EncodingFilter - Class in org.codelibs.fess.filter
Servlet filter for handling character encoding conversion and URL redirection.
EncodingFilter() - Constructor for class org.codelibs.fess.filter.EncodingFilter
Default constructor for EncodingFilter.
encodingMap - Variable in class org.codelibs.fess.filter.EncodingFilter
Map of path patterns to their corresponding character encodings
encrypt(String) - Static method in class org.codelibs.fess.util.ParameterUtil
Encrypts sensitive parameter values.
encryptedCookieValue - Variable in class org.codelibs.fess.helper.RoleQueryHelper
Whether the cookie value is encrypted.
encryptedHeaderValue - Variable in class org.codelibs.fess.helper.RoleQueryHelper
Whether the header value is encrypted.
encryptedParameterValue - Variable in class org.codelibs.fess.helper.RoleQueryHelper
Whether the parameter value is encrypted.
encryptPassword(String) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Overrides the default cipher-based encryption to delegate to PasswordHashHelper.encode(java.lang.String).
endDocument() - Method in class org.codelibs.fess.util.GsaConfigParser
SAX event handler called at the end of document parsing.
endElement(String, String, String) - Method in class org.codelibs.fess.util.GsaConfigParser
SAX event handler called when an XML end element is encountered.
endRecordNumber - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The ending record number for the current page of search results.
endTime - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The timestamp when the job completed execution.
enforceMaxSize() - Method in class org.codelibs.fess.chat.ChatSessionManager
Enforces the maximum session cache size.
EngineObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Default constructor.
ensureBucketExists() - Method in class org.codelibs.fess.storage.GcsStorageClient
 
ensureBucketExists() - Method in class org.codelibs.fess.storage.S3StorageClient
 
ensureBucketExists() - Method in interface org.codelibs.fess.storage.StorageClient
Ensures the bucket exists, creating it if necessary.
ENTRAID_AUTHORITY - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Configuration key for Entra ID authority URL.
ENTRAID_CLIENT_ID - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Configuration key for Entra ID client ID.
ENTRAID_CLIENT_SECRET - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Configuration key for Entra ID client secret.
ENTRAID_DEFAULT_GROUPS - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Configuration key for Entra ID default groups.
ENTRAID_DEFAULT_ROLES - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Configuration key for Entra ID default roles.
ENTRAID_REPLY_URL - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Configuration key for Entra ID reply URL.
ENTRAID_STATE_TTL - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Configuration key for Entra ID state time-to-live.
ENTRAID_TENANT - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Configuration key for Entra ID tenant ID.
EntraIdAuthenticator - Class in org.codelibs.fess.sso.entraid
Microsoft Entra ID SSO authenticator implementation.
EntraIdAuthenticator() - Constructor for class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Default constructor for EntraIdAuthenticator.
EntraIdAuthenticator.StateData - Class in org.codelibs.fess.sso.entraid
Represents state data stored during the OAuth2 authentication flow.
entraidAuthority - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID authority URL.
entraidClientId - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID application client ID.
entraidClientSecret - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID application client secret.
EntraIdCredential - Class in org.codelibs.fess.app.web.base.login
Microsoft Entra ID credential implementation for Fess authentication.
EntraIdCredential(IAuthenticationResult) - Constructor for class org.codelibs.fess.app.web.base.login.EntraIdCredential
Constructs an Entra ID credential with the authentication result.
EntraIdCredential.EntraIdUser - Class in org.codelibs.fess.app.web.base.login
Entra ID user implementation providing user information and permissions.
entraidDefaultGroups - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID default groups.
entraidDefaultRoles - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID default roles.
entraidPermissionFields - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID permission field names.
entraidReplyUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID OAuth2 reply URL.
entraidStateTtl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID state parameter TTL in seconds.
entraidTenant - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Entra ID tenant ID.
entraidUseDs - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable Entra ID domain services.
EntraIdUser(IAuthenticationResult) - Constructor for class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
Constructs an Entra ID user with the authentication result.
ENTRY_LIMIT - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Number of ZIP entries exceeded the configured limit.
entrySet() - Method in class org.codelibs.fess.entity.ParamMap
 
entrySet() - Method in class org.codelibs.fess.util.DocMap
Returns a Set view of the mappings contained in this map.
env - Variable in class org.codelibs.fess.ldap.LdapUser
The environment for LDAP connection.
envMap - Variable in class org.codelibs.fess.helper.ActivityHelper
The environment map.
envProps - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
Environment properties.
envProps(List<Map<String, String>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
Sets the environment properties.
eolTime - Variable in class org.codelibs.fess.helper.SystemHelper
The end-of-life timestamp for the application.
equals(Object) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
 
equals(Object) - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Compares this CharMappingItem with another object for equality.
equals(Object) - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
 
equals(Object) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
 
equals(Object) - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
 
equals(Object) - Method in class org.codelibs.fess.dict.synonym.SynonymItem
 
equals(Object) - Method in class org.codelibs.fess.entity.ParamMap
 
equals(Object) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
 
equals(Object) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
equals(Object) - Method in class org.codelibs.fess.util.PrunedTag
 
equals(Object) - Method in class org.codelibs.fess.util.QueryResponseList
 
ERROR - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
OAuth2 error parameter name.
ERROR_AUTH - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for authentication failure (HTTP 401/403).
ERROR_CONNECTION - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for connection errors.
ERROR_CONTEXT_LENGTH_EXCEEDED - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for context length exceeded.
ERROR_DESCRIPTION - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
OAuth2 error description parameter name.
ERROR_INVALID_RESPONSE - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for invalid response from the LLM provider.
ERROR_MODEL_NOT_FOUND - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for model not found.
ERROR_RATE_LIMIT - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for rate limit (HTTP 429).
ERROR_SERVICE_UNAVAILABLE - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for service unavailable (HTTP 502/503).
ERROR_TIMEOUT - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for request timeout.
ERROR_UNKNOWN - Static variable in exception class org.codelibs.fess.llm.LlmException
Error code for unknown errors.
ERROR_URI - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
OAuth2 error URI parameter name.
ErrorAction - Class in org.codelibs.fess.app.web.error
Action class for handling general error pages.
ErrorAction() - Constructor for class org.codelibs.fess.app.web.error.ErrorAction
Default constructor for ErrorAction.
ErrorBadrequrestAction - Class in org.codelibs.fess.app.web.error
Action class for handling HTTP 400 Bad Request error pages.
ErrorBadrequrestAction() - Constructor for class org.codelibs.fess.app.web.error.ErrorBadrequrestAction
Default constructor for ErrorBadrequrestAction.
ErrorBusyAction - Class in org.codelibs.fess.app.web.error
Action class for handling HTTP 429 Too Many Requests error pages.
ErrorBusyAction() - Constructor for class org.codelibs.fess.app.web.error.ErrorBusyAction
Default constructor for ErrorBusyAction.
errorCount - Variable in class org.codelibs.fess.app.pager.FailureUrlPager
Number of errors encountered for this URL.
errorCount - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The number of times this URL has failed.
errorCountMax - Variable in class org.codelibs.fess.app.pager.FailureUrlPager
Maximum error count filter for searching failure URLs.
errorCountMax - Variable in class org.codelibs.fess.app.web.admin.failureurl.SearchForm
The maximum error count field for filtering failure URLs.
errorCountMax - Variable in class org.codelibs.fess.app.web.api.admin.failureurl.SearchBody
Maximum error count filter
errorCountMin - Variable in class org.codelibs.fess.app.pager.FailureUrlPager
Minimum error count filter for searching failure URLs.
errorCountMin - Variable in class org.codelibs.fess.app.web.admin.failureurl.SearchForm
The minimum error count field for filtering failure URLs.
errorCountMin - Variable in class org.codelibs.fess.app.web.api.admin.failureurl.SearchBody
Minimum error count filter
ErrorForm - Class in org.codelibs.fess.app.web.error
Form class for handling error page data and search parameters.
ErrorForm() - Constructor for class org.codelibs.fess.app.web.error.ErrorForm
Default constructor for ErrorForm.
errorLog - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The detailed error log or stack trace for the failure.
errorName - Variable in class org.codelibs.fess.app.pager.FailureUrlPager
Error name filter for searching failure URLs.
errorName - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The name or type of the error that occurred.
errorName - Variable in class org.codelibs.fess.app.web.admin.failureurl.SearchForm
The error name field for searching failure URLs by error type.
errorName - Variable in class org.codelibs.fess.app.web.api.admin.failureurl.SearchBody
Name or type of the error
ErrorNotfoundAction - Class in org.codelibs.fess.app.web.error
Action class for handling HTTP 404 Not Found error pages.
ErrorNotfoundAction() - Constructor for class org.codelibs.fess.app.web.error.ErrorNotfoundAction
Default constructor for ErrorNotfoundAction.
ErrorSystemerrorAction - Class in org.codelibs.fess.app.web.error
Action class for handling HTTP 500 Internal Server Error pages.
ErrorSystemerrorAction() - Constructor for class org.codelibs.fess.app.web.error.ErrorSystemerrorAction
Default constructor for ErrorSystemerrorAction.
ErrorToWarnRewritePolicy - Class in org.codelibs.fess.util
Log4j rewrite policy that converts ERROR level log events to WARN level for specified loggers.
ErrorToWarnRewritePolicy(String[]) - Constructor for class org.codelibs.fess.util.ErrorToWarnRewritePolicy
Constructs a new ErrorToWarnRewritePolicy with the specified logger names.
escape(boolean) - Method in class org.codelibs.fess.util.QueryStringBuilder
Sets whether to escape special characters in queries.
escape(String) - Method in class org.codelibs.fess.util.GsaConfigParser
Escapes special regex characters in a string to create a literal pattern.
escape(String, String...) - Method in class org.codelibs.fess.util.QueryStringBuilder
Escapes specific characters in a query string.
escapedHighlightPost - Variable in class org.codelibs.fess.helper.ViewHelper
HTML-escaped highlight suffix
escapedHighlightPre - Variable in class org.codelibs.fess.helper.ViewHelper
HTML-escaped highlight prefix
escapeHighlight(String) - Method in class org.codelibs.fess.helper.ViewHelper
Escapes HTML and applies highlighting to text.
escapeHtml(String) - Method in class org.codelibs.fess.chat.ChatClient
Escapes HTML special characters.
escapeJs(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Escapes a string so it can be safely embedded inside a JavaScript string literal.
escapeLDAPSearchFilter(String) - Method in class org.codelibs.fess.ldap.LdapManager
Deprecated.
escapeQuery(String) - Method in class org.codelibs.fess.util.QueryStringBuilder
Escapes special characters in a query string if escaping is enabled.
escapeQueryValue(String) - Method in class org.codelibs.fess.chat.ChatClient
Escapes special characters in the value for use in Fess queries.
escapeValue(String) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Escapes special characters in a value string for safe logging.
escapeValue(String) - Static method in class org.codelibs.fess.ldap.LdapUtil
Escapes special characters in a value for use in LDAP search filters.
evaluate(String, Map<String, Object>) - Method in class org.codelibs.fess.script.groovy.GroovyEngine
Evaluates a Groovy script template with the provided parameters.
evaluate(String, Map<String, Object>) - Method in interface org.codelibs.fess.script.ScriptEngine
Evaluates a template string with the provided parameter map.
evaluate(Map<String, Object>) - Method in class org.codelibs.fess.score.LtrQueryRescorer
 
evaluate(Map<String, Object>) - Method in interface org.codelibs.fess.score.QueryRescorer
Evaluates the rescorer with the given parameters.
EVALUATED - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that a URL was evaluated for crawling eligibility.
evaluateResults(String, String, List<Map<String, Object>>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
evaluateResults(String, String, List<Map<String, Object>>) - Method in interface org.codelibs.fess.llm.LlmClient
Evaluates search results for relevance to the user's question.
evaluateResults(String, String, List<Map<String, Object>>) - Method in class org.codelibs.fess.llm.LlmClientManager
Evaluates search results for relevance using the configured LLM client.
evaluateValue(String, String, Map<String, Object>) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Evaluates a template script using the specified script engine and parameters.
evaluationPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The prompt for evaluating responses.
EventInfo() - Constructor for class org.codelibs.fess.helper.CoordinatorHelper.EventInfo
Default constructor.
ex_q - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The extra queries.
ex_q - Variable in class org.codelibs.fess.app.web.base.SearchForm
Array of additional query strings to exclude from search.
EXACT - Enum constant in enum class org.codelibs.fess.cors.CorsMatchType
The Origin is an exact match of an allow-listed origin.
exception - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Exception message if any error occurred
EXCEPTION - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that a general exception occurred during processing.
excludedDocPaths - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The document paths to exclude from search results (pattern-based).
excludedDocUrls - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
Document URL patterns to exclude from search index.
excludedPaths - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The paths to exclude during crawling (pattern-based).
excludedPaths - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The paths to exclude for this label type.
excludedUrls - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
URL patterns to exclude during crawling.
ExecJob - Class in org.codelibs.fess.job
Abstract base class for executable jobs in the Fess search engine.
ExecJob() - Constructor for class org.codelibs.fess.job.ExecJob
Default constructor for ExecJob.
execTime - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Search execution time in milliseconds
execTime - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The execution time of the search query.
execTime - Variable in class org.codelibs.fess.entity.SearchRenderData
Formatted execution time for the search request.
execTime - Variable in class org.codelibs.fess.util.QueryResponseList
The total execution time for the search request in milliseconds.
execute() - Method in class org.codelibs.fess.app.web.base.login.ActionResponseCredential
Execute the action.
execute() - Method in class org.codelibs.fess.job.AggregateLogJob
Executes the search log aggregation job.
execute() - Method in class org.codelibs.fess.job.CrawlJob
 
execute() - Method in class org.codelibs.fess.job.ExecJob
Executes the job and returns the result as a string.
execute() - Method in class org.codelibs.fess.job.GenerateThumbnailJob
 
execute() - Method in class org.codelibs.fess.job.IndexExportJob
Executes the export job, writing each matching document as a file.
execute() - Method in class org.codelibs.fess.job.LogNotificationJob
Executes the log notification job.
execute() - Method in class org.codelibs.fess.job.PingSearchEngineJob
Executes the ping job.
execute() - Method in class org.codelibs.fess.job.PurgeDocJob
Executes the document purging job.
execute() - Method in class org.codelibs.fess.job.PurgeLogJob
Executes the log purging job.
execute() - Method in class org.codelibs.fess.job.PurgeThumbnailJob
Executes the thumbnail purging job.
execute() - Method in class org.codelibs.fess.job.PythonJob
Executes the Python script job.
execute() - Method in class org.codelibs.fess.job.SuggestJob
 
execute() - Method in class org.codelibs.fess.job.UpdateLabelJob
Executes the label update job.
execute() - Method in class org.codelibs.fess.score.ScoreUpdater
Executes all score boosters.
execute(String, String) - Method in class org.codelibs.fess.job.impl.ScriptExecutor
 
execute(String, String) - Method in class org.codelibs.fess.job.JobExecutor
Executes a script with the specified script type and content.
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.BooleanQueryCommand
 
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.BoostQueryCommand
 
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.FuzzyQueryCommand
Executes the fuzzy query command to convert a Lucene FuzzyQuery into an OpenSearch QueryBuilder.
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.MatchAllQueryCommand
 
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.PhraseQueryCommand
 
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.PrefixQueryCommand
 
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.QueryCommand
Executes the query command and returns a QueryBuilder.
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.QueryProcessor
Executes query processing through the filter chain.
execute(QueryContext, Query, float) - Method in interface org.codelibs.fess.query.QueryProcessor.FilterChain
Executes the filter chain on the given query.
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.TermQueryCommand
 
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.TermRangeQueryCommand
 
execute(QueryContext, Query, float) - Method in class org.codelibs.fess.query.WildcardQueryCommand
 
execute(QueryContext, Query, float, QueryProcessor.FilterChain) - Method in interface org.codelibs.fess.query.QueryProcessor.Filter
Executes the filter logic on the given query.
execute(JobExecutor) - Method in class org.codelibs.fess.job.ExecJob
Executes the job with the specified job executor.
execute(ActionType<Response>, Request) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes an action asynchronously.
execute(ActionType<Response>, Request, ActionListener<Response>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes an action asynchronously with a callback.
EXECUTE_TYPE_CRAWLER - Static variable in class org.codelibs.fess.Constants
Execution type for crawler operations.
EXECUTE_TYPE_PYTHON - Static variable in class org.codelibs.fess.Constants
Execution type for Python script operations.
EXECUTE_TYPE_SUGGEST - Static variable in class org.codelibs.fess.Constants
Execution type for suggest operations.
EXECUTE_TYPE_THUMBNAIL - Static variable in class org.codelibs.fess.Constants
Execution type for thumbnail operations.
executeCommand(String[], String, String) - Method in class org.codelibs.fess.auth.chain.CommandChain
Executes an external command with the given parameters.
executeCommand(String, List<String>) - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Executes a command to generate a thumbnail using the specified command list.
executeCrawler() - Method in class org.codelibs.fess.job.CrawlJob
Executes the crawler process in a separate JVM.
executePython() - Method in class org.codelibs.fess.job.PythonJob
Executes the Python script with the configured parameters.
executeSuggestCreator() - Method in class org.codelibs.fess.job.SuggestJob
Executes the suggest creator process.
executeThumbnailGenerator() - Method in class org.codelibs.fess.job.GenerateThumbnailJob
Executes the thumbnail generator process.
executeTime - Variable in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Total execution time for all operations
executeTime - Variable in class org.codelibs.fess.indexer.IndexUpdater
Total execution time in milliseconds
executionTimeout - Variable in class org.codelibs.fess.auth.chain.CommandChain
Command execution timeout in milliseconds.
executorService - Variable in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Executor service for concurrent search operations across multiple searchers
existNextPage - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Flag indicating if there is a next page
existNextPage - Variable in class org.codelibs.fess.entity.SearchRenderData
Flag indicating whether a next page exists.
existNextPage - Variable in class org.codelibs.fess.util.QueryResponseList
Flag indicating whether there is a next page available.
existPrevPage - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Flag indicating if there is a previous page
existPrevPage - Variable in class org.codelibs.fess.entity.SearchRenderData
Flag indicating whether a previous page exists.
existPrevPage - Variable in class org.codelibs.fess.util.QueryResponseList
Flag indicating whether there is a previous page available.
existsIndex(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Checks if an index exists in the search engine.
EXIT_FAIL - Static variable in class org.codelibs.fess.Constants
Exit code for failed operation.
EXIT_OK - Static variable in class org.codelibs.fess.Constants
Exit code for successful operation.
expandPath(String) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Expands a file path using the file path mapping.
expired() - Method in class org.codelibs.fess.timer.HotThreadMonitorTarget
 
expired() - Method in class org.codelibs.fess.timer.LoadControlMonitorTarget
 
expired() - Method in class org.codelibs.fess.timer.LogNotificationTarget
 
expired() - Method in class org.codelibs.fess.timer.SystemMonitorTarget
 
EXPIRED_TIME - Static variable in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
The expired time parameter.
expiredJobInterval - Variable in class org.codelibs.fess.app.service.JobLogService
Time interval in milliseconds after which jobs are considered expired.
expiredTime - Variable in class org.codelibs.fess.app.web.admin.crawlinginfo.EditForm
The expiration time for the crawling session.
expires - Variable in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
The expiration date and time for the access token.
expires - Variable in class org.codelibs.fess.exec.Crawler.Options
Number of days after which documents should expire and be cleaned up.
EXPIRES - Static variable in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
The expires parameter.
expiry - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Expiry time threshold for file deletion.
expiry(long) - Method in class org.codelibs.fess.job.PurgeThumbnailJob
Sets the expiration time for thumbnails.
explain(ExplainRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes an explain request asynchronously.
explain(ExplainRequest, ActionListener<ExplainResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes an explain request asynchronously with a callback.
exportCsv(Writer) - Method in class org.codelibs.fess.app.service.BadWordService
Exports bad words to a CSV file.
exportCsv(Writer) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Exports all crawling information parameters to CSV format.
exportCsv(Writer) - Method in class org.codelibs.fess.app.service.ElevateWordService
Exports elevate words to a CSV file.
exportDocument(Map<String, Object>, String, Set<String>, IndexExportFormatter) - Method in class org.codelibs.fess.job.IndexExportJob
Exports a single document as a file.
EXTRACT_FAILED - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
ZIP extraction failed (e.g.
extractHistoryForAnswer(ChatSession) - Method in class org.codelibs.fess.chat.ChatClient
Extracts conversation history shaped for the Answer Generation prompt.
extractHistoryForIntent(ChatSession) - Method in class org.codelibs.fess.chat.ChatClient
Extracts conversation history shaped for the Intent Detection prompt.
extractId(String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Extracts the {id} from a stored password value, or null if it does not carry a prefix.
extractJsonArray(String, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Extracts a string array from JSON response.
extractJsonBoolean(String, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Extracts a boolean value from JSON response.
extractJsonIntArray(String, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Extracts an integer array from JSON response.
extractJsonString(String, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Extracts a string value from JSON response using Jackson parser.
extractJsonStringFallback(String, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Fallback regex-based extraction for string values.
extractList(List<Map<String, Object>>, int, int) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Extracts a subset of documents from the full result list based on pagination parameters.
extraQueries() - Method in class org.codelibs.fess.api.v2.handlers.ChatRequestBody
Returns the validated extra_queries array supplied by the caller.

F

F - Static variable in class org.codelibs.fess.Constants
Boolean constant representing false value.
FACET_COUNT_KEY - Static variable in class org.codelibs.fess.helper.CrawlingInfoHelper
Key used for facet count aggregations.
FACET_FIELD_PREFIX - Static variable in class org.codelibs.fess.Constants
Prefix for facet field identifiers.
FACET_FORM - Static variable in class org.codelibs.fess.Constants
View parameter for facet form data.
FACET_QUERY - Static variable in class org.codelibs.fess.Constants
View parameter for facet query information.
FACET_QUERY_PREFIX - Static variable in class org.codelibs.fess.Constants
Prefix for facet query identifiers.
facetCache - Variable in class org.codelibs.fess.helper.ViewHelper
Cache for facet responses
facetCacheDuration - Variable in class org.codelibs.fess.helper.ViewHelper
Duration for facet cache in seconds (10 minutes)
facetField - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The list of facet fields and their values.
facetFields - Variable in class org.codelibs.fess.query.QueryFieldConfig
Array of fields that can be used for faceted search
facetFieldSet - Variable in class org.codelibs.fess.query.QueryFieldConfig
Set of fields that can be used for faceted search for O(1) lookup
facetForm() - Static method in class org.codelibs.fess.taglib.FessFunctions
Generates hidden HTML form fields for facet filtering.
facetInfo - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Facet configuration for aggregations
facetInfo(FacetInfo) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the facet information for aggregations.
FacetInfo - Class in org.codelibs.fess.entity
Entity class representing facet configuration information for search results.
FacetInfo() - Constructor for class org.codelibs.fess.entity.FacetInfo
Default constructor for FacetInfo.
facetQuery - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The list of facet queries and their counts.
facetQuery() - Static method in class org.codelibs.fess.taglib.FessFunctions
Generates URL query parameters for facet filtering.
FacetQueryView - Class in org.codelibs.fess.entity
View class for managing facet query configurations and their display.
FacetQueryView() - Constructor for class org.codelibs.fess.entity.FacetQueryView
Default constructor for FacetQueryView.
facetQueryViewList - Variable in class org.codelibs.fess.helper.ViewHelper
List of facet query views
facetQueryViewList() - Static method in class org.codelibs.fess.taglib.FessFunctions
Retrieves the list of facet query view objects for display.
facetResponse - Variable in class org.codelibs.fess.entity.SearchRenderData
Facet response containing aggregated search facets.
facetResponse - Variable in class org.codelibs.fess.rank.fusion.SearchResult
The facet response containing aggregated facet information for the search results.
facetResponse - Variable in class org.codelibs.fess.util.QueryResponseList
The facet response containing aggregated search facets and their counts.
FacetResponse - Class in org.codelibs.fess.util
Response object for faceted search results containing query counts and field facets.
FacetResponse(Aggregations) - Constructor for class org.codelibs.fess.util.FacetResponse
Constructs a FacetResponse from OpenSearch aggregations.
FacetResponse.Field - Class in org.codelibs.fess.util
Represents a field facet with its name and value counts.
FAIL - Static variable in class org.codelibs.fess.Constants
Status constant representing failed operation.
FAILED - Enum constant in enum class org.codelibs.fess.app.web.api.ApiResult.Status
General failure status.
FAILED - Enum constant in enum class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator.Result
Thumbnail generation failed due to processing errors
FAILURE_COUNT_THRESHOLD_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for failure count threshold configuration.
failureCountThreshold - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Threshold for failure count before stopping crawling of a URL.
failureCountThreshold - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The failure count threshold setting.
failureUrlBhv - Variable in class org.codelibs.fess.app.service.FailureUrlService
Behavior class for FailureUrl entity operations
FailureUrlPager - Class in org.codelibs.fess.app.pager
A pager class for managing pagination of failure URL records.
FailureUrlPager() - Constructor for class org.codelibs.fess.app.pager.FailureUrlPager
Default constructor.
FailureUrlService - Class in org.codelibs.fess.app.service
Service class for managing failure URLs that occur during web crawling.
FailureUrlService() - Constructor for class org.codelibs.fess.app.service.FailureUrlService
Default constructor.
fallbackAllRelevant(List<String>) - Static method in class org.codelibs.fess.llm.RelevanceEvaluationResult
Creates a fallback result that includes all documents as relevant.
fallbackSearch(String) - Static method in class org.codelibs.fess.llm.IntentDetectionResult
Creates a fallback search intent when intent detection fails.
FALSE - Static variable in class org.codelibs.fess.Constants
String constant representing boolean false value.
faq(String, String) - Static method in class org.codelibs.fess.llm.IntentDetectionResult
Creates a FAQ intent result with a Fess query.
FAQ - Enum constant in enum class org.codelibs.fess.llm.ChatIntent
User is asking a FAQ-type question
faqAnswerSystemPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The system prompt for FAQ answer generation.
FAVORITE - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Favorite API format.
favoriteGetHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/documents/{id}/favorite (read favorite state).
FavoriteGetHandler - Class in org.codelibs.fess.api.v2.handlers
Handles GET /api/v2/documents/{docId}/favorite.
FavoriteGetHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.FavoriteGetHandler
Default constructor.
favoriteLogBhv - Variable in class org.codelibs.fess.app.service.FavoriteLogService
Behavior class for favorite log database operations.
favoriteLogBhv - Variable in class org.codelibs.fess.indexer.IndexUpdater
Behavior class for favorite log operations
FavoriteLogService - Class in org.codelibs.fess.app.service
Service class for managing favorite log operations.
FavoriteLogService() - Constructor for class org.codelibs.fess.app.service.FavoriteLogService
Default constructor.
favoritePostHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles POST /api/v2/documents/{id}/favorite (toggle favorite state).
FavoritePostHandler - Class in org.codelibs.fess.api.v2.handlers
Handles POST /api/v2/documents/{docId}/favorite.
FavoritePostHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.FavoritePostHandler
Default constructor used by the DI container.
FAVORITES - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Favorites API format.
favoritesListHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/favorites (list favorited doc ids in a previously issued search result).
FavoritesListHandler - Class in org.codelibs.fess.api.v2.handlers
Handles GET /api/v2/favorites.
FavoritesListHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.FavoritesListHandler
Default constructor.
favoriteSupport - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Flag indicating whether favorite functionality is enabled.
FEATURESET_NAME - Static variable in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
The parse field for the featureset name.
featureSetName() - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Gets the name of the featureset.
featureSetName(String) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Sets the name of the featureset.
FESEN_PASSWORD - Static variable in class org.codelibs.fess.Constants
Search engine password configuration key.
FESEN_TYPE_AWS - Static variable in class org.codelibs.fess.Constants
AWS-based search engine type.
FESEN_TYPE_CLOUD - Static variable in class org.codelibs.fess.Constants
Cloud-based search engine type.
FESEN_USERNAME - Static variable in class org.codelibs.fess.Constants
Search engine username configuration key.
FESS_CONF_PATH - Static variable in class org.codelibs.fess.Constants
Configuration path property key.
FESS_CONFIG_PREFIX - Static variable in class org.codelibs.fess.Constants
Configuration prefix for Fess settings.
FESS_LLM_LOG_LEVEL - Static variable in class org.codelibs.fess.Constants
Fess LLM log level configuration key.
FESS_LOG_LEVEL - Static variable in class org.codelibs.fess.Constants
Fess log level configuration key.
FESS_SEARCH_ENGINE_HTTP_ADDRESS - Static variable in class org.codelibs.fess.Constants
Configuration key for search engine HTTP address.
FESS_THUMBNAIL_PATH - Static variable in class org.codelibs.fess.Constants
Fess thumbnail path configuration key.
FESS_VAR_PATH - Static variable in class org.codelibs.fess.Constants
Fess variable path configuration key.
FessActionValidator<MESSAGES> - Class in org.codelibs.fess.validation
Fess-specific action validator that extends the LastaFlute ActionValidator.
FessActionValidator(RequestManager, UserMessagesCreator<MESSAGES>, Class<?>[]) - Constructor for class org.codelibs.fess.validation.FessActionValidator
Constructs a new FessActionValidator with the specified components.
FessAdminAction - Class in org.codelibs.fess.app.web.base
Base action class for admin pages in Fess.
FessAdminAction() - Constructor for class org.codelibs.fess.app.web.base.FessAdminAction
Default constructor.
FessApiAction - Class in org.codelibs.fess.app.web.api
Abstract base class for Fess API actions that provides common functionality for API endpoints including authentication, message handling, and access control.
FessApiAction() - Constructor for class org.codelibs.fess.app.web.api.FessApiAction
Default constructor.
FessApiAdminAction - Class in org.codelibs.fess.app.web.api.admin
Abstract base class for admin API actions in Fess.
FessApiAdminAction() - Constructor for class org.codelibs.fess.app.web.api.admin.FessApiAdminAction
Default constructor.
FessAppService - Class in org.codelibs.fess.app.service
Abstract base class for Fess application services.
FessAppService() - Constructor for class org.codelibs.fess.app.service.FessAppService
Default constructor.
FessBaseAction - Class in org.codelibs.fess.app.web.base
The base action class for Fess web application.
FessBaseAction() - Constructor for class org.codelibs.fess.app.web.base.FessBaseAction
Default constructor.
FessBoot - Class in org.codelibs.fess
Main boot class for the Fess search engine application.
FessBoot(int, String) - Constructor for class org.codelibs.fess.FessBoot
Constructs a new FessBoot instance with the specified port and context path.
fessConfig - Variable in class org.codelibs.fess.app.service.AccessTokenService
The Fess configuration.
fessConfig - Variable in class org.codelibs.fess.app.service.BadWordService
Fess configuration.
fessConfig - Variable in class org.codelibs.fess.app.service.BoostDocumentRuleService
Fess configuration.
fessConfig - Variable in class org.codelibs.fess.app.service.CharMappingService
Fess configuration settings.
fessConfig - Variable in class org.codelibs.fess.app.service.CrawlingInfoService
Fess configuration object containing application settings.
fessConfig - Variable in class org.codelibs.fess.app.service.DataConfigService
Fess configuration containing application settings.
fessConfig - Variable in class org.codelibs.fess.app.service.DuplicateHostService
Fess configuration containing application settings.
fessConfig - Variable in class org.codelibs.fess.app.service.ElevateWordService
Configuration settings for Fess application
fessConfig - Variable in class org.codelibs.fess.app.service.FailureUrlService
Configuration settings for Fess
fessConfig - Variable in class org.codelibs.fess.app.service.FavoriteLogService
Configuration settings for the Fess search system.
fessConfig - Variable in class org.codelibs.fess.app.service.FileAuthenticationService
Configuration settings for the Fess application.
fessConfig - Variable in class org.codelibs.fess.app.service.FileConfigService
Fess configuration object providing access to application settings.
fessConfig - Variable in class org.codelibs.fess.app.service.GroupService
Configuration settings for the Fess application
fessConfig - Variable in class org.codelibs.fess.app.service.JobLogService
Configuration settings for the Fess application.
fessConfig - Variable in class org.codelibs.fess.app.service.KeyMatchService
The Fess config.
fessConfig - Variable in class org.codelibs.fess.app.service.KuromojiService
The Fess config.
fessConfig - Variable in class org.codelibs.fess.app.service.LabelTypeService
The Fess config.
fessConfig - Variable in class org.codelibs.fess.app.service.PathMappingService
Fess configuration.
fessConfig - Variable in class org.codelibs.fess.app.service.ProtwordsService
Configuration for Fess
fessConfig - Variable in class org.codelibs.fess.app.service.RelatedContentService
Configuration settings for Fess application.
fessConfig - Variable in class org.codelibs.fess.app.service.RelatedQueryService
Configuration properties for Fess application.
fessConfig - Variable in class org.codelibs.fess.app.service.RequestHeaderService
Fess configuration settings.
fessConfig - Variable in class org.codelibs.fess.app.service.RoleService
The Fess configuration.
fessConfig - Variable in class org.codelibs.fess.app.service.RoleTypeService
The Fess configuration.
fessConfig - Variable in class org.codelibs.fess.app.service.ScheduledJobService
The Fess configuration.
fessConfig - Variable in class org.codelibs.fess.app.service.SearchLogService
Fess configuration settings.
fessConfig - Variable in class org.codelibs.fess.app.service.StemmerOverrideService
Fess configuration for accessing system settings.
fessConfig - Variable in class org.codelibs.fess.app.service.StopwordsService
The Fess configuration for accessing system settings.
fessConfig - Variable in class org.codelibs.fess.app.service.SynonymService
The Fess configuration for accessing system settings.
fessConfig - Variable in class org.codelibs.fess.app.service.UserService
Fess configuration for system settings
fessConfig - Variable in class org.codelibs.fess.app.service.WebAuthenticationService
Fess configuration settings.
fessConfig - Variable in class org.codelibs.fess.app.service.WebConfigService
Fess configuration settings.
fessConfig - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Configuration manager for Fess application settings.
fessConfig - Variable in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
The Fess configuration.
fessConfig - Variable in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Fess configuration instance
fessConfig - Variable in class org.codelibs.fess.helper.PopularWordHelper
Fess configuration instance
fessConfig - Variable in class org.codelibs.fess.helper.SambaHelper
The Fess configuration.
fessConfig - Variable in class org.codelibs.fess.helper.SuggestHelper
The Fess configuration for accessing system settings.
fessConfig - Variable in class org.codelibs.fess.ldap.LdapManager
The Fess configuration.
fessConfig - Variable in class org.codelibs.fess.theme.StaticThemeInstaller
Injected Fess configuration used to resolve limits and the themes directory.
fessConfig - Variable in class org.codelibs.fess.theme.ThemeRegistry
Injected Fess configuration used to resolve the themes directory and default theme.
fessConfig - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Fess configuration for settings.
FessCrawlerConfig - Class in org.codelibs.fess.crawler.util
Fess-specific crawler configuration that extends OpenSearchCrawlerConfig.
FessCrawlerConfig() - Constructor for class org.codelibs.fess.crawler.util.FessCrawlerConfig
Default constructor.
FessCrawlerThread - Class in org.codelibs.fess.crawler
FessCrawlerThread is a specialized crawler thread implementation for the Fess search engine.
FessCrawlerThread() - Constructor for class org.codelibs.fess.crawler.FessCrawlerThread
Default constructor.
FessCredential - Interface in org.codelibs.fess.app.web.base.login
Interface for Fess credential management.
FessFileTransformer - Class in org.codelibs.fess.crawler.transformer
File transformer implementation for the Fess search engine.
FessFileTransformer() - Constructor for class org.codelibs.fess.crawler.transformer.FessFileTransformer
Default constructor.
FessFunctions - Class in org.codelibs.fess.taglib
Utility class providing static functions for Fess JSP/JSTL expressions and tag libraries.
FessFunctions() - Constructor for class org.codelibs.fess.taglib.FessFunctions
Private constructor to prevent instantiation of this utility class.
FessIntervalController - Class in org.codelibs.fess.crawler.interval
FessIntervalController extends DefaultIntervalController to provide Fess-specific interval control functionality for web crawling operations.
FessIntervalController() - Constructor for class org.codelibs.fess.crawler.interval.FessIntervalController
Default constructor.
FessLoginAction - Class in org.codelibs.fess.app.web.base
Abstract base action class for handling login functionality in Fess.
FessLoginAction() - Constructor for class org.codelibs.fess.app.web.base.FessLoginAction
Default constructor.
fessLoginAssist - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Login assistance helper for managing user authentication and session.
FessLoginAssist - Class in org.codelibs.fess.app.web.base.login
The assist for login handling in the Fess application.
FessLoginAssist() - Constructor for class org.codelibs.fess.app.web.base.login.FessLoginAssist
Default constructor.
FessLoginAssist.LoginCredentialResolver - Class in org.codelibs.fess.app.web.base.login
A resolver for login credentials that wraps the standard credential resolver to provide SSO authentication support.
FessMimeTypeHelper - Class in org.codelibs.fess.crawler.helper
FessMimeTypeHelper extends MimeTypeHelperImpl to provide Fess-specific MIME type detection configuration.
FessMimeTypeHelper() - Constructor for class org.codelibs.fess.crawler.helper.FessMimeTypeHelper
Default constructor for FessMimeTypeHelper.
fessProps - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
Fess-specific properties.
fessProps(List<Map<String, String>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
Sets the Fess-specific properties.
FessResponseProcessor - Class in org.codelibs.fess.crawler.processor
Response processor implementation for the Fess search engine.
FessResponseProcessor() - Constructor for class org.codelibs.fess.crawler.processor.FessResponseProcessor
Default constructor.
FessSearchAction - Class in org.codelibs.fess.app.web.base
Abstract base class for search-related actions in the Fess search application.
FessSearchAction() - Constructor for class org.codelibs.fess.app.web.base.FessSearchAction
Default constructor.
FessStandardTransformer - Class in org.codelibs.fess.crawler.transformer
Standard transformer implementation for the Fess search engine.
FessStandardTransformer() - Constructor for class org.codelibs.fess.crawler.transformer.FessStandardTransformer
Default constructor.
FessSystemException - Exception Class in org.codelibs.fess.exception
System exception class for the Fess search engine.
FessSystemException(String) - Constructor for exception class org.codelibs.fess.exception.FessSystemException
Constructs a new FessSystemException with the specified detail message.
FessSystemException(String, boolean, boolean) - Constructor for exception class org.codelibs.fess.exception.FessSystemException
Constructs a new FessSystemException with the specified detail message and suppression settings.
FessSystemException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.FessSystemException
Constructs a new FessSystemException with the specified detail message and cause.
FessSystemException(Throwable) - Constructor for exception class org.codelibs.fess.exception.FessSystemException
Constructs a new FessSystemException with the specified cause.
FessTransformer - Interface in org.codelibs.fess.crawler.transformer
Interface for transforming and processing crawled documents in Fess.
FessUrlQueueService - Class in org.codelibs.fess.crawler.service
Fess-specific URL queue service that extends OpenSearch URL queue functionality.
FessUrlQueueService(OpenSearchCrawlerConfig) - Constructor for class org.codelibs.fess.crawler.service.FessUrlQueueService
Constructs a new FessUrlQueueService with the specified crawler configuration.
FessUser - Interface in org.codelibs.fess.entity
Interface representing a Fess user with authentication and authorization information.
FessUserNotFoundException - Exception Class in org.codelibs.fess.exception
Exception thrown when a user is not found in the Fess system.
FessUserNotFoundException(String) - Constructor for exception class org.codelibs.fess.exception.FessUserNotFoundException
Constructs a new FessUserNotFoundException with the specified username.
FessWebResourceRoot - Class in org.codelibs.fess.tomcat.webresources
Fess-specific web resource root implementation for Tomcat.
FessWebResourceRoot(Context) - Constructor for class org.codelibs.fess.tomcat.webresources.FessWebResourceRoot
Constructs a new FessWebResourceRoot with the specified context.
FessXpathTransformer - Class in org.codelibs.fess.crawler.transformer
A transformer implementation for processing HTML documents using XPath expressions.
FessXpathTransformer() - Constructor for class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Default constructor.
fetchContent(ChatContentRequest) - Method in interface org.codelibs.fess.chat.ChatContentFetcher
Resolves the LLM-context content for the given relevant documents.
fetchContent(ChatContentRequest) - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
 
fetchFullContent(List<String>) - Method in class org.codelibs.fess.chat.ChatClient
Fetches full document content for the given doc ids.
fetchFullContent(List<String>) - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Fetches full content for the given document ids via doc_id lookup (no highlighting).
fetchHighlightedContent(List<String>, String) - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Fetches query-relevant highlighted passages for large documents via a doc_id-restricted highlighted search, normalizing the snippet into the content field.
fetchNewEvents() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Fetches new events from OpenSearch that were created after the last check time.
fetchUrlQueueList(String) - Method in class org.codelibs.fess.crawler.service.FessUrlQueueService
Fetches URL queue list for the specified session with configurable ordering strategy.
field - Variable in class org.codelibs.fess.entity.FacetInfo
Array of field names to create facets for
Field(Terms) - Constructor for class org.codelibs.fess.util.FacetResponse.Field
Constructs a Field from OpenSearch Terms aggregation.
FIELD_LOGS - Static variable in class org.codelibs.fess.Constants
Request attribute key for storing field logs.
FIELD_PREFIX - Static variable in class org.codelibs.fess.util.ParameterUtil
The field config prefix.
FIELD_TOO_LONG - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
A field value exceeds the maximum allowed length.
fieldBoostMap - Variable in class org.codelibs.fess.helper.QueryHelper
Map containing field-specific boost values for search scoring
fieldCaps(FieldCapabilitiesRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets field capabilities asynchronously.
fieldCaps(FieldCapabilitiesRequest, ActionListener<FieldCapabilitiesResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets field capabilities asynchronously with a callback.
FieldConfigs - Class in org.codelibs.fess.crawler.util
Utility class for managing field configurations with parameter mappings.
FieldConfigs(Map<String, String>) - Constructor for class org.codelibs.fess.crawler.util.FieldConfigs
Constructs a new FieldConfigs instance with the specified parameter map.
FieldConfigs.Config - Class in org.codelibs.fess.crawler.util
Configuration class that holds parsed configuration values for a field.
fieldList - Variable in class org.codelibs.fess.util.FacetResponse
List of field facets containing aggregated field values and their counts.
fieldLogMap - Variable in class org.codelibs.fess.entity.QueryContext
Map storing field names and their associated query terms for logging.
fieldPrunedRuleMap - Variable in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Map storing field pruning rules
fields - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The fields.
fields - Variable in class org.codelibs.fess.app.web.base.SearchForm
Map of additional search fields with their values.
fields - Variable in class org.codelibs.fess.app.web.cache.CacheForm
Additional fields map for cache operations.
fields - Variable in class org.codelibs.fess.app.web.error.ErrorForm
Map of form fields and their validation error messages
fields - Variable in class org.codelibs.fess.app.web.go.GoForm
Additional fields map for error page fallback.
fields - Variable in class org.codelibs.fess.app.web.thumbnail.ThumbnailForm
Additional search fields for error page display.
fields() - Method in class org.codelibs.fess.api.v2.handlers.ChatRequestBody
Returns the validated label-filter map (fields.label entries).
file - Variable in class org.codelibs.fess.app.web.api.admin.storage.UploadForm
The multipart file to be uploaded to the storage system.
FILE - Enum constant in enum class org.codelibs.fess.validation.UriTypeValidator.ProtocolType
File protocols (file, etc.).
FILE_CRAWLER_TYPE - Static variable in class org.codelibs.fess.Constants
File system crawler type identifier.
FileAccessForm - Class in org.codelibs.fess.app.web.admin.design
Form class for file access operations in the admin design interface.
FileAccessForm() - Constructor for class org.codelibs.fess.app.web.admin.design.FileAccessForm
Default constructor for file access form.
fileAuthenticationBhv - Variable in class org.codelibs.fess.app.service.FileAuthenticationService
Behavior class for file authentication database operations.
fileAuthenticationBhv - Variable in class org.codelibs.fess.app.service.FileConfigService
Behavior class for file authentication database operations.
FileAuthenticationService - Class in org.codelibs.fess.app.service
Service class for managing file authentication configurations.
FileAuthenticationService() - Constructor for class org.codelibs.fess.app.service.FileAuthenticationService
Default constructor for file authentication service.
FileAuthPager - Class in org.codelibs.fess.app.pager
A pager class for file authentication entries, providing pagination functionality for file authentication configurations with search and display capabilities.
FileAuthPager() - Constructor for class org.codelibs.fess.app.pager.FileAuthPager
Default constructor for file authentication pager.
fileConfig - Variable in class org.codelibs.fess.util.GsaConfigParser
Generated file crawling configuration from parsed GSA config.
fileConfigBhv - Variable in class org.codelibs.fess.app.service.FileConfigService
Behavior class for file configuration database operations.
fileConfigId - Variable in class org.codelibs.fess.app.pager.FileAuthPager
The file configuration ID associated with this authentication.
fileConfigId - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The ID of the associated file configuration (required, maximum 1000 characters).
fileConfigIds - Variable in class org.codelibs.fess.exec.Crawler.Options
Comma-separated list of file system configuration IDs to crawl.
fileConfigIds - Variable in class org.codelibs.fess.job.CrawlJob
Array of file system crawling configuration IDs to process.
fileConfigIds(String[]) - Method in class org.codelibs.fess.job.CrawlJob
Sets the file system crawling configuration IDs to process.
fileConfigName - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The name of the file configuration associated with this failure URL.
FileConfigPager - Class in org.codelibs.fess.app.pager
Pager class for file crawler configuration management.
FileConfigPager() - Constructor for class org.codelibs.fess.app.pager.FileConfigPager
Default constructor for file configuration pager.
fileConfigService - Variable in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Service for file configuration operations.
fileConfigService - Variable in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Service for managing file crawler configurations
FileConfigService - Class in org.codelibs.fess.app.service
Service class for managing file configuration operations.
FileConfigService() - Constructor for class org.codelibs.fess.app.service.FileConfigService
Default constructor for file configuration service.
fileExists(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Checks if a file exists at the specified path within the servlet context.
fileFescriptor - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessObj
File descriptor statistics for the process.
FileListIndexUpdateCallbackImpl - Class in org.codelibs.fess.ds.callback
Implementation of IndexUpdateCallback that handles file list index updates with concurrent processing.
FileListIndexUpdateCallbackImpl(IndexUpdateCallback, CrawlerClientFactory, int) - Constructor for class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Constructs a new FileListIndexUpdateCallbackImpl with the specified parameters.
filename - Variable in class org.codelibs.fess.job.PythonJob
The Python script filename to execute
filename(String) - Method in class org.codelibs.fess.job.PythonJob
Sets the Python script filename to execute.
fileName - Variable in class org.codelibs.fess.app.web.admin.design.DesignForm
The target file name for the design file.
fileName - Variable in class org.codelibs.fess.app.web.admin.design.EditForm
The name of the design file being edited.
fileName - Variable in class org.codelibs.fess.app.web.admin.design.FileAccessForm
The name of the file to access (required)
filePathMap - Variable in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Map of file paths for thumbnail generation.
fileProtocols - Variable in class org.codelibs.fess.helper.ProtocolHelper
Array of supported file protocols with colon suffix (e.g., "file:", "ftp:")
fileProtocols - Variable in class org.codelibs.fess.util.GsaConfigParser
Array of supported file protocols for URL classification.
files - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiBackupFilesResponse
The list of backup files, where each file is represented by a map of strings.
files - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiLogFilesResponse
The list of log files.
files() - Method in class org.codelibs.fess.app.web.api.admin.backup.ApiAdminBackupAction
Retrieves a list of available backup files.
files() - Method in class org.codelibs.fess.app.web.api.admin.log.ApiAdminLogAction
Retrieves the list of available log files.
files(List<Map<String, Object>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiLogFilesResponse
Sets the list of log files.
files(List<Map<String, String>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiBackupFilesResponse
Sets the list of backup files.
FileTypeHelper - Class in org.codelibs.fess.helper
Helper class for managing file type mappings based on MIME types.
FileTypeHelper() - Constructor for class org.codelibs.fess.helper.FileTypeHelper
Default constructor for file type helper.
fillInStackTrace() - Method in exception class org.codelibs.fess.exception.UserRoleLoginException
Overrides fillInStackTrace to return null for performance optimization.
filter(QueryBuilder) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Applies a filter to the query.
filterChain - Variable in class org.codelibs.fess.query.parser.QueryParser
The filter chain used to process queries
filterChain - Variable in class org.codelibs.fess.query.QueryProcessor
The filter chain that processes queries through all registered filters before executing the appropriate query command.
filterJvmOptions(String[]) - Static method in class org.codelibs.fess.util.JvmUtil
Filters JVM options based on the current Java version.
filterList - Variable in class org.codelibs.fess.query.parser.QueryParser
List of filters to apply to queries
filterList - Variable in class org.codelibs.fess.query.QueryProcessor
List of filters that will be applied during query processing.
filterPathEncoding - Variable in class org.codelibs.fess.helper.SystemHelper
The encoding for filtering paths.
filterWithHeader(Map<String, String>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Creates a client filtered with additional headers.
findUserBean(RequestManager) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Resolves the logged-in user bean for the current request.
finishCrawling - Variable in class org.codelibs.fess.indexer.IndexUpdater
Flag indicating if crawling should be finished
finished - Variable in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Flag indicating whether the crawling thread has finished execution
FINISHED - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that processing of a URL has finished.
finishedSessionIdList - Variable in class org.codelibs.fess.indexer.IndexUpdater
List of finished crawler session IDs for cleanup
FIREFOX - Enum constant in enum class org.codelibs.fess.helper.UserAgentHelper.UserAgentType
Mozilla Firefox browser
flush() - Method in class org.codelibs.fess.score.ScoreBooster
Flushes the bulk request builder.
flush() - Method in class org.codelibs.fess.timer.LogNotificationTarget
Flushes all buffered log notification events immediately.
flush(String...) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Flushes the specified indices to ensure data is written to disk.
flushConfigFiles(Runnable) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Flushes configuration files to the search engine and executes a callback.
FORBIDDEN - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The caller is authenticated but not permitted to perform the action.
forceStop - Variable in class org.codelibs.fess.helper.SystemHelper
A flag to indicate if the system should be forcefully stopped.
forEach(BiConsumer<? super K, ? super V>) - Method in class org.codelibs.fess.entity.ParamMap
 
FORM - Static variable in class org.codelibs.fess.Constants
Form-based authentication type identifier.
format(String) - Method in class org.codelibs.fess.job.IndexExportJob
Sets the export format.
format(Map<String, Object>, Set<String>) - Method in class org.codelibs.fess.job.HtmlIndexExportFormatter
 
format(Map<String, Object>, Set<String>) - Method in interface org.codelibs.fess.job.IndexExportFormatter
Formats a document source map into the target format string.
format(Map<String, Object>, Set<String>) - Method in class org.codelibs.fess.job.JsonIndexExportFormatter
 
formatCode(String, String, String, String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Formats code content with syntax highlighting and line numbers.
formatDate(LocalDateTime) - Static method in class org.codelibs.fess.taglib.FessFunctions
Formats a LocalDateTime object to ISO datetime string format.
formatDate(ZonedDateTime, String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Formats a ZonedDateTime object using the specified format pattern.
formatDate(Date) - Static method in class org.codelibs.fess.taglib.FessFunctions
Formats a Date object to ISO datetime string format in UTC timezone.
formatDetails(List<LogNotificationHelper.LogNotificationEvent>, int, int, int) - Method in class org.codelibs.fess.job.LogNotificationJob
Formats a list of log notification events into a human-readable summary string.
formatDuration(long) - Static method in class org.codelibs.fess.taglib.FessFunctions
Formats a duration in milliseconds to a human-readable string.
formatFileSize(long) - Static method in class org.codelibs.fess.taglib.FessFunctions
Formats a file size in bytes to a human-readable string with appropriate units.
formatForUrl(String) - Static method in class org.codelibs.fess.util.IpAddressUtil
Formats an IP address string for use in a URL.
formatNumber(long, String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Formats a number using the specified pattern and user's locale.
fragmentOffset(int) - Method in class org.codelibs.fess.entity.HighlightInfo
Sets the fragment offset with fluent interface.
fragmentSize(int) - Method in class org.codelibs.fess.entity.HighlightInfo
Sets the fragment size with fluent interface.
free - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.FsObj
Free space in bytes
free - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemoryPhysicalObj
Free physical memory in bytes.
free - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemorySwapSpaceObj
Free swap space in bytes.
fromBinaryToObject(byte[]) - Method in class org.codelibs.fess.crawler.serializer.DataSerializer
Deserializes a byte array back to an object.
fromHours - Variable in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Starting hour of the interval
fromMinutes - Variable in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Starting minute of the interval
fromObjectToBinary(Object) - Method in class org.codelibs.fess.crawler.serializer.DataSerializer
Serializes an object to a byte array.
fromValue(String) - Static method in enum class org.codelibs.fess.llm.ChatIntent
Parses a string value to ChatIntent enum.
FsObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.FsObj
Default constructor.
FTP - Static variable in class org.codelibs.fess.Constants
FTP authentication type identifier.
FULL - Enum constant in enum class org.codelibs.fess.chat.DefaultChatContentFetcher.Strategy
Fetch the full content (small documents / fallback).
FUNCTION_ENCODEURL_MATCHER - Static variable in class org.codelibs.fess.helper.PathMappingHelper
Function matcher for encode URL.
FuzzyQueryCommand - Class in org.codelibs.fess.query
Query command implementation for handling fuzzy search queries.
FuzzyQueryCommand() - Constructor for class org.codelibs.fess.query.FuzzyQueryCommand
Default constructor.

G

gc - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmObj
JVM garbage collection statistics
gcLogging() - Method in class org.codelibs.fess.job.ExecJob
Enables garbage collection logging for this job execution.
GCS - Enum constant in enum class org.codelibs.fess.storage.StorageType
Google Cloud Storage
GcsStorageClient - Class in org.codelibs.fess.storage
Google Cloud Storage client implementation.
GcsStorageClient() - Constructor for class org.codelibs.fess.storage.GcsStorageClient
Constructor for subclasses that customize behavior without initializing the GCS client.
GcsStorageClient(String, String, String, String) - Constructor for class org.codelibs.fess.storage.GcsStorageClient
Creates a new GcsStorageClient instance.
generate(String, File) - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Generates a thumbnail for the given ID and saves it to the output file.
generate(String, File) - Method in class org.codelibs.fess.thumbnail.impl.EmptyGenerator
Generates a thumbnail for the specified ID and output file.
generate(String, File) - Method in class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator
Generates a thumbnail image and saves it to the specified output file.
generate(String, File) - Method in interface org.codelibs.fess.thumbnail.ThumbnailGenerator
Generates a thumbnail for the given thumbnail ID and saves it to the output file.
generate(ExecutorService, boolean) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Generates thumbnails using the provided executor service.
generateAccessToken() - Method in class org.codelibs.fess.helper.AccessTokenHelper
Generate the access token.
generateAnswer(String, List<Map<String, Object>>, List<LlmMessage>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
generateAnswer(String, List<Map<String, Object>>, List<LlmMessage>) - Method in interface org.codelibs.fess.llm.LlmClient
Generates an answer using document content (synchronous version for non-enhanced flow).
generateAnswer(String, List<Map<String, Object>>, List<LlmMessage>) - Method in class org.codelibs.fess.llm.LlmClientManager
Generates an answer using document content (synchronous).
generateData(ResponseData) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Generate the data.
generateDirectAnswer(String, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Generates a direct answer without document search.
generateDirectAnswer(String, List<LlmMessage>, LlmStreamCallback) - Method in interface org.codelibs.fess.llm.LlmClient
Generates a direct answer without document search.
generateDirectAnswer(String, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.LlmClientManager
Generates a direct answer without document search.
generateDocId(Map<String, Object>) - Method in class org.codelibs.fess.helper.SystemHelper
Generates a document ID.
generateDocumentNotFoundResponse(String, String, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
generateDocumentNotFoundResponse(String, String, List<LlmMessage>, LlmStreamCallback) - Method in interface org.codelibs.fess.llm.LlmClient
Generates a response when the specified document URL is not found.
generateDocumentNotFoundResponse(String, String, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.LlmClientManager
Generates a response when the specified document URL is not found.
generateFaqAnswerResponse(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
generateFaqAnswerResponse(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in interface org.codelibs.fess.llm.LlmClient
Generates an FAQ answer using document content (streaming).
generateFaqAnswerResponse(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.LlmClientManager
Generates an FAQ answer using document content (streaming).
generateId() - Method in class org.codelibs.fess.helper.QueryHelper
Generates a unique identifier string by creating a UUID and removing hyphens.
generateId(String) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Generates a hashed ID from the provided URL ID string.
generateId(Map<String, Object>) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Generates a unique document ID from the provided data map.
generateNewIndexName(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Generates a new index name with timestamp suffix.
generateNoResultsResponse(String, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
generateNoResultsResponse(String, List<LlmMessage>, LlmStreamCallback) - Method in interface org.codelibs.fess.llm.LlmClient
Generates a response when no relevant documents are found.
generateNoResultsResponse(String, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.LlmClientManager
Generates a response when no relevant documents are found.
generateSummaryResponse(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
generateSummaryResponse(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in interface org.codelibs.fess.llm.LlmClient
Generates a summary of the specified documents.
generateSummaryResponse(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.LlmClientManager
Generates a summary of the specified documents.
GenerateThumbnailJob - Class in org.codelibs.fess.job
Job class for generating thumbnails for documents in the search engine.
GenerateThumbnailJob() - Constructor for class org.codelibs.fess.job.GenerateThumbnailJob
Default constructor for the GenerateThumbnailJob.
generateUnclearIntentResponse(String, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
generateUnclearIntentResponse(String, List<LlmMessage>, LlmStreamCallback) - Method in interface org.codelibs.fess.llm.LlmClient
Generates a response asking user for clarification when intent is unclear.
generateUnclearIntentResponse(String, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.LlmClientManager
Generates a response asking user for clarification.
generating - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Flag indicating whether thumbnail generation is currently in progress.
generatorList - Variable in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
List of generator names.
generatorList - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
List of available thumbnail generators.
gensalt() - Static method in class org.codelibs.fess.crypto.bcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
gensalt(int) - Static method in class org.codelibs.fess.crypto.bcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
gensalt(int, SecureRandom) - Static method in class org.codelibs.fess.crypto.bcrypt.BCrypt
Generate a salt for use with the BCrypt.hashpw() method
GEO_FORM - Static variable in class org.codelibs.fess.Constants
View parameter for geo form data.
GEO_QUERY - Static variable in class org.codelibs.fess.Constants
View parameter for geo query information.
geoForm() - Static method in class org.codelibs.fess.taglib.FessFunctions
Generates hidden HTML form fields for geographic filtering.
geoInfo - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Geographic search information
geoInfo(GeoInfo) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the geographic search information.
GeoInfo - Class in org.codelibs.fess.entity
Entity class that handles geographic information for search queries.
GeoInfo(HttpServletRequest) - Constructor for class org.codelibs.fess.entity.GeoInfo
Constructs a GeoInfo instance by parsing geographic parameters from the HTTP request.
geoQuery() - Static method in class org.codelibs.fess.taglib.FessFunctions
Generates URL query parameters for geographic filtering.
get() - Method in class org.codelibs.fess.ldap.LdapManager.DirContextHolder
Returns the directory context.
get(int) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
get(int) - Method in class org.codelibs.fess.util.QueryResponseList
 
get(long) - Method in class org.codelibs.fess.dict.DictionaryFile
Retrieves a dictionary item by its ID.
get(long) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
 
get(long) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Retrieves a character mapping item by its ID.
get(long) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
 
get(long) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
 
get(long) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
 
get(long) - Method in class org.codelibs.fess.dict.synonym.SynonymFile
 
get(HttpServletRequest) - Method in class org.codelibs.fess.api.WebApiManagerFactory
Gets the appropriate web API manager for the given request.
get(Object) - Method in class org.codelibs.fess.entity.ParamMap
 
get(Object) - Method in class org.codelibs.fess.util.DocMap
Returns the value to which the specified key is mapped.
get(String) - Method in class org.codelibs.fess.cors.CorsHandlerFactory
Gets the CORS handler for the specified origin.
get(String) - Method in class org.codelibs.fess.entity.DataStoreParams
Retrieves a parameter value by key.
get(String) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves a stored crawling configuration from the session-based storage.
get(String) - Method in class org.codelibs.fess.helper.CurlHelper
Creates a GET request for the specified path.
get(String) - Method in class org.codelibs.fess.helper.FileTypeHelper
Retrieves the file type for a given MIME type.
get(String, String, SearchEngineClient.SearchCondition<GetRequestBuilder>, SearchEngineClient.SearchResult<T, GetRequestBuilder, GetResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Retrieves a document by ID with custom conditions and result processing.
get(GetRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets a document asynchronously.
get(GetRequest, ActionListener<GetResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets a document asynchronously with a callback.
get$available() - Method in class org.codelibs.fess.app.web.api.admin.plugin.ApiAdminPluginAction
Retrieves the list of available plugins for installation.
get$doc(String) - Method in class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
Retrieves a specific document by ID.
get$download(String) - Method in class org.codelibs.fess.app.web.api.admin.storage.ApiAdminStorageAction
Downloads a file from storage.
get$download(String, DownloadBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Downloads Kuromoji dictionary file.
get$download(String, DownloadBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Download the character mapping file for the specified dictionary.
get$download(String, DownloadBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Download the protected words file for the specified dictionary.
get$download(String, DownloadBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Downloads stemmer override dictionary file.
get$download(String, DownloadBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Downloads stopwords dictionary file.
get$download(String, DownloadBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Downloads synonym dictionary file.
get$download(DownloadBody) - Method in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Downloads bad word settings as a CSV file.
get$download(DownloadBody) - Method in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Downloads all elevate words as a CSV file.
get$file(String) - Method in class org.codelibs.fess.app.web.api.admin.backup.ApiAdminBackupAction
Downloads a specific backup file by ID.
get$file(String) - Method in class org.codelibs.fess.app.web.api.admin.log.ApiAdminLogAction
Downloads a specific log file by ID.
get$index() - Method in class org.codelibs.fess.app.web.api.admin.dict.ApiAdminDictAction
Retrieves all available dictionary files.
get$index() - Method in class org.codelibs.fess.app.web.api.admin.general.ApiAdminGeneralAction
Returns the current general system settings.
get$index() - Method in class org.codelibs.fess.app.web.api.admin.suggest.ApiAdminSuggestAction
Retrieves suggest statistics including word counts.
get$index() - Method in class org.codelibs.fess.app.web.api.admin.systeminfo.ApiAdminSysteminfoAction
Retrieves system information including bug report, environment, Fess properties, and system properties.
get$installed() - Method in class org.codelibs.fess.app.web.api.admin.plugin.ApiAdminPluginAction
Retrieves the list of installed plugins.
get$log(String) - Method in class org.codelibs.fess.app.web.api.admin.crawlinginfo.ApiAdminCrawlinginfoAction
Retrieves a specific crawling info log by ID.
get$log(String) - Method in class org.codelibs.fess.app.web.api.admin.failureurl.ApiAdminFailureurlAction
Retrieves a specific failure URL log by ID.
get$log(String) - Method in class org.codelibs.fess.app.web.api.admin.joblog.ApiAdminJoblogAction
Returns specific job log by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.accesstoken.ApiAdminAccesstokenAction
Retrieves a specific access token setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Retrieves a specific bad word setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.boostdoc.ApiAdminBoostdocAction
Retrieves a specific boost document rule setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.dataconfig.ApiAdminDataconfigAction
Retrieves a specific data config setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.duplicatehost.ApiAdminDuplicatehostAction
Returns specific duplicate host setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Retrieves a specific elevate word setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.fileauth.ApiAdminFileauthAction
Returns specific file authentication setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.fileconfig.ApiAdminFileconfigAction
Returns specific file configuration setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.group.ApiAdminGroupAction
Returns specific group setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.keymatch.ApiAdminKeymatchAction
Retrieves a specific key match setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.labeltype.ApiAdminLabeltypeAction
Retrieves a specific label type setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.pathmap.ApiAdminPathmapAction
Returns specific path mapping setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.relatedcontent.ApiAdminRelatedcontentAction
Returns specific related content setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.relatedquery.ApiAdminRelatedqueryAction
Retrieves a specific related query setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.reqheader.ApiAdminReqheaderAction
Retrieves a specific request header setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.role.ApiAdminRoleAction
Retrieves a specific role setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Retrieves a specific scheduler setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.user.ApiAdminUserAction
Retrieves a specific user setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.webauth.ApiAdminWebauthAction
Retrieves a specific web authentication setting by ID.
get$setting(String) - Method in class org.codelibs.fess.app.web.api.admin.webconfig.ApiAdminWebconfigAction
Retrieves a specific web configuration setting by ID.
get$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Retrieves a specific Kuromoji dictionary item by ID.
get$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Retrieve a single character mapping entry by ID for the specified dictionary.
get$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Retrieve a single protected words entry by ID for the specified dictionary.
get$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Retrieves a specific stemmer override dictionary item by ID.
get$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Retrieves a specific stopwords dictionary item by ID.
get$setting(String, long) - Method in class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Retrieves a specific synonym dictionary item by ID.
get$settings(String, SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Retrieves Kuromoji dictionary settings with pagination support.
get$settings(String, SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Retrieve list of character mapping entries for the specified dictionary.
get$settings(String, SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Retrieve list of protected words entries for the specified dictionary.
get$settings(String, SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Retrieves stemmer override dictionary settings with pagination support.
get$settings(String, SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Retrieves stopwords dictionary settings with pagination support.
get$settings(String, SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Retrieves synonym dictionary settings with pagination support.
getAccessToken(AuthorizationCode, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Obtains an access token using an authorization code.
getAccessToken(String) - Method in class org.codelibs.fess.app.service.AccessTokenService
Get the access token.
getAccessToken(String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Obtains an access token using a refresh token.
getAccessToken(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Get the access token.
getAccessTokenFromRequest(HttpServletRequest) - Method in class org.codelibs.fess.helper.AccessTokenHelper
Get the access token from the request.
getAccessTokenHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the access token helper component.
getAccessTokenList(AccessTokenPager) - Method in class org.codelibs.fess.app.service.AccessTokenService
Get the list of access tokens.
getAccountId(SID) - Method in class org.codelibs.fess.helper.SambaHelper
Gets the account ID from a SID.
getAccountId(SID) - Method in class org.codelibs.fess.helper.SambaHelper
Gets the account ID from a SID.
getActionClass() - Method in exception class org.codelibs.fess.exception.UserRoleLoginException
Gets the action class associated with this exception.
getActionHook() - Method in class org.codelibs.fess.helper.ViewHelper
Gets the action hook for custom processing.
getActionRole() - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.AdminAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dict.AdminDictAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Returns the action role for this admin action.
getActionRole() - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Returns the action role for this admin action.
getActionRole() - Method in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Returns the action role for this admin action.
getActionRole() - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Returns the action role for this admin action.
getActionRole() - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Returns the action role for this admin action.
getActionRole() - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Returns the action role for this admin action.
getActionRole() - Method in class org.codelibs.fess.app.web.admin.log.AdminLogAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Returns the action role for this controller.
getActionRole() - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.sereq.AdminSereqAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
 
getActionRole() - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Get the action role.
getActiveInstances() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Returns a list of currently active instances based on non-expired heartbeat documents.
getActiveSessionCount() - Method in class org.codelibs.fess.chat.ChatSessionManager
Gets the current number of active sessions.
getActivityHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the activity helper component.
getAdditionalQuery() - Method in class org.codelibs.fess.helper.QueryHelper
Gets the additional query string that is appended to all search queries.
getAdminActionClass(FessUserBean) - Static method in class org.codelibs.fess.app.web.admin.AdminAction
Get the admin action class.
getAliasCount(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets the number of aliases attached to the specified index.
getAllAvailableArtifacts() - Static method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Retrieves all available artifacts from all plugin types.
getAllDataConfigList() - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves all available data crawling configurations.
getAllDataConfigList(boolean, boolean, boolean, List<String>) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves data crawling configurations with various filtering options.
getAllFileConfigList() - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves all available file crawling configurations.
getAllFileConfigList(boolean, boolean, boolean, List<String>) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves file crawling configurations with various filtering options.
getAllInstalledArtifacts() - Static method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Retrieves all installed artifacts from all plugin types.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Get the all page count.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.BadWordPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Gets the total number of pages available.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Gets the total number of pages available.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Gets the total number of pages in the result set.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.GroupPager
Gets the total number of pages available for pagination.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.JobLogPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.PathMapPager
Gets the total page count.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Gets the total number of pages calculated from record count and page size.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Gets the total number of pages available for pagination.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Gets the total number of pages available for pagination.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.RolePager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Gets the total number of pages based on record count and page size.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.SynonymPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.UserPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Gets the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
Returns the total number of pages.
getAllPageCount() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the total number of pages based on record count and page size.
getAllPageCount() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the total number of pages based on the page size and total record count.
getAllPits(GetAllPitNodesRequest, ActionListener<GetAllPitNodesResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets all point-in-time contexts asynchronously.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Get the all record count.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.BadWordPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Gets the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Gets the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Gets the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Gets the total number of records available.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Gets the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Gets the total number of records in the result set.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Gets the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.GroupPager
Gets the total number of records available across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.JobLogPager
Gets the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.PathMapPager
Gets the total record count.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Gets the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Gets the total number of records in the result set.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Gets the total number of records in the result set.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.RolePager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Gets the total number of records matching the search criteria.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Gets the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.SynonymPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.UserPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Gets the total number of records.
getAllRecordCount() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
Returns the total number of records across all pages.
getAllRecordCount() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the total number of records matching the search query.
getAllRecordCount() - Method in class org.codelibs.fess.rank.fusion.SearchResult
Gets the total number of records that match the search criteria.
getAllRecordCount() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the total number of records in the search result set.
getAllRecordCountRelation() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the relation type for the record count (e.g., "eq", "gte").
getAllRecordCountRelation() - Method in class org.codelibs.fess.rank.fusion.SearchResult
Gets the relation type indicating how the record count should be interpreted.
getAllRecordCountRelation() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the relation type for the total record count.
getAllThemes() - Method in class org.codelibs.fess.theme.ThemeRegistry
Returns an immutable view of every registered theme keyed by name.
getAllWebConfigList() - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves all available web crawling configurations.
getAllWebConfigList(boolean, boolean, boolean, List<String>) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves web crawling configurations with various filtering options.
getAllWordsNum() - Method in class org.codelibs.fess.helper.SuggestHelper
Gets the total number of words in the suggest index.
getAnchorList(Document, ResponseData) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Extracts anchor URLs from the HTML document.
getAnchorSet(Object) - Method in class org.codelibs.fess.crawler.FessCrawlerThread
Extracts anchor URLs from the given object and converts them to RequestData objects.
getAnswerGenerationSystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the system prompt for answer generation.
getApiVersion() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the manifest apiVersion.
getAppendHighlightParams() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets additional highlight parameters to append to URLs.
getAppType() - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the application type from the environment variable FESS_APP_TYPE.
getArtifact(String, String) - Method in class org.codelibs.fess.helper.PluginHelper
Gets an artifact by name and version from available artifacts.
getArtifactFromFileName(PluginHelper.ArtifactType, String) - Method in class org.codelibs.fess.helper.PluginHelper
Creates an artifact instance from a filename.
getArtifactFromFileName(PluginHelper.ArtifactType, String, String) - Method in class org.codelibs.fess.helper.PluginHelper
Creates an artifact instance from a filename with a specified URL.
getAsString(String) - Method in class org.codelibs.fess.entity.DataStoreParams
Retrieves a parameter value as a String.
getAsString(String, String) - Method in class org.codelibs.fess.entity.DataStoreParams
Retrieves a parameter value as a String with a default value fallback.
getAttribute(String) - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getAttribute(String) - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getAttribute(String) - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getAttribute(String) - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getAttribute(String) - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the attribute.
getAttribute(String) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getAttributeAsInteger(NamedNodeMap, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Gets an attribute value as an integer.
getAttributeValueList(List<SearchResult>, String) - Method in class org.codelibs.fess.ldap.LdapManager
Gets a list of attribute values from search results.
getAuthenticationManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the authentication manager component.
getAuthenticationResult() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
Gets the Entra ID authentication result.
getAuthenticator() - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Gets or creates the SPNEGO authenticator instance.
getAuthenticator() - Method in class org.codelibs.fess.sso.SsoManager
Gets the SSO authenticator instance for the configured SSO type.
getAuthenticators() - Method in class org.codelibs.fess.sso.SsoManager
Gets all registered SSO authenticators.
getAuthor() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the optional author field.
getAuthority() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Gets the Entra ID authority URL from configuration.
getAuthUrl(HttpServletRequest) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Generates the Entra ID authorization URL for the authentication request.
getAuthUrl(HttpServletRequest) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Gets the authorization URL for OpenID Connect.
getAvailabilityCheckInterval() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the availability check interval in seconds.
getAvailableArtifacts(PluginHelper.ArtifactType) - Method in class org.codelibs.fess.helper.PluginHelper
Retrieves available artifacts of the specified type from configured repositories.
getAvailableBoostDocumentRuleList() - Method in class org.codelibs.fess.helper.WebFsIndexHelper
Gets the list of available boost document rules.
getAvailableClient() - Method in class org.codelibs.fess.llm.LlmClientManager
Gets the available LLM client, performing a single lookup.
getAvailableGroupList() - Method in class org.codelibs.fess.app.service.GroupService
Retrieves all available groups ordered by name in ascending order.
getAvailableKeyMatchList() - Method in class org.codelibs.fess.helper.KeyMatchHelper
Returns a list of available KeyMatch instances.
getAvailableRelatedContentList() - Method in class org.codelibs.fess.app.service.RelatedContentService
Retrieves a list of all available related content entities.
getAvailableRelatedContentList() - Method in class org.codelibs.fess.helper.RelatedContentHelper
Retrieves all available related content configurations from the data store.
getAvailableRelatedQueryList() - Method in class org.codelibs.fess.helper.RelatedQueryHelper
Retrieves a list of all available related query entities from the data store.
getAvailableRoleList() - Method in class org.codelibs.fess.app.service.RoleService
Gets a list of available roles.
getAvailableSearchers() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Gets the array of available searchers based on configuration.
getAvailableUserList() - Method in class org.codelibs.fess.app.service.UserService
Retrieves a list of all available users in the system.
getBackupItems() - Static method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Get the backup items.
getBadWord(String) - Method in class org.codelibs.fess.app.service.BadWordService
Gets a bad word by its ID.
getBadWord(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Get the bad word.
getBadWordList(BadWordPager) - Method in class org.codelibs.fess.app.service.BadWordService
Gets a paginated list of bad words.
getBasePath() - Method in class org.codelibs.fess.theme.Theme
Returns the filesystem base path of the theme bundle.
getBaseUrl(String, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Gets the base URL for resolving relative URLs.
getBlockedIpCount() - Method in class org.codelibs.fess.helper.RateLimitHelper
Get the number of currently blocked IPs.
getBoostDocumentRule(String) - Method in class org.codelibs.fess.app.service.BoostDocumentRuleService
Gets a boost document rule by its ID.
getBoostDocumentRule(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Get a boost document rule from a form.
getBoostDocumentRuleList(BoostDocPager) - Method in class org.codelibs.fess.app.service.BoostDocumentRuleService
Gets a paginated list of boost document rules.
getBoostedDocumentList(KeyMatch) - Method in class org.codelibs.fess.helper.KeyMatchHelper
Retrieves a list of boosted documents for the specified KeyMatch.
getBoostExpression() - Method in class org.codelibs.fess.indexer.DocBoostMatcher
Gets the current boost expression.
getBucketOrder() - Method in class org.codelibs.fess.entity.FacetInfo
Converts the sort string into a BucketOrder object for OpenSearch aggregations.
getBugReportItems() - Static method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Gets a list of items relevant for bug reports.
getCachedFacetResponse(String) - Method in class org.codelibs.fess.helper.ViewHelper
Gets a cached facet response for the given query.
getCacheKey(Object) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Generates a cache key from a crawler object.
getCacheKey(String, String[], String[], String[], String[]) - Method in class org.codelibs.fess.helper.PopularWordHelper
Generates a cache key based on the provided parameters.
getCacheResponseFields() - Method in class org.codelibs.fess.query.QueryFieldConfig
Gets the fields that are included in cache search responses.
getCanonicalSessionId(String) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Extracts the canonical session ID by removing any suffix after the first hyphen.
getCanonicalUrl(ResponseData, Document) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Extracts the canonical URL from the HTML document.
getCharMappingFile(String) - Method in class org.codelibs.fess.app.service.CharMappingService
Retrieves the character mapping file for the specified dictionary ID.
getCharMappingItem(String, long) - Method in class org.codelibs.fess.app.service.CharMappingService
Retrieves a specific character mapping item by its ID from the specified dictionary.
getCharMappingList(String, CharMappingPager) - Method in class org.codelibs.fess.app.service.CharMappingService
Retrieves a paginated list of character mapping items from the specified dictionary.
getChatApiHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the chat API helper component.
getChatClient() - Method in class org.codelibs.fess.api.v2.handlers.ChatHandler
Resolves the RAG ChatClient.
getChatClient() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the chat client component.
getChatContentFetcher() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the chat content fetcher component.
getChatSessionManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the chat session manager component.
getChildDocumentList(SearchEngineClient, String, String[]) - Method in class org.codelibs.fess.helper.IndexingHelper
Retrieves all child documents that belong to the specified parent document.
getChildUrlRules(ResponseData, ResultData) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Gets child URL extraction rules from configuration.
getChildUrlSet(SearchEngineClient, String) - Method in class org.codelibs.fess.crawler.FessCrawlerThread
Retrieves child URLs for a given document ID from the search engine index.
getCipher(String) - Static method in class org.codelibs.fess.util.ComponentUtil
Gets a cached cipher by name.
getClassesPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to compiled classes directory.
getClickCount(String) - Method in class org.codelibs.fess.helper.SearchLogHelper
Gets the click count for a URL.
getClickLogNdjsonWriteCall() - Static method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Get the write call for click log ndjson.
getClient() - Method in class org.codelibs.fess.llm.LlmClientManager
Gets the LLM client instance for the configured LLM type.
getClient(String) - Method in class org.codelibs.fess.crawler.FessCrawlerThread
Retrieves the appropriate crawler client for the given URL based on configured rules.
getClientId() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Gets the Entra ID client ID from configuration.
getClientIp() - Method in class org.codelibs.fess.helper.ActivityHelper
Get the client IP.
getClientIp(HttpServletRequest) - Method in class org.codelibs.fess.helper.RateLimitHelper
Get the client IP address from the request, considering proxy headers.
getClientIp(HttpServletRequest) - Method in class org.codelibs.fess.helper.ViewHelper
Gets the client IP address from the request.
getClientRuleList(String) - Method in class org.codelibs.fess.crawler.FessCrawlerThread
Parses client rule configuration string into a list of client name and pattern pairs.
getClients() - Method in class org.codelibs.fess.llm.LlmClientManager
Gets all registered LLM clients.
getClientSecret() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Gets the Entra ID client secret from configuration.
getClusterName() - Method in class org.codelibs.fess.entity.PingResponse
Gets the cluster name.
getClusterStatus() - Method in class org.codelibs.fess.entity.PingResponse
Gets the cluster status.
getCollapseBuilder(FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Gets the collapse builder for result grouping.
getCompletionTokens() - Method in class org.codelibs.fess.llm.LlmChatResponse
Gets the number of completion tokens.
getComponent(Class<T>) - Static method in class org.codelibs.fess.util.ComponentUtil
Gets a component by its class type.
getComponent(String) - Static method in class org.codelibs.fess.util.ComponentUtil
Gets a component by its name.
getComponentName() - Method in exception class org.codelibs.fess.exception.ContainerNotAvailableException
Gets the name of the component that is not available.
getConcurrencyWaitTimeoutMs() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the timeout for waiting to acquire a concurrency permit (ms).
getConditions() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getConditions() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getConditions() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getConditions() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getConditions() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the conditions.
getConditions() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getConfig(String) - Method in class org.codelibs.fess.crawler.util.FieldConfigs
Retrieves the configuration for the specified field name.
getConfigInt(String, int) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets an integer configuration value using the config prefix and key suffix.
getConfigPrameterMap(ResponseData, CrawlingConfig.ConfigName) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Retrieves configuration parameter map for the given configuration name.
getConfigPrefix() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the configuration prefix for this provider.
getConfigType(String) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Determines the configuration type from a given config ID.
getConfOrClassesPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to configuration files, falling back to classpath resources if not found.
getConfPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to configuration files.
getContent() - Method in class org.codelibs.fess.entity.ChatMessage
Gets the message content.
getContent() - Method in class org.codelibs.fess.llm.LlmChatResponse
Gets the response content.
getContent() - Method in class org.codelibs.fess.llm.LlmMessage
Gets the message content.
getContent(CrawlingConfig, ResponseData, String, Map<String, Object>) - Method in class org.codelibs.fess.helper.DocumentHelper
Processes and normalizes document content.
getContentDescription(Map<String, Object>) - Method in class org.codelibs.fess.helper.ViewHelper
Gets the content description from highlighted fields.
getContentResponse(DictionaryFile<? extends DictionaryItem>) - Method in class org.codelibs.fess.dict.DictionaryManager
Gets the HTTP response containing the content of a dictionary file.
getContentSize() - Method in class org.codelibs.fess.util.DocList
Gets the total content size of all documents in this list.
getContentTitle(Map<String, Object>) - Method in class org.codelibs.fess.helper.ViewHelper
Gets the display title for a document.
getContentXpath(FessConfig, Map<String, String>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Gets the XPath expression for extracting content.
getContextMaxChars(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum characters for context building for a specific prompt type.
getContextPath() - Static method in class org.codelibs.fess.FessBoot
Gets the context path for the web application from system properties.
getCookieRememberMeKey() - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Gets the cookie remember-me key for persistent login.
getCoordinatorHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the coordinator helper component.
getCorsHandlerFactory() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the CORS handler factory component.
getCount() - Method in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Gets the count of processed files.
getCrawlerClientCreator() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the crawler client creator component.
getCrawlerClientFactory() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the crawler client factory component.
getCrawlerJobList() - Method in class org.codelibs.fess.app.service.ScheduledJobService
Gets a list of crawler jobs.
getCrawlerStatsHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the crawler stats helper component.
getCrawlingConfig(String) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
Gets the crawling configuration for the specified session ID.
getCrawlingConfig(String) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves a crawling configuration by its config ID.
getCrawlingConfig(ResponseData) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Retrieves the crawling configuration for the given response data.
getCrawlingConfigHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the crawling configuration helper component.
getCrawlingInfo(String) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Retrieves a single crawling information record by its unique identifier.
getCrawlingInfoHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the crawling info helper component.
getCrawlingInfoId() - Method in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Gets the crawling information ID for this thread.
getCrawlingInfoList(CrawlingInfoPager) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Retrieves a paginated list of crawling information records based on the provided pager criteria.
getCrawlingInfoParamList(String) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Retrieves all parameters associated with a specific crawling information record.
getCrawlingInfoService() - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Retrieves the CrawlingInfoService component instance.
getCreatedAt() - Method in class org.codelibs.fess.entity.ChatSession
Gets the creation timestamp.
getCssPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to CSS files directory.
getCurlHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the curl helper component.
getCurrentCal() - Method in class org.codelibs.fess.helper.IntervalControlHelper
Gets the current calendar instance set to the system time.
getCurrentEndRecordNumber() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the ending record number for the current page.
getCurrentEndRecordNumber() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the record number of the last record on the current page (1-based).
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Get the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.BadWordPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Gets the current page number (1-based).
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Gets the current page number being displayed.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Gets the current page number being displayed.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Gets the current page number (1-based).
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.GroupPager
Gets the current page number being displayed.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.JobLogPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.PathMapPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Gets the current page number being displayed.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Gets the current page number being displayed.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Gets the current page number being displayed.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.RolePager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Gets the current page number being displayed.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Gets the current page number (1-based).
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.SynonymPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.UserPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Gets the current page number.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.web.admin.failureurl.EditForm
Returns the current page number for pagination.
getCurrentPageNumber() - Method in class org.codelibs.fess.app.web.api.admin.BaseSearchBody
Gets the current page number for search results.
getCurrentPageNumber() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
Returns the current page number (1-based).
getCurrentPageNumber() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the current page number being displayed.
getCurrentPageNumber() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the current page number (1-based).
getCurrentScheduledJob() - Method in class org.codelibs.fess.script.groovy.GroovyEngine
Gets the current scheduled job from the thread-local job runtime.
getCurrentStartRecordNumber() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the starting record number for the current page.
getCurrentStartRecordNumber() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the record number of the first record on the current page (1-based).
getCurrentTime() - Method in class org.codelibs.fess.helper.RoleQueryHelper
Gets the current time in milliseconds.
getCurrentTime() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the current time as a Date object.
getCurrentTimeAsLocalDateTime() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the current time as a LocalDateTime object.
getCurrentTimeAsLong() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the current time in milliseconds.
getCurrentTimeMillis() - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Gets the current system time in milliseconds.
getData(AccessResultData<?>) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
 
getData(AccessResultData<?>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Deserializes data from access result data.
getDataConfig(String) - Method in class org.codelibs.fess.app.service.DataConfigService
Retrieves a data configuration by its unique identifier.
getDataConfig(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Get a data config from a form.
getDataConfigByName(String) - Method in class org.codelibs.fess.app.service.DataConfigService
Retrieves a data configuration by its name.
getDataConfigIdList() - Method in class org.codelibs.fess.exec.Crawler.Options
Parses the data configuration IDs string into a list.
getDataConfigList(DataConfigPager) - Method in class org.codelibs.fess.app.service.DataConfigService
Retrieves a paginated list of data configurations based on search criteria.
getDataConfigListByIds(List<String>) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves data crawling configurations filtered by a list of IDs.
getDataIndex() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the name of the data index for the crawler.
getDataMap(Map<String, Object>) - Static method in class org.codelibs.fess.entity.DataStoreParams
Extracts the underlying data map from a parameter map.
getDataReplicas() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the number of replicas for the data index.
getDataService() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the data service component.
getDataShards() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the number of shards for the data index.
getDataStore(String) - Method in class org.codelibs.fess.ds.DataStoreFactory
Retrieves a data store instance by name.
getDataStoreFactory() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the data store factory component.
getDataStoreNames() - Method in class org.codelibs.fess.ds.DataStoreFactory
Returns an array of available data store names discovered from plugin JAR files.
getDefaultConfig(CrawlingConfig.ConfigType) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves the default crawling configuration template for a given configuration type.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Get the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.BadWordPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Gets the default current page number from constants.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Returns the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Returns the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.GroupPager
Returns the default current page number for pagination.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.JobLogPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.PathMapPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Gets the default current page number from system constants.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Gets the default current page number from system constants.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.RolePager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Gets the default current page number, which is 1.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.SynonymPager
Gets the default current page number, which is 1.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.UserPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Gets the default current page number.
getDefaultCurrentPageNumber() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Gets the default current page number.
getDefaultEntityCreator() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets the default entity creator for converting search hits to maps.
getDefaultFacetInfo() - Method in class org.codelibs.fess.helper.QueryHelper
Gets the default facet information configuration.
getDefaultField() - Method in class org.codelibs.fess.entity.QueryContext
Gets the default field for this query context.
getDefaultGeoInfo() - Method in class org.codelibs.fess.helper.QueryHelper
Gets the default geographic information configuration.
getDefaultGroupList() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Gets the default group list for users.
getDefaultGroupsAsArray() - Static method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential
Gets the default groups as an array.
getDefaultGroupsAsArray() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential
Gets the default groups as an array.
getDefaultHelpLink(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the default help link for a given URL.
getDefaultInteger(String, Integer) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Retrieves an integer value from system properties with a default fallback.
getDefaultKeyword() - Method in class org.codelibs.fess.entity.QueryContext
Gets the default field keywords from the field log.
getDefaultLong(String, Long) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Retrieves a long value from system properties with a default fallback.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Get the default page size.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.BadWordPager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Returns the default page size from the system configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Returns the default page size from the system configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Gets the default page size from the system configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.GroupPager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.JobLogPager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns the default page size.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns the default page size.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns the default page size.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.PathMapPager
Gets the default page size.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Gets the default page size from system configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Gets the default page size from system configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Gets the default page size from system configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.RolePager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.SynonymPager
Gets the default page size from the Fess configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.UserPager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Gets the default page size from configuration.
getDefaultPageSize() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Gets the default page size from configuration.
getDefaultRoleList() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Gets the default role list for users.
getDefaultRolesAsArray() - Static method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential
Gets the default roles as an array.
getDefaultRolesAsArray() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential
Gets the default roles as an array.
getDefaultString(String, String) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Retrieves a string value from system properties with a default fallback.
getDefaultValue() - Method in class org.codelibs.fess.helper.FileTypeHelper
Gets the default file type value used when MIME type is not found.
getDelay() - Method in class org.codelibs.fess.helper.IntervalControlHelper
Calculates the delay in milliseconds based on current time and configured rules.
getDelay() - Method in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Gets the delay amount for this rule.
getDelayMillisAfterProcessing() - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Gets the delay time in milliseconds after processing a URL.
getDelayMillisAtNoUrlInQueue() - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Gets the delay time in milliseconds when there are no URLs in the queue.
getDelayMillisBeforeProcessing() - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Gets the delay time in milliseconds before processing a URL.
getDelayMillisForWaitingNewUrl() - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Gets the delay time in milliseconds for waiting for new URLs.
getDescription() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the optional description.
getDesignJspFile(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets a design JSP file for a given path.
getDesignJspFileName(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the design JSP file name for a given key.
getDesignJspFileNames() - Method in class org.codelibs.fess.helper.SystemHelper
Gets an array of design JSP file names.
getDetectText(String) - Method in class org.codelibs.fess.helper.LanguageHelper
Returns the text to be used for language detection.
getDictionaryFile(String) - Method in class org.codelibs.fess.dict.DictionaryManager
Retrieves a specific dictionary file by its ID.
getDictionaryFiles() - Method in class org.codelibs.fess.dict.DictionaryManager
Retrieves all available dictionary files from the ConfigSync storage.
getDictionaryManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the dictionary manager component.
getDictionaryPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to dictionary files directory.
getDigest(ResponseData, String, Map<String, Object>, int) - Method in class org.codelibs.fess.helper.DocumentHelper
Creates a digest (abbreviated summary) of document content.
getDigestXpath(FessConfig, Map<String, String>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Gets the XPath expression for extracting digest information.
getDirContext(Supplier<Hashtable<String, String>>) - Method in class org.codelibs.fess.ldap.LdapManager
Gets the directory context.
getDirectAnswerSystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the system prompt for direct answer generation.
getDisplayId() - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.EditForm
Returns a display-friendly identifier combining the dictionary ID and entry ID.
getDisplayId() - Method in class org.codelibs.fess.app.web.admin.dict.mapping.EditForm
Returns a display-friendly identifier combining the dictionary ID and entry ID.
getDisplayId() - Method in class org.codelibs.fess.app.web.admin.dict.protwords.EditForm
Returns a display-friendly identifier combining the dictionary ID and entry ID.
getDisplayId() - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.EditForm
Returns a display-friendly identifier combining the dictionary ID and entry ID.
getDisplayId() - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.EditForm
Returns a display-friendly identifier combining the dictionary ID and entry ID.
getDisplayId() - Method in class org.codelibs.fess.app.web.admin.dict.synonym.EditForm
Returns a display-friendly identifier combining the dictionary ID and entry ID.
getDisplayName() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the human-readable display name.
getDisplayQuery(SearchForm, List<Map<String, String>>) - Method in class org.codelibs.fess.app.web.search.SearchAction
Gets the display query.
getDoc(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Retrieves or creates a document entity based on the form data.
getDocId() - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Gets the document ID.
getDocId(Path) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Extracts the document ID from a file path.
getDocIds() - Method in class org.codelibs.fess.chat.ChatContentRequest
Returns the relevant document ids.
getDocument(String, SearchEngineClient.SearchCondition<SearchRequestBuilder>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Retrieves a single document matching the search condition.
getDocument(String, SearchEngineClient.SearchCondition<SearchRequestBuilder>, SearchEngineClient.EntityCreator<T, SearchResponse, SearchHit>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Retrieves a single document with custom entity creation.
getDocument(SearchEngineClient, String, String[]) - Method in class org.codelibs.fess.helper.IndexingHelper
Retrieves a document from the search index by its ID.
getDocumentByDocId(String, String[], OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.helper.SearchHelper
Retrieves a single document by its document ID.
getDocumentCount(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets the document count of an index.
getDocumentExpires(CrawlingConfig) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Calculates the document expiration date based on crawling configuration.
getDocumentHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the document helper component.
getDocumentItems() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the list of search result documents.
getDocumentList() - Method in class org.codelibs.fess.rank.fusion.SearchResult
Gets the list of documents returned by the search query.
getDocumentList(String, SearchEngineClient.SearchCondition<SearchRequestBuilder>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Retrieves a list of documents matching the search condition.
getDocumentList(String, SearchEngineClient.SearchCondition<SearchRequestBuilder>, SearchEngineClient.EntityCreator<T, SearchResponse, SearchHit>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Retrieves a list of documents with custom entity creation.
getDocumentList(KeyMatch) - Method in class org.codelibs.fess.helper.KeyMatchHelper
Retrieves a list of documents based on the KeyMatch query.
getDocumentListByDocIds(String[], String[], OptionalThing<FessUserBean>, SearchRequestParams.SearchRequestType) - Method in class org.codelibs.fess.helper.SearchHelper
Retrieves multiple documents by their document IDs.
getDocumentListByPrefixId(SearchEngineClient, String, String[]) - Method in class org.codelibs.fess.helper.IndexingHelper
Retrieves a list of documents whose IDs start with the specified prefix.
getDocumentListByQuery(SearchEngineClient, QueryBuilder, String[]) - Method in class org.codelibs.fess.helper.IndexingHelper
Retrieves a list of documents that match the specified query.
getDocumentNotFoundSystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the system prompt for document-not-found responses.
getDocuments() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchResult
Gets the search result documents.
getDocumentSize() - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
 
getDocumentSize() - Method in interface org.codelibs.fess.ds.callback.IndexUpdateCallback
Returns the total number of documents processed by this callback.
getDocumentSize() - Method in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Returns the total number of documents processed.
getDocumentSize() - Method in class org.codelibs.fess.indexer.IndexUpdater
Gets the total number of documents processed.
getDocumentSizeByQuery(SearchEngineClient, QueryBuilder, FessConfig) - Method in class org.codelibs.fess.helper.IndexingHelper
Gets the total number of documents that match the specified query.
getDocumentUrl() - Method in class org.codelibs.fess.llm.IntentDetectionResult
Returns the document URL for summary intent.
getDocumentWordsNum() - Method in class org.codelibs.fess.helper.SuggestHelper
Gets the number of words from documents in the suggest index.
getDummyBcryptHash() - Method in class org.codelibs.fess.helper.PasswordHashHelper
Returns the dummy BCrypt hash used by PasswordHashHelper.applyTimingPadding(), generating it lazily on first access using the configured BCrypt cost.
getDuplicateHost(String) - Method in class org.codelibs.fess.app.service.DuplicateHostService
Retrieves a duplicate host configuration by its unique identifier.
getDuplicateHost(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Gets a duplicate host entity from the form, setting audit fields.
getDuplicateHostHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the duplicate host helper component.
getDuplicateHostList() - Method in class org.codelibs.fess.app.service.DuplicateHostService
Retrieves all duplicate host configurations without pagination.
getDuplicateHostList(DuplicateHostPager) - Method in class org.codelibs.fess.app.service.DuplicateHostService
Retrieves a paginated list of duplicate host configurations based on search criteria.
getElevateWord(String) - Method in class org.codelibs.fess.app.service.ElevateWordService
Retrieves a specific elevate word by its ID, including associated label type information.
getElevateWord(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Creates and populates an ElevateWord entity from form data.
getElevateWordList(ElevateWordPager) - Method in class org.codelibs.fess.app.service.ElevateWordService
Retrieves a paginated list of elevate words based on the provided pager criteria.
getEncodedId() - Method in class org.codelibs.fess.storage.StorageItem
Returns the base64-encoded ID of the item.
getEncoders() - Method in class org.codelibs.fess.helper.PasswordHashHelper
Returns the encoder map, initializing it lazily on first access.
getEngineInfo() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets information about the search engine.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Get a data config entity from a form.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Creates a duplicate host entity based on the form and current user context.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Creates an ElevateWord entity based on the form and operation mode.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Gets a file authentication entity based on the form and current user info.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Gets a file configuration entity based on the form and current user info.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Gets a key match entity based on the form and current user info.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Gets a label type entity based on the form and current user info.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Creates a RequestHeader entity from form data with user and timestamp information.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Retrieves or creates a WebAuthentication entity based on the form's CRUD mode.
getEntity(CreateForm, String, long) - Static method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Retrieves or creates a WebConfig entity based on the form's CRUD mode.
getEntry() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the entry-point file (defaults to index.html).
getEnvironment() - Method in class org.codelibs.fess.ldap.LdapUser
Returns the environment for LDAP connection.
getEnvItems() - Static method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Gets a list of environment variables as key-value pairs.
getEnvMap() - Method in class org.codelibs.fess.helper.ActivityHelper
Get the environment map.
getEnvMap() - Method in class org.codelibs.fess.helper.SystemHelper
Gets a map of environment variables.
getEnvPath(String, String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to environment-specific files directory.
getEolLink() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the resolved online help link for end-of-life information.
getErrorCode() - Method in exception class org.codelibs.fess.llm.LlmException
Gets the error code.
getEvaluationDescriptionMaxChars() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum number of characters for evaluation description.
getEvaluationMaxRelevantDocs() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum number of relevant documents for evaluation.
getEvaluationPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the evaluation prompt for relevance checking.
getEventType() - Method in interface org.codelibs.fess.entity.SearchLogEvent
Gets the type of this search log event.
getExcludedUrlList(String) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves a list of URLs that should be excluded from crawling based on failure counts.
getExecTime() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the formatted execution time for the search request.
getExecTime() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the total execution time for the search request in milliseconds.
getExecuteTime() - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
 
getExecuteTime() - Method in interface org.codelibs.fess.ds.callback.IndexUpdateCallback
Returns the total execution time for index update operations.
getExecuteTime() - Method in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Returns the total execution time for all operations.
getExecuteTime() - Method in class org.codelibs.fess.indexer.IndexUpdater
Gets the total execution time for index updates.
getExecuteType() - Method in class org.codelibs.fess.job.CrawlJob
 
getExecuteType() - Method in class org.codelibs.fess.job.ExecJob
Returns the execution type identifier for this job.
getExecuteType() - Method in class org.codelibs.fess.job.GenerateThumbnailJob
 
getExecuteType() - Method in class org.codelibs.fess.job.PythonJob
Returns the execution type identifier for Python jobs.
getExecuteType() - Method in class org.codelibs.fess.job.SuggestJob
 
getExpiration() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator.StateData
Gets the expiration timestamp.
getExpiredTime(int) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Calculates the expiration time in milliseconds from the current time.
getExpiry() - Method in class org.codelibs.fess.job.PurgeThumbnailJob
Gets the expiration time for thumbnails.
getExtensionFromMimeType(String) - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Gets file extension from MIME type for creating temp files with proper extensions.
getExtractData(Extractor, InputStream, Map<String, String>) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Get the extracted data.
getExtractor(ResponseData) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Get the extractor.
getExtractor(ResponseData) - Method in class org.codelibs.fess.crawler.transformer.FessFileTransformer
Gets the appropriate extractor for the given response data.
getExtractor(ResponseData) - Method in class org.codelibs.fess.crawler.transformer.FessStandardTransformer
Gets the appropriate extractor for the given response data.
getExtractorFactory() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the extractor factory component.
getExtraParam(String) - Method in class org.codelibs.fess.llm.LlmChatRequest
Gets a single extra parameter value.
getExtraParams() - Method in class org.codelibs.fess.llm.LlmChatRequest
Gets the extra parameters for provider-specific settings.
getExtraQueries() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getExtraQueries() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getExtraQueries() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getExtraQueries() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getExtraQueries() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the extra queries.
getExtraQueries() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getFacetFields() - Method in class org.codelibs.fess.query.QueryFieldConfig
Gets the fields that can be used for faceted search.
getFacetInfo() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getFacetInfo() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getFacetInfo() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getFacetInfo() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getFacetInfo() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the facet info.
getFacetInfo() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getFacetQueryViewList() - Method in class org.codelibs.fess.helper.ViewHelper
Gets the list of facet query views.
getFacetResponse() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the facet response containing aggregated search facets.
getFacetResponse() - Method in class org.codelibs.fess.rank.fusion.SearchResult
Gets the facet response containing aggregated facet information.
getFacetResponse() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the facet response containing aggregated search facets and their counts.
getFailureUrl(String) - Method in class org.codelibs.fess.app.service.FailureUrlService
Retrieves a specific failure URL by its ID.
getFailureUrlList(FailureUrlPager) - Method in class org.codelibs.fess.app.service.FailureUrlService
Retrieves a paginated list of failure URLs based on the provided pager criteria.
getFaqAnswerSystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the system prompt for FAQ answer generation.
getFavoriteCount(String) - Method in class org.codelibs.fess.helper.SearchLogHelper
Gets the favorite count for a URL.
getFavoriteLogNdjsonWriteCall() - Static method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Get the write call for favorite log ndjson.
getFesenHttpUrl() - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the HTTP URL for the OpenSearch (Fesen) server.
getFessConfig() - Method in class org.codelibs.fess.crawler.transformer.FessFileTransformer
Gets the Fess configuration instance.
getFessConfig() - Method in class org.codelibs.fess.crawler.transformer.FessStandardTransformer
Gets the Fess configuration instance.
getFessConfig() - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Gets the Fess configuration instance.
getFessConfig() - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Returns the Fess configuration instance.
getFessConfig() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the Fess configuration component.
getFessPropItems(FessConfig) - Static method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Gets a list of Fess-specific configuration properties as key-value pairs.
getFieldList() - Method in class org.codelibs.fess.util.FacetResponse
Gets the list of field facets.
getFieldLogMap() - Method in class org.codelibs.fess.entity.QueryContext
Gets the field log map containing field names and their associated query terms.
getFieldQuery(String, String, boolean) - Method in class org.codelibs.fess.query.parser.QueryParser.LuceneQueryParser
Overrides the field query creation to handle quoted queries specially.
getFields() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getFields() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getFields() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getFields() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getFields() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the fields.
getFields() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getFileAuthentication(String) - Method in class org.codelibs.fess.app.service.FileAuthenticationService
Retrieves a specific file authentication configuration by its ID.
getFileAuthentication(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Gets a file authentication entity from the form with system info.
getFileAuthenticationList(String) - Method in class org.codelibs.fess.app.service.FileAuthenticationService
Retrieves all file authentication configurations associated with a specific file configuration.
getFileAuthenticationList(FileAuthPager) - Method in class org.codelibs.fess.app.service.FileAuthenticationService
Retrieves a paginated list of file authentication configurations.
getFileConfig() - Method in class org.codelibs.fess.util.GsaConfigParser
Gets the file crawling configuration generated from the parsed GSA config.
getFileConfig(String) - Method in class org.codelibs.fess.app.service.FileConfigService
Retrieves a file configuration by its unique identifier.
getFileConfig(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Gets a file configuration entity from the form with system info.
getFileConfigByName(String) - Method in class org.codelibs.fess.app.service.FileConfigService
Retrieves a file configuration by its name.
getFileConfigIdList() - Method in class org.codelibs.fess.exec.Crawler.Options
Parses the file configuration IDs string into a list.
getFileConfigList(FileConfigPager) - Method in class org.codelibs.fess.app.service.FileConfigService
Retrieves a paginated list of file configurations based on the provided pager criteria.
getFileConfigListByIds(List<String>) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves file crawling configurations filtered by a list of IDs.
getFileExtension() - Method in class org.codelibs.fess.job.HtmlIndexExportFormatter
 
getFileExtension() - Method in interface org.codelibs.fess.job.IndexExportFormatter
Returns the file extension for this format (e.g.
getFileExtension() - Method in class org.codelibs.fess.job.JsonIndexExportFormatter
 
getFileItems(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Retrieves a list of files and directories from the storage system.
getFileName() - Method in class org.codelibs.fess.helper.PluginHelper.Artifact
Gets the filename of the artifact JAR file.
getFileName(String, String) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Extracts the filename from a URL, handling various protocols and URL decoding.
getFileProtocols() - Method in class org.codelibs.fess.helper.ProtocolHelper
Returns the array of supported file protocols.
getFileRoleTypeList(ResponseData) - Method in class org.codelibs.fess.helper.PermissionHelper
Extracts role type information from file system response data.
getFileTypeHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the file type helper component.
getFilteredEnvMap(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets a map of filtered environment variables.
getFilterIndex() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the name of the filter index for the crawler.
getFilterName() - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator.SpnegoConfig
Gets the filter name for this SPNEGO configuration.
getFilterPath(String) - Method in class org.codelibs.fess.util.GsaConfigParser
Converts a GSA URL pattern into a regular expression pattern suitable for Fess.
getFilterReplicas() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the number of replicas for the filter index.
getFilterShards() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the number of shards for the filter index.
getFinishReason() - Method in class org.codelibs.fess.llm.LlmChatResponse
Gets the finish reason.
getFormatType(HttpServletRequest) - Method in class org.codelibs.fess.api.BaseApiManager
Gets the format type for the request.
getForumLink() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the link to the Fess forum.
getFragmentOffset() - Method in class org.codelibs.fess.entity.HighlightInfo
Gets the fragment offset.
getFragmentSize() - Method in class org.codelibs.fess.entity.HighlightInfo
Gets the fragment size.
getFtpRoleTypeList(ResponseData) - Method in class org.codelibs.fess.helper.PermissionHelper
Extracts role type information from FTP (File Transfer Protocol) response data.
getFulltextThreshold() - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Returns the content_length threshold above which highlighted passages are used.
getGeoInfo() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getGeoInfo() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getGeoInfo() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getGeoInfo() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getGeoInfo() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the geo info.
getGeoInfo() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getGoUrl() - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Gets the go link URL for navigation.
getGroup(String) - Method in class org.codelibs.fess.app.service.GroupService
Retrieves a specific group by its ID and applies LDAP manager settings.
getGroup(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Gets a group entity from the form with attributes.
getGroupList(GroupPager) - Method in class org.codelibs.fess.app.service.GroupService
Retrieves a paginated list of groups based on the provided pager criteria.
getGroupNames() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
 
getGroupNames() - Method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
 
getGroupNames() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
 
getGroupNames() - Method in interface org.codelibs.fess.entity.FessUser
Gets the user's assigned group names.
getGroupNames() - Method in class org.codelibs.fess.ldap.LdapUser
 
getHandler() - Method in class org.codelibs.fess.cors.CorsResolution
Returns the handler to process the request.
getHelpLink(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the help link for a specific page.
getHelpUrl(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the help URL for a given base URL.
getHighlightContentField() - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Returns the document-map key that holds the highlight passage for the content field (the highlight prefix joined with the content field name, e.g.
getHighlightedFields() - Method in class org.codelibs.fess.query.QueryFieldConfig
Gets the fields that can be highlighted in search results.
getHighlightedQuerySet() - Method in class org.codelibs.fess.entity.QueryContext
Gets the set of highlighted query terms.
getHighlightInfo() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getHighlightInfo() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getHighlightInfo() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getHighlightInfo() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getHighlightInfo() - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher.AnswerHighlightSearchParams
 
getHighlightInfo() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the highlight info.
getHighlightInfo() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getHighlightPrefix() - Method in class org.codelibs.fess.helper.QueryHelper
Gets the current highlight prefix used for highlight field names.
getHistoryAssistantMaxChars() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum characters for assistant message content in history.
getHistoryAssistantMaxChars() - Method in interface org.codelibs.fess.llm.LlmClient
Gets the maximum characters for assistant message in history.
getHistoryAssistantSummaryMaxChars() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum characters for assistant summary content in history.
getHistoryAssistantSummaryMaxChars() - Method in interface org.codelibs.fess.llm.LlmClient
Gets the maximum characters for assistant summary in history.
getHistoryMaxChars() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum characters for conversation history in LLM requests.
getHomepage() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the optional homepage URL.
getHost(String) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Extracts the host name from a URL string.
getHostInfo() - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Gets host information including hostname and IP address.
getHostKey(RelatedContent) - Method in class org.codelibs.fess.helper.RelatedContentHelper
Extracts the virtual host key from a RelatedContent entity.
getHostKey(RelatedQuery) - Method in class org.codelibs.fess.helper.RelatedQueryHelper
Extracts the virtual host key from a RelatedQuery entity.
getHostname() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the hostname of the local machine.
getHostOnFile(String) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Get the host on file.
getHtmlContent() - Method in class org.codelibs.fess.entity.ChatMessage
Gets the HTML-rendered content.
getHtmlResponse() - Method in class org.codelibs.fess.app.web.base.FessLoginAction
Returns the appropriate HTML response for login handling.
getHttpClient() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the HTTP client, initializing it if necessary.
getId() - Method in enum class org.codelibs.fess.app.web.api.ApiResult.Status
Gets the numeric ID of the status.
getId() - Method in class org.codelibs.fess.dict.DictionaryFile
Returns the unique identifier of this dictionary file.
getId() - Method in class org.codelibs.fess.dict.DictionaryItem
Gets the unique identifier for this dictionary item.
getId() - Method in class org.codelibs.fess.entity.ChatMessage
Gets the message ID.
getId() - Method in interface org.codelibs.fess.entity.SearchLogEvent
Gets the unique identifier for this search log event.
getId() - Method in class org.codelibs.fess.helper.CrawlerStatsHelper.StatsKeyObject
Gets the unique identifier for this statistics key object.
getId() - Method in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Gets the ID prefix for this artifact type.
getId() - Method in class org.codelibs.fess.helper.UserInfoHelper
Generates a new unique identifier for user tracking.
getId(String) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Extracts the actual ID from a config ID by removing the type prefix.
getImageFilename(String) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Gets the image filename for a document based on its document ID.
getImageFilename(Map<String, Object>) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Gets the image filename for a document based on its document map.
getImageMimeType(File) - Method in class org.codelibs.fess.app.web.thumbnail.ThumbnailAction
Determines the MIME type of an image file based on its file extension.
getImagePath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to image files directory.
getIndex() - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Gets the source index.
getIndexFileName() - Method in class org.codelibs.fess.job.HtmlIndexExportFormatter
 
getIndexFileName() - Method in interface org.codelibs.fess.job.IndexExportFormatter
Returns the default index file name for this format (e.g.
getIndexFileName() - Method in class org.codelibs.fess.job.JsonIndexExportFormatter
 
getIndexingHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the indexing helper component.
getIndexName() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Returns the coordinator index name, adjusted for the configured index prefix.
getIndexUpdater() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the index updater component.
getInetAddressByName(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Resolves a hostname to an InetAddress.
getInfoMap(String) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Retrieves all crawling information parameters for the specified session as a map.
getIngesters() - Method in class org.codelibs.fess.ingest.IngestFactory
Returns the array of registered ingesters sorted by priority.
getIngestFactory() - Method in class org.codelibs.fess.ingest.Ingester
Gets the ingest factory instance for managing ingesters.
getIngestFactory() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the ingest factory component.
getInitFacetParamMap() - Method in class org.codelibs.fess.helper.ViewHelper
Gets the initial facet parameter mappings.
getInitGeoParamMap() - Method in class org.codelibs.fess.helper.ViewHelper
Gets the initial geographic parameter mappings.
getInitParameter(String) - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator.SpnegoConfig
Gets the initialization parameter value for the given parameter name.
getInitParameterNames() - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator.SpnegoConfig
Gets the names of all initialization parameters.
getInput() - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
Gets the input value for this item.
getInput() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Gets the original input word.
getInput() - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
Gets the original stopword.
getInputs() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Returns the array of input character sequences that are mapped to the output.
getInputs() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Gets the original input words.
getInputStreamThread() - Method in class org.codelibs.fess.util.JobProcess
Returns the input stream thread that handles process output.
getInputsValue() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Returns all input sequences joined with newline characters as a single string.
getInputsValue() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Gets the input words as a newline-separated string.
getInputValue() - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
Gets the input value or empty string if null.
getInputValue() - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
Gets the value of the stopword.
getInstallationLink() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the resolved online help link for the installation guide.
getInstalledArtifacts(PluginHelper.ArtifactType) - Method in class org.codelibs.fess.helper.PluginHelper
Gets the list of installed artifacts of the specified type.
getInstanceId() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the instance ID for this Fess instance.
getIntent() - Method in class org.codelibs.fess.llm.IntentDetectionResult
Returns the detected intent type.
getIntentDetectionPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the intent detection prompt template.
getIntentHistoryMaxChars() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum characters for intent detection history.
getIntentHistoryMaxMessages() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum number of history messages for intent detection.
getIntervalControlHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the interval control helper component.
getJarFile(PluginHelper.Artifact) - Method in class org.codelibs.fess.helper.ThemeHelper
Gets the JAR file path for the given artifact.
getJarFiles(String) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets JAR files from the WEB-INF/lib directory that start with the specified prefix.
getJavaScriptPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to JavaScript files directory.
getJavaVersion() - Static method in class org.codelibs.fess.util.JvmUtil
Gets the major version number of the current Java runtime.
getJobExecutor(String) - Static method in class org.codelibs.fess.util.ComponentUtil
Gets a job executor by name.
getJobHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the job helper component.
getJobLog(String) - Method in class org.codelibs.fess.app.service.JobLogService
Retrieves a specific job log by its ID.
getJobLogList(JobLogPager) - Method in class org.codelibs.fess.app.service.JobLogService
Retrieves a paginated list of job logs based on the provided pager configuration.
getJobManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the job manager component.
getJobRuntime() - Method in class org.codelibs.fess.helper.JobHelper
Gets the job runtime for the current thread.
getKeyMatch(String) - Method in class org.codelibs.fess.app.service.KeyMatchService
Get a key match.
getKeyMatch(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Gets a key match entity from the form with system info.
getKeyMatchHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the key match helper component.
getKeyMatchList(KeyMatchPager) - Method in class org.codelibs.fess.app.service.KeyMatchService
Get a list of key matches.
getKind() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the manifest kind.
getKuromojiFile(String) - Method in class org.codelibs.fess.app.service.KuromojiService
Get a Kuromoji file.
getKuromojiItem(String, long) - Method in class org.codelibs.fess.app.service.KuromojiService
Get a Kuromoji item.
getKuromojiList(String, KuromojiPager) - Method in class org.codelibs.fess.app.service.KuromojiService
Get a list of Kuromoji items.
getLabel() - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Returns the label.
getLabelType(String) - Method in class org.codelibs.fess.app.service.LabelTypeService
Get a label type.
getLabelType(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Gets a label type entity from the form with system info.
getLabelTypeHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the label type helper component.
getLabelTypeItemList(SearchRequestParams.SearchRequestType) - Method in class org.codelibs.fess.helper.LabelTypeHelper
Returns a list of label type items.
getLabelTypeItemList(SearchRequestParams.SearchRequestType, Locale) - Method in class org.codelibs.fess.helper.LabelTypeHelper
Returns a list of label type items.
getLabelTypeList() - Method in class org.codelibs.fess.app.service.LabelTypeService
Get a list of all label types.
getLabelTypeList(LabelTypePager) - Method in class org.codelibs.fess.app.service.LabelTypeService
Get a list of label types.
getLabelTypes() - Method in class org.codelibs.fess.util.GsaConfigParser
Gets all label types (collections) parsed from the GSA configuration.
getLanguageHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the language helper component.
getLanguageInstruction() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the language instruction based on the user's locale.
getLanguageItems(Locale) - Method in class org.codelibs.fess.helper.SystemHelper
Gets a list of language items for a given locale.
getLanguages() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getLanguages() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getLanguages() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getLanguages() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getLanguages() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the languages.
getLanguages() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getLanguages(HttpServletRequest, SearchRequestParams) - Method in class org.codelibs.fess.helper.SearchHelper
Extracts and normalizes language preferences from request parameters or browser locale.
getLangXpath(FessConfig, Map<String, String>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Gets the XPath expression for extracting language information.
getLast(String) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Retrieves the most recent crawling information record for a given session ID.
getLastAccessedAt() - Method in class org.codelibs.fess.entity.ChatSession
Gets the last accessed timestamp.
getLastCrawlingInfoParamList(String) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Retrieves the parameters from the most recent crawling session for a given session ID.
getLastModified() - Method in class org.codelibs.fess.storage.StorageItem
Returns the last modified timestamp.
getLastModified(Map<String, Object>, ResponseData) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Get the last modified date.
getLdapManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the LDAP manager component.
getLevel() - Method in class org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent
Returns the log level name.
getLicense() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the optional license identifier.
getListValue(Map<String, Object>, String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Gets a list value from the given map.
getLlmLogLevel() - Method in class org.codelibs.fess.helper.SystemHelper
Returns the current log level for LLM-related packages.
getLlmType() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the configured LLM type.
getLlmType() - Method in class org.codelibs.fess.llm.LlmClientManager
Gets the configured LLM type from the system configuration.
getLocale() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getLocale() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getLocale() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getLocale() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getLocale() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the locale.
getLocale() - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Returns the locale.
getLocale() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getLogFileItems() - Static method in class org.codelibs.fess.app.web.admin.log.AdminLogAction
Gets a list of log file items for display in the admin interface.
getLogFilePath() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the path to the log file.
getLogger() - Method in class org.codelibs.fess.crawler.transformer.FessFileTransformer
Gets the logger instance for this transformer.
getLogger() - Method in class org.codelibs.fess.crawler.transformer.FessStandardTransformer
Gets the logger instance for this transformer.
getLogger() - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Gets the logger instance for this transformer.
getLogger() - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Returns the logger instance for this class.
getLoggerName() - Method in class org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent
Returns the logger name.
getLoginActionType() - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Gets the login action type class.
getLoginCredential() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
 
getLoginCredential() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
 
getLoginCredential() - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
 
getLoginCredential() - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Attempts to obtain login credentials using SPNEGO authentication.
getLoginCredential() - Method in interface org.codelibs.fess.sso.SsoAuthenticator
Gets the login credential for SSO authentication.
getLoginCredential() - Method in class org.codelibs.fess.sso.SsoManager
Attempts to obtain login credentials using the configured SSO authenticator.
getLoginRateLimiter() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the v2 login rate limiter component.
getLogLevel() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the current log level.
getLogName(String) - Method in class org.codelibs.fess.job.ExecJob
Generates a log name using the specified prefix, execution type, and suffix.
getLogNotificationHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the log notification helper component.
getLogoutResponse() - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
Gets the logout response.
getLongValue(Map<String, Object>, String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Gets a long value from the given map.
getMailTemplatePath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to email template files directory.
getMajorVersion() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the major version number.
getManifest() - Method in class org.codelibs.fess.theme.Theme
Returns the parsed manifest, if any.
getMapValue(Map<String, Object>, String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Gets a nested map value from the given map.
getMarkDir() - Method in class org.codelibs.fess.FessBoot
Returns the directory path for temporary mark files.
getMarkdownRenderer() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the markdown renderer component.
getMatchedLabelValueSet(String) - Method in class org.codelibs.fess.helper.LabelTypeHelper
Returns a set of matched label values.
getMatchExpression() - Method in class org.codelibs.fess.indexer.DocBoostMatcher
Gets the current match expression.
getMatchType() - Method in class org.codelibs.fess.cors.CorsResolution
Returns how the origin matched the allow list.
getMaxAccessCount(DataStoreParams, Map<String, Object>) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Determines the maximum number of URLs to access during crawling.
getMaxAlphanumTermSize() - Method in class org.codelibs.fess.helper.DocumentHelper
Gets the maximum size for alphanumeric terms from configuration.
getMaxConcurrentRequests() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the maximum number of concurrent requests to the LLM provider.
getMaxDepth(DataStoreParams, Map<String, Object>) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Determines the maximum crawling depth from the configuration parameters.
getMaxHistoryMessages() - Method in class org.codelibs.fess.chat.ChatClient
Gets the maximum number of history messages to retain.
getMaxHistoryMessages() - Method in class org.codelibs.fess.chat.ChatSessionManager
Gets the maximum number of history messages to retain.
getMaxMessageLength(FessConfig) - Method in class org.codelibs.fess.helper.ChatApiHelper
Resolves rag.chat.message.max.length from fess_config system properties, defaulting to 4000 on parse failure.
getMaxSessionSize() - Method in class org.codelibs.fess.chat.ChatSessionManager
Gets the maximum session cache size.
getMaxSiteLength() - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Gets the maximum allowed length for site strings from configuration.
getMaxSymbolTermSize() - Method in class org.codelibs.fess.helper.DocumentHelper
Gets the maximum size for symbol terms from configuration.
getMaxTokens() - Method in class org.codelibs.fess.llm.LlmChatRequest
Gets the maximum tokens for the response.
getMemoryUsageLog() - Static method in class org.codelibs.fess.util.MemoryUtil
Gets a formatted memory usage log string.
getMessage() - Method in class org.codelibs.fess.chat.ChatClient.ChatResult
Gets the chat message.
getMessage() - Method in class org.codelibs.fess.entity.PingResponse
Gets the message.
getMessage() - Method in class org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent
Returns the log message.
getMessage(String, String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Retrieves a localized message for the given key.
getMessage(VaMessenger<FessMessages>) - Method in class org.codelibs.fess.app.web.api.FessApiAction
Converts validation messages to a localized string representation for API responses.
getMessageCode() - Method in exception class org.codelibs.fess.exception.InvalidQueryException
Returns the message code for localized error messages.
getMessageCode() - Method in exception class org.codelibs.fess.exception.SsoMessageException
Gets the message code for internationalized error display.
getMessageCount() - Method in class org.codelibs.fess.entity.ChatSession
Returns the number of messages in this session.
getMessageManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the message manager component.
getMessages() - Method in class org.codelibs.fess.entity.ChatSession
Returns a copy of the message list in this session.
getMessages() - Method in class org.codelibs.fess.llm.LlmChatRequest
Gets the messages in this request.
getMetadataResponse() - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
Gets the metadata response.
getMinFessVersion() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the minimum supported Fess version.
getMinorVersion() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the minor version number.
getMinScore() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the min score.
getMinScore() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getModel() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the model name.
getModel() - Method in class org.codelibs.fess.llm.LlmChatRequest
Gets the model name.
getModel() - Method in class org.codelibs.fess.llm.LlmChatResponse
Gets the model name.
getMultipleNodeValue(Document, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Extracts text content from multiple nodes using XPath expression.
getName() - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction.PathInfo
Gets the file or directory name component.
getName() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
 
getName() - Method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
 
getName() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
 
getName() - Method in class org.codelibs.fess.ds.AbstractDataStore
Get the name of this data store.
getName() - Method in interface org.codelibs.fess.entity.FessUser
Gets the user's display name.
getName() - Method in class org.codelibs.fess.entity.RequestParameter
Returns the name of this request parameter.
getName() - Method in class org.codelibs.fess.helper.PluginHelper.Artifact
Gets the name of the artifact.
getName() - Method in class org.codelibs.fess.ldap.LdapUser
 
getName() - Method in interface org.codelibs.fess.llm.LlmClient
Returns the name of this LLM client.
getName() - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Returns the name of the query.
getName() - Method in class org.codelibs.fess.rank.fusion.RankFusionSearcher
Returns the name of this searcher.
getName() - Method in class org.codelibs.fess.script.AbstractScriptEngine
Get the name of this script engine.
getName() - Method in class org.codelibs.fess.script.groovy.GroovyEngine
Returns the name identifier for this script engine.
getName() - Method in class org.codelibs.fess.storage.StorageItem
Returns the name of the item.
getName() - Method in class org.codelibs.fess.theme.Theme
Returns the theme name.
getName() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the theme directory name.
getName() - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
 
getName() - Method in interface org.codelibs.fess.thumbnail.ThumbnailGenerator
Gets the name of this thumbnail generator.
getName() - Method in class org.codelibs.fess.util.FacetResponse.Field
Gets the decoded name of this field facet.
getNameIdFormat() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
Gets the name ID format.
getNameidNameQualifier() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
Gets the name ID name qualifier.
getNameidSPNameQualifier() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
Gets the name ID SP name qualifier.
getNewInput() - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
Gets the new input value for this item.
getNewInput() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Gets the new input word.
getNewInput() - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
Gets the new stopword.
getNewInputs() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Returns the array of new input character sequences for update operations.
getNewInputs() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Gets the new input words.
getNewOutput() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Returns the new output character sequence for update operations.
getNewOutput() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Gets the new output stem.
getNewOutputs() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Gets the new output synonyms.
getNewPos() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the new part of speech.
getNewReading() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the new reading.
getNewSegmentation() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the new segmentation.
getNewToken() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the new token.
getNonce() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator.StateData
Gets the nonce value.
getNoResultsSystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the system prompt for no-results responses.
getNotificationHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the notification helper component.
getNumOfFragments() - Method in class org.codelibs.fess.entity.HighlightInfo
Gets the number of fragments.
getObject(String) - Static method in class org.codelibs.fess.util.WebApiUtil
Gets an object from the current request attributes.
getObjectName(String, String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Combines path and name to create a full object name.
getObjectTags(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Retrieves the tags for a storage object from the storage system.
getObjectTags(String) - Method in class org.codelibs.fess.storage.GcsStorageClient
 
getObjectTags(String) - Method in class org.codelibs.fess.storage.S3StorageClient
 
getObjectTags(String) - Method in interface org.codelibs.fess.storage.StorageClient
Gets tags/metadata for an object.
getOffset() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
Returns the offset parameter from the request, defaulting to 0 when missing or non-numeric.
getOffset() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getOffset() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getOffset() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getOffset() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the offset.
getOffset() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getOffset() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the offset value used for pagination calculations.
getOicAuthServerUrl() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Gets the OpenID Connect authorization server URL.
getOicClientId() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Gets the OpenID Connect client ID.
getOicClientSecret() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Gets the OpenID Connect client secret.
getOicRedirectUrl() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Gets the OpenID Connect redirect URL.
getOicScope() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Gets the OpenID Connect scope.
getOicTokenServerUrl() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Gets the OpenID Connect token server URL.
getOperationInfo(String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Retrieves information about the specified operation.
getOrCreateSession(String, String) - Method in class org.codelibs.fess.chat.ChatSessionManager
Gets or creates a session.
getOrDefault(Object, V) - Method in class org.codelibs.fess.entity.ParamMap
 
getOrigPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to original files directory.
getOsddFile() - Method in class org.codelibs.fess.helper.OsddHelper
Gets the OSDD file.
getOutput() - Method in class org.codelibs.fess.auth.chain.CommandChain.InputStreamThread
Gets the captured output as a single string.
getOutput() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Returns the output character sequence that inputs are mapped to.
getOutput() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Gets the original output stem.
getOutput() - Method in class org.codelibs.fess.util.InputStreamThread
Returns all buffered lines as a single string, separated by newlines.
getOutputs() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Gets the original output synonyms.
getOutputsValue() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Gets the output synonyms as a newline-separated string.
getOverrideConfPath() - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the override configuration path from environment variable when running in Docker.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Get the page number list.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.BadWordPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Gets the list of page numbers to display in the pagination component.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Gets the list of page numbers for pagination display.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Gets the list of page numbers for navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Gets the list of page numbers for navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Gets the list of page numbers for pagination display.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.GroupPager
Gets the list of page numbers to display in pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.JobLogPager
Gets the list of page numbers for pagination display.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns the list of page numbers.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns the list of page numbers.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns the list of page numbers.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.PathMapPager
Gets the page number list.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Gets the list of page numbers for pagination display.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.RolePager
Gets the list of page numbers.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Gets the list of page numbers.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Gets the list of page numbers.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Gets the list of page numbers for navigation display.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Gets the list of page numbers for navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.SynonymPager
Gets the list of page numbers for navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.UserPager
Gets the list of page numbers for navigation.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Gets the list of page numbers for pagination.
getPageNumberList() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Gets the list of page numbers for pagination.
getPageNumberList() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the list of page numbers for pagination navigation.
getPageNumberList() - Method in class org.codelibs.fess.util.QueryResponseList
Gets a list of page numbers for pagination display.
getPagePath(String) - Method in class org.codelibs.fess.helper.ViewHelper
Gets the localized page path for a given page name.
getPageSize() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
Returns the requested page size, validated and bounded by the Fess configuration.
getPageSize() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Get the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.BadWordPager
Gets the page size for pagination.
getPageSize() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Gets the page size for pagination.
getPageSize() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Gets the page size for pagination.
getPageSize() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Gets the number of records per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Gets the number of records per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Gets the number of records per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.GroupPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.JobLogPager
Gets the number of items per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.PathMapPager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.RolePager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Gets the number of records to display per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.SynonymPager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.UserPager
Gets the number of records per page.
getPageSize() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Gets the page size.
getPageSize() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getPageSize() - Method in class org.codelibs.fess.app.web.admin.searchlog.SearchForm
Gets the page size for search log results with validation.
getPageSize() - Method in class org.codelibs.fess.app.web.api.admin.BaseSearchBody
Gets the page size for search results.
getPageSize() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getPageSize() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getPageSize() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
Returns the page size (number of records per page).
getPageSize() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the number of results per page.
getPageSize() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the page size.
getPageSize() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getPageSize() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the number of records per page.
getParameterMapFromQueryString(HttpServletRequest, String) - Method in class org.codelibs.fess.filter.EncodingFilter
Extracts and parses parameters from the request query string.
getParamValue(DataStoreParams, String, String) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Retrieves a parameter value from the data store parameters map.
getParamValueArray(HttpServletRequest, String) - Static method in class org.codelibs.fess.entity.SearchRequestParams
Returns the parameter value array.
getParent() - Method in class org.codelibs.fess.entity.ParamMap
Gets the parent map.
getParent() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
Gets the parent SearchRequestParams object that this wrapper delegates to.
getParentEncoding(String, String) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Gets the character encoding for a parent URL from cache or data service.
getParentGroup(EntraIdCredential.EntraIdUser, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Retrieves parent group information for the specified group ID.
getParentGroup(EntraIdCredential.EntraIdUser, String, int) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Retrieves parent group information for the specified group ID with depth tracking.
getPasswordHashHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the password hash helper component.
getPath() - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction.PathInfo
Gets the directory path component.
getPath() - Method in class org.codelibs.fess.dict.DictionaryFile
Gets the file path of this dictionary.
getPath() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
 
getPath() - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Returns the file path of this character mapping dictionary.
getPath() - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
 
getPath() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
 
getPath() - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
 
getPath() - Method in class org.codelibs.fess.dict.synonym.SynonymFile
 
getPath() - Method in class org.codelibs.fess.storage.StorageItem
Returns the path of the item.
getPath(String, String, String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path by trying multiple locations in order of preference.
getPathMapping(String) - Method in class org.codelibs.fess.app.service.PathMappingService
Gets a path mapping by ID.
getPathMapping(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Creates a PathMapping entity from the provided form data.
getPathMappingHelper() - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Gets the path mapping helper for URL transformations.
getPathMappingHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the path mapping helper component.
getPathMappingList(String) - Method in class org.codelibs.fess.helper.PathMappingHelper
Gets the path mapping list for a session.
getPathMappingList(Collection<String>) - Method in class org.codelibs.fess.app.service.PathMappingService
Gets the path mapping list by process types.
getPathMappingList(PathMapPager) - Method in class org.codelibs.fess.app.service.PathMappingService
Gets the path mapping list with paging.
getPathPrefix() - Method in class org.codelibs.fess.api.BaseApiManager
Gets the path prefix for API endpoints.
getPathPrefix(String) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Creates a path prefix with trailing slash if path is not empty.
getPermissionHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the permission helper component.
getPermissions() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
 
getPermissions() - Method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
 
getPermissions() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
 
getPermissions() - Method in interface org.codelibs.fess.entity.FessUser
Gets the user's permissions.
getPermissions() - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Returns the permissions.
getPermissions() - Method in class org.codelibs.fess.ldap.LdapUser
 
getPermissions(HttpServletRequest) - Method in class org.codelibs.fess.app.service.AccessTokenService
Get the permissions.
getPipeline(String) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves the pipeline configuration parameter for a given config ID.
getPluginHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the plugin helper component.
getPluginJarFiles(FilenameFilter) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets plugin JAR files from the plugin directory that match the specified filter.
getPluginJarFiles(String) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets plugin JAR files from the plugin directory that start with the specified prefix.
getPluginPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to plugin files directory.
getPopularWordHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the popular word helper component.
getPort() - Static method in class org.codelibs.fess.FessBoot
Gets the port number for the Tomcat server from system properties.
getPos() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the part of speech.
getPostTags() - Method in class org.codelibs.fess.entity.HighlightInfo
Gets the custom post-tags for highlighting.
getPreTags() - Method in class org.codelibs.fess.entity.HighlightInfo
Gets the custom pre-tags for highlighting.
getPrimaryCipher() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the primary cipher component.
getPriority() - Method in class org.codelibs.fess.ingest.Ingester
Gets the priority of this ingester.
getPriority() - Method in class org.codelibs.fess.score.ScoreBooster
Gets the priority of this score booster.
getProcess() - Method in class org.codelibs.fess.util.JobProcess
Returns the underlying system process.
getProcessHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the process helper component.
getProcessingTime() - Method in class org.codelibs.fess.util.DocList
Gets the total processing time for all documents in this list.
getProcessTypeList() - Method in class org.codelibs.fess.helper.PathMappingHelper
Gets the list of process types.
getProductVersion() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the product version string.
getProjectPropertiesFile() - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to the project properties file.
getPromptTokens() - Method in class org.codelibs.fess.llm.LlmChatResponse
Gets the number of prompt tokens.
getProperty(String, String) - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator.SpnegoConfig
Gets a system property value with a default fallback.
getPropItems() - Static method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Gets a list of system properties as key-value pairs.
getProtocolHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the protocol helper component.
getProtwordsFile(String) - Method in class org.codelibs.fess.app.service.ProtwordsService
Gets the protected words file for the specified dictionary ID.
getProtwordsItem(String, long) - Method in class org.codelibs.fess.app.service.ProtwordsService
Gets a specific protected words item by ID.
getProtwordsList(String, ProtwordsPager) - Method in class org.codelibs.fess.app.service.ProtwordsService
Gets a paginated list of protected words items.
getProxyHost() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the HTTP proxy host.
getProxyPassword() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the HTTP proxy password.
getProxyPort() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the HTTP proxy port.
getProxyUsername() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the HTTP proxy username.
getPyFilePath() - Method in class org.codelibs.fess.job.PythonJob
Constructs the file path for the Python script to execute.
getQuery() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getQuery() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getQuery() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getQuery() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getQuery() - Method in class org.codelibs.fess.chat.ChatContentRequest
Returns the highlight query.
getQuery() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the query.
getQuery() - Method in class org.codelibs.fess.llm.IntentDetectionResult
Returns the Fess query string for search.
getQuery() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getQueryBuilder() - Method in class org.codelibs.fess.entity.QueryContext
Gets the query builder for this context.
getQueryClassName() - Method in class org.codelibs.fess.query.BooleanQueryCommand
 
getQueryClassName() - Method in class org.codelibs.fess.query.BoostQueryCommand
 
getQueryClassName() - Method in class org.codelibs.fess.query.FuzzyQueryCommand
 
getQueryClassName() - Method in class org.codelibs.fess.query.MatchAllQueryCommand
 
getQueryClassName() - Method in class org.codelibs.fess.query.PhraseQueryCommand
 
getQueryClassName() - Method in class org.codelibs.fess.query.PrefixQueryCommand
 
getQueryClassName() - Method in class org.codelibs.fess.query.QueryCommand
Gets the class name of the query this command handles.
getQueryClassName() - Method in class org.codelibs.fess.query.TermQueryCommand
 
getQueryClassName() - Method in class org.codelibs.fess.query.TermRangeQueryCommand
 
getQueryClassName() - Method in class org.codelibs.fess.query.WildcardQueryCommand
 
getQueryCountMap() - Method in class org.codelibs.fess.util.FacetResponse
Gets the map of query facet counts.
getQueryFieldConfig() - Method in class org.codelibs.fess.query.QueryCommand
Gets the query field configuration.
getQueryFieldConfig() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the query field configuration.
getQueryHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the query helper component.
getQueryId() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchResult
Gets the query ID.
getQueryId() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the unique identifier for this search query session.
getQueryLanguages() - Method in class org.codelibs.fess.query.QueryCommand
Gets the query languages from the current request.
getQueryMap() - Method in class org.codelibs.fess.entity.FacetQueryView
Gets the map of display keys to query strings.
getQueryMap(String) - Method in class org.codelibs.fess.helper.KeyMatchHelper
Returns a query map for the specified virtual host.
getQueryParser() - Method in class org.codelibs.fess.helper.QueryHelper
Gets the query parser instance for parsing search query strings.
getQueryParser() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the query parser component.
getQueryProcessor() - Method in class org.codelibs.fess.query.QueryCommand
Gets the query processor instance.
getQueryProcessor() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the query processor component.
getQueryRegenerationPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the query regeneration prompt template.
getQuerySet() - Method in class org.codelibs.fess.helper.ViewHelper
Gets the set of highlight queries from the current request.
getQueryString() - Method in class org.codelibs.fess.entity.QueryContext
Gets the processed query string.
getQueryStringBuilder() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the query string builder component.
getQueryTime() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the time taken to execute the search query in milliseconds.
getQueryTime() - Method in class org.codelibs.fess.rank.fusion.SearchResult
Gets the time taken to execute the search query.
getQueryTime() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the time taken to execute the search query in milliseconds.
getQueryWordsNum() - Method in class org.codelibs.fess.helper.SuggestHelper
Gets the number of words from queries in the suggest index.
getQueueIndex() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the name of the queue index for the crawler.
getQueueReplicas() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the number of replicas for the queue index.
getQueueShards() - Method in class org.codelibs.fess.crawler.util.FessCrawlerConfig
Gets the number of shards for the queue index.
getRankFusionProcessor() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the rank fusion processor component.
getRateLimitHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the rate limit helper component.
getRateLimitKey(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.handlers.ChatHandler
Resolves the chat rate-limit key (server-validated username for authenticated callers, else the proxy-aware client IP).
getRateLimitKey(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.handlers.ChatSessionClearHandler
Resolves the chat rate-limit key (server-validated username for authenticated callers, else the proxy-aware client IP).
getRateLimitKey(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Resolves the chat rate-limit key (server-validated username for authenticated callers, else the proxy-aware client IP).
getReading() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the reading.
getReadInterval(DataStoreParams) - Method in class org.codelibs.fess.ds.AbstractDataStore
Get the read interval.
getReasoning() - Method in class org.codelibs.fess.llm.IntentDetectionResult
Returns the reasoning for the detected intent.
getRedirectResponseToLogin(HtmlResponse) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the redirect response to the login page.
getRedirectResponseToRoot(HtmlResponse) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the redirect response to the root page.
getReindexRequestsPerSecound(FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Calculates the requests per second setting for reindex operations.
getReindexScriptSource() - Method in class org.codelibs.fess.helper.LanguageHelper
Returns the reindex script source.
getRelatedContent(String) - Method in class org.codelibs.fess.app.service.RelatedContentService
Retrieves a specific related content entity by its ID.
getRelatedContent(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Creates a RelatedContent entity from the provided form data.
getRelatedContentHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the related content helper component.
getRelatedContentList(RelatedContentPager) - Method in class org.codelibs.fess.app.service.RelatedContentService
Retrieves a paginated list of related content entities.
getRelatedContents(String) - Method in class org.codelibs.fess.helper.RelatedContentHelper
Retrieves related content for a given search query.
getRelatedQueries(String) - Method in class org.codelibs.fess.helper.RelatedQueryHelper
Retrieves related queries for a given search term.
getRelatedQuery(String) - Method in class org.codelibs.fess.app.service.RelatedQueryService
Retrieves a specific related query by its unique identifier.
getRelatedQuery(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Creates a RelatedQuery entity from the provided form data.
getRelatedQueryHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the related query helper component.
getRelatedQueryList(RelatedQueryPager) - Method in class org.codelibs.fess.app.service.RelatedQueryService
Retrieves a paginated list of related queries based on the provided pager parameters.
getRelevantDocIds() - Method in class org.codelibs.fess.llm.RelevanceEvaluationResult
Returns the list of relevant document IDs.
getRelevantIndexes() - Method in class org.codelibs.fess.llm.RelevanceEvaluationResult
Returns the list of relevant indexes (1-based) from search results.
getReplyUrl(HttpServletRequest) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Gets the reply URL for Entra ID authentication.
getRepositories() - Method in class org.codelibs.fess.helper.PluginHelper
Gets the list of configured plugin repositories.
getRepositoryContent(String) - Method in class org.codelibs.fess.helper.PluginHelper
Retrieves the content of a repository URL.
getRequestedTime() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchResult
Gets the requested time.
getRequestedTime() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the timestamp when the search request was made.
getRequestHeader(String) - Method in class org.codelibs.fess.app.service.RequestHeaderService
Retrieves a specific request header by its ID.
getRequestHeader(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Creates a RequestHeader entity from the provided form data.
getRequestHeaderList(String) - Method in class org.codelibs.fess.app.service.RequestHeaderService
Retrieves all request headers associated with a specific web configuration.
getRequestHeaderList(ReqHeaderPager) - Method in class org.codelibs.fess.app.service.RequestHeaderService
Retrieves a paginated list of request headers based on the provided pager criteria.
getRequestManager() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the request manager.
getRequestManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the request manager component.
getRescorers(Map<String, Object>) - Method in class org.codelibs.fess.helper.QueryHelper
Gets an array of rescorer builders for post-processing search results.
getResourceName(ResponseData) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Get the resource name.
getResourcePath(String) - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator.SpnegoConfig
Resolves a resource path to an absolute file path.
getResourcePath(String, String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets the resource path for configuration files, checking type-specific variants first.
getResponse(SsoResponseType) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
 
getResponse(SsoResponseType) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
 
getResponse(SsoResponseType) - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
 
getResponse(SsoResponseType) - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Gets the action response for the specified SSO response type.
getResponse(SsoResponseType) - Method in interface org.codelibs.fess.sso.SsoAuthenticator
Gets the action response for the specified SSO response type.
getResponse(SsoResponseType) - Method in class org.codelibs.fess.sso.SsoManager
Gets the appropriate response for the specified SSO response type.
getResponseFields() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the response fields.
getResponseFields() - Method in class org.codelibs.fess.query.QueryFieldConfig
Gets the fields that are included in standard search responses.
getResponseFields() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getResponseManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the response manager component.
getResultDocIds(String) - Method in class org.codelibs.fess.helper.UserInfoHelper
Retrieves the document IDs associated with a specific query ID.
getRetryAfterSeconds() - Method in class org.codelibs.fess.helper.RateLimitHelper
Get the Retry-After header value in seconds.
getRole() - Method in class org.codelibs.fess.entity.ChatMessage
Gets the message role.
getRole() - Method in class org.codelibs.fess.llm.LlmMessage
Gets the message role.
getRole(String) - Method in class org.codelibs.fess.app.service.RoleService
Gets a role by its ID.
getRole(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Creates a Role entity from the provided form data.
getRoleList(RolePager) - Method in class org.codelibs.fess.app.service.RoleService
Gets a list of roles based on the pager.
getRoleNames() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
 
getRoleNames() - Method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
 
getRoleNames() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
 
getRoleNames() - Method in interface org.codelibs.fess.entity.FessUser
Gets the user's assigned role names.
getRoleNames() - Method in class org.codelibs.fess.ldap.LdapUser
 
getRoleQueryHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the role query helper component.
getRoles(LdapUser, String, String, String, Consumer<String[]>) - Method in class org.codelibs.fess.ldap.LdapManager
Retrieves roles for the specified LDAP user based on the provided filters.
getRoleType(String) - Method in class org.codelibs.fess.app.service.RoleTypeService
Gets a role type by its ID.
getRoleTypeList() - Method in class org.codelibs.fess.app.service.RoleTypeService
Gets a list of all role types.
getRoleTypeList(RoleTypePager) - Method in class org.codelibs.fess.app.service.RoleTypeService
Gets a list of role types based on the pager.
getRoleTypes(ResponseData) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Get the role types.
getRunningJobCount() - Method in class org.codelibs.fess.job.CrawlJob
Gets the count of currently running crawler jobs.
getRunningSessionIdSet() - Method in class org.codelibs.fess.helper.ProcessHelper
Gets the set of session IDs for all currently running processes.
getSAMAccountGroupName(String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Gets the sAMAccountName for a group from the LDAP directory.
getSambaHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the Samba helper component.
getSavedUserBean() - Method in class org.codelibs.fess.api.v2.handlers.MeHandler
Resolves the saved login user bean.
getScheduledJob(String) - Method in class org.codelibs.fess.app.service.ScheduledJobService
Gets a scheduled job by its ID.
getScheduledJob(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Creates a ScheduledJob entity from the provided form data.
getScheduledJobList() - Method in class org.codelibs.fess.app.service.ScheduledJobService
Gets a list of all scheduled jobs.
getScheduledJobList(SchedulerPager) - Method in class org.codelibs.fess.app.service.ScheduledJobService
Gets a list of scheduled jobs based on the pager.
getScheduledJobListAfter(long) - Method in class org.codelibs.fess.app.service.ScheduledJobService
Gets a list of scheduled jobs that have been updated after a specific time.
getScriptEngine(String) - Method in class org.codelibs.fess.script.ScriptEngineFactory
Gets a script engine.
getScriptEngineFactory() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the script engine factory component.
getScriptType(DataStoreParams) - Method in class org.codelibs.fess.ds.AbstractDataStore
Get the script type.
getScrollResponseFields() - Method in class org.codelibs.fess.query.QueryFieldConfig
Gets the fields that are included in scroll search responses.
getSearchEngineClient() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the search engine client component.
getSearchEngineCpuPercent() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the search engine CPU usage percentage.
getSearchEngineHttpAddress() - Static method in class org.codelibs.fess.util.SystemUtil
Gets the HTTP address of the search engine.
getSearchField(String, String) - Method in class org.codelibs.fess.query.QueryCommand
Gets the actual search field, replacing default field placeholder if needed.
getSearchFields() - Method in class org.codelibs.fess.query.QueryFieldConfig
Gets the fields that can be searched against.
getSearchHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the search helper component.
getSearchLog(String, String) - Method in class org.codelibs.fess.app.service.SearchLogService
Retrieves a specific search log entry by log type and ID.
getSearchLogHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the search log helper component.
getSearchLogList(SearchLogPager) - Method in class org.codelibs.fess.app.service.SearchLogService
Retrieves a list of search logs based on the specified pager criteria.
getSearchLogMap(String, String) - Method in class org.codelibs.fess.app.service.SearchLogService
Retrieves a search log entry as a formatted map of field names and values.
getSearchLogNdjsonWriteCall() - Static method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Get the write call for search log ndjson.
getSearchParameters() - Method in class org.codelibs.fess.helper.SearchHelper
Retrieves and deserializes search parameters from browser cookies.
getSearchQuery() - Method in class org.codelibs.fess.entity.ChatMessage
Gets the final search query for this assistant turn.
getSearchQuery() - Method in class org.codelibs.fess.entity.SearchRenderData
Gets the actual search query executed against the search engine.
getSearchQuery() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the search query string that was used to generate these results.
getSearchResults() - Method in class org.codelibs.fess.chat.ChatContentRequest
Returns the search-phase result maps.
getSearchRoleByGroup(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the search role for a given group.
getSearchRoleByRole(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the search role for a given role.
getSearchRoleByUser(String) - Method in class org.codelibs.fess.helper.SystemHelper
Gets the search role for a given user.
getSearchRoleName(String) - Method in class org.codelibs.fess.ldap.LdapManager
Extracts the role name from an LDAP entry DN.
getSegmentation() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the segmentation.
getSerializerType() - Method in class org.codelibs.fess.crawler.serializer.DataSerializer
Gets the configured serializer type from the Fess configuration.
getServerPath() - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
Gets the server path with access token for API requests.
getServletContext() - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Gets the servlet context.
getServletContext() - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator.SpnegoConfig
Gets the servlet context.
getServletPath() - Method in class org.codelibs.fess.api.WebApiRequest
Gets the servlet path for this request.
getSession(String) - Method in class org.codelibs.fess.chat.ChatSessionManager
Gets a session by ID.
getSessionCsrfTokenManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the session-scoped CSRF token manager component used by the v2 API.
getSessionId() - Method in class org.codelibs.fess.chat.ChatClient.ChatResult
Gets the session ID.
getSessionId() - Method in class org.codelibs.fess.entity.ChatSession
Gets the session ID.
getSessionIdList() - Method in class org.codelibs.fess.indexer.IndexUpdater
Gets the list of crawler session IDs being processed.
getSessionIdList(SearchEngineClient) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Retrieves a list of session IDs with their document counts from the search engine.
getSessionIndex() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
Gets the session index.
getSessionTimeoutMinutes() - Method in class org.codelibs.fess.chat.ChatSessionManager
Gets the session timeout in minutes.
getSettings() - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
Gets the SAML settings.
getSimilarDocHash() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getSimilarDocHash() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getSimilarDocHash() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getSimilarDocHash() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getSimilarDocHash() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the similar document hash.
getSimilarDocHash() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getSimpleName() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
Returns the simple name of the file.
getSimpleName() - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Returns the simple file name (without directory path) of this mapping file.
getSimpleName() - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
Gets the simple name of this dictionary file.
getSimpleName() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
Returns the simple name of the dictionary file.
getSimpleName() - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
Returns the simple name of the dictionary file.
getSimpleName() - Method in class org.codelibs.fess.dict.synonym.SynonymFile
Returns the simple name of the dictionary file.
getSingleNodeValue(Document, String, UnaryOperator<Node>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Extracts text content from a single node using XPath expression.
getSite(String, String) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Extracts and processes the site path from a URL with proper encoding handling.
getSiteOnFile(String, String) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Get the site on file.
getSitePath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to site-specific files directory.
getSitePath(Map<String, Object>) - Method in class org.codelibs.fess.helper.ViewHelper
Gets the site path for display purposes.
getSize() - Method in class org.codelibs.fess.storage.StorageItem
Returns the size of the item in bytes.
getSmbRoleTypeList(ResponseData) - Method in class org.codelibs.fess.helper.PermissionHelper
Extracts role type information from SMB (Server Message Block) response data.
getSnapshotActualVersion(DocumentBuilder, String, String) - Method in class org.codelibs.fess.helper.PluginHelper
Gets the actual version string for a SNAPSHOT artifact by parsing the snapshot metadata.
getSnippet() - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Gets the source snippet.
getSort() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getSort() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getSort() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getSort() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getSort() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the sort.
getSort() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getSortFields() - Method in class org.codelibs.fess.query.QueryFieldConfig
Gets the fields that can be used for sorting search results.
getSortPrefix() - Method in class org.codelibs.fess.helper.QueryHelper
Gets the sort prefix used for identifying sort parameters in search queries.
getSources() - Method in class org.codelibs.fess.chat.ChatClient.ChatResult
Gets the source documents.
getSources() - Method in class org.codelibs.fess.entity.ChatMessage
Gets the list of sources referenced in the message.
getSpaceChars() - Method in class org.codelibs.fess.helper.DocumentHelper
Gets the array of space character codes from configuration.
getSseResponseHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the SSE response helper component.
getSsoManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the SSO manager component.
getSsoType() - Method in class org.codelibs.fess.sso.SsoManager
Gets the configured SSO type from the system configuration.
getStart() - Method in class org.codelibs.fess.util.QueryResponseList
Gets the starting position of the current page in the overall result set.
getStartPosition() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
Returns the start parameter from the request, defaulting to the configured paging.search.page.start when missing or malformed.
getStartPosition() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getStartPosition() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getStartPosition() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getStartPosition() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the start position.
getStartPosition() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getStateTtl() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Gets the state time-to-live from configuration.
getStaticThemeInstaller() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the static theme installer component.
getStaticThemeResponder() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the static theme responder component.
getStatus() - Method in class org.codelibs.fess.entity.PingResponse
Gets the status.
getStatus() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets the current cluster health status.
getStatusCode() - Method in exception class org.codelibs.fess.exception.WebApiException
Gets the HTTP status code associated with this exception.
getStemmerOverrideFile(String) - Method in class org.codelibs.fess.app.service.StemmerOverrideService
Retrieves the stemmer override dictionary file by ID.
getStemmerOverrideItem(String, long) - Method in class org.codelibs.fess.app.service.StemmerOverrideService
Retrieves a specific stemmer override item by dictionary ID and item ID.
getStemmerOverrideList(String, StemmerOverridePager) - Method in class org.codelibs.fess.app.service.StemmerOverrideService
Retrieves a paginated list of stemmer override items from the specified dictionary.
getStopwordsFile(String) - Method in class org.codelibs.fess.app.service.StopwordsService
Retrieves a stopwords file for a given dictionary ID.
getStopwordsItem(String, long) - Method in class org.codelibs.fess.app.service.StopwordsService
Retrieves a specific stopword item by its ID.
getStopwordsList(String, StopwordsPager) - Method in class org.codelibs.fess.app.service.StopwordsService
Retrieves a list of stopwords for a given dictionary and pager.
getStringValue(Map<String, Object>, String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Gets a string value from the given map.
getStringValue(Map<String, Object>, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets a string value from a map.
getSuggestHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the suggest helper component.
getSummarySystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the system prompt for summary generation.
getSupportedLanguage(String) - Method in class org.codelibs.fess.helper.LanguageHelper
Returns the supported language for a given language.
getSupportedLocales() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the list of supported locales.
getSynonymFile(String) - Method in class org.codelibs.fess.app.service.SynonymService
Retrieves a synonym file for a given dictionary ID.
getSynonymItem(String, long) - Method in class org.codelibs.fess.app.service.SynonymService
Retrieves a specific synonym item by its ID.
getSynonymList(String, SynonymPager) - Method in class org.codelibs.fess.app.service.SynonymService
Retrieves a list of synonyms for a given dictionary and pager.
getSystemCpuPercent() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the system CPU usage percentage.
getSystemHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the system helper component.
getSystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the base system prompt for RAG chat responses.
getSystemProperties() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the system properties.
getTemperature() - Method in class org.codelibs.fess.llm.LlmChatRequest
Gets the temperature parameter.
getTenant() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Gets the Entra ID tenant ID from configuration.
getTheme(String) - Method in class org.codelibs.fess.theme.ThemeRegistry
Looks up a theme by name.
getThemeHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the theme helper component.
getThemeName(PluginHelper.Artifact) - Method in class org.codelibs.fess.helper.ThemeHelper
Extracts the theme name from the artifact name.
getThemeRegistry() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the theme registry component.
getThinkingBudget() - Method in class org.codelibs.fess.llm.LlmChatRequest
Gets the thinking budget for models that support thinking tokens.
getThrowable() - Method in class org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent
Returns the throwable string.
getThumbnailFile(Map<String, Object>) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Gets the thumbnail file for a document if it exists.
getThumbnailManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the thumbnail manager component.
getThumbnailPath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to thumbnail files directory.
getThumbnailPathOption() - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Gets the system property option string for thumbnail path configuration.
getThumbnailSrc(String, NamedNodeMap) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Extracts thumbnail source URL from image tag attributes.
getThumbnailUrl(ResponseData, Document) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Extracts thumbnail URL from the HTML document.
getTimeout() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the request timeout in milliseconds.
getTimestamp() - Method in class org.codelibs.fess.dict.DictionaryFile
Returns the timestamp of this dictionary file.
getTimestamp() - Method in class org.codelibs.fess.entity.ChatMessage
Gets the message timestamp.
getTimestamp() - Method in class org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent
Returns the event timestamp in milliseconds.
getTitle() - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Gets the source title.
getTitle() - Method in class org.codelibs.fess.entity.FacetQueryView
Gets the title for this facet query view.
getTitle(ResponseData, String, Map<String, Object>) - Method in class org.codelibs.fess.helper.DocumentHelper
Processes and normalizes a document title.
getToken() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the token.
getTokenUrl(String) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Gets the token response from the OpenID Connect provider.
getTomcatConfigPath() - Static method in class org.codelibs.fess.FessBoot
Gets the Tomcat configuration path from system properties.
getTotalTokens() - Method in class org.codelibs.fess.llm.LlmChatResponse
Gets the total number of tokens.
getTrackedIpCount() - Method in class org.codelibs.fess.helper.RateLimitHelper
Get the number of tracked IP counters.
getTrackTotalHits() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getTrackTotalHits() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getTrackTotalHits() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getTrackTotalHits() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the track total hits.
getTrackTotalHits() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getType() - Method in class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
 
getType() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
 
getType() - Method in class org.codelibs.fess.app.web.base.SearchForm
 
getType() - Method in class org.codelibs.fess.chat.ChatClient.ChatSearchRequestParams
 
getType() - Method in class org.codelibs.fess.dict.DictionaryFile
Gets the type identifier for this dictionary file.
getType() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
 
getType() - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Returns the type identifier for this dictionary file.
getType() - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
 
getType() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
 
getType() - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
 
getType() - Method in class org.codelibs.fess.dict.synonym.SynonymFile
 
getType() - Method in class org.codelibs.fess.entity.HighlightInfo
Gets the highlighting type.
getType() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns the search request type.
getType() - Method in exception class org.codelibs.fess.exception.InvalidAccessTokenException
Returns the type of the invalid access token.
getType() - Method in class org.codelibs.fess.helper.PluginHelper.Artifact
Gets the type of the artifact based on its name.
getType() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
getType(String) - Static method in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Determines the artifact type based on the artifact name.
getTypes() - Method in class org.codelibs.fess.helper.FileTypeHelper
Gets all distinct file types currently configured in the mappings.
getUnclearIntentSystemPrompt() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the system prompt for unclear intent responses.
getUrl() - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Gets the source URL.
getUrl() - Method in exception class org.codelibs.fess.exception.DataStoreCrawlingException
Gets the URL where the crawling error occurred.
getUrl() - Method in class org.codelibs.fess.helper.CrawlerStatsHelper.StatsKeyObject
Gets the URL associated with this statistics key object.
getUrl() - Method in class org.codelibs.fess.helper.PluginHelper.Artifact
Gets the URL where the artifact can be downloaded.
getUrl(Object) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Extracts the URL string from a crawler object for logging purposes.
getURL(String, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Creates a URL object from the current URL and a relative or absolute URL string.
getUrlHost(InetAddress) - Static method in class org.codelibs.fess.util.IpAddressUtil
Generates a URL-safe host string from an InetAddress.
getUrlLink() - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Gets the ViewHelper-processed URL for display.
getUrlLink(Map<String, Object>) - Method in class org.codelibs.fess.helper.ViewHelper
Gets the URL link for a document with proper protocol handling.
getUrlList(String, List<String>) - Method in class org.codelibs.fess.app.service.FavoriteLogService
Retrieves a list of URLs that are in the user's favorites from the provided URL list.
getUsedMemory() - Static method in class org.codelibs.fess.util.MemoryUtil
Gets the currently used memory in bytes.
getUser() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential
Gets the Entra ID user associated with this credential.
getUser() - Method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential
Gets the OpenID Connect user.
getUser() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential
Gets the SAML user.
getUser(String) - Method in class org.codelibs.fess.app.service.UserService
Retrieves a user by their unique identifier.
getUser(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Returns the user entity based on the provided form data, applying any necessary transformations.
getUserAgentHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the user agent helper component.
getUserAgentType() - Method in class org.codelibs.fess.helper.UserAgentHelper
Determines the user agent type from the current HTTP request.
getUserBean() - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Gets the current user bean from the session.
getUserBeanType() - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Gets the user bean type class.
getUserByName(String) - Method in class org.codelibs.fess.app.service.UserService
Retrieves a user by their username.
getUserCode() - Method in class org.codelibs.fess.helper.UserInfoHelper
Retrieves the user code for the current request.
getUserCodeFromCookie(HttpServletRequest) - Method in class org.codelibs.fess.helper.UserInfoHelper
Extracts the user code from the user identification cookie.
getUserCodeFromRequest(HttpServletRequest) - Method in class org.codelibs.fess.helper.UserInfoHelper
Extracts the user code from request parameters.
getUserCodeFromUserBean(HttpServletRequest) - Method in class org.codelibs.fess.helper.UserInfoHelper
Extracts the user code from the user bean stored in the session.
getUserGroups() - Method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential
Gets the user groups.
getUserId() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential
 
getUserId() - Method in interface org.codelibs.fess.app.web.base.login.FessCredential
Gets the user ID for this credential.
getUserId() - Method in class org.codelibs.fess.app.web.base.login.LocalUserCredential
 
getUserId() - Method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential
 
getUserId() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential
 
getUserId() - Method in class org.codelibs.fess.app.web.base.login.SpnegoCredential
Gets the user identifier from this credential.
getUserId() - Method in class org.codelibs.fess.app.web.chat.ChatAction
Returns the user ID for the current session.
getUserId() - Method in class org.codelibs.fess.entity.ChatSession
Gets the user ID.
getUserId() - Method in class org.codelibs.fess.helper.ChatApiHelper
Resolves the effective user identifier for a chat request.
getUserId(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.handlers.ChatHandler
Resolves the effective chat user id.
getUserId(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.handlers.ChatSessionClearHandler
Resolves the effective chat user id.
getUserId(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Resolves the effective chat user id.
getUserInfo(String) - Method in class org.codelibs.fess.helper.SearchLogHelper
Gets user information.
getUserInfoHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the user info helper component.
getUserInfoNdjsonWriteCall() - Static method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Get the write call for user info ndjson.
getUserList(UserPager) - Method in class org.codelibs.fess.app.service.UserService
Retrieves a paginated list of users based on the provided pager criteria.
getUserLocale() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Gets the user's locale from the current request context.
getUsername() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the username of the current user.
getV2CsrfRequirement() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the v2 CSRF requirement component.
getV2DocIdValidator() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the v2 document id validator component.
getV2EnvelopeWriter() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the v2 envelope writer component.
getV2JsonBody() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the v2 JSON body reader component.
getV2UserPayloads() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the v2 user payload builder component.
getValue() - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Returns the value.
getValue() - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypePattern
Returns the value.
getValue() - Method in enum class org.codelibs.fess.llm.ChatIntent
Returns the string value of this intent.
getValue(Map<String, Object>) - Method in class org.codelibs.fess.indexer.DocBoostMatcher
Calculates the boost value for the given document data using the boost expression.
getValue(Map<String, Object>, String, Class<T>) - Static method in class org.codelibs.fess.util.DocumentUtil
Gets a typed value from a document map.
getValue(Map<String, Object>, String, Class<T>, T) - Static method in class org.codelibs.fess.util.DocumentUtil
Gets a typed value from a document map with a default value.
getValueCountMap() - Method in class org.codelibs.fess.util.FacetResponse.Field
Gets the map of field values and their document counts.
getValues() - Method in class org.codelibs.fess.crawler.util.FieldConfigs.Config
Returns the array of parsed configuration values.
getValues() - Method in class org.codelibs.fess.entity.RequestParameter
Returns the array of values associated with this request parameter.
getVersion() - Method in class org.codelibs.fess.helper.PluginHelper.Artifact
Gets the version of the artifact.
getVersion() - Method in class org.codelibs.fess.helper.SystemHelper
Gets the version of the Fess application.
getVersion() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns the SemVer version string.
getVersionNo() - Method in interface org.codelibs.fess.entity.SearchLogEvent
Gets the version number for this search log event.
getViewHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the view helper component.
getViewTemplatePath(String...) - Static method in class org.codelibs.fess.util.ResourceUtil
Gets the path to view template files directory.
getVirtualHost() - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Returns the virtual host.
getVirtualHostBasePath(String, HtmlNext) - Method in class org.codelibs.fess.helper.VirtualHostHelper
Gets the base path for virtual host based on the virtual host key and page.
getVirtualHostHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the virtual host helper component.
getVirtualHostKey() - Method in class org.codelibs.fess.helper.VirtualHostHelper
Gets the virtual host key from the current request.
getVirtualHostPath(HtmlNext) - Method in class org.codelibs.fess.helper.VirtualHostHelper
Gets the virtual host path for the specified HTML page.
getVirtualHostPaths() - Method in class org.codelibs.fess.helper.VirtualHostHelper
Gets all configured virtual host paths.
getWarnings() - Method in class org.codelibs.fess.api.v2.handlers.ChatRequestBody
MJ-29: Returns a map of field names to rejected values.
getWebApiManagerFactory() - Static method in class org.codelibs.fess.util.ComponentUtil
Gets the web API manager factory component.
getWebAuthentication(String) - Method in class org.codelibs.fess.app.service.WebAuthenticationService
Gets a web authentication configuration by its ID.
getWebAuthentication(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Converts a form to a WebAuthentication entity with proper user and timestamp information.
getWebAuthenticationList(String) - Method in class org.codelibs.fess.app.service.WebAuthenticationService
Gets a list of web authentications for a specific web configuration.
getWebAuthenticationList(WebAuthPager) - Method in class org.codelibs.fess.app.service.WebAuthenticationService
Gets a paginated list of web authentications based on the provided pager.
getWebConfig() - Method in class org.codelibs.fess.util.GsaConfigParser
Gets the web crawling configuration generated from the parsed GSA config.
getWebConfig(String) - Method in class org.codelibs.fess.app.service.WebConfigService
Gets a web configuration by its ID.
getWebConfig(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Converts a form to a WebConfig entity with proper user and timestamp information.
getWebConfigByName(String) - Method in class org.codelibs.fess.app.service.WebConfigService
Gets a web configuration by its name.
getWebConfigIdList() - Method in class org.codelibs.fess.exec.Crawler.Options
Parses the web configuration IDs string into a list.
getWebConfigList(WebConfigPager) - Method in class org.codelibs.fess.app.service.WebConfigService
Gets a paginated list of web configurations based on the provided pager.
getWebConfigListByIds(List<String>) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Retrieves web crawling configurations filtered by a list of IDs.
getWebProtocols() - Method in class org.codelibs.fess.helper.ProtocolHelper
Returns the array of supported web protocols.
getWordList(SearchRequestParams.SearchRequestType, String, String[], String[], String[], String[]) - Method in class org.codelibs.fess.helper.PopularWordHelper
Retrieves a list of popular words based on the specified search parameters.
getWriteableName() - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
 
getWriteableName() - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Returns the writeable name of the wrapped query builder.
getWriter() - Method in class org.codelibs.fess.api.WebApiResponse
Gets a PrintWriter for writing response content.
getXContentBuilderOutputStream(SearchEngineUtil.XContentBuilderCallback, MediaType) - Static method in class org.codelibs.fess.util.SearchEngineUtil
Creates an OutputStream from an XContentBuilder using the provided callback function.
getXContentOutputStream(ToXContent, MediaType) - Static method in class org.codelibs.fess.util.SearchEngineUtil
Creates an OutputStream from a ToXContent object with the specified media type.
getXContentString(ToXContent, MediaType) - Static method in class org.codelibs.fess.util.SearchEngineUtil
Converts a ToXContent object to its string representation using the specified media type.
globalParams - Variable in class org.codelibs.fess.util.GsaConfigParser
Map to store global configuration parameters.
GLOBALPARAMS - Static variable in class org.codelibs.fess.util.GsaConfigParser
XML element name for global parameters container.
GoAction - Class in org.codelibs.fess.app.web.go
Action class for handling document redirection requests.
GoAction() - Constructor for class org.codelibs.fess.app.web.go.GoAction
Default constructor for GoAction.
godHandEpilogue(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Hook method called after action execution.
godHandEpilogue(ActionRuntime, Consumer<ActionRuntime>) - Method in class org.codelibs.fess.helper.ViewHelper.ActionHook
Epilogue hook for action processing.
godHandMonologue(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Hook method called during action execution.
godHandMonologue(ActionRuntime, Function<ActionRuntime, ActionResponse>) - Method in class org.codelibs.fess.helper.ViewHelper.ActionHook
Monologue hook for action processing.
godHandPrologue(ActionRuntime) - Method in class org.codelibs.fess.app.web.api.FessApiAction
Pre-processes API requests by checking access authorization before executing the action.
godHandPrologue(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Handles the prologue phase of action execution.
godHandPrologue(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Hook method called before action execution.
godHandPrologue(ActionRuntime, Function<ActionRuntime, ActionResponse>) - Method in class org.codelibs.fess.helper.ViewHelper.ActionHook
Prologue hook for action processing.
GoForm - Class in org.codelibs.fess.app.web.go
Form class for handling "go" requests that redirect users to specific documents or search results.
GoForm() - Constructor for class org.codelibs.fess.app.web.go.GoForm
Default constructor for GoForm.
GOOD_URLS - Static variable in class org.codelibs.fess.util.GsaConfigParser
XML element name for good (included) URLs configuration.
GOOGLE_CHAT_WEBHOOK_URLS_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for Google Chat webhook URLs configuration.
googleChatWebhookUrls - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Google Chat webhook URLs for notifications.
GROOVY_MATCHER - Static variable in class org.codelibs.fess.helper.PathMappingHelper
Groovy matcher prefix.
GroovyEngine - Class in org.codelibs.fess.script.groovy
Groovy script engine implementation that extends AbstractScriptEngine.
GroovyEngine() - Constructor for class org.codelibs.fess.script.groovy.GroovyEngine
Default constructor for GroovyEngine.
groupBhv - Variable in class org.codelibs.fess.app.service.GroupService
Behavior class for group database operations
groupCache - Variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Cache for storing group information to reduce API calls.
groupCacheExpiry - Variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Group cache expiry time in seconds.
GroupPager - Class in org.codelibs.fess.app.pager
GroupPager provides pagination functionality for group management operations in Fess.
GroupPager() - Constructor for class org.codelibs.fess.app.pager.GroupPager
Default constructor for GroupPager.
groupPrefix - Variable in class org.codelibs.fess.helper.PermissionHelper
Prefix used to identify group-based permissions
groups - Variable in class org.codelibs.fess.app.pager.UserPager
User groups for search filtering
groups - Variable in class org.codelibs.fess.app.web.admin.user.CreateForm
The groups assigned to the user.
groups - Variable in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
User's group memberships.
groups - Variable in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
The user groups.
groups - Variable in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
The groups of the user.
groups() - Element in annotation interface org.codelibs.fess.validation.CronExpression
The validation groups this constraint belongs to.
groups() - Element in annotation interface org.codelibs.fess.validation.CustomSize
The validation groups this constraint belongs to.
groups() - Element in annotation interface org.codelibs.fess.validation.UriType
The validation groups.
GroupService - Class in org.codelibs.fess.app.service
Service class for managing group operations in the Fess application.
GroupService() - Constructor for class org.codelibs.fess.app.service.GroupService
Default constructor for GroupService.
GSA - Enum constant in enum class org.codelibs.fess.entity.SearchRequestParams.SearchRequestType
GSA request type.
GSA_API_VERSION - Static variable in class org.codelibs.fess.Constants
GSA API version identifier.
GsaConfigException - Exception Class in org.codelibs.fess.exception
Exception thrown when GSA (Google Search Appliance) configuration errors occur.
GsaConfigException(String) - Constructor for exception class org.codelibs.fess.exception.GsaConfigException
Constructs a new GSA configuration exception with the specified detail message.
GsaConfigException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.GsaConfigException
Constructs a new GSA configuration exception with the specified detail message and cause.
GsaConfigParser - Class in org.codelibs.fess.util
Parser for Google Search Appliance (GSA) configuration files.
GsaConfigParser() - Constructor for class org.codelibs.fess.util.GsaConfigParser
Default constructor for GsaConfigParser.
GUEST_USER - Static variable in class org.codelibs.fess.Constants
Guest user identifier.
gzipCompress(byte[]) - Method in class org.codelibs.fess.helper.SearchHelper
Compresses data using GZIP compression.
gzipDecompress(byte[]) - Method in class org.codelibs.fess.helper.SearchHelper
Decompresses GZIP-compressed data.

H

handerMap - Variable in class org.codelibs.fess.cors.CorsHandlerFactory
Map of origin patterns to their corresponding CORS handlers.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.ChatHandler
Processes one POST /api/v2/chat request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Processes one POST /api/v2/chat/stream request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.ClickHandler
Processes one /api/v2/click request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.FavoritesListHandler
Processes one GET /api/v2/favorites request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.HealthHandler
Processes one health check request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.LabelsHandler
Processes one labels request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.LoginHandler
Processes one POST /api/v2/auth/login request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.LogoutHandler
Processes one /api/v2/auth/logout POST request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.MeHandler
Processes one /api/v2/auth/me GET request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.PasswordChangeHandler
Processes one POST /api/v2/auth/password request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.PopularWordsHandler
Processes one popular words request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.RelatedContentHandler
Processes one GET /api/v2/related-content request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.RelatedQueriesHandler
Processes one GET /api/v2/related-queries request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.ScrollSearchHandler
Processes one /api/v2/documents/all request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.SearchHandler
Processes one /api/v2/search request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.SuggestWordsHandler
Processes one suggest words request.
handle(HttpServletRequest, HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.UiConfigHandler
Processes one /api/v2/ui/config GET request.
handle(HttpServletRequest, HttpServletResponse, String) - Method in class org.codelibs.fess.api.v2.handlers.CacheHandler
Processes one /api/v2/cache/{docId} GET request.
handle(HttpServletRequest, HttpServletResponse, String) - Method in class org.codelibs.fess.api.v2.handlers.ChatSessionClearHandler
Handles a DELETE request for /api/v2/chat/sessions/{session_id}.
handle(HttpServletRequest, HttpServletResponse, String) - Method in class org.codelibs.fess.api.v2.handlers.FavoriteGetHandler
Processes one /api/v2/documents/{docId}/favorite GET request.
handle(HttpServletRequest, HttpServletResponse, String) - Method in class org.codelibs.fess.api.v2.handlers.FavoritePostHandler
Processes one POST /api/v2/documents/{docId}/favorite request.
handlerName - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration handler name.
handlerName - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Handler class name for processing this data source
handlerName - Variable in class org.codelibs.fess.app.web.admin.dataconfig.SearchForm
The handler name field for searching data configurations.
handlerName - Variable in class org.codelibs.fess.app.web.api.admin.dataconfig.SearchBody
The handler name to search for in data configurations.
handlerParameter - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Parameters passed to the data handler
handlerScript - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Script for custom data processing logic
hasActionRole(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Checks if the current user has the specified action role or administrative privileges.
hasComponent(String) - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if a component is available.
hasConditionQuery() - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns true if the request has a condition query, otherwise false.
hasConditionQuery() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
hasFacetResponse() - Method in class org.codelibs.fess.util.FacetResponse
Checks if this response contains any facet information.
hash - Variable in class org.codelibs.fess.app.web.go.GoForm
Hash value for security or validation purposes.
hashCode() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
 
hashCode() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Calculates the hash code for this CharMappingItem based on inputs and output.
hashCode() - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
 
hashCode() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
 
hashCode() - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
 
hashCode() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
 
hashCode() - Method in class org.codelibs.fess.entity.ParamMap
 
hashCode() - Method in class org.codelibs.fess.query.DefaultQueryBuilder
 
hashCode() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
hashCode() - Method in class org.codelibs.fess.util.PrunedTag
 
hashCode() - Method in class org.codelibs.fess.util.QueryResponseList
 
hashpw(String, String) - Static method in class org.codelibs.fess.crypto.bcrypt.BCrypt
Hash a password using the OpenBSD bcrypt scheme
hasIngestFactory() - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if ingest factory is available.
hasKnownProtocol(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Checks if the given path has a known protocol prefix that should not be converted.
hasOpenSearchFile() - Method in class org.codelibs.fess.helper.OsddHelper
Checks if the OpenSearch file exists.
hasPopularWordHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if popular word helper is available.
hasQueryHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if query helper is available.
hasQueryParser() - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if query parser is available.
hasRelatedQueryHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if related query helper is available.
hasRequestManager() - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if the request manager is available in the container.
hasSorts() - Method in class org.codelibs.fess.entity.QueryContext
Checks if any sort builders have been added to this context.
hasTitle(Map<String, Object>) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
Check if the data map has a title.
hasViewHelper() - Static method in class org.codelibs.fess.util.ComponentUtil
Checks if view helper is available.
headerKey - Variable in class org.codelibs.fess.helper.RoleQueryHelper
The key for the request header that contains role information.
healthHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/health.
HealthHandler - Class in org.codelibs.fess.api.v2.handlers
Handles the /api/v2/health endpoint.
HealthHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.HealthHandler
Default constructor used by the DI container.
heap - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryObj
Heap memory statistics
HelpAction - Class in org.codelibs.fess.app.web.help
Action class for handling help page requests in the Fess search application.
HelpAction() - Constructor for class org.codelibs.fess.app.web.help.HelpAction
Default constructor for HelpAction.
hexDecodeLowerCase(String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Decodes a lower-case hex string into bytes.
HIGHLIGHT - Enum constant in enum class org.codelibs.fess.chat.DefaultChatContentFetcher.Strategy
Fetch query-relevant highlighted passages (large documents).
HIGHLIGHT_QUERIES - Static variable in class org.codelibs.fess.Constants
Request attribute key for storing highlight queries.
highlightedFields - Variable in class org.codelibs.fess.helper.ViewHelper
Fields that should be highlighted in search results
highlightedFields - Variable in class org.codelibs.fess.query.QueryFieldConfig
Array of fields that can be highlighted in search results
highlightedFields(Consumer<Stream<String>>) - Method in class org.codelibs.fess.query.QueryFieldConfig
Processes the highlighted fields using the provided stream consumer.
highlightedQuerySet - Variable in class org.codelibs.fess.entity.QueryContext
Set of query terms that should be highlighted in search results.
highlightInfo - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Highlighting configuration
highlightInfo(HighlightInfo) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the highlighting information.
HighlightInfo - Class in org.codelibs.fess.entity
Entity class containing highlighting configuration for search result text highlighting.
HighlightInfo() - Constructor for class org.codelibs.fess.entity.HighlightInfo
Default constructor that initializes highlighting settings from Fess configuration.
highlightParams - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
Parameters for highlighting search results.
highlightPrefix - Variable in class org.codelibs.fess.helper.QueryHelper
Prefix used for highlight field names in search results
highlightTagPost - Variable in class org.codelibs.fess.helper.ViewHelper
Configured highlight tag suffix
highlightTagPre - Variable in class org.codelibs.fess.helper.ViewHelper
Configured highlight tag prefix
highlightTerminalCharSet - Variable in class org.codelibs.fess.helper.ViewHelper
Set of terminal characters for highlighting
HL_CACHE - Static variable in class org.codelibs.fess.helper.ViewHelper
Cache key for highlighted cache content
hookBefore(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Hook method called before action execution.
hookBefore(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Hook method called before action processing.
hookBefore(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Hook method called before action execution.
hookBefore(ActionRuntime, Function<ActionRuntime, ActionResponse>) - Method in class org.codelibs.fess.helper.ViewHelper.ActionHook
Before hook for action processing.
hookFinally(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Hook method called after action execution completes.
hookFinally(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Hook method called in the finally block of action processing.
hookFinally(ActionRuntime, Consumer<ActionRuntime>) - Method in class org.codelibs.fess.helper.ViewHelper.ActionHook
Finally hook for action processing.
hostname - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The hostname of the file server (maximum 100 characters).
hostname - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The hostname for the web authentication.
hostname - Variable in class org.codelibs.fess.helper.CoordinatorHelper.InstanceInfo
The hostname of the instance.
hostname - Variable in class org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
The hostname of the lock owner.
hotThread - Variable in class org.codelibs.fess.exec.Crawler.Options
Interval in milliseconds for hot thread monitoring and logging.
hotThread(int) - Method in class org.codelibs.fess.job.CrawlJob
Sets the hot thread monitoring interval for performance analysis.
hotThreadInterval - Variable in class org.codelibs.fess.job.CrawlJob
Hot thread monitoring interval in seconds.
HotThreadMonitorTarget - Class in org.codelibs.fess.timer
Monitor target for tracking hot threads in the OpenSearch cluster.
HotThreadMonitorTarget() - Constructor for class org.codelibs.fess.timer.HotThreadMonitorTarget
Default constructor for HotThreadMonitorTarget.
hq - Variable in class org.codelibs.fess.app.web.cache.CacheForm
Highlight query parameters.
html(boolean) - Static method in class org.codelibs.fess.taglib.FessFunctions
Generates an HTML opening or closing tag with appropriate language attribute.
HtmlIndexExportFormatter - Class in org.codelibs.fess.job
Formatter that outputs index documents as HTML files.
HtmlIndexExportFormatter() - Constructor for class org.codelibs.fess.job.HtmlIndexExportFormatter
Creates a new HtmlIndexExportFormatter instance.
HtmlTagBasedGenerator - Class in org.codelibs.fess.thumbnail.impl
HTML tag-based thumbnail generator that creates thumbnails from image content referenced in HTML documents.
HtmlTagBasedGenerator() - Constructor for class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator
Default constructor for HtmlTagBasedGenerator.
HtmlTagBasedGenerator.Result - Enum Class in org.codelibs.fess.thumbnail.impl
Enumeration representing the possible results of thumbnail image processing.
httpClient - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The HTTP client used for API communication.
httpOnly - Variable in class org.codelibs.fess.helper.UserInfoHelper
Whether the user identification cookie should be HTTP-only
httpTransport - Variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
HTTP transport for OpenID Connect requests.

I

id - Variable in class org.codelibs.fess.app.pager.AccessTokenPager
The ID.
id - Variable in class org.codelibs.fess.app.pager.BadWordPager
Bad word ID for search filtering.
id - Variable in class org.codelibs.fess.app.pager.BoostDocPager
Boost document ID for search filtering.
id - Variable in class org.codelibs.fess.app.pager.CharMappingPager
Character mapping ID for search filtering.
id - Variable in class org.codelibs.fess.app.pager.CrawlingInfoPager
Crawling information ID.
id - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration ID.
id - Variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Search/filter parameter for duplicate host configuration ID.
id - Variable in class org.codelibs.fess.app.pager.ElevateWordPager
Search parameter: elevate word ID
id - Variable in class org.codelibs.fess.app.pager.FailureUrlPager
ID of the failure URL record.
id - Variable in class org.codelibs.fess.app.pager.FileAuthPager
The unique identifier for the file authentication entry.
id - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Configuration ID
id - Variable in class org.codelibs.fess.app.pager.GroupPager
Group ID for search filtering.
id - Variable in class org.codelibs.fess.app.pager.JobLogPager
Search criteria: job ID
id - Variable in class org.codelibs.fess.app.pager.KeyMatchPager
The ID of the key match.
id - Variable in class org.codelibs.fess.app.pager.KuromojiPager
The ID of the Kuromoji dictionary.
id - Variable in class org.codelibs.fess.app.pager.LabelTypePager
The ID of the label type.
id - Variable in class org.codelibs.fess.app.pager.PathMapPager
The ID.
id - Variable in class org.codelibs.fess.app.pager.ProtwordsPager
The dictionary ID
id - Variable in class org.codelibs.fess.app.pager.RelatedContentPager
Related content ID for filtering.
id - Variable in class org.codelibs.fess.app.pager.RelatedQueryPager
Unique identifier for the related query.
id - Variable in class org.codelibs.fess.app.pager.ReqHeaderPager
The unique identifier of the request header.
id - Variable in class org.codelibs.fess.app.pager.RolePager
ID of the role.
id - Variable in class org.codelibs.fess.app.pager.RoleTypePager
ID of the role type.
id - Variable in class org.codelibs.fess.app.pager.SchedulerPager
ID of the scheduled job.
id - Variable in class org.codelibs.fess.app.pager.StemmerOverridePager
The ID of the stemmer override dictionary.
id - Variable in class org.codelibs.fess.app.pager.StopwordsPager
The ID of the stopwords dictionary.
id - Variable in class org.codelibs.fess.app.pager.SynonymPager
The ID of the synonym dictionary.
id - Variable in class org.codelibs.fess.app.pager.UserPager
User ID for search filtering
id - Variable in class org.codelibs.fess.app.pager.WebAuthPager
Search criteria: authentication ID.
id - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: configuration ID.
id - Variable in class org.codelibs.fess.app.web.admin.accesstoken.EditForm
The unique identifier of the access token being edited.
id - Variable in class org.codelibs.fess.app.web.admin.accesstoken.SearchForm
The ID field for searching access tokens.
id - Variable in class org.codelibs.fess.app.web.admin.badword.EditForm
The unique identifier of the bad word entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.badword.SearchForm
The ID field for searching bad words.
id - Variable in class org.codelibs.fess.app.web.admin.boostdoc.EditForm
The unique identifier of the boost document configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.crawlinginfo.EditForm
The unique identifier of the crawling information entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.dataconfig.EditForm
The unique identifier of the data configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.EditForm
The unique identifier of the Kuromoji dictionary entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.EditForm
The unique identifier of the mapping dictionary entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.dict.protwords.EditForm
The unique identifier of the protected words dictionary entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.EditForm
The unique identifier of the stemmer override dictionary entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.dict.stopwords.EditForm
The unique identifier of the stopwords dictionary entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.EditForm
The unique identifier of the synonym dictionary entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.EditForm
The unique identifier of the duplicate host configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.elevateword.EditForm
The unique identifier of the elevate word configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.elevateword.SearchForm
The ID field for searching elevate words.
id - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The unique identifier of the failure URL record being edited.
id - Variable in class org.codelibs.fess.app.web.admin.fileauth.EditForm
The unique identifier of the file authentication configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.fileauth.SearchForm
The ID field for searching file authentication settings.
id - Variable in class org.codelibs.fess.app.web.admin.fileconfig.EditForm
The unique identifier of the file configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.group.EditForm
The unique identifier of the group being edited.
id - Variable in class org.codelibs.fess.app.web.admin.group.SearchForm
The ID field for searching groups.
id - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The unique identifier of the job log entry being edited.
id - Variable in class org.codelibs.fess.app.web.admin.joblog.SearchForm
The ID field for searching job logs.
id - Variable in class org.codelibs.fess.app.web.admin.keymatch.EditForm
The unique identifier of the key match configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.labeltype.EditForm
The unique identifier of the label type being edited.
id - Variable in class org.codelibs.fess.app.web.admin.pathmap.EditForm
The unique identifier of the path mapping configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.plugin.InstallForm
Plugin identifier (required, max 400 characters)
id - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.EditForm
The unique identifier of the related content configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.relatedquery.EditForm
Unique identifier for the related query entry
id - Variable in class org.codelibs.fess.app.web.admin.reqheader.EditForm
The unique identifier of the request header configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.reqheader.SearchForm
The ID field for searching request headers.
id - Variable in class org.codelibs.fess.app.web.admin.role.EditForm
The unique identifier of the role being edited.
id - Variable in class org.codelibs.fess.app.web.admin.role.SearchForm
The ID field for searching roles.
id - Variable in class org.codelibs.fess.app.web.admin.scheduler.EditForm
The unique identifier of the scheduler being edited.
id - Variable in class org.codelibs.fess.app.web.admin.scheduler.SearchForm
The ID field for searching scheduled jobs.
id - Variable in class org.codelibs.fess.app.web.admin.searchlist.EditForm
Unique identifier for the search list entry
id - Variable in class org.codelibs.fess.app.web.admin.searchlog.EditForm
Unique identifier for the search log entry
id - Variable in class org.codelibs.fess.app.web.admin.user.EditForm
The unique identifier of the user being edited.
id - Variable in class org.codelibs.fess.app.web.admin.user.SearchForm
The ID field for searching users.
id - Variable in class org.codelibs.fess.app.web.admin.webauth.EditForm
The unique identifier of the web authentication configuration being edited.
id - Variable in class org.codelibs.fess.app.web.admin.webauth.SearchForm
The ID field for searching web authentication settings.
id - Variable in class org.codelibs.fess.app.web.admin.webconfig.EditForm
The unique identifier of the web configuration being edited.
id - Variable in class org.codelibs.fess.app.web.api.admin.accesstoken.SearchBody
The access token ID to search for.
id - Variable in class org.codelibs.fess.app.web.api.admin.badword.SearchBody
The bad word ID to search for.
id - Variable in class org.codelibs.fess.app.web.api.admin.dict.ListBody
The ID of the dictionary.
id - Variable in class org.codelibs.fess.app.web.api.admin.elevateword.SearchBody
The elevate word ID to search for.
id - Variable in class org.codelibs.fess.app.web.api.admin.fileauth.SearchBody
File authentication configuration ID
id - Variable in class org.codelibs.fess.app.web.api.admin.group.SearchBody
Group ID
id - Variable in class org.codelibs.fess.app.web.api.admin.joblog.SearchBody
Job log ID
id - Variable in class org.codelibs.fess.app.web.api.admin.reqheader.SearchBody
Request header configuration ID
id - Variable in class org.codelibs.fess.app.web.api.admin.role.SearchBody
Role ID
id - Variable in class org.codelibs.fess.app.web.api.admin.scheduler.SearchBody
Scheduler ID
id - Variable in class org.codelibs.fess.app.web.api.admin.user.SearchBody
User ID
id - Variable in class org.codelibs.fess.app.web.api.admin.webauth.SearchBody
Web authentication configuration ID
id - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiUpdateResponse
The ID of the updated item.
id - Variable in class org.codelibs.fess.dict.DictionaryFile
The unique identifier for this dictionary file.
id - Variable in class org.codelibs.fess.dict.DictionaryItem
The unique identifier for this dictionary item
id(String) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiUpdateResponse
Sets the ID of the updated item.
ID_BCRYPT - Static variable in class org.codelibs.fess.helper.PasswordHashHelper
Encoder id for BCrypt.
ID_TOKEN - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
OpenID Connect ID token parameter name.
idFinder - Variable in class org.codelibs.fess.score.ScoreBooster
A function to find document IDs.
IE - Enum constant in enum class org.codelibs.fess.helper.UserAgentHelper.UserAgentType
Internet Explorer and Trident-based browsers
IGNORE_FAILURE_TYPE_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for failure type ignore configuration.
ignoreFailureType - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Types of crawling failures to ignore during crawling operations.
ignoreFailureType - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The ignore failure type setting.
imageExtention - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Image file extension for filtering.
imageExtention - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
File extension for generated thumbnail images.
ImplementedInvokerAssistant - Class in org.codelibs.fess.opensearch.common
Implementation of DBFlute's InvokerAssistant interface for OpenSearch integration.
ImplementedInvokerAssistant() - Constructor for class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
Default constructor.
importCsv(Reader) - Method in class org.codelibs.fess.app.service.BadWordService
Imports bad words from a CSV file.
importCsv(Reader) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Imports crawling information and parameters from a CSV file.
importCsv(Reader) - Method in class org.codelibs.fess.app.service.ElevateWordService
Imports elevate words from a CSV file.
inc() - Method in class org.codelibs.fess.ldap.LdapManager.DirContextHolder
Increments the counter.
includedDocPaths - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The document paths to include in search results (pattern-based).
includedDocUrls - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
Document URL patterns to include in search index.
includedPaths - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The paths to include during crawling (pattern-based).
includedPaths - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The paths to include for this label type.
includedUrls - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
URL patterns to include during crawling.
increment() - Method in class org.codelibs.fess.helper.CrawlerStatsHelper.StatsObject
Increments the reference count for this statistics object.
INCREMENTAL_CRAWLING_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for incremental crawling configuration.
incrementalCrawling - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable incremental crawling.
incrementalCrawling - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The incremental crawling setting.
index() - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.AdminAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.dict.AdminDictAction
Show the index page.
index() - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Shows the main elevate word management page.
index() - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Displays the main failure URL management page.
index() - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Displays the file authentication list page.
index() - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Displays the file configuration list page.
index() - Method in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
Displays the general settings index page.
index() - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Displays the group list page.
index() - Method in class org.codelibs.fess.app.web.admin.log.AdminLogAction
Displays the log management index page.
index() - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Displays the main maintenance page.
index() - Method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Displays the plugin management index page.
index() - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Displays the related content management index page.
index() - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Displays the related query management index page.
index() - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Displays the search log management index page.
index() - Method in class org.codelibs.fess.app.web.admin.sereq.AdminSereqAction
Displays the search request management index page.
index() - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Displays the storage management index page.
index() - Method in class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
Displays the suggest management index page.
index() - Method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Displays the system information page with environment, properties, and configuration details.
index() - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Displays the user management index page.
index() - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Displays the wizard index page.
index() - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Index page (not supported for API).
index() - Method in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction
Retrieves system statistics including JVM, OS, process, engine, and filesystem information.
index() - Method in class org.codelibs.fess.app.web.chat.ChatAction
Displays the chat page.
index() - Method in class org.codelibs.fess.app.web.help.HelpAction
Handles the help page request and renders the help interface.
index() - Method in class org.codelibs.fess.app.web.login.LoginAction
Displays the login page.
index() - Method in class org.codelibs.fess.app.web.logout.LogoutAction
Handles user logout and redirects to the login page.
index() - Method in class org.codelibs.fess.app.web.osdd.OsddAction
Returns the OSDD document.
index() - Method in class org.codelibs.fess.app.web.profile.ProfileAction
Displays the profile index page.
index() - Method in class org.codelibs.fess.app.web.RootAction
The index page.
index() - Method in class org.codelibs.fess.app.web.sso.SsoAction
Main SSO authentication endpoint.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Show the index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Show the index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Show the index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Display the main index page for stemmer override dictionary management.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Display the stopwords index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Displays the main synonym dictionary index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Displays the initial duplicate host management page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Displays the job log list page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Displays the key match list page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Displays the label type list page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Displays the main path mapping administration page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Displays the request header management index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Displays the role management index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Displays the scheduler management index page.
index(ListForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Displays the search list management index page.
index(ThemeListForm) - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Displays the theme management index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Displays the web authentication management index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Displays the web config management index page.
index(SearchForm) - Method in class org.codelibs.fess.app.web.search.SearchAction
The index page.
index(CacheForm) - Method in class org.codelibs.fess.app.web.cache.CacheAction
Retrieves and displays cached content for a specific document.
index(ErrorForm) - Method in class org.codelibs.fess.app.web.error.ErrorAction
Displays the general error page.
index(ErrorForm) - Method in class org.codelibs.fess.app.web.error.ErrorBadrequrestAction
Displays the bad request error page.
index(ErrorForm) - Method in class org.codelibs.fess.app.web.error.ErrorBusyAction
Displays the busy error page.
index(ErrorForm) - Method in class org.codelibs.fess.app.web.error.ErrorNotfoundAction
Displays the not found error page.
index(ErrorForm) - Method in class org.codelibs.fess.app.web.error.ErrorSystemerrorAction
Displays the system error page.
index(GoForm) - Method in class org.codelibs.fess.app.web.go.GoAction
Handles document redirection requests.
index(ThumbnailForm) - Method in class org.codelibs.fess.app.web.thumbnail.ThumbnailAction
Serves a thumbnail image for the specified document.
index(IndexRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Indexes a document asynchronously.
index(IndexRequest, ActionListener<IndexResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Indexes a document asynchronously with a callback.
indexConfigList - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
List of index configuration files to load
indexConfigPath - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Path to index configuration resources
IndexExportFormatter - Interface in org.codelibs.fess.job
Strategy interface for formatting exported index documents.
IndexExportJob - Class in org.codelibs.fess.job
Job for exporting indexed search documents to the filesystem.
IndexExportJob() - Constructor for class org.codelibs.fess.job.IndexExportJob
Creates a new IndexExportJob instance.
IndexForm - Class in org.codelibs.fess.app.web.admin.wizard
Form class for the admin wizard index page.
IndexForm() - Constructor for class org.codelibs.fess.app.web.admin.wizard.IndexForm
Default constructor for index form.
indexFromDocuments(Consumer<Boolean>, Consumer<Throwable>) - Method in class org.codelibs.fess.helper.SuggestHelper
Indexes suggest data from documents.
indexFromSearchLog(List<SearchLog>) - Method in class org.codelibs.fess.helper.SuggestHelper
Indexes suggest data from a list of search logs.
INDEXING_TARGET - Static variable in class org.codelibs.fess.Constants
Indexing target identifier key.
indexingHelper - Variable in class org.codelibs.fess.indexer.IndexUpdater
Helper for document indexing operations
IndexingHelper - Class in org.codelibs.fess.helper
Helper class for indexing operations in the Fess search engine.
IndexingHelper() - Constructor for class org.codelibs.fess.helper.IndexingHelper
Default constructor for indexing helper.
indexOf(Object) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
indexOf(Object) - Method in class org.codelibs.fess.util.QueryResponseList
 
indexUpdateCallback - Variable in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
The underlying index update callback to delegate operations to.
IndexUpdateCallback - Interface in org.codelibs.fess.ds.callback
Callback interface for handling index update operations during data store processing.
IndexUpdateCallbackImpl - Class in org.codelibs.fess.ds.callback
Implementation of IndexUpdateCallback for handling document indexing operations.
IndexUpdateCallbackImpl() - Constructor for class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Default constructor for index update callback implementation.
IndexUpdater - Class in org.codelibs.fess.indexer
IndexUpdater is responsible for updating the search index with crawled document data.
IndexUpdater() - Constructor for class org.codelibs.fess.indexer.IndexUpdater
Default constructor for IndexUpdater.
indexUpdaterPriority - Variable in class org.codelibs.fess.helper.WebFsIndexHelper
Thread priority for index updater operations.
infoMap - Variable in class org.codelibs.fess.helper.CrawlingInfoHelper
Map containing crawling information parameters.
ingest(AccessResult<String>, Map<String, Object>) - Method in class org.codelibs.fess.indexer.IndexUpdater
Processes a document through the ingest pipeline if an ingest factory is available.
ingest(DataStoreParams, Map<String, Object>) - Method in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Processes a document through the ingest pipeline.
INGEST - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Ingest processor plugins
Ingester - Class in org.codelibs.fess.ingest
Abstract base class for document ingesters that process and transform documents before they are indexed.
Ingester() - Constructor for class org.codelibs.fess.ingest.Ingester
Default constructor.
IngestFactory - Class in org.codelibs.fess.ingest
Factory class for managing and organizing document ingesters.
IngestFactory() - Constructor for class org.codelibs.fess.ingest.IngestFactory
Default constructor.
init() - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Initializes the shared keep-alive scheduler pool.
init() - Method in class org.codelibs.fess.api.v2.handlers.LoginRateLimiter
Called by Lasta Di after the component is bound.
init() - Method in class org.codelibs.fess.chat.ChatSessionManager
Initializes the session manager and starts the cleanup scheduler.
init() - Method in class org.codelibs.fess.crawler.helper.FessMimeTypeHelper
Initializes the extension override map by loading configuration from FessConfig.
init() - Method in class org.codelibs.fess.crawler.processor.FessResponseProcessor
Initializes the processor after dependency injection.
init() - Method in class org.codelibs.fess.crawler.transformer.FessFileTransformer
Initializes the transformer after dependency injection.
init() - Method in class org.codelibs.fess.crawler.transformer.FessStandardTransformer
Initializes the transformer after dependency injection.
init() - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Initializes the transformer after dependency injection.
init() - Method in class org.codelibs.fess.dict.DictionaryManager
Initializes the dictionary manager after construction.
init() - Method in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Initializes the callback implementation after dependency injection.
init() - Method in class org.codelibs.fess.entity.FacetInfo
Initializes the facet configuration from Fess configuration properties.
init() - Method in class org.codelibs.fess.entity.FacetQueryView
Initializes the facet query view with default file type queries.
init() - Method in class org.codelibs.fess.helper.ActivityHelper
Initialize the helper.
init() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Initializes the coordinator by sending an initial heartbeat and starting the poll loop.
init() - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Initializes the crawler statistics helper.
init() - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Initializes the CrawlingConfigHelper by setting up the crawling configuration cache.
init() - Method in class org.codelibs.fess.helper.CurlHelper
Initializes the CurlHelper with SSL configuration and node manager.
init() - Method in class org.codelibs.fess.helper.DocumentHelper
Initializes the document helper after construction.
init() - Method in class org.codelibs.fess.helper.DuplicateHostHelper
Initializes the duplicate host helper after construction.
init() - Method in class org.codelibs.fess.helper.FileTypeHelper
Initializes the file type mappings by loading configuration from Fess settings.
init() - Method in class org.codelibs.fess.helper.KeyMatchHelper
Initializes the helper.
init() - Method in class org.codelibs.fess.helper.LabelTypeHelper
Initializes the helper.
init() - Method in class org.codelibs.fess.helper.LanguageHelper
Initializes the helper.
init() - Method in class org.codelibs.fess.helper.LogNotificationHelper
Initializes the log notification timer.
init() - Method in class org.codelibs.fess.helper.MarkdownRenderer
Initializes the markdown parser, HTML renderer, and sanitizer.
init() - Method in class org.codelibs.fess.helper.OsddHelper
Initializes the OSDD helper.
init() - Method in class org.codelibs.fess.helper.PasswordHashHelper
Validates the password configuration eagerly at container start-up so that a misconfigured app.password.algorithm fails fast instead of surfacing on the first user login.
init() - Method in class org.codelibs.fess.helper.PathMappingHelper
Initializes the path mapping helper.
init() - Method in class org.codelibs.fess.helper.PopularWordHelper
Initializes the PopularWordHelper after dependency injection.
init() - Method in class org.codelibs.fess.helper.ProtocolHelper
Initializes the protocol helper by loading configured protocols from FessConfig and scanning for available protocol handlers in the classpath.
init() - Method in class org.codelibs.fess.helper.RateLimitHelper
Initialize caches with configuration values.
init() - Method in class org.codelibs.fess.helper.RelatedContentHelper
Initializes the RelatedContentHelper by loading related content configurations from the data store.
init() - Method in class org.codelibs.fess.helper.RelatedQueryHelper
Initializes the RelatedQueryHelper after dependency injection is complete.
init() - Method in class org.codelibs.fess.helper.RoleQueryHelper
Initializes the RoleQueryHelper.
init() - Method in class org.codelibs.fess.helper.SambaHelper
Initializes the SambaHelper.
init() - Method in class org.codelibs.fess.helper.SearchLogHelper
Initializes the SearchLogHelper.
init() - Method in class org.codelibs.fess.helper.SuggestHelper
Initializes the SuggestHelper.
init() - Method in class org.codelibs.fess.helper.SystemHelper
Initializes the SystemHelper.
init() - Method in class org.codelibs.fess.helper.ViewHelper
Initializes the ViewHelper with configuration settings.
init() - Method in class org.codelibs.fess.indexer.IndexUpdater
Initializes the IndexUpdater after dependency injection.
init() - Method in class org.codelibs.fess.ldap.LdapManager
Initializes the LDAP manager.
init() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Initializes the HTTP client and starts availability checking.
init() - Method in class org.codelibs.fess.query.parser.QueryParser
Initializes the query parser by creating the filter chain.
init() - Method in class org.codelibs.fess.query.QueryFieldConfig
Initializes the query field configuration by loading field mappings from FessConfig.
init() - Method in class org.codelibs.fess.query.QueryProcessor
Initializes the query processor after construction.
init() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Initializes the rank fusion processor after construction.
init() - Method in class org.codelibs.fess.script.groovy.GroovyEngine
Rebuilds the script cache after DI injection.
init() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Initializes the Entra ID authenticator.
init() - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Initializes the OpenID Connect authenticator.
init() - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
Initializes the SamlAuthenticator.
init() - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Initializes the SPNEGO authenticator and registers it with the SSO manager.
init() - Method in class org.codelibs.fess.theme.StaticThemeInstaller
Wire configuration keys from FessConfig and sweep JVM-crash orphan staging directories at container startup.
init() - Method in class org.codelibs.fess.theme.ThemeRegistry
Initialises the registry by performing the first scan.
init() - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Initializes the command generator after construction.
init() - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Initializes the thumbnail manager after construction.
init(FilterConfig) - Method in class org.codelibs.fess.filter.EncodingFilter
Initializes the filter with configuration parameters.
init(FilterConfig) - Method in class org.codelibs.fess.filter.StaticThemeFilter
 
init(FilterConfig) - Method in class org.codelibs.fess.filter.WebApiFilter
Initializes the web API filter.
initFacetParamMap - Variable in class org.codelibs.fess.helper.ViewHelper
Initial facet parameter mappings
initGeoParamMap - Variable in class org.codelibs.fess.helper.ViewHelper
Initial geographic parameter mappings
initialize() - Method in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
Initializes the form with default values for creation.
initialize() - Method in class org.codelibs.fess.app.web.admin.badword.CreateForm
Initializes the form with default values including current user and timestamp.
initialize() - Method in class org.codelibs.fess.app.web.admin.boostdoc.CreateForm
Initializes the form with default values for creating a new boost document configuration.
initialize() - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.EditForm
Initializes the form with default null values.
initialize() - Method in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Initializes the form with default values for creating a new data configuration.
initialize() - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
Initializes the form with default values for creating a new Kuromoji dictionary entry.
initialize() - Method in class org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
Initializes the form with default values for creating a new mapping dictionary entry.
initialize() - Method in class org.codelibs.fess.app.web.admin.dict.protwords.CreateForm
Initializes the form with default values for creating a new protected words entry.
initialize() - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.CreateForm
Initializes the form with default values for creating a new stemmer override entry.
initialize() - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.CreateForm
Initializes the form with default values for creating a new stopword entry.
initialize() - Method in class org.codelibs.fess.app.web.admin.dict.synonym.CreateForm
Initializes the form with default values for creating a new synonym entry.
initialize() - Method in class org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
Initializes the form with default values for creating a new duplicate host entry.
initialize() - Method in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
Initializes the form with default values for creating a new elevate word entry.
initialize() - Method in class org.codelibs.fess.app.web.admin.failureurl.EditForm
Initializes the form with default null values.
initialize() - Method in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
Initializes the form with default values for creation mode.
initialize() - Method in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
Initializes the form with default values for creation mode.
initialize() - Method in class org.codelibs.fess.app.web.admin.group.CreateForm
Initializes the form with default values.
initialize() - Method in class org.codelibs.fess.app.web.admin.joblog.EditForm
Initializes the form with default null values.
initialize() - Method in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
Initializes the form with default values.
initialize() - Method in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
Initializes the form with default values.
initialize() - Method in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
Initializes the form with default values for creating a new path mapping.
initialize() - Method in class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
Initializes the form with default values for creating new related content.
initialize() - Method in class org.codelibs.fess.app.web.admin.relatedquery.CreateForm
Initializes the form with default values for creating new related queries.
initialize() - Method in class org.codelibs.fess.app.web.admin.reqheader.CreateForm
Initializes the form with default values for creating a new request header.
initialize() - Method in class org.codelibs.fess.app.web.admin.role.CreateForm
Initializes the form with default values for creating a new role.
initialize() - Method in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
Initializes the form with default values for creating a new scheduled job.
initialize() - Method in class org.codelibs.fess.app.web.admin.searchlist.CreateForm
Initializes the form with default values for search list operations.
initialize() - Method in class org.codelibs.fess.app.web.admin.searchlist.ListForm
Initializes the form with default values from configuration.
initialize() - Method in class org.codelibs.fess.app.web.admin.searchlog.EditForm
Initializes the form by resetting all fields to their default values.
initialize() - Method in class org.codelibs.fess.app.web.admin.user.CreateForm
Initializes the form with default values for creating a new user.
initialize() - Method in class org.codelibs.fess.app.web.admin.webauth.CreateForm
Initializes the form with default values for creating a new web authentication configuration.
initialize() - Method in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
Initializes the form with default values for creating a new web configuration.
initialize() - Method in class org.codelibs.fess.app.web.api.admin.searchlist.SearchBody
 
initialize(CronExpression) - Method in class org.codelibs.fess.validation.CronExpressionValidator
 
initialize(CustomSize) - Method in class org.codelibs.fess.validation.CustomSizeValidator
 
initialize(UriType) - Method in class org.codelibs.fess.validation.UriTypeValidator
 
initializingShards - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of initializing shards
inlineMimeTypeSet - Variable in class org.codelibs.fess.helper.ViewHelper
Set of MIME types that should be displayed inline
input - Variable in class org.codelibs.fess.app.web.admin.dict.protwords.CreateForm
Word or phrase to be protected from analysis
input - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.CreateForm
The input word that should be stemmed differently
input - Variable in class org.codelibs.fess.app.web.admin.dict.stopwords.CreateForm
The stopword to be added to the dictionary
inputs - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
Input terms (comma-separated) that will be mapped to the output term
inputs - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.CreateForm
The input terms that should be considered synonymous
inputStreamThread - Variable in class org.codelibs.fess.util.JobProcess
The thread that handles reading from the process input stream.
InputStreamThread - Class in org.codelibs.fess.util
A thread that reads from an input stream line by line and maintains a buffer of recent lines.
InputStreamThread(InputStream, String, int) - Constructor for class org.codelibs.fess.auth.chain.CommandChain.InputStreamThread
Constructor for InputStreamThread.
InputStreamThread(InputStream, Charset, int, Consumer<String>) - Constructor for class org.codelibs.fess.util.InputStreamThread
Creates a new input stream thread.
insert(String, Attributes, Supplier<Hashtable<String, String>>) - Method in class org.codelibs.fess.ldap.LdapManager
Inserts a new entry into the LDAP directory.
insert(KuromojiItem) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
 
insert(CharMappingItem) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Inserts a new character mapping item into the dictionary file.
insert(ProtwordsItem) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
 
insert(StemmerOverrideItem) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
 
insert(StopwordsItem) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
 
insert(SynonymItem) - Method in class org.codelibs.fess.dict.synonym.SynonymFile
 
insert(Group) - Method in class org.codelibs.fess.ldap.LdapManager
Inserts or updates a group in the LDAP directory.
insert(Role) - Method in class org.codelibs.fess.ldap.LdapManager
Inserts or updates a role in the LDAP directory.
insert(User) - Method in class org.codelibs.fess.auth.AuthenticationManager
Inserts a new user across all authentication chains.
insert(User) - Method in class org.codelibs.fess.ldap.LdapManager
Inserts or updates a user in LDAP directory.
insert(T) - Method in class org.codelibs.fess.dict.DictionaryFile
Inserts a new dictionary item.
insertBulkData(FessConfig, String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Inserts bulk data from a file into an index.
insertBulkData(FessConfig, String, String, boolean) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Inserts bulk data from a file into an index.
insertLogin(Object) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Inserts a login record for the given member.
install(InstallForm) - Method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Installs a plugin from either an uploaded JAR file or from the available artifacts.
install(PluginHelper.Artifact) - Method in class org.codelibs.fess.helper.PluginHelper
Installs an artifact by downloading it from its URL.
install(PluginHelper.Artifact) - Method in class org.codelibs.fess.helper.ThemeHelper
Installs a theme from the given artifact.
installArtifact(PluginHelper.Artifact) - Static method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Installs the specified artifact in a background thread.
installArtifact(PluginHelper.Artifact) - Method in class org.codelibs.fess.helper.PluginHelper
Installs an artifact based on its type.
InstallBody - Class in org.codelibs.fess.app.web.api.admin.plugin
Request body for plugin installation API.
InstallBody() - Constructor for class org.codelibs.fess.app.web.api.admin.plugin.InstallBody
Default constructor.
InstallException(String) - Constructor for exception class org.codelibs.fess.theme.StaticThemeInstaller.InstallException
Constructs an exception with the default OTHER code.
InstallException(String, Throwable) - Constructor for exception class org.codelibs.fess.theme.StaticThemeInstaller.InstallException
Constructs an exception with the default OTHER code and a cause.
InstallException(StaticThemeInstaller.InstallException.Code, String) - Constructor for exception class org.codelibs.fess.theme.StaticThemeInstaller.InstallException
Constructs an exception with the supplied structured code.
InstallException(StaticThemeInstaller.InstallException.Code, String, Throwable) - Constructor for exception class org.codelibs.fess.theme.StaticThemeInstaller.InstallException
Constructs an exception with the supplied structured code and a cause.
InstallForm - Class in org.codelibs.fess.app.web.admin.plugin
Form for plugin installation through the admin web interface.
InstallForm() - Constructor for class org.codelibs.fess.app.web.admin.plugin.InstallForm
Default constructor.
installplugin() - Method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Displays the plugin installation page with available plugins.
installZip(InputStream) - Method in class org.codelibs.fess.theme.StaticThemeInstaller
Installs a theme from the supplied ZIP stream.
instanceId - Variable in class org.codelibs.fess.helper.CoordinatorHelper.EventInfo
The instance ID that published the event.
instanceId - Variable in class org.codelibs.fess.helper.CoordinatorHelper.InstanceInfo
The unique instance ID.
instanceId - Variable in class org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
The instance ID that owns the lock.
InstanceInfo() - Constructor for class org.codelibs.fess.helper.CoordinatorHelper.InstanceInfo
Default constructor.
intentDetectionPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The prompt for detecting user intent.
IntentDetectionResult - Class in org.codelibs.fess.llm
Represents the result of intent detection from user input.
INTERNAL_ERROR - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
Unhandled server-side failure.
IntervalControlHelper - Class in org.codelibs.fess.helper
Helper class for controlling crawler execution intervals and timing.
IntervalControlHelper() - Constructor for class org.codelibs.fess.helper.IntervalControlHelper
Default constructor.
IntervalControlHelper.IntervalRule - Class in org.codelibs.fess.helper
Represents a rule for controlling crawler intervals.
IntervalRule(String, String, String, long) - Constructor for class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Creates a new interval rule.
intervalTime - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Interval time between crawling operations
intervalTime - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: interval time.
intervalTime - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The interval time between crawl requests in milliseconds (required, 0 to 2147483647).
intervalTime - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The interval time between requests in milliseconds.
INURL_FIELD - Static variable in class org.codelibs.fess.query.QueryFieldConfig
Field name for URL-based search queries
INVALID_NAME - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Theme name failed regex validation.
INVALID_NAME - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
name is missing, blank, or fails the name regex.
INVALID_NUMERIC_PARAMETER - Static variable in class org.codelibs.fess.Constants
Invalid numeric parameter value.
INVALID_REQUEST - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
Malformed or otherwise unprocessable request.
INVALID_SIZE - Enum constant in enum class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator.Result
Image dimensions do not meet validation requirements
INVALID_VERSION - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
version is missing or not a supported SemVer.
InvalidAccessTokenException - Exception Class in org.codelibs.fess.exception
Exception thrown when an invalid access token is encountered.
InvalidAccessTokenException(String, String) - Constructor for exception class org.codelibs.fess.exception.InvalidAccessTokenException
Creates a new InvalidAccessTokenException with the specified type and message.
InvalidOffsetException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams.InvalidOffsetException
Creates the exception with a diagnostic message.
InvalidPageSizeException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams.InvalidPageSizeException
Creates the exception with a diagnostic message.
InvalidQueryException - Exception Class in org.codelibs.fess.exception
Exception thrown when an invalid query is encountered.
InvalidQueryException(VaMessenger<FessMessages>, String) - Constructor for exception class org.codelibs.fess.exception.InvalidQueryException
Creates a new InvalidQueryException with message code and message.
InvalidQueryException(VaMessenger<FessMessages>, String, Throwable) - Constructor for exception class org.codelibs.fess.exception.InvalidQueryException
Creates a new InvalidQueryException with message code, message, and cause.
InvalidRequestException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.ChatRequestBody.InvalidRequestException
Creates a new exception describing the validation violation.
InvalidRequestParameterException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown when a v2 API request parameter violates a length, item-count, or format constraint.
InvalidRequestParameterException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.InvalidRequestParameterException
Constructs the exception with a message describing the violated constraint.
InvalidSessionIdException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.ChatRequestBody.InvalidSessionIdException
Creates a new exception describing the session_id violation.
IP - Enum constant in enum class org.codelibs.fess.api.v2.handlers.LoginRateLimiter.Scope
Per-client-IP login bucket.
IpAddressUtil - Class in org.codelibs.fess.util
Utility class for handling IP addresses, particularly IPv6 addresses in URLs.
isAccessAllowed() - Method in class org.codelibs.fess.app.web.api.admin.FessApiAdminAction
Determines whether the current request is authorized to access admin API endpoints.
isAccessAllowed() - Method in class org.codelibs.fess.app.web.api.FessApiAction
Determines whether the current request is authorized to access the API endpoint.
isAllowed(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.handlers.OriginValidator
Validates the source origin of a state-changing request.
isAllowedRealm(String) - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Determines whether the given Kerberos realm is permitted to log in.
isAllowedRealm(String, String) - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Determines whether the given Kerberos realm is permitted, considering the server realm and the comma-separated spnego.allowed.realms system property (for intentional cross-realm trust setups).
isApiResponseField(String) - Method in class org.codelibs.fess.query.QueryFieldConfig
Checks if the specified field is allowed in API responses.
isAssistant() - Method in class org.codelibs.fess.entity.ChatMessage
Checks if this is an assistant message.
isAvailable() - Method in class org.codelibs.fess.chat.ChatClient
Checks if RAG chat is available.
isAvailable() - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
isAvailable() - Method in interface org.codelibs.fess.llm.LlmClient
Checks if this LLM client is available and properly configured.
isAvailable() - Method in class org.codelibs.fess.storage.GcsStorageClient
 
isAvailable() - Method in class org.codelibs.fess.storage.S3StorageClient
 
isAvailable() - Method in interface org.codelibs.fess.storage.StorageClient
Checks if storage is properly configured and accessible.
isAvailable() - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
 
isAvailable() - Method in interface org.codelibs.fess.thumbnail.ThumbnailGenerator
Checks if this thumbnail generator is available for use.
isAvailable(String) - Method in class org.codelibs.fess.helper.JobHelper
Checks if a job with the specified ID is available.
isBind - Variable in class org.codelibs.fess.ldap.LdapManager
A flag to indicate if the LDAP connection is bound.
isBlocked(String) - Method in class org.codelibs.fess.helper.RateLimitHelper
Check if the IP is blocked.
isCache() - Method in class org.codelibs.fess.crawler.util.FieldConfigs.Config
Checks if the cache option is enabled in the configuration.
isChangedClusterState(int) - Method in class org.codelibs.fess.helper.SystemHelper
Checks if the cluster state has changed.
isCheckboxEnabled(String) - Static method in class org.codelibs.fess.app.web.base.FessBaseAction
Checks if a checkbox value represents an enabled state.
isCommit - Variable in class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
True if the changes have been committed.
isCommit - Variable in class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
Flag indicating whether changes should be committed to the file.
isCommit - Variable in class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
Flag indicating if the update should be committed
isCommit - Variable in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
A flag indicating whether the changes have been committed.
isCommit - Variable in class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
A flag indicating whether the changes have been committed.
isCommit - Variable in class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
A flag indicating whether the changes have been committed.
isContentUpdated(CrawlerClient, UrlQueue<?>) - Method in class org.codelibs.fess.crawler.FessCrawlerThread
Determines whether the content at the given URL has been updated since the last crawl.
isCrawlerRunning() - Method in class org.codelibs.fess.helper.IntervalControlHelper
Checks if the crawler is currently running.
isDefaultEndpoint(String) - Method in class org.codelibs.fess.storage.GcsStorageClient
Determines whether the given endpoint refers to the default GCS host (storage.googleapis.com).
isDeleted() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns true if the item has been deleted.
isDeleted() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Checks whether this mapping item is marked for deletion.
isDeleted() - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
Checks if this item has been deleted.
isDeleted() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Checks if the item has been marked for deletion.
isDeleted() - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
Checks if the item has been marked for deletion.
isDeleted() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Checks if the item has been marked for deletion.
isDirectory() - Method in class org.codelibs.fess.storage.StorageItem
Returns whether this item is a directory.
isDuplicateTermRemoved() - Method in class org.codelibs.fess.helper.DocumentHelper
Checks if duplicate term removal is enabled in configuration.
isEditable() - Method in interface org.codelibs.fess.entity.FessUser
Determines if the user's information can be edited.
isEditable() - Method in class org.codelibs.fess.ldap.LdapUser
 
isEmbedded() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Checks if the search engine is running in embedded mode.
isEmpty() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
isEmpty() - Method in class org.codelibs.fess.entity.ParamMap
 
isEmpty() - Method in class org.codelibs.fess.util.DocMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.codelibs.fess.util.QueryResponseList
 
isEmptyArray(String[]) - Method in class org.codelibs.fess.entity.SearchRequestParams
Returns true if the array is empty, otherwise false.
isEmptyContentWithLengthFinish(LlmChatResponse) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Checks if the LLM response has empty/blank content combined with a truncation finish reason.
isEnabled() - Method in class org.codelibs.fess.helper.RateLimitHelper
Check if rate limiting is enabled.
isEoled() - Method in class org.codelibs.fess.helper.SystemHelper
Checks if the application has reached its end-of-life.
isExcludedName(PluginHelper.ArtifactType, String) - Method in class org.codelibs.fess.helper.PluginHelper
Checks if an artifact name should be excluded from the results.
isExcludedPath(String) - Method in class org.codelibs.fess.filter.LoadControlFilter
Checks if the given path should be excluded from load control.
isExecuted() - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator.ProcessDestroyer
Checks if the destroyer has been executed.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Check if the next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.BadWordPager
Checks if there is a next page.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Checks if there is a next page.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Checks if there is a next page.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Checks if a next page exists after the current page.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Checks if there is a next page available.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Checks if there is a next page available.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.GroupPager
Checks whether a next page exists in the pagination.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.JobLogPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns true if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns true if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns true if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.PathMapPager
Checks if next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Checks if there is a next page.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Checks if a next page exists for pagination.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Checks if a next page exists for pagination.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.RolePager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.SynonymPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.UserPager
Checks if there is a next page available.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
Checks if a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.entity.SearchRenderData
Checks whether a next page exists.
isExistNextPage() - Method in class org.codelibs.fess.util.QueryResponseList
Checks whether there is a next page available.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Check if the previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.BadWordPager
Checks if there is a previous page.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.BoostDocPager
Checks if there is a previous page.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.CharMappingPager
Checks if there is a previous page.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Checks if a previous page exists before the current page.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.DataConfigPager
Checks if there is a previous page available.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Checks if there is a previous page available.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.FileAuthPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.FileConfigPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.GroupPager
Checks whether a previous page exists in the pagination.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.JobLogPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Returns true if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.KuromojiPager
Returns true if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.LabelTypePager
Returns true if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.PathMapPager
Checks if previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Checks if there is a previous page.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Checks if a previous page exists for pagination.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Checks if a previous page exists for pagination.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.RolePager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.RoleTypePager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.SchedulerPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.SearchLogPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.StopwordsPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.SynonymPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.UserPager
Checks if there is a previous page available.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.WebAuthPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.app.pager.WebConfigPager
Checks if a previous page exists.
isExistPrePage() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
Checks if a previous page exists.
isExistPrevPage() - Method in class org.codelibs.fess.entity.SearchRenderData
Checks whether a previous page exists.
isExistPrevPage() - Method in class org.codelibs.fess.util.QueryResponseList
Checks whether there is a previous page available.
isExpired(ChatSession) - Method in class org.codelibs.fess.chat.ChatSessionManager
Checks if a session is expired.
isFacetField(String) - Method in class org.codelibs.fess.query.QueryFieldConfig
Checks if the specified field can be used for faceted search.
isFacetSortValue(String) - Method in class org.codelibs.fess.query.QueryFieldConfig
Checks if the specified sort value is valid for facet sorting.
isFallback() - Method in class org.codelibs.fess.llm.IntentDetectionResult
Returns whether this result was produced by an internal fallback path (e.g., the model returned no usable structured intent and the original user message was used as the search query).
isFilePathProtocol(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Checks if the given URL is a file path protocol that requires directory and permission handling.
isFileSystemPath(String) - Method in class org.codelibs.fess.app.web.go.GoAction
Checks if the given URL represents a file system path.
isFileSystemPath(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Checks if the given URL represents a file system path for content serving.
isFinished() - Method in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Checks if the crawling thread has finished execution.
isForceStop() - Method in class org.codelibs.fess.helper.SystemHelper
Checks if the system is in a force-stop state.
isFragment() - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Returns whether this query builder is a fragment.
isHasRelevantResults() - Method in class org.codelibs.fess.llm.RelevanceEvaluationResult
Returns whether relevant results were found.
isImageMimeType(ResponseData) - Method in class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator
Checks if the response data contains an image MIME type that can be processed for thumbnail generation.
isInitialized() - Method in class org.codelibs.fess.helper.MarkdownRenderer
Checks if the renderer is properly initialized.
isInstanceActive(String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Checks whether the specified instance is currently active.
isIPv6Address(String) - Static method in class org.codelibs.fess.util.IpAddressUtil
Determines if the given address string represents an IPv6 address.
isLogFilename(String) - Static method in class org.codelibs.fess.app.web.admin.log.AdminLogAction
Checks if the given filename is a log file.
isLogFilename(String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Checks if the given filename is a log file based on its extension.
isLoginRequired() - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Checks if login is required for the current request based on configuration and user authentication status.
isMaskedValue(String) - Static method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Checks if a property value should be masked for security reasons.
ISO_DATETIME_FORMAT - Static variable in class org.codelibs.fess.Constants
ISO datetime format pattern with milliseconds and UTC timezone.
isOccurrence(String) - Method in class org.codelibs.fess.util.QueryStringBuilder
Checks if a value represents an occurrence-based search modifier.
isOperationRunning(String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Checks whether the specified operation is currently running (lock held by an active instance).
isOsddLinkEnabled() - Method in class org.codelibs.fess.helper.OsddHelper
Checks if OSDD link is enabled.
isOverwrite() - Method in class org.codelibs.fess.crawler.util.FieldConfigs.Config
Checks if the overwrite option is enabled in the configuration.
isPartialResults() - Method in class org.codelibs.fess.entity.SearchRenderData
Checks whether the results are partial due to timeout or other issues.
isPartialResults() - Method in class org.codelibs.fess.rank.fusion.SearchResult
Checks whether the search results are partial due to timeout or other constraints.
isPartialResults() - Method in class org.codelibs.fess.util.QueryResponseList
Checks whether the search results are partial (not complete).
isProcessRunning() - Method in class org.codelibs.fess.helper.ProcessHelper
Checks if any processes are currently running.
isProcessRunning(String) - Method in class org.codelibs.fess.helper.ProcessHelper
Checks if the process with the given session ID is currently running.
isPrunedTag(Node, PrunedTag[]) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Checks if a node matches any of the pruned tag configurations.
isRagChatEnabled() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Checks if RAG chat feature is enabled.
isRagChatEnabled() - Method in class org.codelibs.fess.llm.LlmClientManager
Checks if RAG chat feature is enabled.
isRunning() - Method in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Checks if the crawling thread is currently running.
isScroll - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Whether scroll mode is enabled for large result sets
isSearchField(String) - Method in class org.codelibs.fess.query.QueryCommand
Checks if the specified field is a search field.
isSearchParameterCookieSecure(HttpServletRequest) - Method in class org.codelibs.fess.helper.SearchHelper
Determines if the search parameter cookie should be secure based on configuration and request.
isSecureCookie() - Method in class org.codelibs.fess.helper.UserInfoHelper
Determines whether the user identification cookie should be marked as secure.
isSortField(String) - Method in class org.codelibs.fess.query.QueryFieldConfig
Checks if the specified field can be used for sorting.
isSpaFallback() - Method in class org.codelibs.fess.theme.ThemeManifest
Returns whether SPA-style fallback to the entry file is enabled.
isStorageEnabled(FessConfig) - Method in class org.codelibs.fess.helper.SystemHelper
Determines whether object storage is enabled for the given configuration.
isStream() - Method in class org.codelibs.fess.llm.LlmChatRequest
Checks if streaming is enabled.
issue(HttpSession) - Method in class org.codelibs.fess.api.v2.SessionCsrfTokenManager
Returns the token bound to session, creating one if absent.
isTarget(int, int, int) - Method in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Checks if this rule applies to the given time and day.
isTarget(String) - Method in class org.codelibs.fess.dict.DictionaryCreator
Checks if the given path matches this creator's pattern.
isTarget(Map<String, Object>) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
 
isTarget(Map<String, Object>) - Method in interface org.codelibs.fess.thumbnail.ThumbnailGenerator
Checks if this generator can handle the given document.
isTargetPluginVersion(String) - Method in class org.codelibs.fess.helper.PluginHelper
Checks if a plugin version is a target version for the current Fess installation.
isTargetUser(String) - Method in class org.codelibs.fess.auth.chain.CommandChain
Checks if the given username is a target user for command execution.
isTeminated() - Method in class org.codelibs.fess.auth.chain.CommandChain.MonitorThread
Checks if the process has been terminated due to timeout.
isTimingSafeHash(String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Indicates whether the supplied stored hash is in a format whose verification via PasswordHashHelper.matches(String, String) already pays a BCrypt cost (or equivalent), meaning the caller does not need to add PasswordHashHelper.applyTimingPadding() on the failure branch.
isTruncatedFinish(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Checks if a finish reason indicates that the LLM response was truncated by the output token limit (provider-agnostic).
isTrustedProxy(String) - Method in class org.codelibs.fess.helper.RateLimitHelper
Check if the IP is a trusted proxy.
isUnsafeMethod(String) - Static method in class org.codelibs.fess.api.v2.handlers.CsrfRequirement
Returns whether the given HTTP method is a state-changing ("unsafe") method for the purposes of the baseline Origin check.
isUpdated() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns true if the item has been updated.
isUpdated() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Checks whether this mapping item has pending updates.
isUpdated() - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
Checks if this item has been updated.
isUpdated() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Checks if the item has been updated.
isUpdated() - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
Checks if the item has been updated.
isUpdated() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Checks if the item has been updated.
isUrlCrawlable(DataStoreParams, String) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Determines whether the specified URL is crawlable based on the exclusion pattern provided in the paramMap.
isUser() - Method in class org.codelibs.fess.entity.ChatMessage
Checks if this is a user message.
isUserPermission(String) - Method in class org.codelibs.fess.helper.SystemHelper
Checks if a permission string is a user permission.
isUseSession() - Method in class org.codelibs.fess.helper.ViewHelper
Checks if HTTP sessions are enabled.
isValid(CharSequence, ConstraintValidatorContext) - Method in class org.codelibs.fess.validation.CustomSizeValidator
 
isValid(String) - Method in class org.codelibs.fess.api.v2.handlers.DocIdValidator
Checks whether a document id is acceptable for the v2 surface.
isValid(String, ConstraintValidatorContext) - Method in class org.codelibs.fess.validation.CronExpressionValidator
 
isValid(String, ConstraintValidatorContext) - Method in class org.codelibs.fess.validation.UriTypeValidator
 
isValidCanonicalUrl(String, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Validates if the canonical URL is valid relative to the original URL.
isValidFileConfigId(String) - Method in class org.codelibs.fess.app.web.api.admin.fileauth.ApiAdminFileauthAction
Validates whether a file configuration ID exists.
isValidFileProtocol(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Checks if the given URL uses a valid file protocol.
isValidRedirectUrl(String) - Method in class org.codelibs.fess.app.web.go.GoAction
Validates if the URL is safe for redirection.
isValidUrl(String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Validates if the given URL string is a valid URL.
isValidWebConfigId(String) - Method in class org.codelibs.fess.app.web.api.admin.reqheader.ApiAdminReqheaderAction
Validates if the given web configuration ID exists.
isValidWebConfigId(String) - Method in class org.codelibs.fess.app.web.api.admin.webauth.ApiAdminWebauthAction
Validates if the given web configuration ID exists.
isValidWebProtocol(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Checks if the given URL uses a valid web protocol.
isVersionConflict(Throwable) - Method in class org.codelibs.fess.app.service.UserService
Tests whether the given throwable (or any of its causes) represents an OpenSearch optimistic-concurrency conflict.
isWebCrawlingPath(String) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Determines if the given path represents a web crawling target.
isWhitelisted(String) - Method in class org.codelibs.fess.helper.RateLimitHelper
Check if the IP is in the whitelist.
item - Variable in class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
The item to be added or updated.
item - Variable in class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
The mapping item being updated, or null for read-only operations.
item - Variable in class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
The item being updated
item - Variable in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
The stemmer override item being added or updated.
item - Variable in class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
The stopword item being added or updated.
item - Variable in class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
The synonym item being added or updated.
ITEM_LABEL - Static variable in class org.codelibs.fess.Constants
Item property key for label field.
ITEM_NAME - Static variable in class org.codelibs.fess.Constants
Item property key for name field.
ITEM_VALUE - Static variable in class org.codelibs.fess.Constants
Item property key for value field.
ItemForm - Class in org.codelibs.fess.app.web.admin.storage
Form class for storage item operations in the admin interface.
ItemForm() - Constructor for class org.codelibs.fess.app.web.admin.storage.ItemForm
Default constructor.
items - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiBulkResponse
The list of items processed in the bulk operation.
items - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiStorageResponse
The list of storage items.
items(List<Map<String, Object>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiBulkResponse
Sets the list of items processed in the bulk operation.
items(List<Map<String, Object>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiStorageResponse
Sets the list of storage items.
iterator() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
iterator() - Method in class org.codelibs.fess.util.QueryResponseList
 

J

jarFile - Variable in class org.codelibs.fess.app.web.admin.plugin.InstallForm
JAR file containing the plugin to install
JAVABIN - Static variable in class org.codelibs.fess.crawler.serializer.DataSerializer
Constant for JavaBin serializer type.
JOB_LOG_ID - Static variable in class org.codelibs.fess.Constants
Job log ID parameter key for passing pre-generated ID to job execution.
jobClass - Variable in class org.codelibs.fess.app.job.AllJobScheduler
The job class to be executed by this scheduler
jobExecutor - Variable in class org.codelibs.fess.job.ExecJob
The job executor responsible for running this job
jobExecutor(JobExecutor) - Method in class org.codelibs.fess.job.ExecJob
Sets the job executor for this job.
JobExecutor - Class in org.codelibs.fess.job
Abstract base class for job executors that handle script execution within the job system.
JobExecutor() - Constructor for class org.codelibs.fess.job.JobExecutor
Default constructor.
JobExecutor.ShutdownListener - Interface in org.codelibs.fess.job
Interface for listening to shutdown events.
JobHelper - Class in org.codelibs.fess.helper
Helper class for managing scheduled jobs within the Fess system.
JobHelper() - Constructor for class org.codelibs.fess.helper.JobHelper
Default constructor.
jobLogBhv - Variable in class org.codelibs.fess.app.service.JobLogService
Behavior class for job log database operations.
jobLogging - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Whether logging is enabled for the scheduled job.
jobLogging - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
Whether job logging is enabled.
jobLogId - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiStartJobResponse
The pre-generated job log ID.
jobLogId(String) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiStartJobResponse
Sets the job log ID.
JobLogPager - Class in org.codelibs.fess.app.pager
Pager class for managing job log pagination in the admin interface.
JobLogPager() - Constructor for class org.codelibs.fess.app.pager.JobLogPager
Default constructor.
JobLogService - Class in org.codelibs.fess.app.service
Service class for managing job logs in the Fess application.
JobLogService() - Constructor for class org.codelibs.fess.app.service.JobLogService
Default constructor.
jobName - Variable in class org.codelibs.fess.app.pager.JobLogPager
Search criteria: job name
jobName - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The name of the job that was executed.
JobNotFoundException - Exception Class in org.codelibs.fess.exception
Exception thrown when a scheduled job cannot be found.
JobNotFoundException(String) - Constructor for exception class org.codelibs.fess.exception.JobNotFoundException
Constructs a new JobNotFoundException with the specified detail message.
JobNotFoundException(ScheduledJob) - Constructor for exception class org.codelibs.fess.exception.JobNotFoundException
Constructs a new JobNotFoundException with a message derived from the scheduled job.
JobProcess - Class in org.codelibs.fess.util
A wrapper class that manages a system process for job execution.
JobProcess(Process) - Constructor for class org.codelibs.fess.util.JobProcess
Constructs a new JobProcess with the specified process.
JobProcess(Process, int, Consumer<String>) - Constructor for class org.codelibs.fess.util.JobProcess
Constructs a new JobProcess with the specified process, buffer size, and output callback.
JobProcessingException - Exception Class in org.codelibs.fess.exception
Exception thrown when an error occurs during job processing.
JobProcessingException(String) - Constructor for exception class org.codelibs.fess.exception.JobProcessingException
Constructs a new JobProcessingException with the specified detail message.
JobProcessingException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.JobProcessingException
Constructs a new JobProcessingException with the specified detail message and cause.
JobProcessingException(Throwable) - Constructor for exception class org.codelibs.fess.exception.JobProcessingException
Constructs a new JobProcessingException with the specified cause.
jobRuntimeLocal - Variable in class org.codelibs.fess.helper.JobHelper
Thread-local storage for job runtime information
jobStatus - Variable in class org.codelibs.fess.app.pager.JobLogPager
Search criteria: job status
jobStatus - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The execution status of the job.
join(Object) - Static method in class org.codelibs.fess.taglib.FessFunctions
Joins array or list elements into a single space-separated string.
JSON - Enum constant in enum class org.codelibs.fess.entity.SearchRequestParams.SearchRequestType
JSON request type.
jsonFactory - Variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
JSON factory for OpenID Connect response parsing.
JsonIndexExportFormatter - Class in org.codelibs.fess.job
Formatter that outputs index documents as JSON files.
JsonIndexExportFormatter() - Constructor for class org.codelibs.fess.job.JsonIndexExportFormatter
Creates a new JsonIndexExportFormatter instance.
jsQueryPlaceHolder - Variable in class org.codelibs.fess.helper.RelatedContentHelper
Placeholder string used in regex-based related content templates for JavaScript contexts.
JvmClassesObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmClassesObj
Default constructor.
JvmGcObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmGcObj
Default constructor.
JvmMemoryHeapObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryHeapObj
Default constructor.
JvmMemoryNonHeapObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryNonHeapObj
Default constructor.
JvmMemoryObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryObj
Default constructor.
JvmObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmObj
Default constructor.
jvmOptions - Variable in class org.codelibs.fess.job.ExecJob
List of JVM options to apply when executing the job
jvmOptions(String...) - Method in class org.codelibs.fess.job.ExecJob
Adds JVM options for this job execution.
JvmPoolObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmPoolObj
Default constructor.
JvmThreadsObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmThreadsObj
Default constructor.
JvmUtil - Class in org.codelibs.fess.util
Utility class for JVM-related operations.

K

key - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmGcObj
Garbage collector name
key - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmPoolObj
Buffer pool name
keyMatchBhv - Variable in class org.codelibs.fess.app.service.KeyMatchService
The KeyMatch behavior.
KeyMatchHelper - Class in org.codelibs.fess.helper
KeyMatchHelper is a helper class for KeyMatch feature.
KeyMatchHelper() - Constructor for class org.codelibs.fess.helper.KeyMatchHelper
Default constructor.
KeyMatchPager - Class in org.codelibs.fess.app.pager
Pager for KeyMatch.
KeyMatchPager() - Constructor for class org.codelibs.fess.app.pager.KeyMatchPager
Default constructor.
keyMatchQueryMap - Variable in class org.codelibs.fess.helper.KeyMatchHelper
A map containing query information for KeyMatch.
KeyMatchService - Class in org.codelibs.fess.app.service
Service class for KeyMatch.
KeyMatchService() - Constructor for class org.codelibs.fess.app.service.KeyMatchService
Default constructor.
keySet() - Method in class org.codelibs.fess.entity.ParamMap
 
keySet() - Method in class org.codelibs.fess.util.DocMap
Returns a Set view of the keys contained in this map.
KIND - Static variable in class org.codelibs.fess.theme.ThemeManifest
Required kind value for theme manifests.
KRYO - Static variable in class org.codelibs.fess.crawler.serializer.DataSerializer
Constant for Kryo serializer type.
kryoThreadLocal - Variable in class org.codelibs.fess.crawler.serializer.DataSerializer
ThreadLocal container for Kryo instances to ensure thread safety.
KuromojiCreator - Class in org.codelibs.fess.dict.kuromoji
A dictionary creator for Kuromoji.
KuromojiCreator() - Constructor for class org.codelibs.fess.dict.kuromoji.KuromojiCreator
Constructs a new Kuromoji creator.
KuromojiCSVUtil - Class in org.codelibs.fess.util
Utility class for parsing CSV text
kuromojiFile - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.UploadForm
The multipart file containing the Kuromoji user dictionary to be uploaded.
KuromojiFile - Class in org.codelibs.fess.dict.kuromoji
A dictionary file for Kuromoji.
KuromojiFile(String, String, Date) - Constructor for class org.codelibs.fess.dict.kuromoji.KuromojiFile
Constructs a new Kuromoji file.
KuromojiFile.KuromojiUpdater - Class in org.codelibs.fess.dict.kuromoji
An updater for Kuromoji files.
KuromojiItem - Class in org.codelibs.fess.dict.kuromoji
An item in a Kuromoji dictionary.
KuromojiItem(long, String, String, String, String) - Constructor for class org.codelibs.fess.dict.kuromoji.KuromojiItem
Constructs a new Kuromoji item.
KuromojiPager - Class in org.codelibs.fess.app.pager
Pager for Kuromoji.
KuromojiPager() - Constructor for class org.codelibs.fess.app.pager.KuromojiPager
Default constructor.
KuromojiService - Class in org.codelibs.fess.app.service
Service class for Kuromoji.
KuromojiService() - Constructor for class org.codelibs.fess.app.service.KuromojiService
Default constructor.
KuromojiUpdater(KuromojiItem) - Constructor for class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
Constructs a new Kuromoji updater.

L

label(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Retrieves the localized label value for the given key from the current request's label map.
LABEL - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Label API format.
LABEL_FIELD - Static variable in class org.codelibs.fess.app.web.base.FessSearchAction
The field name used for label-based search filtering.
LABEL_VALUE_MAP - Static variable in class org.codelibs.fess.Constants
View parameter for label value mapping.
labelExists(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Checks if a label with the specified key exists in the current request's label map.
labelList - Variable in class org.codelibs.fess.util.GsaConfigParser
List to store parsed label types for access control.
labelsHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/labels.
LabelsHandler - Class in org.codelibs.fess.api.v2.handlers
Handles the /api/v2/labels endpoint.
LabelsHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.LabelsHandler
Default constructor used by the DI container.
labelType - Variable in class org.codelibs.fess.util.GsaConfigParser
Current label type being processed during parsing.
labelTypeBhv - Variable in class org.codelibs.fess.app.service.ElevateWordService
Behavior handler for LabelType entity operations
labelTypeBhv - Variable in class org.codelibs.fess.app.service.LabelTypeService
The LabelType behavior.
labelTypeHelper - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Helper for managing label types and label-based filtering.
LabelTypeHelper - Class in org.codelibs.fess.helper
Helper class for label types.
LabelTypeHelper() - Constructor for class org.codelibs.fess.helper.LabelTypeHelper
Default constructor.
LabelTypeHelper.LabelTypeItem - Class in org.codelibs.fess.helper
An item of a label type.
LabelTypeHelper.LabelTypePattern - Class in org.codelibs.fess.helper
A pattern of a label type.
labelTypeIds - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The label type IDs associated with this elevate word entry
labelTypeIds - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The IDs of label types associated with this file configuration.
labelTypeIds - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The label type IDs associated with this web configuration.
LabelTypeItem() - Constructor for class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Default constructor.
labelTypeItemList - Variable in class org.codelibs.fess.helper.LabelTypeHelper
A list of label type items.
LabelTypePager - Class in org.codelibs.fess.app.pager
Pager for label types.
LabelTypePager() - Constructor for class org.codelibs.fess.app.pager.LabelTypePager
Default constructor.
LabelTypePattern(String, String, String) - Constructor for class org.codelibs.fess.helper.LabelTypeHelper.LabelTypePattern
Constructs a new label type pattern.
labelTypePatternList - Variable in class org.codelibs.fess.helper.LabelTypeHelper
A list of label type patterns.
LabelTypeService - Class in org.codelibs.fess.app.service
Service class for label types.
LabelTypeService() - Constructor for class org.codelibs.fess.app.service.LabelTypeService
Default constructor.
lang - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The languages.
lang - Variable in class org.codelibs.fess.app.web.base.SearchForm
Array of language codes to filter search results.
lang - Variable in class org.codelibs.fess.app.web.cache.CacheForm
Language parameter for error page.
lang - Variable in class org.codelibs.fess.app.web.error.ErrorForm
Language parameter for search interface
lang - Variable in class org.codelibs.fess.app.web.go.GoForm
Language parameter for error page fallback.
lang - Variable in class org.codelibs.fess.app.web.thumbnail.ThumbnailForm
The language setting for error page display.
langFields - Variable in class org.codelibs.fess.helper.LanguageHelper
An array of language fields.
langItemsCache - Variable in class org.codelibs.fess.helper.SystemHelper
A cache for language items.
LanguageHelper - Class in org.codelibs.fess.helper
Helper class for language detection.
LanguageHelper() - Constructor for class org.codelibs.fess.helper.LanguageHelper
Default constructor.
lastAccessTime - Variable in class org.codelibs.fess.app.pager.FailureUrlPager
Last time this URL was accessed.
lastAccessTime - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The timestamp of the last access attempt for this URL.
lastaEnv - Variable in class org.codelibs.fess.job.ExecJob
Lasta environment configuration
lastaEnv(String) - Method in class org.codelibs.fess.job.ExecJob
Sets the Lasta environment configuration.
lastIndexOf(Object) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
lastIndexOf(Object) - Method in class org.codelibs.fess.util.QueryResponseList
 
lastLoadedTime - Variable in class org.codelibs.fess.ds.DataStoreFactory
Timestamp of the last time data store names were loaded from plugin files.
lastSeen - Variable in class org.codelibs.fess.helper.CoordinatorHelper.InstanceInfo
The timestamp when the instance was last seen.
lazyUpgradePassword(String, String, String, PasswordHashHelper) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Best-effort upgrade of a legacy or obsolete-cost password hash to the currently configured algorithm/parameters.
LDAP_ACCOUNT_FILTER - Static variable in class org.codelibs.fess.Constants
LDAP account filter configuration key.
LDAP_ADMIN_SECURITY_CREDENTIALS - Static variable in class org.codelibs.fess.Constants
LDAP admin security credentials configuration key.
LDAP_ADMIN_SECURITY_PRINCIPAL - Static variable in class org.codelibs.fess.Constants
LDAP admin security principal configuration key.
LDAP_BASE_DN - Static variable in class org.codelibs.fess.Constants
LDAP base DN configuration key.
LDAP_GROUP_FILTER - Static variable in class org.codelibs.fess.Constants
LDAP group filter configuration key.
LDAP_INITIAL_CONTEXT_FACTORY - Static variable in class org.codelibs.fess.Constants
LDAP initial context factory configuration key.
LDAP_MEMBEROF_ATTRIBUTE - Static variable in class org.codelibs.fess.Constants
LDAP member of attribute configuration key.
LDAP_PROVIDER_URL - Static variable in class org.codelibs.fess.Constants
LDAP provider URL configuration key.
LDAP_SECURITY_AUTHENTICATION - Static variable in class org.codelibs.fess.Constants
LDAP security authentication configuration key.
LDAP_SECURITY_PRINCIPAL - Static variable in class org.codelibs.fess.Constants
LDAP security principal configuration key.
ldapAccountFilter - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP filter for finding user accounts.
ldapAdminSecurityCredentials - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP admin security credentials (password) for administrative operations.
ldapAdminSecurityPrincipal - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP admin security principal for administrative operations.
ldapBaseDn - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP base DN (Distinguished Name) for user searches.
LdapChain - Class in org.codelibs.fess.auth.chain
An authentication chain for LDAP.
LdapChain() - Constructor for class org.codelibs.fess.auth.chain.LdapChain
Default constructor.
LdapConfigurationException - Exception Class in org.codelibs.fess.exception
An exception thrown when LDAP configuration is invalid.
LdapConfigurationException(String) - Constructor for exception class org.codelibs.fess.exception.LdapConfigurationException
Constructs a new LDAP configuration exception with the specified detail message.
ldapGroupFilter - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP filter for finding groups.
ldapInitialContextFactory - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP initial context factory class name.
LdapManager - Class in org.codelibs.fess.ldap
Manages LDAP connections and operations.
LdapManager() - Constructor for class org.codelibs.fess.ldap.LdapManager
Default constructor.
LdapManager.DirContextHolder - Class in org.codelibs.fess.ldap
A holder for the directory context.
ldapMemberofAttribute - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP attribute name for group membership.
LdapOperationException - Exception Class in org.codelibs.fess.exception
An exception thrown when an LDAP operation fails.
LdapOperationException(String) - Constructor for exception class org.codelibs.fess.exception.LdapOperationException
Constructs a new LDAP operation exception with the specified detail message.
LdapOperationException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.LdapOperationException
Constructs a new LDAP operation exception with the specified detail message and cause.
ldapProviderUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP server URL for authentication.
ldapSecurityAuthentication - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP security authentication type.
ldapSecurityPrincipal - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LDAP security principal for binding to the LDAP server.
LdapUser - Class in org.codelibs.fess.ldap
An LDAP user.
LdapUser(Hashtable<String, String>, String) - Constructor for class org.codelibs.fess.ldap.LdapUser
Constructs a new LDAP user.
LdapUtil - Class in org.codelibs.fess.ldap
Utility class for LDAP operations.
LF - Static variable in class org.codelibs.fess.helper.NotificationHelper
Line feed character for message formatting.
LINE_SEPARATOR - Static variable in class org.codelibs.fess.Constants
System line separator character sequence.
list(Integer, SearchForm) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Show the list page.
list(Integer, SearchForm) - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Displays the failure URL list page with pagination support.
list(Integer, SearchForm) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Displays the job log list with pagination.
list(Integer, SearchForm) - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Displays a paginated list of search log entries.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Show the list page.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Show the list page.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Show the list page.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Show the list page.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Show the list page.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Show the list page.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Show the list page.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Display a paginated list of stemmer override items.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Display the stopwords list with pagination.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Displays a paginated list of synonym items.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Displays the duplicate host list with pagination.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Lists elevate words with pagination support.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Displays the file authentication list with pagination.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Displays the file configuration list with pagination.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Displays the group list with pagination.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Displays the key match list with pagination.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Displays the label type list with pagination.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Displays the path mapping list with pagination support.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Displays a paginated list of related content items.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Displays a paginated list of related query items.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Displays a paginated list of request header items.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Displays a paginated list of role items.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Displays a paginated list of scheduled jobs.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Displays a paginated list of users.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Displays a paginated list of web authentication configurations.
list(OptionalThing<Integer>, SearchForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Displays a paginated list of web crawler configurations.
list(OptionalThing<String>) - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Displays a list of files and directories in the specified path.
list(OptionalThing<String>) - Method in class org.codelibs.fess.app.web.api.admin.storage.ApiAdminStorageAction
Lists files and directories in storage.
LIST - Static variable in class org.codelibs.fess.app.web.CrudMode
Mode for listing records.
ListBody - Class in org.codelibs.fess.app.web.api.admin.dict
The request body for listing dictionaries.
ListBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.ListBody
Default constructor.
ListForm - Class in org.codelibs.fess.app.web.admin.dict
The list form for Dictionary.
ListForm - Class in org.codelibs.fess.app.web.admin.searchlist
The list form for Search List.
ListForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.ListForm
Default constructor.
ListForm() - Constructor for class org.codelibs.fess.app.web.admin.searchlist.ListForm
Default constructor.
listIterator() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
listIterator() - Method in class org.codelibs.fess.util.QueryResponseList
 
listIterator(int) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
listIterator(int) - Method in class org.codelibs.fess.util.QueryResponseList
 
listObjects(String, int) - Method in class org.codelibs.fess.storage.GcsStorageClient
 
listObjects(String, int) - Method in class org.codelibs.fess.storage.S3StorageClient
 
listObjects(String, int) - Method in interface org.codelibs.fess.storage.StorageClient
Lists objects in storage with the given prefix.
listViewNames(ListViewNamesAction.Request) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Lists view names asynchronously (not implemented).
listViewNames(ListViewNamesAction.Request, ActionListener<ListViewNamesAction.Response>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Lists view names asynchronously (not implemented).
LLM - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
LLM plugins
LlmChatRequest - Class in org.codelibs.fess.llm
Request object for LLM chat completion.
LlmChatRequest() - Constructor for class org.codelibs.fess.llm.LlmChatRequest
Default constructor.
LlmChatResponse - Class in org.codelibs.fess.llm
Response object for LLM chat completion.
LlmChatResponse() - Constructor for class org.codelibs.fess.llm.LlmChatResponse
Default constructor.
LlmChatResponse(String) - Constructor for class org.codelibs.fess.llm.LlmChatResponse
Creates a response with the specified content.
LlmClient - Interface in org.codelibs.fess.llm
Interface for LLM (Large Language Model) clients.
llmClientManager - Variable in class org.codelibs.fess.chat.ChatClient
The LLM client manager for language model interactions.
LlmClientManager - Class in org.codelibs.fess.llm
Manager class for coordinating LLM (Large Language Model) client operations.
LlmClientManager() - Constructor for class org.codelibs.fess.llm.LlmClientManager
Default constructor.
LlmException - Exception Class in org.codelibs.fess.llm
Exception thrown when an error occurs during LLM operations.
LlmException(String) - Constructor for exception class org.codelibs.fess.llm.LlmException
Creates a new exception with the specified message.
LlmException(String, String) - Constructor for exception class org.codelibs.fess.llm.LlmException
Creates a new exception with the specified message and error code.
LlmException(String, String, Throwable) - Constructor for exception class org.codelibs.fess.llm.LlmException
Creates a new exception with the specified message, error code and cause.
LlmException(String, Throwable) - Constructor for exception class org.codelibs.fess.llm.LlmException
Creates a new exception with the specified message and cause.
llmLogLevel - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
LLM log level.
LlmMessage - Class in org.codelibs.fess.llm
Represents a message in a chat conversation.
LlmMessage() - Constructor for class org.codelibs.fess.llm.LlmMessage
Default constructor.
LlmMessage(String, String) - Constructor for class org.codelibs.fess.llm.LlmMessage
Creates a new message with the specified role and content.
LlmStreamCallback - Interface in org.codelibs.fess.llm
Callback interface for receiving streaming chat responses from LLM.
load() - Method in class org.codelibs.fess.helper.AbstractConfigHelper
Load the configuration.
load() - Method in class org.codelibs.fess.helper.KeyMatchHelper
Loads KeyMatch settings from the database and builds a query map.
load() - Method in class org.codelibs.fess.helper.LabelTypeHelper
 
load() - Method in class org.codelibs.fess.helper.PathMappingHelper
 
load() - Method in class org.codelibs.fess.helper.RelatedContentHelper
 
load() - Method in class org.codelibs.fess.helper.RelatedQueryHelper
 
load() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Loads the available searcher names from system properties.
load(User) - Method in class org.codelibs.fess.auth.AuthenticationManager
Loads user information by processing through all authentication chains.
load(User) - Method in interface org.codelibs.fess.auth.chain.AuthenticationChain
Loads user information from the authentication chain.
load(User) - Method in class org.codelibs.fess.auth.chain.CommandChain
 
load(User) - Method in class org.codelibs.fess.auth.chain.LdapChain
 
LOAD_EXTERNAL_DTD_FEATURE - Static variable in class org.codelibs.fess.Constants
Load external DTD feature name.
loadArtifactsFromRepository(String) - Method in class org.codelibs.fess.helper.PluginHelper
Loads artifacts from a YAML-based repository.
loadAverages - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsObj
System load averages.
loadBulkData - Variable in class org.codelibs.fess.app.web.admin.maintenance.ActionForm
The flag to load bulk data during config index rebuild.
loadConfigParams(Map<String, Object>, String) - Static method in class org.codelibs.fess.util.ParameterUtil
Loads configuration parameters into a map.
LoadControlFilter - Class in org.codelibs.fess.filter
Filter for CPU load-based request control.
LoadControlFilter() - Constructor for class org.codelibs.fess.filter.LoadControlFilter
Creates a new instance of LoadControlFilter.
LoadControlMonitorTarget - Class in org.codelibs.fess.timer
Timeout target that periodically monitors search engine CPU usage.
LoadControlMonitorTarget(SystemHelper) - Constructor for class org.codelibs.fess.timer.LoadControlMonitorTarget
Constructs a new load control monitor target.
loadDataStoreNameList() - Method in class org.codelibs.fess.ds.DataStoreFactory
Loads the list of available data store names by scanning plugin JAR files.
loaded - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmClassesObj
Currently loaded classes
loadProtocols(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Loads protocol handlers from the specified base package by scanning for Handler classes in subpackages and registering them as web or file protocols based on their PROTOCOL_TYPE field.
loadScheduledJob(EditForm, ScheduledJob) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Loads scheduled job data into the edit form.
LOCAL_PATH_PATTERN - Static variable in class org.codelibs.fess.helper.ViewHelper
Pattern for matching local file paths
LocalUserCredential - Class in org.codelibs.fess.app.web.base.login
The credential for a local user.
LocalUserCredential(String, String) - Constructor for class org.codelibs.fess.app.web.base.login.LocalUserCredential
Creates a new LocalUserCredential with the specified user and password.
lockOut(LoginRateLimiter.Scope, String, int) - Method in class org.codelibs.fess.api.v2.handlers.LoginRateLimiter
m-21: uses Math.max so that a shorter lockoutSeconds value supplied in a second call never shrinks an existing longer lockout — the stricter deadline always wins.
log - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiLogResponse
The log entry object.
log(Object) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiLogResponse
Sets the log entry object.
log(StringBuilder) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Outputs a log message using the statistics logger.
log(Map<String, String>) - Method in class org.codelibs.fess.helper.ActivityHelper
Log the value map.
log(LogType, Object...) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
 
LOG_NOTIFICATION_ENABLED_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for log notification enabled configuration.
LOG_NOTIFICATION_LEVEL_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for log notification level configuration.
LOG_RESPONSE_HEAD_MAX_CHARS - Static variable in class org.codelibs.fess.llm.AbstractLlmClient
Maximum length of an LLM response prefix surfaced in WARN-level operator logs.
LOG_TYPE_CLICK - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for click logs.
LOG_TYPE_CLICK_COUNT - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for click count aggregation.
LOG_TYPE_FAVORITE - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for favorite logs.
LOG_TYPE_FAVORITE_COUNT - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for favorite count aggregation.
LOG_TYPE_SEARCH - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for search logs.
LOG_TYPE_SEARCH_COUNT_DAY - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for daily search count aggregation.
LOG_TYPE_SEARCH_COUNT_HOUR - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for hourly search count aggregation.
LOG_TYPE_SEARCH_KEYWORD - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for search keyword aggregation.
LOG_TYPE_SEARCH_REQTIMEAVG_DAY - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for daily average request time aggregation.
LOG_TYPE_SEARCH_REQTIMEAVG_HOUR - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for hourly average request time aggregation.
LOG_TYPE_SEARCH_USER_DAY - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for daily unique user aggregation.
LOG_TYPE_SEARCH_USER_HOUR - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for hourly unique user aggregation.
LOG_TYPE_SEARCH_ZEROCLICK - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for zero-click search aggregation.
LOG_TYPE_SEARCH_ZEROHIT - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for zero-hit search aggregation.
LOG_TYPE_USERINFO - Static variable in class org.codelibs.fess.app.pager.SearchLogPager
Log type constant for user information logs.
logFilePath - Variable in class org.codelibs.fess.job.ExecJob
Path to the log file for this job execution
logFilePath(String) - Method in class org.codelibs.fess.job.ExecJob
Sets the log file path for this job execution.
logger - Variable in class org.codelibs.fess.helper.ActivityHelper
The logger.
logger - Static variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Logger instance for this class.
loggerName - Variable in class org.codelibs.fess.helper.ActivityHelper
The logger name.
loggerName - Variable in class org.codelibs.fess.helper.CrawlerStatsHelper
Name of the logger used for statistics output.
loggerName - Variable in class org.codelibs.fess.helper.SearchLogHelper
Name of the logger for search logs.
login(String) - Method in class org.codelibs.fess.ldap.LdapManager
Authenticates a user with the specified username without password validation.
login(String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Authenticates a user with the specified username and password against LDAP.
login(LoginForm) - Method in class org.codelibs.fess.app.web.login.LoginAction
Handles user login with the provided credentials.
login(OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.helper.ActivityHelper
Log the login activity.
LOGIN - Enum constant in enum class org.codelibs.fess.helper.ActivityHelper.Action
The login action.
LOGIN_FAILURE - Enum constant in enum class org.codelibs.fess.helper.ActivityHelper.Action
The login failure action.
LOGIN_LINK_ENALBED_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for login link enabled configuration.
LOGIN_REQUIRED_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for login requirement configuration.
LoginAction - Class in org.codelibs.fess.app.web.login
The login action.
LoginAction() - Constructor for class org.codelibs.fess.app.web.login.LoginAction
Default constructor.
LoginCredentialResolver(TypicalLoginAssist.CredentialResolver) - Constructor for class org.codelibs.fess.app.web.base.login.FessLoginAssist.LoginCredentialResolver
Creates a new login credential resolver.
loginFailure(OptionalThing<LoginCredential>) - Method in class org.codelibs.fess.helper.ActivityHelper
Log the login failure activity.
LoginForm - Class in org.codelibs.fess.app.web.login
The login form.
LoginForm() - Constructor for class org.codelibs.fess.app.web.login.LoginForm
Default constructor.
loginHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles POST /api/v2/auth/login.
LoginHandler - Class in org.codelibs.fess.api.v2.handlers
Handles POST /api/v2/auth/login.
LoginHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.LoginHandler
Default constructor used by the DI container.
LoginHandler(LoginRateLimiter) - Constructor for class org.codelibs.fess.api.v2.handlers.LoginHandler
Test-friendly constructor allowing the caller to inject a specific LoginRateLimiter instance (e.g.
loginLink - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable display of login link in the search interface.
LoginRateLimiter - Class in org.codelibs.fess.api.v2.handlers
In-memory, per-instance rate limiter for /api/v2/auth/login (and /auth/password).
LoginRateLimiter() - Constructor for class org.codelibs.fess.api.v2.handlers.LoginRateLimiter
Default constructor used by the DI container.
LoginRateLimiter.Scope - Enum Class in org.codelibs.fess.api.v2.handlers
Rate-limit scope: distinguishes the bucket namespace so the same key value (e.g.
loginRequired - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable login requirement for search access.
loginRequired - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The login required setting.
logLevel - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
System log level for controlling log verbosity.
logLevel - Variable in class org.codelibs.fess.job.ExecJob
Log level for this job execution
logLevel(String) - Method in class org.codelibs.fess.job.ExecJob
Sets the log level for this job execution.
LogNotificationAppender - Class in org.codelibs.fess.util
Custom Log4j2 Appender that captures log events into a buffer for notification purposes.
LogNotificationAppender(String, Filter, Layout<? extends Serializable>, boolean, Property[], Level) - Constructor for class org.codelibs.fess.util.LogNotificationAppender
Constructs a new LogNotificationAppender.
logNotificationEnabled - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable log notification for ERROR/WARN logs.
LogNotificationEvent(long, String, String, String, String) - Constructor for class org.codelibs.fess.helper.LogNotificationHelper.LogNotificationEvent
Constructs a new LogNotificationEvent.
LogNotificationHelper - Class in org.codelibs.fess.helper
Helper that manages the lifecycle of the log notification timer and buffers log notification events for periodic flushing to OpenSearch.
LogNotificationHelper() - Constructor for class org.codelibs.fess.helper.LogNotificationHelper
Default constructor.
LogNotificationHelper.LogNotificationEvent - Class in org.codelibs.fess.helper
Represents a captured log event for notification.
LogNotificationJob - Class in org.codelibs.fess.job
Job for sending log notifications.
LogNotificationJob() - Constructor for class org.codelibs.fess.job.LogNotificationJob
Default constructor.
logNotificationLevel - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Log notification level (e.g.
LogNotificationTarget - Class in org.codelibs.fess.timer
A timer target that periodically flushes buffered log notification events to an OpenSearch index for downstream processing.
LogNotificationTarget() - Constructor for class org.codelibs.fess.timer.LogNotificationTarget
Default constructor.
logout() - Method in class org.codelibs.fess.app.web.sso.SsoAction
SSO logout endpoint.
logout(FessUserBean) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
 
logout(FessUserBean) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
 
logout(FessUserBean) - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
 
logout(FessUserBean) - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Performs logout for the specified user.
logout(FessUserBean) - Method in interface org.codelibs.fess.sso.SsoAuthenticator
Performs logout for the specified user.
logout(FessUserBean) - Method in class org.codelibs.fess.sso.SsoManager
Performs logout operations for the specified user using SSO.
logout(OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.helper.ActivityHelper
Log the logout activity.
LOGOUT - Enum constant in enum class org.codelibs.fess.helper.ActivityHelper.Action
The logout action.
LOGOUT - Enum constant in enum class org.codelibs.fess.sso.SsoResponseType
Indicates a request to perform a logout operation, terminating the user's SSO session.
LogoutAction - Class in org.codelibs.fess.app.web.logout
The logout action.
LogoutAction() - Constructor for class org.codelibs.fess.app.web.logout.LogoutAction
Default constructor.
logoutHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles POST /api/v2/auth/logout.
LogoutHandler - Class in org.codelibs.fess.api.v2.handlers
Handles POST /api/v2/auth/logout.
LogoutHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.LogoutHandler
Default constructor.
logs - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiLogsResponse
The list of log entries.
logs(List<T>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiLogsResponse
Sets the list of log entries.
logs(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.crawlinginfo.ApiAdminCrawlinginfoAction
Retrieves crawling info logs with pagination support.
logs(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.failureurl.ApiAdminFailureurlAction
Retrieves failure URL logs with pagination.
logs(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.joblog.ApiAdminJoblogAction
Returns list of job logs.
logScriptExecution(String, String) - Method in class org.codelibs.fess.script.groovy.GroovyEngine
Logs script execution to the audit log.
logSuffix - Variable in class org.codelibs.fess.job.ExecJob
Suffix to append to log file names
logSuffix(String) - Method in class org.codelibs.fess.job.ExecJob
Sets the log suffix for this job execution.
logType - Variable in class org.codelibs.fess.app.pager.SearchLogPager
Type of log being displayed (default: search).
logType - Variable in class org.codelibs.fess.app.web.admin.searchlog.EditForm
Type of the search log entry
logType - Variable in class org.codelibs.fess.app.web.admin.searchlog.SearchForm
The log type field for filtering search logs.
lowercaseWildcard - Variable in class org.codelibs.fess.query.PrefixQueryCommand
Flag to convert wildcard to lowercase.
lowercaseWildcard - Variable in class org.codelibs.fess.query.WildcardQueryCommand
Flag indicating whether wildcard terms should be converted to lowercase.
LTR_MODEL_NAME_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for LTR model name configuration.
LTR_WINDOW_SIZE_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for LTR window size configuration.
LtrQueryRescorer - Class in org.codelibs.fess.score
Learning to Rank query rescorer implementation.
LtrQueryRescorer() - Constructor for class org.codelibs.fess.score.LtrQueryRescorer
Default constructor.
LUCENE_FIELD_RESERVED_PATTERN - Static variable in class org.codelibs.fess.Constants
Pattern for detecting reserved characters in Lucene field queries.
LUCENE_RANGE_FIELD_RESERVED_PATTERN - Static variable in class org.codelibs.fess.Constants
Pattern for detecting reserved characters in Lucene range field queries.
LuceneQueryParser(String, Analyzer) - Constructor for class org.codelibs.fess.query.parser.QueryParser.LuceneQueryParser
Creates a new ExtendableQueryParser instance

M

MailForm - Class in org.codelibs.fess.app.web.admin.general
The mail form for General settings.
MailForm() - Constructor for class org.codelibs.fess.app.web.admin.general.MailForm
Default constructor.
main(String[]) - Static method in class org.codelibs.fess.exec.Crawler
Main entry point for the crawler application.
main(String[]) - Static method in class org.codelibs.fess.exec.SuggestCreator
The main method for the SuggestCreator application.
main(String[]) - Static method in class org.codelibs.fess.exec.ThumbnailGenerator
Main entry point for the thumbnail generator application.
main(String[]) - Static method in class org.codelibs.fess.FessBoot
Main method to start the Fess application.
majorVersion - Variable in class org.codelibs.fess.helper.SystemHelper
The major version number.
MalformedJsonException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.V2JsonBody.MalformedJsonException
Creates the exception with a diagnostic message.
manager(DictionaryManager) - Method in class org.codelibs.fess.dict.DictionaryFile
Sets the dictionary manager for this file and returns this instance.
MANIFEST_INVALID - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
theme.yml missing or failed validation.
mapper - Variable in class org.codelibs.fess.helper.SearchHelper
Jackson ObjectMapper for JSON serialization/deserialization.
MAPPING_TYPE_ARRAY - Static variable in class org.codelibs.fess.Constants
Mapping type for array fields.
MAPPING_TYPE_DATE - Static variable in class org.codelibs.fess.Constants
Mapping type for date fields.
MAPPING_TYPE_DOUBLE - Static variable in class org.codelibs.fess.Constants
Mapping type for double fields.
MAPPING_TYPE_LONG - Static variable in class org.codelibs.fess.Constants
Mapping type for long fields.
MAPPING_TYPE_PDF_DATE - Static variable in class org.codelibs.fess.Constants
Mapping type for PDF date fields.
MAPPING_TYPE_STRING - Static variable in class org.codelibs.fess.Constants
Mapping type for string fields.
MappingUpdater(CharMappingItem) - Constructor for class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
Constructs a new MappingUpdater for handling file updates.
markdownRenderer - Variable in class org.codelibs.fess.chat.ChatClient
The markdown renderer for converting markdown to safe HTML.
MarkdownRenderer - Class in org.codelibs.fess.helper
Renders markdown to sanitized HTML for safe display in the chat interface.
MarkdownRenderer() - Constructor for class org.codelibs.fess.helper.MarkdownRenderer
Default constructor.
maskEmail(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Masks email addresses in the input string for privacy protection.
maskSensitiveValue(String, String) - Static method in class org.codelibs.fess.util.SystemUtil
Masks sensitive values for logging purposes.
match(String) - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypePattern
Matches the given path.
match(Map<String, Object>) - Method in class org.codelibs.fess.indexer.DocBoostMatcher
Determines if the given document data matches the configured match expression.
MatchAllQueryCommand - Class in org.codelibs.fess.query
Query command for match all documents query.
MatchAllQueryCommand() - Constructor for class org.codelibs.fess.query.MatchAllQueryCommand
Default constructor.
matches(HttpServletRequest) - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
 
matches(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.SearchApiV2Manager
 
matches(HttpServletRequest) - Method in interface org.codelibs.fess.api.WebApiManager
Checks if the request matches this API manager.
matches(String, String) - Method in class org.codelibs.fess.helper.PasswordHashHelper.BcryptPasswordEncoder
 
matches(String, String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Verifies that the raw password matches the stored representation.
matches(String, String) - Method in interface org.codelibs.fess.helper.PasswordHashHelper.PasswordEncoder
Verifies the raw password against the encoded hash.
matches(Node) - Method in class org.codelibs.fess.util.PrunedTag
Checks if this pruned tag configuration matches the given DOM node.
MATCHES_ALL_QUERY - Static variable in class org.codelibs.fess.Constants
Query that matches all documents.
matchesLegacy(String, String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Verifies a legacy (unprefixed) hex digest using app.digest.algorithm with a constant-time comparison.
matchLocale(Locale, Locale) - Method in class org.codelibs.fess.helper.LabelTypeHelper
Matches the request locale with the target locale.
matchUserAgent(PathMapping) - Method in class org.codelibs.fess.helper.PathMappingHelper
Checks if the user agent matches the path mapping.
max - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryHeapObj
Maximum heap memory in bytes
max - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryNonHeapObj
Maximum non-heap memory in bytes
max - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessFileDescriptorObj
Maximum number of file descriptors that can be opened.
MAX_BUFFER_SIZE - Static variable in class org.codelibs.fess.util.InputStreamThread
Maximum buffer size constant
maxAccessCount - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The maximum number of documents to access during crawling (0 means unlimited).
maxAccessCount - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The maximum number of URLs to access during crawling.
maxAccessCount - Variable in class org.codelibs.fess.app.web.admin.wizard.CrawlingConfigForm
Maximum number of pages/documents to access during crawling.
maxAccessCount - Variable in class org.codelibs.fess.helper.WebFsIndexHelper
Maximum number of URLs to access during crawling.
maxAge - Variable in class org.codelibs.fess.helper.RoleQueryHelper
The maximum age of the role information in seconds.
maxCacheSize - Variable in class org.codelibs.fess.helper.CrawlerStatsHelper
Maximum number of statistics objects to cache.
maxConfigSyncStatusRetry - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Maximum retry attempts for configuration synchronization status checks
maxDeleteDocumentCacheSize - Variable in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Maximum size of the delete URL cache before batch deletion is triggered.
maxDocumentCacheSize - Variable in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Maximum number of documents to cache before indexing
maxDocumentRequestSize - Variable in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Maximum size of document requests in bytes
maxErrorCount - Variable in class org.codelibs.fess.indexer.IndexUpdater
Maximum number of general errors allowed before termination
maxEsStatusRetry - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Maximum retry attempts for search engine status checks
maxGroupDepth - Variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Maximum depth for processing nested groups to prevent infinite loops.
maxIndexerErrorCount - Variable in class org.codelibs.fess.indexer.IndexUpdater
Maximum number of indexer errors allowed
maxKey() - Element in annotation interface org.codelibs.fess.validation.CustomSize
Gets the configuration key for the maximum size constraint.
maxOutputLine - Variable in class org.codelibs.fess.auth.chain.CommandChain
Maximum number of output lines to capture.
maxPurgeSize - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
Maximum number of files to purge in a single operation.
maxRedirectCount - Variable in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Maximum number of redirects to follow when processing URLs.
maxRedirectCount - Variable in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Maximum number of redirects to follow.
maxRetryCount - Variable in class org.codelibs.fess.helper.IndexingHelper
Maximum number of retry attempts for failed operations
maxScriptLogLength - Variable in class org.codelibs.fess.script.groovy.GroovyEngine
Maximum length of script text included in warning log messages.
maxSessionIdsInList - Variable in class org.codelibs.fess.helper.CrawlingInfoHelper
Maximum number of session IDs to include in lists.
maxSize - Variable in class org.codelibs.fess.app.pager.KeyMatchPager
The max size of the key match.
maxSize - Variable in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
The maximum number of results to return.
maxTextLength - Variable in class org.codelibs.fess.helper.LanguageHelper
The maximum text length for language detection.
meHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/auth/me (current authenticated user).
MeHandler - Class in org.codelibs.fess.api.v2.handlers
Handles GET /api/v2/auth/me.
MeHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.MeHandler
Default constructor.
memory - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmObj
JVM memory statistics
memory - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsObj
Memory statistics for the operating system.
MemoryUtil - Class in org.codelibs.fess.util
Utility class for memory operations and size calculations.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.codelibs.fess.entity.ParamMap
 
mergeResponseData(Map<String, Object>, Map<String, Object>) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Merges response data from the crawler into the original data map.
message - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiErrorResponse
The error message.
message - Variable in class org.codelibs.fess.app.web.chat.ChatForm
The user's message/question.
message() - Method in class org.codelibs.fess.api.v2.handlers.ChatRequestBody
Returns the trimmed message value supplied by the caller.
message() - Element in annotation interface org.codelibs.fess.validation.CronExpression
The error message when validation fails.
message() - Element in annotation interface org.codelibs.fess.validation.CustomSize
The error message when validation fails.
message() - Element in annotation interface org.codelibs.fess.validation.UriType
The validation error message.
message(String) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiErrorResponse
Sets the error message.
message(VaMessenger<FessMessages>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiErrorResponse
Sets the error message from validation messages.
messageManager - Variable in class org.codelibs.fess.app.web.api.FessApiAction
Message manager for handling internationalized messages and validation errors.
MessageTooLongException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.ChatRequestBody.MessageTooLongException
Creates a new exception describing the length violation.
META_PREFIX - Static variable in class org.codelibs.fess.util.ParameterUtil
The meta field prefix.
metaContentMapping - Variable in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
The mapping for meta content.
metadata() - Method in class org.codelibs.fess.app.web.sso.SsoAction
SSO metadata endpoint.
METADATA - Enum constant in enum class org.codelibs.fess.sso.SsoResponseType
Indicates a request for SSO metadata, which is typically used for configuration and discovery in protocols like SAML.
METHOD_NOT_ALLOWED - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The HTTP method is not supported for this endpoint.
migrate() - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Migrates existing thumbnail files to the new directory structure.
mimeType - Variable in class org.codelibs.fess.ds.AbstractDataStore
The mime type.
mimetypeMap - Variable in class org.codelibs.fess.helper.FileTypeHelper
Map storing MIME type to file type mappings
minDocCount - Variable in class org.codelibs.fess.entity.FacetInfo
Minimum document count required for a facet value to be included
minKey() - Element in annotation interface org.codelibs.fess.validation.CustomSize
Gets the configuration key for the minimum size constraint.
minorVersion - Variable in class org.codelibs.fess.helper.SystemHelper
The minor version number.
minScore - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Minimum score threshold for results
minScore(Float) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the minimum score threshold for results.
missing - Variable in class org.codelibs.fess.entity.FacetInfo
Value to use for documents that don't have the facet field
MODEL_NAME - Static variable in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
The parse field for the model name.
modelName() - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Gets the name of the LTR model.
modelName(String) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Sets the name of the LTR model.
modify(String, List<ModificationItem>, Supplier<Hashtable<String, String>>) - Method in class org.codelibs.fess.ldap.LdapManager
Modifies an entry.
modifyAddEntry(List<ModificationItem>, String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Modifies an entry by adding a new attribute.
modifyDeleteEntry(List<ModificationItem>, String, Object) - Method in class org.codelibs.fess.ldap.LdapManager
Modifies an entry by deleting an attribute.
modifyGroupAttributes(Group, Supplier<Hashtable<String, String>>, String, List<SearchResult>) - Method in class org.codelibs.fess.ldap.LdapManager
Modifies group attributes in the LDAP directory.
modifyReplaceEntry(List<ModificationItem>, String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Modifies an entry by replacing an attribute.
modifyUserAttributes(User, Supplier<Hashtable<String, String>>, String, List<SearchResult>) - Method in class org.codelibs.fess.ldap.LdapManager
Modifies user attributes in the LDAP directory.
monitorInterval - Variable in class org.codelibs.fess.helper.JobHelper
Monitor interval in seconds (default: 1 hour)
MonitorTarget - Class in org.codelibs.fess.timer
Abstract base class for monitor targets that implement timeout functionality.
MonitorTarget() - Constructor for class org.codelibs.fess.timer.MonitorTarget
Default constructor.
MonitorThread(Process, long) - Constructor for class org.codelibs.fess.auth.chain.CommandChain.MonitorThread
Constructor for MonitorThread.
move(ListForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Navigates to a specific page of search results.
move(SearchForm) - Method in class org.codelibs.fess.app.web.search.SearchAction
The move page.
MOVE_FAILED - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Atomic directory rename failed during promotion or rollback.
moveDir(Path, Path) - Method in class org.codelibs.fess.theme.StaticThemeInstaller
Atomically moves source to dest.
MS932 - Static variable in class org.codelibs.fess.Constants
Character encoding constant for Japanese MS932.
multiGet(MultiGetRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets multiple documents asynchronously.
multiGet(MultiGetRequest, ActionListener<MultiGetResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets multiple documents asynchronously with a callback.
multiSearch(MultiSearchRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes a multi-search request asynchronously.
multiSearch(MultiSearchRequest, ActionListener<MultiSearchResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes a multi-search request asynchronously with a callback.
multiTermVectors(MultiTermVectorsRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets term vectors for multiple documents asynchronously.
multiTermVectors(MultiTermVectorsRequest, ActionListener<MultiTermVectorsResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets term vectors for multiple documents asynchronously with a callback.
myAppType() - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Returns the application type identifier for this Fess application.
myLoginManager() - Method in class org.codelibs.fess.app.web.api.FessApiAction
Returns an empty OptionalThing for login manager since API actions use token-based authentication instead of traditional session-based login.
myLoginManager() - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Gets the login manager for this admin action.
myLoginManager() - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Returns the login manager for this action.
myUserType() - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Returns the user type identifier for this application.

N

name - Variable in class org.codelibs.fess.app.pager.AccessTokenPager
The name.
name - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration name.
name - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Configuration name
name - Variable in class org.codelibs.fess.app.pager.GroupPager
Group name for search filtering.
name - Variable in class org.codelibs.fess.app.pager.LabelTypePager
The name of the label type.
name - Variable in class org.codelibs.fess.app.pager.ReqHeaderPager
The name of the request header.
name - Variable in class org.codelibs.fess.app.pager.RolePager
Name of the role.
name - Variable in class org.codelibs.fess.app.pager.RoleTypePager
Name of the role type.
name - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Name of the scheduled job.
name - Variable in class org.codelibs.fess.app.pager.UserPager
User name for search filtering
name - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: configuration name.
name - Variable in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
The name of the access token.
name - Variable in class org.codelibs.fess.app.web.admin.crawlinginfo.EditForm
The name or description of the crawling session.
name - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Configuration name for identifying this data source
name - Variable in class org.codelibs.fess.app.web.admin.dataconfig.SearchForm
The name field for searching data configurations.
name - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The name of the file configuration (required, maximum 200 characters).
name - Variable in class org.codelibs.fess.app.web.admin.fileconfig.SearchForm
The name field for searching file configurations.
name - Variable in class org.codelibs.fess.app.web.admin.group.CreateForm
The name of the group.
name - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The name of the label type.
name - Variable in class org.codelibs.fess.app.web.admin.labeltype.SearchForm
The name field for searching label types.
name - Variable in class org.codelibs.fess.app.web.admin.plugin.DeleteForm
The name of the plugin to delete.
name - Variable in class org.codelibs.fess.app.web.admin.reqheader.CreateForm
The name of the request header.
name - Variable in class org.codelibs.fess.app.web.admin.role.CreateForm
The name of the role.
name - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The name of the scheduled job.
name - Variable in class org.codelibs.fess.app.web.admin.storage.ItemForm
The name of the storage item, limited to 100 characters
name - Variable in class org.codelibs.fess.app.web.admin.storage.TagForm
The name of the tag with a maximum length of 100 characters.
name - Variable in class org.codelibs.fess.app.web.admin.theme.ThemeDeleteForm
Theme directory name; must match the spec §4.2 regex.
name - Variable in class org.codelibs.fess.app.web.admin.theme.ThemeDetailsForm
Theme directory name; same constraints as ThemeDeleteForm.
name - Variable in class org.codelibs.fess.app.web.admin.user.CreateForm
The username of the user.
name - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The name of the web configuration.
name - Variable in class org.codelibs.fess.app.web.admin.webconfig.SearchForm
The name field for searching web configurations.
name - Variable in class org.codelibs.fess.app.web.api.admin.dataconfig.SearchBody
The data configuration name to search for.
name - Variable in class org.codelibs.fess.app.web.api.admin.fileconfig.SearchBody
Name of the file crawling configuration
name - Variable in class org.codelibs.fess.app.web.api.admin.labeltype.SearchBody
Name of the label type
name - Variable in class org.codelibs.fess.app.web.api.admin.plugin.InstallBody
Name of the plugin to install (required, max 100 characters)
name - Variable in class org.codelibs.fess.app.web.api.admin.webconfig.SearchBody
Name of the web crawling configuration
name - Variable in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
The user name.
name - Variable in class org.codelibs.fess.exec.Crawler.Options
Name for the crawling session for identification purposes.
name - Variable in class org.codelibs.fess.exec.SuggestCreator.Options
The name of the suggest creator instance.
name - Variable in class org.codelibs.fess.exec.ThumbnailGenerator.Options
Name identifier for the thumbnail generation task.
name - Variable in class org.codelibs.fess.helper.CoordinatorHelper.EventInfo
The event name.
name - Variable in class org.codelibs.fess.helper.CoordinatorHelper.InstanceInfo
The display name of the instance.
name - Variable in class org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
The operation name.
name - Variable in class org.codelibs.fess.helper.PluginHelper.Artifact
The name of the artifact
name - Variable in class org.codelibs.fess.ldap.LdapUser
The name of the user.
name - Variable in class org.codelibs.fess.rank.fusion.RankFusionSearcher
The name of this searcher, lazily initialized.
name - Variable in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
The name of this thumbnail generator.
name - Variable in class org.codelibs.fess.util.FacetResponse.Field
The decoded name of the field.
NAME - Static variable in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
The name of the query.
NAME_PATTERN - Static variable in class org.codelibs.fess.theme.ThemeManifest
Regex enforced on the theme name field (spec §4.2).
nameId - Variable in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
The name ID of the user.
nameIdFormat - Variable in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
The name ID format of the user.
nameidNameQualifier - Variable in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
The name ID name qualifier of the user.
nameidSPNameQualifier - Variable in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
The name ID SP name qualifier of the user.
namespace - Variable in class org.codelibs.fess.job.CrawlJob
The namespace identifier for the crawling session.
namespace(String) - Method in class org.codelibs.fess.job.CrawlJob
Sets the namespace for the crawling session.
NDJSON_EXTENTION - Static variable in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
The ndjson extension.
newAccessContextArranger() - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Creates a new access context arranger for database operations.
newDictionaryFile(String, String, Date) - Method in class org.codelibs.fess.dict.DictionaryCreator
Creates a new dictionary file instance for the given parameters.
newDictionaryFile(String, String, Date) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiCreator
Creates a new dictionary file.
newDictionaryFile(String, String, Date) - Method in class org.codelibs.fess.dict.mapping.CharMappingCreator
 
newDictionaryFile(String, String, Date) - Method in class org.codelibs.fess.dict.protwords.ProtwordsCreator
 
newDictionaryFile(String, String, Date) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideCreator
Creates a new StemmerOverrideFile instance.
newDictionaryFile(String, String, Date) - Method in class org.codelibs.fess.dict.stopwords.StopwordsCreator
Creates a new StopwordsFile instance.
newDictionaryFile(String, String, Date) - Method in class org.codelibs.fess.dict.synonym.SynonymCreator
Creates a new SynonymFile instance.
newFile - Variable in class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
The new file.
newFile - Variable in class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
Temporary file used for writing updates before committing.
newFile - Variable in class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
Temporary file for storing updates
newFile - Variable in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
The temporary file to write changes to.
newFile - Variable in class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
The temporary file to write changes to.
newFile - Variable in class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
The temporary file to write changes to.
newFixedThreadPool(int) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Creates a new fixed thread pool executor with the specified number of threads.
newInstance() - Method in class org.codelibs.fess.entity.DataStoreParams
Creates a new DataStoreParams instance with a copy of the current parameters.
newPassword - Variable in class org.codelibs.fess.app.web.profile.ProfileForm
The new password.
newPhaseCallback(PrintWriter) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Builds a ChatPhaseCallback that emits SSE events with snake_case keys.
newPhaseCallback(PrintWriter, boolean[]) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Backward-compatible overload that synthesises a private write lock.
newPhaseCallback(PrintWriter, boolean[], Object) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Builds a ChatPhaseCallback that emits SSE events with snake_case keys.
next(ListForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Navigates to the next page of search results.
next(SearchForm) - Method in class org.codelibs.fess.app.web.search.SearchAction
The next page.
nextPage - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
Indicates if there is a next page of search results.
NO_IMAGE - Enum constant in enum class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator.Result
No valid image data was found in the input
noImageExpired - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Expiration time in milliseconds for no-image placeholder files.
NONE - Static variable in class org.codelibs.fess.Constants
Constant representing no value or empty state.
nonHeap - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryObj
Non-heap memory statistics
noOp() - Static method in interface org.codelibs.fess.chat.ChatPhaseCallback
Returns a no-op callback implementation.
noRelevantResults() - Static method in class org.codelibs.fess.llm.RelevanceEvaluationResult
Creates a result with no relevant documents found.
noResultsSystemPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The system prompt for handling no results.
normalizeCanonicalUrl(String, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Normalizes the canonical URL relative to the base URL.
normalizeConfigPath(String) - Method in class org.codelibs.fess.helper.SystemHelper
Normalizes a configuration path.
normalizeData(ResponseData, Map<String, Object>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Normalizes the extracted data, particularly handling title normalization.
normalizeHighlightedDocs(List<Map<String, Object>>) - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Normalizes highlighted search results: copies the highlight passage into the content field, and drops documents that produced no highlight passage so the caller can fall back to their truncated full content.
normalizeHtmlLang(String) - Method in class org.codelibs.fess.helper.SystemHelper
Normalizes an HTML language string.
normalizeLang(String) - Method in class org.codelibs.fess.helper.SystemHelper
Normalizes a language string.
normalizePermissionName(String) - Method in class org.codelibs.fess.ldap.LdapManager
Normalizes a permission name based on configuration settings.
normalizeScript(String) - Method in class org.codelibs.fess.helper.ActivityHelper
Normalize script content for logging.
NOT_ACCEPTABLE - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The requested response format is not available (e.g., unsupported Accept media type).
NOT_FOUND - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The requested resource or endpoint does not exist.
NOT_FOUND - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Theme directory not found under the themes root.
NOT_MAPPING - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
theme.yml root node is not a YAML mapping.
notAnalyzedFieldSet - Variable in class org.codelibs.fess.query.QueryFieldConfig
Set of fields that are not analyzed during indexing
NOTIFICATION_ADVANCE_SEARCH - Static variable in class org.codelibs.fess.Constants
Notification configuration for advanced search page.
NOTIFICATION_LOGIN - Static variable in class org.codelibs.fess.Constants
Notification configuration for login page.
NOTIFICATION_SEARCH_TOP - Static variable in class org.codelibs.fess.Constants
Notification configuration for search top page.
NOTIFICATION_TO_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for notification recipient configuration.
notificationAdvanceSearch - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Notification message displayed on the advanced search page.
NotificationHelper - Class in org.codelibs.fess.helper
Helper class for sending notifications to various platforms.
NotificationHelper() - Constructor for class org.codelibs.fess.helper.NotificationHelper
Default constructor.
notificationLogin - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Notification message displayed on the login page.
notificationSearchTop - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Notification message displayed on the search top page.
notificationTo - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Email addresses to receive system notifications.
notificationTo - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The notification recipient setting.
NTLM - Static variable in class org.codelibs.fess.Constants
NTLM authentication type identifier.
num - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The number of results to display.
num - Variable in class org.codelibs.fess.app.web.base.SearchForm
The number of search results to return per page.
num - Variable in class org.codelibs.fess.app.web.cache.CacheForm
Number of results parameter for error page.
num - Variable in class org.codelibs.fess.app.web.error.ErrorForm
Number of results parameter
num - Variable in class org.codelibs.fess.app.web.go.GoForm
Number of results parameter for error page fallback.
num - Variable in class org.codelibs.fess.app.web.thumbnail.ThumbnailForm
The number of search results per page for error page display.
NUM_OF_THREADS - Static variable in class org.codelibs.fess.Constants
Number of threads configuration key.
numberOfDataNodes - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of data nodes
numberOfInFlightFetch - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of in-flight fetch operations
numberOfNodes - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Total number of nodes
numberOfPendingTasks - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of pending tasks
numberOfShardsForDoc - Variable in class org.codelibs.fess.app.web.admin.maintenance.ActionForm
The number of shards for doc.
numOfFragments(int) - Method in class org.codelibs.fess.entity.HighlightInfo
Sets the number of fragments with fluent interface.
numOfThread - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Number of threads for crawling
numOfThread - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: number of threads.
numOfThread - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The number of threads to use for crawling (required, 1 to 2147483647).
numOfThread - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The number of crawler threads to use.
numOfThreads - Variable in class org.codelibs.fess.exec.ThumbnailGenerator.Options
Number of threads to use for thumbnail generation.
numOfThreads - Variable in class org.codelibs.fess.job.GenerateThumbnailJob
Number of threads to use for thumbnail generation.
numOfThreads(int) - Method in class org.codelibs.fess.job.GenerateThumbnailJob
Sets the number of threads to use for thumbnail generation.

O

objectMapper - Variable in class org.codelibs.fess.helper.SearchLogHelper
ObjectMapper for JSON processing.
objectMapper - Static variable in class org.codelibs.fess.llm.AbstractLlmClient
Shared ObjectMapper instance for JSON processing.
offer(Map<String, Object>) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Offers a document for thumbnail generation.
offer(LogNotificationHelper.LogNotificationEvent) - Method in class org.codelibs.fess.helper.LogNotificationHelper
Offers an event to the buffer.
offset - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The offset for pagination.
offset - Variable in class org.codelibs.fess.app.web.base.SearchForm
The offset for search results.
offset - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Search result offset (number of results to skip)
offset - Variable in class org.codelibs.fess.util.QueryResponseList
The offset value used for pagination calculations.
offset(int) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the search result offset.
ofNullable(T) - Static method in class org.codelibs.fess.util.OptionalUtil
Creates an OptionalEntity from a nullable entity.
OIC_AUTH_SERVER_URL - Static variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Configuration key for OpenID Connect authorization server URL.
OIC_BASE_URL - Static variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Configuration key for OpenID Connect base URL.
OIC_CLIENT_ID - Static variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Configuration key for OpenID Connect client ID.
OIC_CLIENT_SECRET - Static variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Configuration key for OpenID Connect client secret.
OIC_REDIRECT_URL - Static variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Configuration key for OpenID Connect redirect URL.
OIC_SCOPE - Static variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Configuration key for OpenID Connect scope.
OIC_STATE - Static variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Session key for OpenID Connect state parameter.
OIC_TOKEN_SERVER_URL - Static variable in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Configuration key for OpenID Connect token server URL.
oicAuthServerUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect authorization server URL.
oicBaseUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect base URL.
oicClientId - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect client ID.
oicClientSecret - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect client secret.
oicDefaultGroups - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect default groups.
oicDefaultRoles - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect default roles.
oicRedirectUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect redirect URL.
oicScope - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect scope.
oicTokenServerUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
OpenID Connect token server URL.
OK - Enum constant in enum class org.codelibs.fess.app.web.api.ApiResult.Status
Successful response status.
OK - Enum constant in enum class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator.Result
Thumbnail was successfully generated
OK - Static variable in class org.codelibs.fess.Constants
Status constant representing successful operation.
oldPassword - Variable in class org.codelibs.fess.app.web.profile.ProfileForm
The old password.
ON - Static variable in class org.codelibs.fess.Constants
Constant representing "on" state.
onChunk(String, boolean) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when a chunk of the response is available during streaming.
onChunk(String, boolean) - Method in class org.codelibs.fess.chat.PhaseAwareStreamCallback
 
onChunk(String, boolean) - Method in interface org.codelibs.fess.llm.LlmStreamCallback
Called for each chunk of the streaming response.
ONE_DAY_IN_MILLIS - Static variable in class org.codelibs.fess.Constants
Number of milliseconds in one day.
onError(String, String) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when an error occurs during processing.
onError(Throwable) - Method in class org.codelibs.fess.chat.PhaseAwareStreamCallback
 
onError(Throwable) - Method in interface org.codelibs.fess.llm.LlmStreamCallback
Called when an error occurs during streaming.
onFallback(String, String, String, String) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when the search query is regenerated due to no or no-relevant results.
onPhaseComplete(String) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when a processing phase completes.
onPhaseComplete(String, Map<String, Object>) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when a processing phase completes with metadata payload (e.g., hit counts).
onPhaseStart(String, String) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when a processing phase starts.
onPhaseStart(String, String, String) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when a processing phase starts with additional context data.
onRetry(String, int, int, long, Throwable) - Method in class org.codelibs.fess.chat.PhaseAwareStreamCallback
 
onRetry(String, int, int, long, Throwable) - Method in interface org.codelibs.fess.llm.LlmStreamCallback
Called when the LLM HTTP call is being retried.
onRetry(String, String, int, int, long, String) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when the underlying LLM call is being retried.
onShutdown() - Method in interface org.codelibs.fess.job.JobExecutor.ShutdownListener
Called when the job executor is shutting down.
onWaiting(String, long, long) - Method in class org.codelibs.fess.chat.PhaseAwareStreamCallback
 
onWaiting(String, long, long) - Method in interface org.codelibs.fess.llm.LlmStreamCallback
Called when the request is waiting for a concurrency permit.
onWaiting(String, String, long, long) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when the request is waiting for a concurrency permit.
onWarning(String, String) - Method in class org.codelibs.fess.chat.PhaseAwareStreamCallback
 
onWarning(String, String) - Method in interface org.codelibs.fess.llm.LlmStreamCallback
Called when an internal silent fallback occurs (e.g., reasoning model token exhaustion).
onWarning(String, String, String) - Method in interface org.codelibs.fess.chat.ChatPhaseCallback
Called when an internal silent fallback occurs (e.g., reasoning model token exhaustion).
open - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessFileDescriptorObj
Number of currently open file descriptors.
open() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Initializes the search engine client and configures indices.
OpenIdConnectAuthenticator - Class in org.codelibs.fess.sso.oic
OpenID Connect authenticator for SSO integration.
OpenIdConnectAuthenticator() - Constructor for class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Default constructor.
OpenIdConnectCredential - Class in org.codelibs.fess.app.web.base.login
OpenID Connect credential implementation.
OpenIdConnectCredential(Map<String, Object>) - Constructor for class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential
Creates a new OpenID Connect credential.
OpenIdConnectCredential.OpenIdUser - Class in org.codelibs.fess.app.web.base.login
OpenID Connect user implementation.
OpenIdUser(String, String[], String[]) - Constructor for class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
Creates a new OpenID Connect user.
OPERA - Enum constant in enum class org.codelibs.fess.helper.UserAgentHelper.UserAgentType
Opera browser
OperationInfo() - Constructor for class org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
Default constructor.
OPTION_QUERY_CQ - Static variable in class org.codelibs.fess.Constants
Query parameter name for constraint query.
OPTION_QUERY_NQ - Static variable in class org.codelibs.fess.Constants
Query parameter name for negative query.
OPTION_QUERY_OQ - Static variable in class org.codelibs.fess.Constants
Query parameter name for optional query.
OPTION_QUERY_Q - Static variable in class org.codelibs.fess.Constants
Query parameter name for main search query.
Option 1: Set base URL (recommended for simplicity) - Search tag in class org.codelibs.fess.sso.saml.SamlAuthenticator
Section
Option 2: Set individual SP URLs - Search tag in class org.codelibs.fess.sso.saml.SamlAuthenticator
Section
Optional Configuration - Search tag in class org.codelibs.fess.sso.saml.SamlAuthenticator
Section
OptionalUtil - Class in org.codelibs.fess.util
Utility class for Optional operations.
Options() - Constructor for class org.codelibs.fess.exec.Crawler.Options
Default constructor for Options.
Options() - Constructor for class org.codelibs.fess.exec.SuggestCreator.Options
Constructs a new Options object.
Options() - Constructor for class org.codelibs.fess.exec.ThumbnailGenerator.Options
Default constructor for command-line options.
OPTIONS - Static variable in class org.codelibs.fess.filter.CorsFilter
HTTP OPTIONS method constant used for CORS preflight requests.
order - Variable in class org.codelibs.fess.app.web.go.GoForm
Order or ranking position of the document in search results.
ORDER_RANDOM - Static variable in class org.codelibs.fess.crawler.service.FessUrlQueueService
Configuration value for random URL processing order
ORDER_SEQUENTIAL - Static variable in class org.codelibs.fess.crawler.service.FessUrlQueueService
Configuration value for sequential URL processing order
org.codelibs.fess - package org.codelibs.fess
 
org.codelibs.fess.annotation - package org.codelibs.fess.annotation
 
org.codelibs.fess.api - package org.codelibs.fess.api
 
org.codelibs.fess.api.engine - package org.codelibs.fess.api.engine
 
org.codelibs.fess.api.v2 - package org.codelibs.fess.api.v2
 
org.codelibs.fess.api.v2.handlers - package org.codelibs.fess.api.v2.handlers
 
org.codelibs.fess.app.job - package org.codelibs.fess.app.job
 
org.codelibs.fess.app.logic - package org.codelibs.fess.app.logic
 
org.codelibs.fess.app.pager - package org.codelibs.fess.app.pager
 
org.codelibs.fess.app.service - package org.codelibs.fess.app.service
 
org.codelibs.fess.app.web - package org.codelibs.fess.app.web
 
org.codelibs.fess.app.web.admin - package org.codelibs.fess.app.web.admin
 
org.codelibs.fess.app.web.admin.accesstoken - package org.codelibs.fess.app.web.admin.accesstoken
 
org.codelibs.fess.app.web.admin.backup - package org.codelibs.fess.app.web.admin.backup
 
org.codelibs.fess.app.web.admin.badword - package org.codelibs.fess.app.web.admin.badword
 
org.codelibs.fess.app.web.admin.boostdoc - package org.codelibs.fess.app.web.admin.boostdoc
 
org.codelibs.fess.app.web.admin.crawlinginfo - package org.codelibs.fess.app.web.admin.crawlinginfo
 
org.codelibs.fess.app.web.admin.dashboard - package org.codelibs.fess.app.web.admin.dashboard
 
org.codelibs.fess.app.web.admin.dataconfig - package org.codelibs.fess.app.web.admin.dataconfig
 
org.codelibs.fess.app.web.admin.design - package org.codelibs.fess.app.web.admin.design
 
org.codelibs.fess.app.web.admin.dict - package org.codelibs.fess.app.web.admin.dict
 
org.codelibs.fess.app.web.admin.dict.kuromoji - package org.codelibs.fess.app.web.admin.dict.kuromoji
 
org.codelibs.fess.app.web.admin.dict.mapping - package org.codelibs.fess.app.web.admin.dict.mapping
 
org.codelibs.fess.app.web.admin.dict.protwords - package org.codelibs.fess.app.web.admin.dict.protwords
 
org.codelibs.fess.app.web.admin.dict.stemmeroverride - package org.codelibs.fess.app.web.admin.dict.stemmeroverride
 
org.codelibs.fess.app.web.admin.dict.stopwords - package org.codelibs.fess.app.web.admin.dict.stopwords
 
org.codelibs.fess.app.web.admin.dict.synonym - package org.codelibs.fess.app.web.admin.dict.synonym
 
org.codelibs.fess.app.web.admin.duplicatehost - package org.codelibs.fess.app.web.admin.duplicatehost
 
org.codelibs.fess.app.web.admin.elevateword - package org.codelibs.fess.app.web.admin.elevateword
 
org.codelibs.fess.app.web.admin.failureurl - package org.codelibs.fess.app.web.admin.failureurl
 
org.codelibs.fess.app.web.admin.fileauth - package org.codelibs.fess.app.web.admin.fileauth
 
org.codelibs.fess.app.web.admin.fileconfig - package org.codelibs.fess.app.web.admin.fileconfig
 
org.codelibs.fess.app.web.admin.general - package org.codelibs.fess.app.web.admin.general
 
org.codelibs.fess.app.web.admin.group - package org.codelibs.fess.app.web.admin.group
 
org.codelibs.fess.app.web.admin.joblog - package org.codelibs.fess.app.web.admin.joblog
 
org.codelibs.fess.app.web.admin.keymatch - package org.codelibs.fess.app.web.admin.keymatch
 
org.codelibs.fess.app.web.admin.labeltype - package org.codelibs.fess.app.web.admin.labeltype
 
org.codelibs.fess.app.web.admin.log - package org.codelibs.fess.app.web.admin.log
 
org.codelibs.fess.app.web.admin.maintenance - package org.codelibs.fess.app.web.admin.maintenance
 
org.codelibs.fess.app.web.admin.pathmap - package org.codelibs.fess.app.web.admin.pathmap
 
org.codelibs.fess.app.web.admin.plugin - package org.codelibs.fess.app.web.admin.plugin
 
org.codelibs.fess.app.web.admin.relatedcontent - package org.codelibs.fess.app.web.admin.relatedcontent
 
org.codelibs.fess.app.web.admin.relatedquery - package org.codelibs.fess.app.web.admin.relatedquery
 
org.codelibs.fess.app.web.admin.reqheader - package org.codelibs.fess.app.web.admin.reqheader
 
org.codelibs.fess.app.web.admin.role - package org.codelibs.fess.app.web.admin.role
 
org.codelibs.fess.app.web.admin.scheduler - package org.codelibs.fess.app.web.admin.scheduler
 
org.codelibs.fess.app.web.admin.searchlist - package org.codelibs.fess.app.web.admin.searchlist
 
org.codelibs.fess.app.web.admin.searchlog - package org.codelibs.fess.app.web.admin.searchlog
 
org.codelibs.fess.app.web.admin.sereq - package org.codelibs.fess.app.web.admin.sereq
 
org.codelibs.fess.app.web.admin.storage - package org.codelibs.fess.app.web.admin.storage
 
org.codelibs.fess.app.web.admin.suggest - package org.codelibs.fess.app.web.admin.suggest
 
org.codelibs.fess.app.web.admin.systeminfo - package org.codelibs.fess.app.web.admin.systeminfo
 
org.codelibs.fess.app.web.admin.theme - package org.codelibs.fess.app.web.admin.theme
 
org.codelibs.fess.app.web.admin.user - package org.codelibs.fess.app.web.admin.user
 
org.codelibs.fess.app.web.admin.webauth - package org.codelibs.fess.app.web.admin.webauth
 
org.codelibs.fess.app.web.admin.webconfig - package org.codelibs.fess.app.web.admin.webconfig
 
org.codelibs.fess.app.web.admin.wizard - package org.codelibs.fess.app.web.admin.wizard
 
org.codelibs.fess.app.web.api - package org.codelibs.fess.app.web.api
 
org.codelibs.fess.app.web.api.admin - package org.codelibs.fess.app.web.api.admin
 
org.codelibs.fess.app.web.api.admin.accesstoken - package org.codelibs.fess.app.web.api.admin.accesstoken
 
org.codelibs.fess.app.web.api.admin.backup - package org.codelibs.fess.app.web.api.admin.backup
 
org.codelibs.fess.app.web.api.admin.badword - package org.codelibs.fess.app.web.api.admin.badword
 
org.codelibs.fess.app.web.api.admin.boostdoc - package org.codelibs.fess.app.web.api.admin.boostdoc
 
org.codelibs.fess.app.web.api.admin.crawlinginfo - package org.codelibs.fess.app.web.api.admin.crawlinginfo
 
org.codelibs.fess.app.web.api.admin.dataconfig - package org.codelibs.fess.app.web.api.admin.dataconfig
 
org.codelibs.fess.app.web.api.admin.dict - package org.codelibs.fess.app.web.api.admin.dict
 
org.codelibs.fess.app.web.api.admin.dict.kuromoji - package org.codelibs.fess.app.web.api.admin.dict.kuromoji
 
org.codelibs.fess.app.web.api.admin.dict.mapping - package org.codelibs.fess.app.web.api.admin.dict.mapping
 
org.codelibs.fess.app.web.api.admin.dict.protwords - package org.codelibs.fess.app.web.api.admin.dict.protwords
 
org.codelibs.fess.app.web.api.admin.dict.stemmeroverride - package org.codelibs.fess.app.web.api.admin.dict.stemmeroverride
 
org.codelibs.fess.app.web.api.admin.dict.stopwords - package org.codelibs.fess.app.web.api.admin.dict.stopwords
 
org.codelibs.fess.app.web.api.admin.dict.synonym - package org.codelibs.fess.app.web.api.admin.dict.synonym
 
org.codelibs.fess.app.web.api.admin.documents - package org.codelibs.fess.app.web.api.admin.documents
 
org.codelibs.fess.app.web.api.admin.duplicatehost - package org.codelibs.fess.app.web.api.admin.duplicatehost
 
org.codelibs.fess.app.web.api.admin.elevateword - package org.codelibs.fess.app.web.api.admin.elevateword
 
org.codelibs.fess.app.web.api.admin.failureurl - package org.codelibs.fess.app.web.api.admin.failureurl
 
org.codelibs.fess.app.web.api.admin.fileauth - package org.codelibs.fess.app.web.api.admin.fileauth
 
org.codelibs.fess.app.web.api.admin.fileconfig - package org.codelibs.fess.app.web.api.admin.fileconfig
 
org.codelibs.fess.app.web.api.admin.general - package org.codelibs.fess.app.web.api.admin.general
 
org.codelibs.fess.app.web.api.admin.group - package org.codelibs.fess.app.web.api.admin.group
 
org.codelibs.fess.app.web.api.admin.joblog - package org.codelibs.fess.app.web.api.admin.joblog
 
org.codelibs.fess.app.web.api.admin.keymatch - package org.codelibs.fess.app.web.api.admin.keymatch
 
org.codelibs.fess.app.web.api.admin.labeltype - package org.codelibs.fess.app.web.api.admin.labeltype
 
org.codelibs.fess.app.web.api.admin.log - package org.codelibs.fess.app.web.api.admin.log
 
org.codelibs.fess.app.web.api.admin.pathmap - package org.codelibs.fess.app.web.api.admin.pathmap
 
org.codelibs.fess.app.web.api.admin.plugin - package org.codelibs.fess.app.web.api.admin.plugin
 
org.codelibs.fess.app.web.api.admin.relatedcontent - package org.codelibs.fess.app.web.api.admin.relatedcontent
 
org.codelibs.fess.app.web.api.admin.relatedquery - package org.codelibs.fess.app.web.api.admin.relatedquery
 
org.codelibs.fess.app.web.api.admin.reqheader - package org.codelibs.fess.app.web.api.admin.reqheader
 
org.codelibs.fess.app.web.api.admin.role - package org.codelibs.fess.app.web.api.admin.role
 
org.codelibs.fess.app.web.api.admin.scheduler - package org.codelibs.fess.app.web.api.admin.scheduler
 
org.codelibs.fess.app.web.api.admin.searchlist - package org.codelibs.fess.app.web.api.admin.searchlist
 
org.codelibs.fess.app.web.api.admin.stats - package org.codelibs.fess.app.web.api.admin.stats
 
org.codelibs.fess.app.web.api.admin.storage - package org.codelibs.fess.app.web.api.admin.storage
 
org.codelibs.fess.app.web.api.admin.suggest - package org.codelibs.fess.app.web.api.admin.suggest
 
org.codelibs.fess.app.web.api.admin.systeminfo - package org.codelibs.fess.app.web.api.admin.systeminfo
 
org.codelibs.fess.app.web.api.admin.user - package org.codelibs.fess.app.web.api.admin.user
 
org.codelibs.fess.app.web.api.admin.webauth - package org.codelibs.fess.app.web.api.admin.webauth
 
org.codelibs.fess.app.web.api.admin.webconfig - package org.codelibs.fess.app.web.api.admin.webconfig
 
org.codelibs.fess.app.web.base - package org.codelibs.fess.app.web.base
 
org.codelibs.fess.app.web.base.login - package org.codelibs.fess.app.web.base.login
 
org.codelibs.fess.app.web.cache - package org.codelibs.fess.app.web.cache
 
org.codelibs.fess.app.web.chat - package org.codelibs.fess.app.web.chat
 
org.codelibs.fess.app.web.error - package org.codelibs.fess.app.web.error
 
org.codelibs.fess.app.web.go - package org.codelibs.fess.app.web.go
 
org.codelibs.fess.app.web.help - package org.codelibs.fess.app.web.help
 
org.codelibs.fess.app.web.login - package org.codelibs.fess.app.web.login
 
org.codelibs.fess.app.web.logout - package org.codelibs.fess.app.web.logout
 
org.codelibs.fess.app.web.osdd - package org.codelibs.fess.app.web.osdd
 
org.codelibs.fess.app.web.profile - package org.codelibs.fess.app.web.profile
 
org.codelibs.fess.app.web.search - package org.codelibs.fess.app.web.search
 
org.codelibs.fess.app.web.sso - package org.codelibs.fess.app.web.sso
 
org.codelibs.fess.app.web.thumbnail - package org.codelibs.fess.app.web.thumbnail
 
org.codelibs.fess.auth - package org.codelibs.fess.auth
 
org.codelibs.fess.auth.chain - package org.codelibs.fess.auth.chain
 
org.codelibs.fess.chat - package org.codelibs.fess.chat
 
org.codelibs.fess.cors - package org.codelibs.fess.cors
 
org.codelibs.fess.crawler - package org.codelibs.fess.crawler
 
org.codelibs.fess.crawler.helper - package org.codelibs.fess.crawler.helper
 
org.codelibs.fess.crawler.interval - package org.codelibs.fess.crawler.interval
 
org.codelibs.fess.crawler.processor - package org.codelibs.fess.crawler.processor
 
org.codelibs.fess.crawler.serializer - package org.codelibs.fess.crawler.serializer
 
org.codelibs.fess.crawler.service - package org.codelibs.fess.crawler.service
 
org.codelibs.fess.crawler.transformer - package org.codelibs.fess.crawler.transformer
 
org.codelibs.fess.crawler.util - package org.codelibs.fess.crawler.util
 
org.codelibs.fess.crypto.bcrypt - package org.codelibs.fess.crypto.bcrypt
 
org.codelibs.fess.dict - package org.codelibs.fess.dict
 
org.codelibs.fess.dict.kuromoji - package org.codelibs.fess.dict.kuromoji
 
org.codelibs.fess.dict.mapping - package org.codelibs.fess.dict.mapping
 
org.codelibs.fess.dict.protwords - package org.codelibs.fess.dict.protwords
 
org.codelibs.fess.dict.stemmeroverride - package org.codelibs.fess.dict.stemmeroverride
 
org.codelibs.fess.dict.stopwords - package org.codelibs.fess.dict.stopwords
 
org.codelibs.fess.dict.synonym - package org.codelibs.fess.dict.synonym
 
org.codelibs.fess.ds - package org.codelibs.fess.ds
 
org.codelibs.fess.ds.callback - package org.codelibs.fess.ds.callback
 
org.codelibs.fess.entity - package org.codelibs.fess.entity
 
org.codelibs.fess.exception - package org.codelibs.fess.exception
 
org.codelibs.fess.exec - package org.codelibs.fess.exec
 
org.codelibs.fess.filter - package org.codelibs.fess.filter
 
org.codelibs.fess.helper - package org.codelibs.fess.helper
 
org.codelibs.fess.indexer - package org.codelibs.fess.indexer
 
org.codelibs.fess.ingest - package org.codelibs.fess.ingest
 
org.codelibs.fess.job - package org.codelibs.fess.job
 
org.codelibs.fess.job.impl - package org.codelibs.fess.job.impl
 
org.codelibs.fess.ldap - package org.codelibs.fess.ldap
 
org.codelibs.fess.llm - package org.codelibs.fess.llm
 
org.codelibs.fess.opensearch.client - package org.codelibs.fess.opensearch.client
 
org.codelibs.fess.opensearch.common - package org.codelibs.fess.opensearch.common
 
org.codelibs.fess.opensearch.query - package org.codelibs.fess.opensearch.query
 
org.codelibs.fess.query - package org.codelibs.fess.query
 
org.codelibs.fess.query.parser - package org.codelibs.fess.query.parser
 
org.codelibs.fess.rank.fusion - package org.codelibs.fess.rank.fusion
 
org.codelibs.fess.score - package org.codelibs.fess.score
 
org.codelibs.fess.script - package org.codelibs.fess.script
 
org.codelibs.fess.script.groovy - package org.codelibs.fess.script.groovy
 
org.codelibs.fess.sso - package org.codelibs.fess.sso
 
org.codelibs.fess.sso.entraid - package org.codelibs.fess.sso.entraid
 
org.codelibs.fess.sso.oic - package org.codelibs.fess.sso.oic
 
org.codelibs.fess.sso.saml - package org.codelibs.fess.sso.saml
 
org.codelibs.fess.sso.spnego - package org.codelibs.fess.sso.spnego
 
org.codelibs.fess.storage - package org.codelibs.fess.storage
 
org.codelibs.fess.taglib - package org.codelibs.fess.taglib
 
org.codelibs.fess.theme - package org.codelibs.fess.theme
 
org.codelibs.fess.thumbnail - package org.codelibs.fess.thumbnail
 
org.codelibs.fess.thumbnail.impl - package org.codelibs.fess.thumbnail.impl
 
org.codelibs.fess.timer - package org.codelibs.fess.timer
 
org.codelibs.fess.tomcat.valve - package org.codelibs.fess.tomcat.valve
 
org.codelibs.fess.tomcat.webresources - package org.codelibs.fess.tomcat.webresources
 
org.codelibs.fess.util - package org.codelibs.fess.util
 
org.codelibs.fess.validation - package org.codelibs.fess.validation
 
ORIGIN - Static variable in class org.codelibs.fess.cors.CorsHandler
HTTP Origin header name.
ORIGIN - Static variable in class org.codelibs.fess.filter.CorsFilter
Origin value appended to Vary.
originalHighlightTagPost - Variable in class org.codelibs.fess.helper.ViewHelper
Original highlight tag suffix
originalHighlightTagPre - Variable in class org.codelibs.fess.helper.ViewHelper
Original highlight tag prefix
OriginUtil - Class in org.codelibs.fess.util
Single source of truth for origin canonicalization used by the v2 CSRF Origin check.
originValidator - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Validates the request origin for the baseline CSRF Origin layer (unsafe methods).
OriginValidator - Class in org.codelibs.fess.api.v2.handlers
Baseline same-origin / allow-listed-origin decision for the v2 CSRF Origin check.
OriginValidator() - Constructor for class org.codelibs.fess.api.v2.handlers.OriginValidator
Default constructor.
OsCpuObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsCpuObj
Default constructor.
OsddAction - Class in org.codelibs.fess.app.web.osdd
OSDD (OpenSearch Description Document) action.
OsddAction() - Constructor for class org.codelibs.fess.app.web.osdd.OsddAction
Default constructor.
osddFile - Variable in class org.codelibs.fess.helper.OsddHelper
The OSDD file.
osddHelper - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Helper for OpenSearch Description Document (OSDD) functionality.
OsddHelper - Class in org.codelibs.fess.helper
Helper class for Open Search Description Document.
OsddHelper() - Constructor for class org.codelibs.fess.helper.OsddHelper
Default constructor.
osddPath - Variable in class org.codelibs.fess.helper.OsddHelper
The OSDD file path.
OsMemoryObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemoryObj
Default constructor.
OsMemoryPhysicalObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemoryPhysicalObj
Default constructor.
OsMemorySwapSpaceObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemorySwapSpaceObj
Default constructor.
OsObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsObj
Default constructor.
OTHER - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Other API format.
OTHER - Enum constant in enum class org.codelibs.fess.helper.UserAgentHelper.UserAgentType
Other or unrecognized browser types
OTHER - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Fallback for failures that do not fit any other category.
OTHER - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
Fallback for failures that do not fit any other category.
output - Variable in class org.codelibs.fess.app.web.admin.dict.mapping.CreateForm
Output term that input terms will be mapped to
output - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.CreateForm
The desired stem output for the input word
outputs - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.CreateForm
The output synonyms that should be matched for the input terms

P

page - Variable in class org.codelibs.fess.app.web.api.admin.BaseSearchBody
The page number for search results.
pageCacheMap - Variable in class org.codelibs.fess.helper.ViewHelper
Cache for page paths
pageCount - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The total number of pages in the search results.
pageNumber - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The current page number for pagination in the failure URL list.
pageNumber - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The current page number of the search results.
pageNumberList - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
List of page numbers for pagination
pageNumberList - Variable in class org.codelibs.fess.entity.SearchRenderData
List of page numbers for pagination navigation.
pageNumberList - Variable in class org.codelibs.fess.util.QueryResponseList
A list of page numbers for pagination display (typically a range around the current page).
pageNumbers - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The list of page numbers for pagination.
PAGER_CONVERSION_RULE - Static variable in class org.codelibs.fess.Constants
Conversion rule array for pager components.
pageRangeSize - Variable in class org.codelibs.fess.dict.DictionaryFile.PagingList
The size of the page range for navigation.
pageSize - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Number of results per page
pageSize - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The page size of the search results.
pageSize - Variable in class org.codelibs.fess.dict.DictionaryFile.PagingList
The number of records per page.
pageSize - Variable in class org.codelibs.fess.entity.SearchRenderData
Number of results per page.
pageSize - Variable in class org.codelibs.fess.util.QueryResponseList
The number of records per page.
PAGING_QUERY_LIST - Static variable in class org.codelibs.fess.Constants
Paging query list parameter name.
PagingList(List<E>, int, int, int) - Constructor for class org.codelibs.fess.dict.DictionaryFile.PagingList
Creates a new PagingList with the specified parameters.
pagingQuery(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Generates URL query parameters for pagination, excluding the specified query parameter.
parameterKey - Variable in class org.codelibs.fess.helper.RoleQueryHelper
The key for the request parameter that contains role information.
parameterName - Variable in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
The parameter name for the access token.
parameters - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
Additional parameters for file authentication (maximum 1000 characters).
parameters - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
Additional parameters for the authentication.
ParameterUtil - Class in org.codelibs.fess.util
Utility class for parameter operations.
ParameterUtil() - Constructor for class org.codelibs.fess.util.ParameterUtil
Protected constructor.
ParamMap<K,V> - Class in org.codelibs.fess.entity
Parameter map that converts between camelCase and snake_case.
ParamMap(Map<K, V>) - Constructor for class org.codelibs.fess.entity.ParamMap
Creates a new parameter map.
params - Variable in class org.codelibs.fess.entity.DataStoreParams
Internal map storing parameter key-value pairs.
params() - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Gets the parameters for the LTR query.
params(Map<String, Object>) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Sets the parameters for the LTR query.
params(SearchRequestParams) - Method in class org.codelibs.fess.util.QueryStringBuilder
Sets the search request parameters for this builder.
PARAMS - Static variable in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
The parse field for the query parameters.
parent - Variable in class org.codelibs.fess.util.QueryResponseList
The underlying list that contains the actual search result documents.
parentEncodingMap - Static variable in interface org.codelibs.fess.crawler.transformer.FessTransformer
Synchronized LRU cache for storing parent URL encodings.
parse(InputStream) - Static method in class org.codelibs.fess.theme.ThemeManifest
Parses and validates a theme.yml document.
parse(String) - Method in interface org.codelibs.fess.query.parser.QueryParser.FilterChain
Parses the query string and returns a Query object.
parse(String) - Method in class org.codelibs.fess.query.parser.QueryParser
Parses the given query string and returns a Lucene Query object.
parse(String) - Static method in class org.codelibs.fess.util.KuromojiCSVUtil
Parse CSV line
parse(String) - Static method in class org.codelibs.fess.util.ParameterUtil
Parses parameter string into a map.
parse(String) - Static method in class org.codelibs.fess.util.PrunedTag
Parses a comma-separated string of pruned tag configurations into an array of PrunedTag objects.
parse(String, QueryParser.FilterChain) - Method in interface org.codelibs.fess.query.parser.QueryParser.Filter
Parses and potentially modifies the query string.
parse(InputSource) - Method in class org.codelibs.fess.util.GsaConfigParser
Parses a GSA configuration XML file from the given input source.
PARSE_FAILED - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
SnakeYAML failed to parse theme.yml.
parseArray(JsonParser) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Parses array values from JSON parser.
parseAuthenticationResponse(String, Map<String, List<String>>) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Parses the authentication response from Entra ID.
parseBcryptCost(String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Parses the cost (log rounds) component of a BCrypt hash ($2a$NN$...).
PARSED - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that content was successfully parsed.
parseDate(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Parses a date string using the default date format.
parseDate(String, String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Parses a date string using the specified format.
parseDateTime(String, DateTimeFormatter) - Method in class org.codelibs.fess.app.service.SearchLogService
Parses a date/time string and converts it to UTC timezone.
parseEvaluationResponse(String, List<Map<String, Object>>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Parses the evaluation response from LLM.
parseExtraQueries(Map<String, Object>, Map<String, List<String>>) - Method in class org.codelibs.fess.helper.ChatApiHelper
Parses the extra_queries array (or scalar) from the raw request map.
parseFieldFilters(Map<String, Object>, Map<String, List<String>>) - Method in class org.codelibs.fess.helper.ChatApiHelper
Parses the fields object (nested structure) or legacy fields.label dotted-key from a raw request map into the map shape accepted by ChatClient.
parseFilterPaths(String, boolean, boolean) - Method in class org.codelibs.fess.util.GsaConfigParser
Parses and filters URL patterns from text based on protocol types.
parseIntentResponse(String, String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Parses the LLM response and extracts intent detection result.
parseJson(String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Parses a JSON string into a map.
parseJwtClaim(String, Map<String, Object>) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Parses the JWT claim and extracts attributes.
parseObject(JsonParser) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Parses object values from JSON parser.
parsePrimitive(JsonParser) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Parses primitive values from JSON parser.
parseProjectProperties(Path) - Method in class org.codelibs.fess.helper.SystemHelper
Parses project properties from the given path.
parseQueryString(String, String) - Method in class org.codelibs.fess.filter.EncodingFilter
Parses a query string and extracts parameter name-value pairs.
parseRequestBody(Map<String, Object>, int) - Method in class org.codelibs.fess.helper.ChatApiHelper
Parses a raw v2 chat JSON body into a validated ChatRequestBody.
parseRoleSet(String, boolean, Set<String>) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Parses the role set from a string.
parseSearchHit(FessConfig, String, SearchHit) - Method in class org.codelibs.fess.rank.fusion.DefaultSearcher
Parses a search hit from OpenSearch and converts it to a document map.
parseTextContent(Node, StringBuilder) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Recursively parses text content from a node and its children.
parseTime(String) - Static method in class org.codelibs.fess.helper.IntervalControlHelper
Parses a time string in HH:MM format.
partial - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
Indicates if the search results are partial.
partialResults - Variable in class org.codelibs.fess.entity.SearchRenderData
Flag indicating whether the results are partial due to timeout or other issues.
partialResults - Variable in class org.codelibs.fess.rank.fusion.SearchResult
Flag indicating whether the search results are partial due to timeout or other constraints.
partialResults - Variable in class org.codelibs.fess.util.QueryResponseList
Flag indicating whether the search results are partial (not complete).
password - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The password for file authentication (maximum 100 characters).
password - Variable in class org.codelibs.fess.app.web.admin.user.CreateForm
The password for the user.
password - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The password for authentication.
password - Variable in class org.codelibs.fess.app.web.login.LoginForm
The password.
password - Variable in class org.codelibs.fess.app.web.login.PasswordForm
The password.
passwordChangeHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles POST /api/v2/auth/password (change the current user's password).
PasswordChangeHandler - Class in org.codelibs.fess.api.v2.handlers
Handles POST /api/v2/auth/password.
PasswordChangeHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.PasswordChangeHandler
Default constructor used by the DI container.
PasswordForm - Class in org.codelibs.fess.app.web.login
Form for password change.
PasswordForm() - Constructor for class org.codelibs.fess.app.web.login.PasswordForm
Default constructor.
PasswordHashHelper - Class in org.codelibs.fess.helper
Facade for password hashing and verification.
PasswordHashHelper() - Constructor for class org.codelibs.fess.helper.PasswordHashHelper
Default constructor.
PasswordHashHelper.BcryptPasswordEncoder - Class in org.codelibs.fess.helper
BCrypt encoder backed by the vendored jBCrypt implementation.
PasswordHashHelper.PasswordEncoder - Interface in org.codelibs.fess.helper
Internal encoder abstraction.
path - Variable in class org.codelibs.fess.app.web.admin.storage.ItemForm
The path of the storage item
path - Variable in class org.codelibs.fess.app.web.admin.storage.TagForm
The file or directory path associated with this tag.
path - Variable in class org.codelibs.fess.app.web.api.admin.dict.ListBody
The path of the dictionary.
path - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.FsObj
Filesystem path
path - Variable in class org.codelibs.fess.app.web.api.admin.storage.UploadForm
The storage path where the file should be uploaded.
path - Variable in class org.codelibs.fess.dict.DictionaryFile
The file path of this dictionary.
PathInfo(String, String) - Constructor for class org.codelibs.fess.app.web.admin.storage.AdminStorageAction.PathInfo
Creates a new PathInfo instance.
PathMapPager - Class in org.codelibs.fess.app.pager
Pager for path mapping.
PathMapPager() - Constructor for class org.codelibs.fess.app.pager.PathMapPager
Default constructor.
pathMappingBhv - Variable in class org.codelibs.fess.app.service.PathMappingService
Path mapping behavior.
pathMappingHelper - Variable in class org.codelibs.fess.app.web.go.GoAction
Helper for URL path mapping and transformation.
PathMappingHelper - Class in org.codelibs.fess.helper
Helper class for path mapping configuration.
PathMappingHelper() - Constructor for class org.codelibs.fess.helper.PathMappingHelper
Default constructor.
pathMappingMap - Variable in class org.codelibs.fess.helper.PathMappingHelper
Map of path mappings by process type.
pathMappingService - Variable in class org.codelibs.fess.exec.Crawler
Injected service for managing path mappings during crawling.
PathMappingService - Class in org.codelibs.fess.app.service
Service for path mapping operations.
PathMappingService() - Constructor for class org.codelibs.fess.app.service.PathMappingService
Default constructor.
pathPrefix - Variable in class org.codelibs.fess.api.BaseApiManager
Path prefix for API endpoints.
paths - Variable in class org.codelibs.fess.app.pager.FileConfigPager
File system paths to crawl
paths - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The file paths to crawl (required, must be valid file URIs).
paths - Variable in class org.codelibs.fess.app.web.admin.fileconfig.SearchForm
The paths field for searching file configurations.
paths - Variable in class org.codelibs.fess.app.web.api.admin.fileconfig.SearchBody
File paths to crawl
pattern - Variable in class org.codelibs.fess.dict.DictionaryCreator
Pattern used to match file paths that this creator can handle.
payload() - Element in annotation interface org.codelibs.fess.validation.CronExpression
The payload associated with this constraint.
payload() - Element in annotation interface org.codelibs.fess.validation.CustomSize
The payload associated with this constraint.
payload() - Element in annotation interface org.codelibs.fess.validation.UriType
The payload for constraint.
PAYLOAD_TOO_LARGE - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The request body exceeds the server's size limit.
PayloadTooLargeException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.V2JsonBody.PayloadTooLargeException
Creates the exception with a diagnostic message.
peak - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmThreadsObj
Peak number of threads
peek(LoginRateLimiter.Scope, String, int, int) - Method in class org.codelibs.fess.api.v2.handlers.LoginRateLimiter
Returns true when a fresh attempt against (scope, key) would currently be admitted by LoginRateLimiter.allow(org.codelibs.fess.api.v2.handlers.LoginRateLimiter.Scope, java.lang.String, int, int), but without consuming a bucket slot.
percent - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.FsObj
The percentage of used space on the filesystem.
percent - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryHeapObj
Heap memory usage percentage
percent - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryNonHeapObj
The percentage of non-heap memory usage.
percent - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsCpuObj
CPU usage percentage for the operating system.
percent - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessCpuObj
CPU usage percentage for the process.
permissionChanged(OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.helper.ActivityHelper
Log the permission changed activity.
PermissionHelper - Class in org.codelibs.fess.helper
Helper class for handling permission-related operations in Fess.
PermissionHelper() - Constructor for class org.codelibs.fess.helper.PermissionHelper
Default constructor for PermissionHelper.
permissions - Variable in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
The permissions associated with this access token.
permissions - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Access permissions for documents from this data source
permissions - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The permission settings for accessing this elevate word configuration
permissions - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The permissions required to access documents from this configuration.
permissions - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The permissions required to view this label type.
permissions - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
Permissions required to access documents from this configuration.
permissions - Variable in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
User's computed permissions.
permissions - Variable in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
The user permissions.
permissions - Variable in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
The permissions of the user.
permissions - Variable in class org.codelibs.fess.ldap.LdapUser
The permissions of the user.
PERMISSIONS - Static variable in class org.codelibs.fess.Constants
Permissions field name.
permissionSeparator - Variable in class org.codelibs.fess.helper.ActivityHelper
The permission separator.
PHASE_ANSWER - Static variable in interface org.codelibs.fess.chat.ChatPhaseCallback
Phase name for answer generation
PHASE_EVALUATE - Static variable in interface org.codelibs.fess.chat.ChatPhaseCallback
Phase name for result evaluation
PHASE_FETCH - Static variable in interface org.codelibs.fess.chat.ChatPhaseCallback
Phase name for content retrieval
PHASE_INTENT - Static variable in interface org.codelibs.fess.chat.ChatPhaseCallback
Phase name for intent detection
PHASE_SEARCH - Static variable in interface org.codelibs.fess.chat.ChatPhaseCallback
Phase name for document search
PhaseAwareStreamCallback - Class in org.codelibs.fess.chat
Bridges LlmStreamCallback events from the LLM layer to a phase-aware ChatPhaseCallback.
PhaseAwareStreamCallback(String, ChatPhaseCallback, LlmStreamCallback) - Constructor for class org.codelibs.fess.chat.PhaseAwareStreamCallback
Creates a callback that forwards chunk/error events to inner and retry/waiting/warning events to phaseCallback tagged with phase.
PhraseQueryCommand - Class in org.codelibs.fess.query
Query command for phrase queries.
PhraseQueryCommand() - Constructor for class org.codelibs.fess.query.PhraseQueryCommand
Default constructor.
physical - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemoryObj
Physical memory statistics.
ping() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Pings the search engine cluster to check connectivity and health.
PING - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Ping API format.
PingResponse - Class in org.codelibs.fess.entity
Response entity for ping operations.
PingResponse(ClusterHealthResponse) - Constructor for class org.codelibs.fess.entity.PingResponse
Creates a ping response from cluster health response.
PingSearchEngineJob - Class in org.codelibs.fess.job
Job for pinging search engine.
PingSearchEngineJob() - Constructor for class org.codelibs.fess.job.PingSearchEngineJob
Default constructor.
pitSegments(PitSegmentsRequest, ActionListener<IndicesSegmentResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets point-in-time segments information asynchronously.
PluginException - Exception Class in org.codelibs.fess.exception
Exception for plugin-related errors.
PluginException(String) - Constructor for exception class org.codelibs.fess.exception.PluginException
Creates a plugin exception with message.
PluginException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.PluginException
Creates a plugin exception with message and cause.
PluginHelper - Class in org.codelibs.fess.helper
Helper class for managing Fess plugins and artifacts.
PluginHelper() - Constructor for class org.codelibs.fess.helper.PluginHelper
Default constructor for PluginHelper.
PluginHelper.Artifact - Class in org.codelibs.fess.helper
Represents a plugin artifact with name, version, and URL information.
PluginHelper.ArtifactType - Enum Class in org.codelibs.fess.helper
Enumeration of different artifact types supported by Fess.
plugins - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiPluginResponse
The list of plugins.
plugins(List<Map<String, String>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiPluginResponse
Sets the list of plugins.
pn - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The page number.
pn - Variable in class org.codelibs.fess.app.web.base.SearchForm
The page number for pagination.
poll() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Periodic poll that sends a heartbeat, processes new events, and cleans up expired documents.
pools - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmObj
JVM buffer pool statistics
popularWord - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable popular word tracking and display.
popularWord - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The popular word setting.
POPULARWORD - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Popular word API format.
popularWordHelper - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Helper for managing popular search words and suggestions.
popularWordHelper - Variable in class org.codelibs.fess.helper.SuggestHelper
The popular word helper for handling popular words.
PopularWordHelper - Class in org.codelibs.fess.helper
Helper class for managing popular words and suggestions.
PopularWordHelper() - Constructor for class org.codelibs.fess.helper.PopularWordHelper
Default constructor.
popularWordsHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/popular-words.
PopularWordsHandler - Class in org.codelibs.fess.api.v2.handlers
Handles the /api/v2/popular-words endpoint.
PopularWordsHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.PopularWordsHandler
Default constructor used by the DI container.
populateUrlLink(Map<String, Object>) - Method in class org.codelibs.fess.chat.ChatClient
Populates the url_link field in the document map if not already present.
port - Variable in class org.codelibs.fess.app.pager.FileAuthPager
The port number for the file authentication connection.
port - Variable in class org.codelibs.fess.app.pager.WebAuthPager
Search criteria: port number.
port - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The port number of the file server (0 to 2147483647).
port - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The port number for the web authentication.
pos - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
Part of speech tag for the token
post(String) - Method in class org.codelibs.fess.helper.CurlHelper
Creates a POST request for the specified path.
post$doc(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
Creates a new document in the search index.
post$index(InstallBody) - Method in class org.codelibs.fess.app.web.api.admin.plugin.ApiAdminPluginAction
Installs a plugin with the specified name and version.
post$setting(String, CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Creates a new Kuromoji dictionary item.
post$setting(String, CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Create a new character mapping entry for the specified dictionary.
post$setting(String, CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Create a new protected words entry for the specified dictionary.
post$setting(String, CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Creates a new stemmer override dictionary item.
post$setting(String, CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Creates a new stopwords dictionary item.
post$setting(String, CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Creates a new synonym dictionary item.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.accesstoken.ApiAdminAccesstokenAction
Creates a new access token setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Creates a new bad word setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.boostdoc.ApiAdminBoostdocAction
Creates a new boost document rule setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.dataconfig.ApiAdminDataconfigAction
Creates a new data config setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.duplicatehost.ApiAdminDuplicatehostAction
Creates a new duplicate host setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Creates a new elevate word setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.fileauth.ApiAdminFileauthAction
Creates a new file authentication setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.fileconfig.ApiAdminFileconfigAction
Creates a new file configuration setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.group.ApiAdminGroupAction
Creates a new group setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.keymatch.ApiAdminKeymatchAction
Creates a new key match setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.labeltype.ApiAdminLabeltypeAction
Creates a new label type setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.pathmap.ApiAdminPathmapAction
Creates a new path mapping setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.relatedcontent.ApiAdminRelatedcontentAction
Creates a new related content setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.relatedquery.ApiAdminRelatedqueryAction
Creates a new related query setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.reqheader.ApiAdminReqheaderAction
Creates a new request header setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.role.ApiAdminRoleAction
Creates a new role setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Creates a new scheduler setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.user.ApiAdminUserAction
Creates a new user setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.webauth.ApiAdminWebauthAction
Creates a new web authentication setting.
post$setting(CreateBody) - Method in class org.codelibs.fess.app.web.api.admin.webconfig.ApiAdminWebconfigAction
Creates a new web configuration setting.
postTags(String...) - Method in class org.codelibs.fess.entity.HighlightInfo
Sets the custom post-tags for highlighting with fluent interface.
postVisitDirectory(Path, IOException) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
 
PREFERENCE_QUERY - Static variable in class org.codelibs.fess.helper.QueryHelper
Constant used to indicate that query-based preference should be used for search routing
PREFIX - Static variable in class org.codelibs.fess.helper.PasswordHashHelper
Prefix marker (start) of the encoder id.
PrefixQueryCommand - Class in org.codelibs.fess.query
Query command for prefix queries.
PrefixQueryCommand() - Constructor for class org.codelibs.fess.query.PrefixQueryCommand
Default constructor.
prepareBulk() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a bulk request builder.
prepareBulk(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a bulk request builder with a global index.
prepareClearScroll() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a clear scroll request builder.
PREPARED - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that a URL was prepared for crawling.
prepareDelete() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a delete request builder.
prepareDelete(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a delete request builder for a specific document.
prepareExplain(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares an explain request builder for a specific document.
prepareFieldCaps(String...) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a field capabilities request builder.
prepareGet() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a get request builder.
prepareGet(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a get request builder for a specific document.
prepareIndex() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares an index request builder.
prepareIndex(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares an index request builder for a specific index.
prepareMultiGet() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a multi-get request builder.
prepareMultiSearch() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a multi-search request builder.
prepareMultiTermVectors() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a multi-term vectors request builder.
prepareSearch(String...) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a search request builder for specific indices.
prepareSearchScroll(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a search scroll request builder.
prepareStreamSearch(String...) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a stream search request builder for specific indices.
prepareTermVectors() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a term vectors request builder.
prepareTermVectors(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares a term vectors request builder for a specific document.
prepareUpdate() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares an update request builder.
prepareUpdate(String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Prepares an update request builder for a specific document.
prepareWebappPath() - Method in class org.codelibs.fess.FessBoot
Prepares and returns the web application path.
preTags(String...) - Method in class org.codelibs.fess.entity.HighlightInfo
Sets the custom pre-tags for highlighting with fluent interface.
prev(ListForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Navigates to the previous page of search results.
prev(SearchForm) - Method in class org.codelibs.fess.app.web.search.SearchAction
The previous page.
previousClusterState - Variable in class org.codelibs.fess.helper.SystemHelper
The previous state of the cluster.
preVisitDirectory(Path, BasicFileAttributes) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
 
prevPage - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
Indicates if there is a previous page of search results.
primaryTerm - Variable in class org.codelibs.fess.app.web.admin.searchlist.EditForm
Primary term value for search list configuration
print(String, OptionalThing<FessUserBean>, Map<String, String>) - Method in class org.codelibs.fess.helper.ActivityHelper
Print the log.
printByEcs(Map<String, String>) - Method in class org.codelibs.fess.helper.ActivityHelper
Print the log by ECS.
printByLtsv(Map<String, String>) - Method in class org.codelibs.fess.helper.ActivityHelper
Print the log by LTSV.
printLog(String) - Method in class org.codelibs.fess.helper.ActivityHelper
Print the log.
printStats(Object, CrawlerStatsHelper.StatsObject, long, boolean) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Outputs statistics information for a crawler object.
printThreadDump() - Static method in class org.codelibs.fess.util.ThreadDumpUtil
Prints thread dump information to the logger at INFO level.
printThreadDumpAsError() - Static method in class org.codelibs.fess.util.ThreadDumpUtil
Prints thread dump information to the logger at ERROR level.
printThreadDumpAsWarn() - Static method in class org.codelibs.fess.util.ThreadDumpUtil
Prints thread dump information to the logger at WARN level.
priority - Variable in class org.codelibs.fess.ingest.Ingester
Priority of this ingester (lower numbers = higher priority)
priority - Variable in class org.codelibs.fess.score.ScoreBooster
The priority of this score booster.
process - Variable in class org.codelibs.fess.util.JobProcess
The underlying system process.
process() - Method in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Processes the data store crawling operation.
process() - Method in class org.codelibs.fess.score.ScoreBooster
Processes the score boosting.
process(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
 
process(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.codelibs.fess.api.v2.SearchApiV2Manager
 
process(HttpServletRequest, HttpServletResponse, FilterChain) - Method in interface org.codelibs.fess.api.WebApiManager
Processes the request through this API manager.
process(String, BiPredicate<String, String>) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Processes thumbnail generation with a consumer function.
process(String, Predicate<ResponseData>) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Processes thumbnail generation with a response data consumer.
process(String, CorsMatchType, ServletRequest, ServletResponse) - Method in class org.codelibs.fess.cors.CorsHandler
Processes the CORS request by setting appropriate headers.
process(String, CorsMatchType, ServletRequest, ServletResponse) - Method in class org.codelibs.fess.cors.DefaultCorsHandler
Processes the CORS request by setting standard CORS headers on the response.
process(Map<String, Object>) - Method in class org.codelibs.fess.ingest.Ingester
Basic processing method that other process methods delegate to.
process(Map<String, Object>, AccessResult<String>) - Method in class org.codelibs.fess.ingest.Ingester
Processes a document map for web/file crawling with access result.
process(Map<String, Object>, DataStoreParams) - Method in class org.codelibs.fess.ingest.Ingester
Processes a document map for datastore operations.
process(ResultData, ResponseData) - Method in class org.codelibs.fess.ingest.Ingester
Processes a result data object for web/file crawling.
process(FessConfig, ThumbnailQueue) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Processes a single thumbnail generation task.
process(LaJobRuntime) - Method in class org.codelibs.fess.app.job.ScriptExecutorJob
Processes the job.
PROCESS_TYPE_BOTH - Static variable in class org.codelibs.fess.Constants
Process type for both crawling and displaying operations.
PROCESS_TYPE_CRAWLING - Static variable in class org.codelibs.fess.Constants
Process type for crawling operations.
PROCESS_TYPE_DISPLAYING - Static variable in class org.codelibs.fess.Constants
Process type for displaying operations.
PROCESS_TYPE_REPLACE - Static variable in class org.codelibs.fess.Constants
Process type for replace operations.
processAccessToken(HttpServletRequest, Set<String>, boolean) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Processes the access token.
processAdditionalData(Map<String, Object>, ResponseData, Document) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Processes additional data including canonical URLs, content extraction, and metadata.
processAfterContainerInit(Runnable) - Static method in class org.codelibs.fess.util.ComponentUtil
Processes a runnable after container initialization.
processAuthenticationData(HttpServletRequest) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Processes authentication data from the OAuth2 callback.
processCallback(HttpServletRequest, String) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
Processes the callback from OpenID Connect provider.
processCleanupCrawling(Object...) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
 
processClickLog(List<ClickLog>) - Method in class org.codelibs.fess.helper.SearchLogHelper
Processes a list of click logs.
processClickLogQueue(Queue<ClickLog>) - Method in class org.codelibs.fess.helper.SearchLogHelper
Processes the click log queue.
processCookie(HttpServletRequest, Set<String>) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Processes the cookie.
ProcessCpuObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessCpuObj
Default constructor.
processCrawlingAccessException(Object...) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
 
processCrawlingException(Object...) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
 
ProcessDestroyer(Process, InputStreamThread, long) - Constructor for class org.codelibs.fess.thumbnail.impl.CommandGenerator.ProcessDestroyer
Constructor for ProcessDestroyer.
processDestroyTimeout - Variable in class org.codelibs.fess.helper.ProcessHelper
Timeout in seconds for process destruction
processDirectMemberOf(EntraIdCredential.EntraIdUser, List<String>, List<String>, List<String>, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Processes direct member-of information from Microsoft Graph API without parent group lookup.
PROCESSED - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that a URL was processed completely.
processFieldConfigs(Map<String, Object>, FieldConfigs) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Processes field configurations to handle field overwriting rules.
ProcessFileDescriptorObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessFileDescriptorObj
Default constructor.
processFinishedCrawling(Object...) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
 
processGoogleOffOn(Node, ValueHolder<Boolean>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Processes Google on/off comment directives in the node.
processGroup(EntraIdCredential.EntraIdUser, List<String>, List<String>, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Processes individual group information.
processGsaSearchPreference(HttpServletRequest, String) - Method in class org.codelibs.fess.helper.QueryHelper
Processes search preferences specifically for GSA (Google Search Appliance) compatible requests.
processHeader(HttpServletRequest, Set<String>) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Processes the request header.
processHelper - Variable in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
The process helper.
processHelper - Variable in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Helper for processing scheduled jobs.
processHelper - Variable in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Helper for managing crawler processes
processHelper - Variable in class org.codelibs.fess.app.web.api.admin.crawlinginfo.ApiAdminCrawlinginfoAction
Helper for managing crawling processes and session information
processHelper - Variable in class org.codelibs.fess.app.web.api.admin.failureurl.ApiAdminFailureurlAction
Helper for managing crawler processes
ProcessHelper - Class in org.codelibs.fess.helper
Helper class for managing system processes in Fess.
ProcessHelper() - Constructor for class org.codelibs.fess.helper.ProcessHelper
Default constructor for ProcessHelper.
processJsonSearchPreference(HttpServletRequest, String) - Method in class org.codelibs.fess.helper.QueryHelper
Processes search preferences specifically for JSON API requests.
processMemberOf(EntraIdCredential.EntraIdUser, List<String>, List<String>, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Processes member-of information from Microsoft Graph API.
processMetaRobots(ResponseData, ResultData, Document) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Processes robots meta tags in the HTML document.
ProcessObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessObj
Default constructor.
processParameter(HttpServletRequest, Set<String>) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Processes the request parameter.
processParentGroup(EntraIdCredential.EntraIdUser, List<String>, List<String>, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Processes parent group information for nested groups.
processParentGroup(EntraIdCredential.EntraIdUser, List<String>, List<String>, String, int) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Processes parent group information for nested groups with depth tracking.
processPluginRequest(HttpServletRequest, HttpServletResponse, String) - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
Processes requests for plugin resources (static files).
processProcessChildUrlByException(Object...) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
 
processProcessChildUrlsByException(Object...) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
 
processRepository(PluginHelper.ArtifactType, String) - Method in class org.codelibs.fess.helper.PluginHelper
Processes a Maven-style repository to extract artifacts of the specified type.
processRequest(HttpServletRequest, HttpServletResponse, String) - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
Processes API requests to the search engine.
processRequest(DataStoreParams, Map<String, Object>, String, CrawlerClient) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Processes a single crawl request by executing the HTTP request, handling redirects, transforming the response data, and indexing the document.
processRequest(CrawlingConfig, String, String) - Method in class org.codelibs.fess.helper.DocumentHelper
Processes a crawling request for a specific URL.
processResponse(UrlQueue<?>, ResponseData) - Method in class org.codelibs.fess.crawler.FessCrawlerThread
Processes the response data from a crawled URL, including failure handling.
processResponse(OptionalEntity<SearchResponse>) - Method in class org.codelibs.fess.rank.fusion.DefaultSearcher
Processes the OpenSearch response and converts it to a SearchResult.
processSearchLog(List<SearchLog>) - Method in class org.codelibs.fess.helper.SearchLogHelper
Processes the search log list.
processSearchLogQueue(Queue<SearchLog>) - Method in class org.codelibs.fess.helper.SearchLogHelper
Processes the search log queue.
processSearchPreference(SearchRequestBuilder, OptionalThing<FessUserBean>, String) - Method in class org.codelibs.fess.helper.QueryHelper
Processes and sets search preferences for routing search requests to appropriate OpenSearch shards.
processSearchRoles(List<SearchResult>, BiConsumer<String, String>) - Method in class org.codelibs.fess.ldap.LdapManager
Processes search results to extract roles using a BiConsumer.
processSearchRoles(List<SearchResult>, Consumer<String>) - Method in class org.codelibs.fess.ldap.LdapManager
Processes search results to extract roles using a Consumer.
processStartCrawling(Object...) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
 
processSubRoles(LdapUser, String, Set<String>, String, Set<String>) - Method in class org.codelibs.fess.ldap.LdapManager
Processes sub-roles for the specified LDAP user.
processThreadDump(Consumer<String>) - Static method in class org.codelibs.fess.util.ThreadDumpUtil
Processes all thread information and sends it to the provided consumer.
processTimeout - Variable in class org.codelibs.fess.job.ExecJob
Flag indicating whether the process has timed out
processType - Variable in class org.codelibs.fess.app.pager.PathMapPager
The process type.
processType - Variable in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
The processing type for path mapping.
processUserInfoLog(List<SearchLog>, Map<String, UserInfo>) - Method in class org.codelibs.fess.helper.SearchLogHelper
Processes user information logs.
processVirtualHost(Function<String, T>, T) - Method in class org.codelibs.fess.helper.VirtualHostHelper
Processes virtual host configuration by applying a function to the matched virtual host key.
ProcessVirtualMemoryObj() - Constructor for class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessVirtualMemoryObj
Default constructor.
processWebInfLib() - Method in class org.codelibs.fess.tomcat.webresources.FessWebResourceRoot
Processes WEB-INF/lib directory and additionally scans WEB-INF/plugin for Fess plugins.
processXRobotsTag(ResponseData, ResultData) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Processes X-Robots-Tag HTTP headers.
productVersion - Variable in class org.codelibs.fess.helper.SystemHelper
The product version string.
ProfileAction - Class in org.codelibs.fess.app.web.profile
Action for user profile operations.
ProfileAction() - Constructor for class org.codelibs.fess.app.web.profile.ProfileAction
Default constructor.
ProfileForm - Class in org.codelibs.fess.app.web.profile
Form for user profile operations.
ProfileForm() - Constructor for class org.codelibs.fess.app.web.profile.ProfileForm
Default constructor.
propertiesPath - Variable in class org.codelibs.fess.exec.Crawler.Options
Path to properties file for system configuration overrides.
propertiesPath - Variable in class org.codelibs.fess.exec.SuggestCreator.Options
The path to the properties file for configuration.
propertiesPath - Variable in class org.codelibs.fess.exec.ThumbnailGenerator.Options
Path to the properties file for configuration.
ProtocolHelper - Class in org.codelibs.fess.helper
Helper class for managing and validating URL protocols in Fess crawling system.
ProtocolHelper() - Constructor for class org.codelibs.fess.helper.ProtocolHelper
Default constructor for ProtocolHelper.
protocolScheme - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The protocol scheme for file access (maximum 10 characters).
protocolScheme - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The protocol scheme (http, https).
protocolType() - Element in annotation interface org.codelibs.fess.validation.UriType
Specifies the protocol type to validate against.
ProtwordsCreator - Class in org.codelibs.fess.dict.protwords
Creator for protected words dictionary files.
ProtwordsCreator() - Constructor for class org.codelibs.fess.dict.protwords.ProtwordsCreator
Constructor for ProtwordsCreator.
protwordsFile - Variable in class org.codelibs.fess.app.web.admin.dict.protwords.UploadForm
The multipart file containing the protected words to be uploaded.
ProtwordsFile - Class in org.codelibs.fess.dict.protwords
Dictionary file for protected words.
ProtwordsFile(String, String, Date) - Constructor for class org.codelibs.fess.dict.protwords.ProtwordsFile
Constructor for ProtwordsFile.
ProtwordsFile.ProtwordsUpdater - Class in org.codelibs.fess.dict.protwords
Updater class for processing protwords items during dictionary updates.
ProtwordsItem - Class in org.codelibs.fess.dict.protwords
Dictionary item for protected words.
ProtwordsItem(long, String) - Constructor for class org.codelibs.fess.dict.protwords.ProtwordsItem
Constructor for ProtwordsItem.
ProtwordsPager - Class in org.codelibs.fess.app.pager
Pager for protected words dictionary management.
ProtwordsPager() - Constructor for class org.codelibs.fess.app.pager.ProtwordsPager
Default constructor.
ProtwordsService - Class in org.codelibs.fess.app.service
Service for managing protected words dictionary.
ProtwordsService() - Constructor for class org.codelibs.fess.app.service.ProtwordsService
Default constructor.
ProtwordsUpdater(ProtwordsItem) - Constructor for class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
Constructor for ProtwordsUpdater.
prunedContent - Variable in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Flag indicating whether content should be pruned
PrunedTag - Class in org.codelibs.fess.util
Represents a tag configuration for pruning HTML content during document processing.
PrunedTag(String) - Constructor for class org.codelibs.fess.util.PrunedTag
Creates a new PrunedTag instance with the specified tag name.
prunedTagsCache - Variable in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Cache for storing parsed pruned tags by configuration ID
pruneNode(Node, CrawlingConfig) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Prunes unwanted tags from the node based on configuration.
pruneNodeByTags(Node, PrunedTag[]) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Prunes nodes based on the specified pruned tags.
publishEvent(String, String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Publishes an event to all instances.
publishEvent(String, String, String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Publishes an event to a specific instance or all instances.
purge(long) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Purges old thumbnail files based on the expiry time.
PURGE_BY_BOTS_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for bot-based purge configuration.
PURGE_JOB_LOG_DAY_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for job log purge day configuration.
PURGE_SEARCH_LOG_DAY_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for search log purge day configuration.
PURGE_SUGGEST_SEARCH_LOG_DAY_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for suggest search log purge day configuration.
PURGE_USER_INFO_DAY_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for user info purge day configuration.
purgeByBots - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Bot user agents whose search logs should be purged.
purgeByBots - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The purge by bots setting.
PurgeDocJob - Class in org.codelibs.fess.job
Job for purging expired documents from the search index.
PurgeDocJob() - Constructor for class org.codelibs.fess.job.PurgeDocJob
Default constructor for PurgeDocJob.
purgeDocumentSuggest(LocalDateTime) - Method in class org.codelibs.fess.helper.SuggestHelper
Purges old suggest data from documents.
purgeJobLogDay - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Number of days to keep job logs before purging.
purgeJobLogDay - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The purge job log day setting.
PurgeLogJob - Class in org.codelibs.fess.job
Job for purging old log entries from the system.
PurgeLogJob() - Constructor for class org.codelibs.fess.job.PurgeLogJob
Default constructor for PurgeLogJob.
purgeSearchLogDay - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Number of days to keep search logs before purging.
purgeSearchLogDay - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The purge search log day setting.
purgeSearchlogSuggest(LocalDateTime) - Method in class org.codelibs.fess.helper.SuggestHelper
Purges old suggest data from search logs.
purgeSuggestSearchLogDay - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Number of days to keep suggestion search logs before purging.
purgeSuggestSearchLogDay - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The purge suggest search log day setting.
PurgeThumbnailJob - Class in org.codelibs.fess.job
Job for purging expired thumbnail files from the system.
PurgeThumbnailJob() - Constructor for class org.codelibs.fess.job.PurgeThumbnailJob
Default constructor for PurgeThumbnailJob.
purgeUserInfoDay - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Number of days to keep user information before purging.
purgeUserInfoDay - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The purge user info day setting.
put(String) - Method in class org.codelibs.fess.helper.CurlHelper
Creates a PUT request for the specified path.
put(String, Object) - Method in class org.codelibs.fess.entity.DataStoreParams
Stores a parameter value with the specified key.
put(String, Object) - Method in class org.codelibs.fess.util.DocMap
Associates the specified value with the specified key in this map.
put(K, V) - Method in class org.codelibs.fess.entity.ParamMap
 
put$bulk(BulkBody) - Method in class org.codelibs.fess.app.web.api.admin.documents.ApiAdminDocumentsAction
Performs bulk document operations (index multiple documents).
put$doc(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
Updates an existing document in the search index.
put$index(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.general.ApiAdminGeneralAction
Updates the general system settings.
put$setting(String, EditBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Updates an existing Kuromoji dictionary item.
put$setting(String, EditBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Update an existing character mapping entry in the specified dictionary.
put$setting(String, EditBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Update an existing protected words entry in the specified dictionary.
put$setting(String, EditBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Updates an existing stemmer override dictionary item.
put$setting(String, EditBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Updates an existing stopwords dictionary item.
put$setting(String, EditBody) - Method in class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Updates an existing synonym dictionary item.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.accesstoken.ApiAdminAccesstokenAction
Updates an existing access token setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Updates an existing bad word setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.boostdoc.ApiAdminBoostdocAction
Updates an existing boost document rule setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.dataconfig.ApiAdminDataconfigAction
Updates an existing data config setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.duplicatehost.ApiAdminDuplicatehostAction
Updates an existing duplicate host setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Updates an existing elevate word setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.fileauth.ApiAdminFileauthAction
Updates an existing file authentication setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.fileconfig.ApiAdminFileconfigAction
Updates an existing file configuration setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.group.ApiAdminGroupAction
Updates an existing group setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.keymatch.ApiAdminKeymatchAction
Updates an existing key match setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.labeltype.ApiAdminLabeltypeAction
Updates an existing label type setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.pathmap.ApiAdminPathmapAction
Updates an existing path mapping setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.relatedcontent.ApiAdminRelatedcontentAction
Updates an existing related content setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.relatedquery.ApiAdminRelatedqueryAction
Updates an existing related query setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.reqheader.ApiAdminReqheaderAction
Updates an existing request header setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.role.ApiAdminRoleAction
Updates an existing role setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Updates an existing scheduler setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.user.ApiAdminUserAction
Updates an existing user setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.webauth.ApiAdminWebauthAction
Updates an existing web authentication setting.
put$setting(EditBody) - Method in class org.codelibs.fess.app.web.api.admin.webconfig.ApiAdminWebconfigAction
Updates an existing web configuration setting.
put$start(String) - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Starts a scheduled job by ID.
put$stop(String) - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Stops a scheduled job by ID.
put$upload(String, UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.dict.kuromoji.ApiAdminDictKuromojiAction
Uploads Kuromoji dictionary file.
put$upload(String, UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.dict.mapping.ApiAdminDictMappingAction
Upload character mapping file for the specified dictionary.
put$upload(String, UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.dict.protwords.ApiAdminDictProtwordsAction
Upload protected words file for the specified dictionary.
put$upload(String, UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.ApiAdminDictStemmeroverrideAction
Uploads stemmer override dictionary file.
put$upload(String, UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.dict.stopwords.ApiAdminDictStopwordsAction
Uploads stopwords dictionary file.
put$upload(String, UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.dict.synonym.ApiAdminDictSynonymAction
Uploads synonym dictionary file.
put$upload(UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Uploads bad words from a CSV file.
put$upload(UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Uploads and imports elevate words from a CSV file.
put$upload(UploadForm) - Method in class org.codelibs.fess.app.web.api.admin.storage.ApiAdminStorageAction
Uploads a file to storage.
putAll(Map<? extends String, ? extends Object>) - Method in class org.codelibs.fess.util.DocMap
Copies all of the mappings from the specified map to this map.
putAll(Map<? extends K, ? extends V>) - Method in class org.codelibs.fess.entity.ParamMap
 
putAll(Map<String, String>) - Method in class org.codelibs.fess.entity.DataStoreParams
Adds all key-value pairs from the specified map to this parameter container.
putEnv(Hashtable<String, String>, String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Puts a key-value pair to the environment.
putExtraParam(String, String) - Method in class org.codelibs.fess.llm.LlmChatRequest
Adds a single extra parameter for provider-specific settings.
putIfAbsent(K, V) - Method in class org.codelibs.fess.entity.ParamMap
 
putIfNotNull(Map<String, Object>, String, Object) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Helper to add a key/value pair to a map only when the value is non-null.
putResultDataBody(Map<String, Object>, String, Object) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Puts data into the result data map, handling value appending if configured.
putResultDataContent(Map<String, Object>, ResponseData, FessConfig, CrawlingConfig, DocumentHelper, String, String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Puts content data into the result data map.
putResultDataWithTemplate(Map<String, Object>, String, Object, String, String) - Method in interface org.codelibs.fess.crawler.transformer.FessTransformer
Puts data into the result data map after processing it through a template script.
putToInfoMap(String, String) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Adds a key-value pair to the information map.
PythonJob - Class in org.codelibs.fess.job
Job for executing Python scripts within the Fess search engine environment.
PythonJob() - Constructor for class org.codelibs.fess.job.PythonJob
Default constructor for PythonJob.

Q

q - Variable in class org.codelibs.fess.app.web.admin.searchlist.CreateForm
The search query string.
q - Variable in class org.codelibs.fess.app.web.admin.searchlist.DeleteForm
The search query used to find the document.
q - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The search query string.
q - Variable in class org.codelibs.fess.app.web.base.SearchForm
The main search query string.
q - Variable in class org.codelibs.fess.app.web.cache.CacheForm
Search query parameter for error page.
q - Variable in class org.codelibs.fess.app.web.error.ErrorForm
Search query parameter that caused the error
q - Variable in class org.codelibs.fess.app.web.go.GoForm
Query string parameter for error page fallback.
q - Variable in class org.codelibs.fess.app.web.thumbnail.ThumbnailForm
The search query string for error page display.
queries - Variable in class org.codelibs.fess.app.pager.RelatedQueryPager
Related queries string containing associated search queries.
queries - Variable in class org.codelibs.fess.app.web.admin.relatedquery.CreateForm
The related queries to be suggested (one per line).
queries - Variable in class org.codelibs.fess.app.web.admin.relatedquery.SearchForm
The queries field for searching related queries.
queries - Variable in class org.codelibs.fess.app.web.api.admin.relatedquery.SearchBody
Related queries text
QUERIES - Static variable in class org.codelibs.fess.Constants
Queries field name.
QUERIES - Static variable in class org.codelibs.fess.helper.ViewHelper
Cache key for search queries
query - Variable in class org.codelibs.fess.app.pager.KeyMatchPager
The query of the key match.
query - Variable in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
The query to execute when the term matches.
query - Variable in class org.codelibs.fess.app.web.admin.keymatch.SearchForm
The query field for key match configuration.
query - Variable in class org.codelibs.fess.app.web.api.admin.keymatch.SearchBody
Query pattern for key matching
query - Variable in class org.codelibs.fess.chat.ChatContentRequest
Query used to highlight large documents; blank/null disables highlighting (full fetch).
query - Variable in class org.codelibs.fess.entity.FacetInfo
Array of query strings to create query facets for
query - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
The search query string
query(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the search query string.
query(QueryBuilder) - Method in class org.codelibs.fess.job.IndexExportJob
Sets the query to filter which documents to export.
query(QueryBuilder) - Method in class org.codelibs.fess.job.UpdateLabelJob
Sets the query builder for filtering documents.
queryBuilder - Variable in class org.codelibs.fess.entity.QueryContext
The OpenSearch query builder used for executing the search.
queryBuilder - Variable in class org.codelibs.fess.job.UpdateLabelJob
Query builder for filtering documents to be processed.
QueryCommand - Class in org.codelibs.fess.query
Abstract base class for query command implementations.
QueryCommand() - Constructor for class org.codelibs.fess.query.QueryCommand
Default constructor for QueryCommand.
QueryCommand.DefaultQueryBuilderFunction - Interface in org.codelibs.fess.query
Functional interface for building query builders with field and boost parameters.
QueryCommand.FieldQueryBuilder - Interface in org.codelibs.fess.query
Functional interface for building field-specific query builders.
queryCommandMap - Variable in class org.codelibs.fess.query.QueryProcessor
Map of query commands indexed by query class simple names.
QueryContext - Class in org.codelibs.fess.entity
Context object that holds query-related information and state during search processing.
QueryContext(String, boolean) - Constructor for class org.codelibs.fess.entity.QueryContext
Constructs a new QueryContext with the specified query string.
queryCountMap - Variable in class org.codelibs.fess.util.FacetResponse
Map containing query facet counts, where keys are decoded query strings and values are document counts for each query.
queryFieldConfig - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Configuration for query field mappings and processing.
QueryFieldConfig - Class in org.codelibs.fess.query
Configuration class for query field mappings in the Fess search engine.
QueryFieldConfig() - Constructor for class org.codelibs.fess.query.QueryFieldConfig
Default constructor.
queryHelper - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Helper for building and parsing search queries.
queryHelper - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Helper for query processing and transformation.
QueryHelper - Class in org.codelibs.fess.helper
QueryHelper is responsible for building and managing OpenSearch queries for Fess search functionality.
QueryHelper() - Constructor for class org.codelibs.fess.helper.QueryHelper
Default constructor.
queryId - Variable in class org.codelibs.fess.app.pager.SearchLogPager
Query ID filter for search logs.
queryId - Variable in class org.codelibs.fess.app.web.admin.searchlog.SearchForm
The query ID field for searching specific queries.
queryId - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The ID of the search query.
queryId - Variable in class org.codelibs.fess.app.web.go.GoForm
Query identifier associated with the search that led to this document access.
queryId - Variable in class org.codelibs.fess.app.web.thumbnail.ThumbnailForm
The query ID associated with the search request.
queryId - Variable in class org.codelibs.fess.entity.SearchRenderData
Unique identifier for this search query session.
queryMap - Variable in class org.codelibs.fess.entity.FacetQueryView
Map of display keys to their corresponding query strings
queryName() - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Returns the query name.
queryName(String) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Sets the query name.
QueryParseException - Exception Class in org.codelibs.fess.exception
Exception thrown when a query parsing error occurs.
QueryParseException(ParseException) - Constructor for exception class org.codelibs.fess.exception.QueryParseException
Constructs a new QueryParseException with the specified ParseException as the cause.
QueryParser - Class in org.codelibs.fess.query.parser
A query parser that processes search queries and converts them to Lucene Query objects.
QueryParser() - Constructor for class org.codelibs.fess.query.parser.QueryParser
Default constructor.
QueryParser.Filter - Interface in org.codelibs.fess.query.parser
Interface for query filters that can modify or transform queries.
QueryParser.FilterChain - Interface in org.codelibs.fess.query.parser
Interface for the filter chain that processes queries.
QueryParser.LuceneQueryParser - Class in org.codelibs.fess.query.parser
Custom Lucene query parser that extends the standard QueryParser to provide additional functionality for quoted queries.
queryPlaceHolder - Variable in class org.codelibs.fess.helper.RelatedContentHelper
Placeholder string used in regex-based related content templates.
QueryProcessor - Class in org.codelibs.fess.query
Query processor component that handles query filters and commands.
QueryProcessor() - Constructor for class org.codelibs.fess.query.QueryProcessor
Default constructor.
QueryProcessor.Filter - Interface in org.codelibs.fess.query
Interface for query processing filters.
QueryProcessor.FilterChain - Interface in org.codelibs.fess.query
Interface for filter chains that process queries through a sequence of filters.
queryRegenerationPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The prompt for query regeneration.
QueryRescorer - Interface in org.codelibs.fess.score
Interface for query rescoring implementations.
queryRescorerList - Variable in class org.codelibs.fess.helper.QueryHelper
List of query rescorers for post-processing search results
QueryResponseList - Class in org.codelibs.fess.util
A response list that extends List functionality and includes pagination and search metadata.
QueryResponseList(List<Map<String, Object>>, int, int, int) - Constructor for class org.codelibs.fess.util.QueryResponseList
Constructor for testing purposes.
QueryResponseList(List<Map<String, Object>>, long, String, long, boolean, FacetResponse, int, int, int) - Constructor for class org.codelibs.fess.util.QueryResponseList
Main constructor that creates a QueryResponseList with complete search metadata.
queryString - Variable in class org.codelibs.fess.entity.QueryContext
The original query string provided by the user.
QueryStringBuilder - Class in org.codelibs.fess.util
A utility class for building query strings with proper escaping and parameters.
QueryStringBuilder() - Constructor for class org.codelibs.fess.util.QueryStringBuilder
Default constructor for QueryStringBuilder.
queryTime - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The time taken for the search query in milliseconds.
queryTime - Variable in class org.codelibs.fess.entity.SearchRenderData
Time taken to execute the search query in milliseconds.
queryTime - Variable in class org.codelibs.fess.rank.fusion.SearchResult
The time taken to execute the search query in milliseconds.
queryTime - Variable in class org.codelibs.fess.util.QueryResponseList
The time taken to execute the search query in milliseconds.
queryWordsNum - Variable in class org.codelibs.fess.app.web.api.admin.suggest.SuggestBody
The number of words from search queries.
quote(String) - Method in class org.codelibs.fess.util.QueryStringBuilder
Quotes a string value if it contains spaces.
quoteEscape(String) - Static method in class org.codelibs.fess.util.KuromojiCSVUtil
Quote and escape input value for CSV

R

RAG_LLM_NAME - Static variable in class org.codelibs.fess.Constants
RAG LLM name configuration key.
ragLlmName - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
RAG LLM provider name.
random - Variable in class org.codelibs.fess.helper.AccessTokenHelper
The random instance.
RankFusionProcessor - Class in org.codelibs.fess.rank.fusion
RankFusionProcessor manages multiple search engines and combines their results using rank fusion algorithms.
RankFusionProcessor() - Constructor for class org.codelibs.fess.rank.fusion.RankFusionProcessor
Default constructor for RankFusionProcessor.
RankFusionProcessor.SearchRequestParamsWrapper - Class in org.codelibs.fess.rank.fusion
Wrapper class for SearchRequestParams that allows overriding specific parameters.
RankFusionSearcher - Class in org.codelibs.fess.rank.fusion
Abstract base class for rank fusion searchers in the Fess search system.
RankFusionSearcher() - Constructor for class org.codelibs.fess.rank.fusion.RankFusionSearcher
Default constructor for creating a new rank fusion searcher instance.
RATE_LIMITED - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The caller has exceeded a rate or quota threshold.
RateLimitFilter - Class in org.codelibs.fess.filter
Filter for rate limiting to protect against bot attacks and excessive requests.
RateLimitFilter() - Constructor for class org.codelibs.fess.filter.RateLimitFilter
Creates a new instance of RateLimitFilter.
RateLimitHelper - Class in org.codelibs.fess.helper
Helper class for rate limiting functionality.
RateLimitHelper() - Constructor for class org.codelibs.fess.helper.RateLimitHelper
Default constructor.
RATIO_LIMIT - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Per-entry compression ratio exceeded the configured limit.
read(HttpServletRequest, int) - Method in class org.codelibs.fess.api.v2.handlers.V2JsonBody
Reads a JSON-encoded request body into a Map<String, Object>.
readIndexSetting(String, String, String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Reads and processes index settings from configuration file.
reading - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
Reading (pronunciation) of the token in katakana
reading - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The reading/pronunciation of the suggest word for language analysis
READY - Static variable in class org.codelibs.fess.Constants
Status constant representing ready state.
rebuildConfigIndex - Variable in class org.codelibs.fess.app.web.admin.maintenance.ActionForm
The flag to rebuild fess_config indices.
rebuildLogIndex - Variable in class org.codelibs.fess.app.web.admin.maintenance.ActionForm
The flag to rebuild fess_log indices.
rebuildUserIndex - Variable in class org.codelibs.fess.app.web.admin.maintenance.ActionForm
The flag to rebuild fess_user indices.
record(Object, String) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Records a custom statistics action for the specified crawler object.
record(Object, CrawlerStatsHelper.StatsAction) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Records a statistics action for the specified crawler object.
recordCount - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The total number of records found.
recordCountRelation - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The relation of the record count (e.g., "eq" for exact, "gte" for greater than or equal to).
redirectByUser(FessUserBean) - Method in class org.codelibs.fess.app.web.base.FessLoginAction
Redirects an authenticated user to the appropriate admin interface based on their roles.
REDIRECTED - Enum constant in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Indicates that a URL redirect was encountered.
redirectToLogin() - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Redirects the user to the login page after storing current search parameters for restoration after successful authentication.
redirectToRoot() - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Redirects the user to the root path of the application.
redirectToSearchPage() - Method in class org.codelibs.fess.app.web.sso.SsoAction
Attempts to redirect to the search page with preserved search parameters.
refresh() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
 
refresh() - Method in interface org.codelibs.fess.entity.FessUser
Refreshes the user's information from the underlying data source.
refresh() - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Refreshes the crawling configuration cache by invalidating all cached entries.
refresh() - Method in class org.codelibs.fess.helper.SuggestHelper
Refreshes the suggest index.
refresh(String...) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Refreshes the specified indices to make recent changes visible for search.
refresh(List<LabelType>) - Method in class org.codelibs.fess.helper.LabelTypeHelper
Refreshes the label type items and patterns.
refreshDesignJspFiles() - Method in class org.codelibs.fess.helper.SystemHelper
Refreshes the design JSP files for all virtual hosts.
refreshIndex(SearchEngineClient, String) - Method in class org.codelibs.fess.helper.IndexingHelper
Refreshes the specified index to make recent changes visible for search.
refreshTokenSilently(EntraIdCredential.EntraIdUser) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Attempts to refresh tokens silently using the MSAL4J silent authentication flow.
regenerateQuery(String, String, String, List<LlmMessage>) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
regenerateQuery(String, String, String, List<LlmMessage>) - Method in interface org.codelibs.fess.llm.LlmClient
Regenerates a search query when the previous query failed to produce relevant results.
regenerateQuery(String, String, String, List<LlmMessage>) - Method in class org.codelibs.fess.llm.LlmClientManager
Regenerates a search query when the previous query failed.
regex - Variable in class org.codelibs.fess.app.pager.PathMapPager
The regex pattern.
regex - Variable in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
The regular expression pattern to match request paths.
regex - Variable in class org.codelibs.fess.app.web.admin.pathmap.SearchForm
The regular expression pattern field for path mapping.
regex - Variable in class org.codelibs.fess.app.web.api.admin.pathmap.SearchBody
Regular expression pattern for path mapping
REGEXP - Static variable in class org.codelibs.fess.util.GsaConfigParser
Prefix for regular expression patterns.
REGEXP_CASE - Static variable in class org.codelibs.fess.util.GsaConfigParser
Prefix for case-sensitive regular expression patterns.
REGEXP_IGNORE_CASE - Static variable in class org.codelibs.fess.util.GsaConfigParser
Prefix for case-insensitive regular expression patterns.
regexPrefix - Variable in class org.codelibs.fess.helper.RelatedContentHelper
Prefix used to identify regex patterns in related content terms.
register() - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
Registers this API manager with the web API manager factory.
register() - Method in class org.codelibs.fess.api.v2.SearchApiV2Manager
Registers this manager with the global WebApiManagerFactory once Lasta DI finishes injecting dependencies.
register() - Method in class org.codelibs.fess.cors.DefaultCorsHandler
Registers this CORS handler with the factory for configured allowed origins.
register() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiCreator
Registers this creator to the dictionary manager.
register() - Method in class org.codelibs.fess.dict.mapping.CharMappingCreator
Registers this creator with the dictionary manager after construction.
register() - Method in class org.codelibs.fess.dict.protwords.ProtwordsCreator
Registers this creator with the dictionary manager.
register() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideCreator
Registers this creator with the dictionary manager upon initialization.
register() - Method in class org.codelibs.fess.dict.stopwords.StopwordsCreator
Registers this creator with the dictionary manager upon initialization.
register() - Method in class org.codelibs.fess.dict.synonym.SynonymCreator
Registers this creator with the dictionary manager upon initialization.
register() - Method in class org.codelibs.fess.ds.AbstractDataStore
Register this data store.
register() - Method in class org.codelibs.fess.ingest.Ingester
Registers this ingester with the ingest factory.
register() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Registers this client with the LlmClientManager.
register() - Method in class org.codelibs.fess.query.QueryCommand
Registers this query command with the query processor.
register() - Method in class org.codelibs.fess.script.AbstractScriptEngine
Register this script engine.
register() - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Registers this thumbnail generator with the thumbnail manager.
register(Object, String) - Static method in class org.codelibs.fess.util.ComponentUtil
Registers a component instance with a name.
register(LlmClient) - Method in class org.codelibs.fess.llm.LlmClientManager
Registers an LLM client with this manager.
register(ScheduledJob) - Method in class org.codelibs.fess.helper.JobHelper
Registers a scheduled job with the job manager.
register(RankFusionSearcher) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Registers a new searcher with the rank fusion processor.
register(SsoAuthenticator) - Method in class org.codelibs.fess.sso.SsoManager
Registers an SSO authenticator with this manager.
register(LaCron, ScheduledJob) - Method in class org.codelibs.fess.helper.JobHelper
Registers a scheduled job with the specified cron scheduler.
register(RenderData) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction.WebRenderData
Registers all search-related data for rendering in the web interface.
register(RenderData) - Method in class org.codelibs.fess.app.web.search.SearchAction.WebRenderData
Registers the render data.
register(RenderData, String, Object) - Static method in class org.codelibs.fess.util.RenderDataUtil
Registers a value in the render data with the specified key.
registerBugReportItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Registers bug report items for rendering.
registerClasses(Kryo) - Method in class org.codelibs.fess.crawler.serializer.DataSerializer
Registers all classes that are allowed for Kryo serialization/deserialization.
registerEnvItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Registers environment variables for rendering.
registerFessPropItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Registers Fess-specific properties for rendering.
registerFileConfigItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Registers file configuration items for the dropdown list.
registerHandlerNames(RenderData) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Register handler names.
registerLabels(RenderData) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Registers label type data for rendering in the view.
registerPropItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Registers system properties for rendering.
registerProtocolSchemeItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Registers protocol scheme items for the dropdown list.
registerProtocolSchemeItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Registers available protocol scheme items for web authentication forms.
registerRolesAndLabels(RenderData) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Register roles and labels.
registerRolesAndLabels(RenderData) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Registers roles and labels for the dropdown lists.
registerRolesAndLabels(RenderData) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Registers available roles and labels for use in web config forms.
registerRoleTypeItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Registers role type items for the dropdown list.
registerWebConfigItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Registers web configuration items for rendering in the UI.
registerWebConfigItems(RenderData) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Registers available web configuration items for use in web authentication forms.
regularName - Variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Search/filter parameter for regular hostname pattern.
regularName - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
The regular canonical hostname that should be used
regularName - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.SearchForm
The regular name field for duplicate host configuration.
regularName - Variable in class org.codelibs.fess.app.web.api.admin.duplicatehost.SearchBody
The regular host name to search for.
reindex(String, String, boolean) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Reindexes documents from one index to another.
reindex(String, String, String, boolean) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Performs a reindex operation with custom source configuration.
reindexConfigIndices(boolean, Set<String>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Rebuilds configuration indices with the latest mappings using atomic alias switching.
reindexConfigIndices(ActionForm) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Rebuilds selected configuration indices with the latest mappings.
reindexOnly(ActionForm) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Starts a reindex operation based on the provided form parameters.
relatedContentBhv - Variable in class org.codelibs.fess.app.service.RelatedContentService
Behavior class for RelatedContent entity operations.
relatedContentHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/related-content (related HTML content).
RelatedContentHandler - Class in org.codelibs.fess.api.v2.handlers
Handles GET /api/v2/related-content.
RelatedContentHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.RelatedContentHandler
Default constructor.
relatedContentHelper - Variable in class org.codelibs.fess.app.web.search.SearchAction
The helper for related content.
RelatedContentHelper - Class in org.codelibs.fess.helper
Helper class for managing related content configurations.
RelatedContentHelper() - Constructor for class org.codelibs.fess.helper.RelatedContentHelper
Default constructor for RelatedContentHelper.
relatedContentMap - Variable in class org.codelibs.fess.helper.RelatedContentHelper
Cache map storing related content configurations organized by virtual host key.
RelatedContentPager - Class in org.codelibs.fess.app.pager
Pager for related content management that provides pagination functionality for displaying related content items in the admin interface.
RelatedContentPager() - Constructor for class org.codelibs.fess.app.pager.RelatedContentPager
Default constructor.
RelatedContentService - Class in org.codelibs.fess.app.service
Service class for managing related content entities.
RelatedContentService() - Constructor for class org.codelibs.fess.app.service.RelatedContentService
Default constructor.
relatedQueriesHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/related-queries (related query suggestions).
RelatedQueriesHandler - Class in org.codelibs.fess.api.v2.handlers
Handles GET /api/v2/related-queries.
RelatedQueriesHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.RelatedQueriesHandler
Default constructor.
relatedQueryBhv - Variable in class org.codelibs.fess.app.service.RelatedQueryService
Behavior class for accessing related query data in the database.
relatedQueryHelper - Variable in class org.codelibs.fess.app.web.search.SearchAction
The helper for related queries.
RelatedQueryHelper - Class in org.codelibs.fess.helper
Helper class for managing related query configurations.
RelatedQueryHelper() - Constructor for class org.codelibs.fess.helper.RelatedQueryHelper
Default constructor for RelatedQueryHelper.
relatedQueryMap - Variable in class org.codelibs.fess.helper.RelatedQueryHelper
Map storing related queries organized by virtual host key and search term.
RelatedQueryPager - Class in org.codelibs.fess.app.pager
Pager class for related query management functionality.
RelatedQueryPager() - Constructor for class org.codelibs.fess.app.pager.RelatedQueryPager
Default constructor for RelatedQueryPager.
RelatedQueryService - Class in org.codelibs.fess.app.service
Service class for managing related query entities.
RelatedQueryService() - Constructor for class org.codelibs.fess.app.service.RelatedQueryService
Default constructor for RelatedQueryService.
RelevanceEvaluationResult - Class in org.codelibs.fess.llm
Result of relevance evaluation for search results.
reload() - Method in class org.codelibs.fess.theme.ThemeRegistry
Rescans the themes directory, replacing the in-memory snapshot atomically.
reload(ThemeListForm) - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Reloads the in-memory theme registry from disk.
reload(KuromojiFile.KuromojiUpdater) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
Reloads the dictionary file.
reload(KuromojiFile.KuromojiUpdater, InputStream) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
Reloads the dictionary file.
reload(CharMappingFile.MappingUpdater) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Reloads the character mapping items from the dictionary file.
reload(CharMappingFile.MappingUpdater, InputStream) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Reloads the character mapping items from the provided input stream.
reload(ProtwordsFile.ProtwordsUpdater) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
Reloads the dictionary file with the specified updater.
reload(ProtwordsFile.ProtwordsUpdater, InputStream) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
Reloads the dictionary file with the specified updater and input stream.
reload(StemmerOverrideFile.StemmerOverrideUpdater) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
Reloads the stemmer override dictionary from its source file.
reload(StemmerOverrideFile.StemmerOverrideUpdater, InputStream) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
Reloads the stemmer override dictionary from an input stream.
reload(StopwordsFile.StopwordsUpdater) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
Reloads the stopwords dictionary from its source file.
reload(StopwordsFile.StopwordsUpdater, InputStream) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
Reloads the stopwords dictionary from an input stream.
reload(SynonymFile.SynonymUpdater) - Method in class org.codelibs.fess.dict.synonym.SynonymFile
Reloads the synonym dictionary from its source file.
reload(SynonymFile.SynonymUpdater, InputStream) - Method in class org.codelibs.fess.dict.synonym.SynonymFile
Reloads the synonym dictionary from an input stream.
reloadConfiguration() - Method in class org.codelibs.fess.helper.SystemHelper
Reloads the application configuration.
reloadConfiguration(boolean) - Method in class org.codelibs.fess.helper.SystemHelper
Reloads the application configuration.
reloadDocIndex(ActionForm) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Reloads the document index by closing and reopening it.
reloadInterval - Variable in class org.codelibs.fess.helper.AbstractConfigHelper
The interval for reloading.
relocatingShards - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of relocating shards
remoteDebug() - Method in class org.codelibs.fess.job.ExecJob
Enables remote debugging for this job execution.
remove(int) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
remove(int) - Method in class org.codelibs.fess.util.QueryResponseList
 
remove(Object) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
remove(Object) - Method in class org.codelibs.fess.entity.ParamMap
 
remove(Object) - Method in class org.codelibs.fess.util.DocMap
Removes the mapping for a key from this map if it is present.
remove(Object) - Method in class org.codelibs.fess.util.QueryResponseList
 
remove(Object, Object) - Method in class org.codelibs.fess.entity.ParamMap
 
remove(String) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Removes a stored crawling configuration from the session-based storage.
remove(ScheduledJob) - Method in class org.codelibs.fess.helper.JobHelper
Removes a scheduled job completely from the job manager.
removeAll(Collection<?>) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
removeAll(Collection<?>) - Method in class org.codelibs.fess.util.QueryResponseList
 
removeCommentTag(String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Removes HTML comment tags from the content.
removeHeartbeat() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Removes the heartbeat document for this instance from OpenSearch.
removeHighlightTag(String) - Method in class org.codelibs.fess.helper.ViewHelper
Removes highlight tags from a string.
removePathMappingList(String) - Method in class org.codelibs.fess.helper.PathMappingHelper
Removes the path mapping list for a session.
removeSession(String) - Method in class org.codelibs.fess.chat.ChatSessionManager
Removes a session.
removeStateFromSession(HttpSession, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Removes and returns state data from the HTTP session.
render(String) - Method in class org.codelibs.fess.helper.MarkdownRenderer
Renders markdown text to sanitized HTML.
renderAnswerHistoryTurn(String, ChatMessage, int) - Method in class org.codelibs.fess.chat.ChatClient
Renders a single (user, assistant) turn for the Answer Generation prompt history.
renderData(SearchRenderData) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
Populates this response with search render data.
RenderDataUtil - Class in org.codelibs.fess.util
Utility class for managing render data in web responses.
renderIntentHistoryTurn(ChatMessage, int) - Method in class org.codelibs.fess.chat.ChatClient
Renders a single assistant turn for the Intent Detection prompt history.
renderMarkdownToHtml(String) - Method in class org.codelibs.fess.chat.ChatClient
Renders markdown text to sanitized HTML.
replace(Object, String, String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Replaces all occurrences of a regular expression pattern in the input string.
replace(K, V) - Method in class org.codelibs.fess.entity.ParamMap
 
replace(K, V, V) - Method in class org.codelibs.fess.entity.ParamMap
 
replaceAliases - Variable in class org.codelibs.fess.app.web.admin.maintenance.ActionForm
The flag to replace aliases.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.codelibs.fess.entity.ParamMap
 
replaceDuplicateHost(String) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Replaces duplicate hosts in the URL using the duplicate host helper.
replaceHighlightQueries(String, String[]) - Method in class org.codelibs.fess.helper.ViewHelper
Replaces search queries with highlighted versions in cached content.
replacement - Variable in class org.codelibs.fess.app.pager.PathMapPager
The replacement string.
replacement - Variable in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
The replacement pattern for matched paths.
replacement - Variable in class org.codelibs.fess.app.web.admin.pathmap.SearchForm
The replacement string field for path mapping.
replacement - Variable in class org.codelibs.fess.app.web.api.admin.pathmap.SearchBody
Replacement pattern for path mapping
replaceUrl(String) - Method in class org.codelibs.fess.helper.PathMappingHelper
Replaces URL for display or URL converter.
replaceUrl(String, String) - Method in class org.codelibs.fess.helper.PathMappingHelper
Replaces URL for crawling.
replaceUrl(List<PathMapping>, String) - Method in class org.codelibs.fess.helper.PathMappingHelper
Replaces URL using the given path mapping list.
replaceUrls(String) - Method in class org.codelibs.fess.helper.PathMappingHelper
Replaces URLs in text.
replaceWithUnderscores(String) - Method in class org.codelibs.fess.ldap.LdapManager
Replaces special characters in a string with underscores for group names.
ReqHeaderPager - Class in org.codelibs.fess.app.pager
Pager class for request header management in the Fess search engine.
ReqHeaderPager() - Constructor for class org.codelibs.fess.app.pager.ReqHeaderPager
Default constructor for ReqHeaderPager.
request - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
HTTP servlet request for accessing request parameters.
request - Variable in class org.codelibs.fess.app.web.api.FessApiAction
HTTP servlet request object providing access to request parameters, headers, and other request-specific information needed for API processing.
request - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
The HTTP servlet request object for the current request.
request(Curl.Method, String) - Method in class org.codelibs.fess.helper.CurlHelper
Creates a request with the specified HTTP method and path.
request(CurlRequest) - Method in class org.codelibs.fess.helper.CurlHelper
Configures the request with authentication and SSL settings.
REQUEST_LANGUAGES - Static variable in class org.codelibs.fess.Constants
Request languages parameter name.
REQUEST_PAGE_SIZE - Static variable in class org.codelibs.fess.Constants
Request page size parameter name.
REQUEST_QUERIES - Static variable in class org.codelibs.fess.Constants
Request attribute key for storing queries.
requestCacheSize - Variable in class org.codelibs.fess.score.ScoreBooster
The request cache size.
requestCounters - Variable in class org.codelibs.fess.helper.RateLimitHelper
Request counters per IP address.
requestedTime - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The time when the search request was made.
requestedTime - Variable in class org.codelibs.fess.entity.SearchRenderData
Timestamp when the search request was made.
requestedTimeRange - Variable in class org.codelibs.fess.app.pager.SearchLogPager
Time range filter for search logs (format: "yyyy-MM-dd HH:mm - yyyy-MM-dd HH:mm").
requestedTimeRange - Variable in class org.codelibs.fess.app.web.admin.searchlog.SearchForm
The requested time range field for filtering logs by date.
requestFile - Variable in class org.codelibs.fess.app.web.admin.sereq.UploadForm
The multipart file containing the search request configurations to be uploaded.
requestHandler - Variable in class org.codelibs.fess.score.ScoreBooster
A function to handle requests.
requestHeaderBhv - Variable in class org.codelibs.fess.app.service.RequestHeaderService
Behavior for request header database operations.
requestHeaderBhv - Variable in class org.codelibs.fess.app.service.WebConfigService
Behavior class for request header operations.
RequestHeaderService - Class in org.codelibs.fess.app.service
Service class for managing request headers used in web crawling configurations.
RequestHeaderService() - Constructor for class org.codelibs.fess.app.service.RequestHeaderService
Default constructor for RequestHeaderService.
requestInterval - Variable in class org.codelibs.fess.helper.IndexingHelper
Interval between requests in milliseconds
requestManager - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Manager for handling HTTP request operations.
RequestParameter - Class in org.codelibs.fess.entity
Entity class representing a request parameter with a name and associated values.
RequestParameter(String, String[]) - Constructor for class org.codelibs.fess.entity.RequestParameter
Constructs a new RequestParameter with the specified name and values.
requestTimeout - Variable in class org.codelibs.fess.score.ScoreBooster
The request timeout.
Required Configuration - Search tag in class org.codelibs.fess.sso.saml.SamlAuthenticator
Section
requiresCsrf(String, String) - Method in class org.codelibs.fess.api.v2.handlers.CsrfRequirement
Returns whether the given v2 sub-path and HTTP method combination must pass the CSRF token check.
RESERVED - Static variable in class org.codelibs.fess.Constants
Array of reserved characters for query processing.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Reset the search form.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Reset the search form.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Reset the search form.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Reset the search form.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Reset the search form.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Reset the search form.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Reset the search form.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Reset the search form.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Reset the search criteria and pager to default state.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Reset search criteria and return to default view.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Resets the search criteria and returns to the default view.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Resets the search criteria and pager state.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Resets the search criteria and shows all elevate words.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Resets the search criteria and pagination state.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Resets the search criteria and displays the default list.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Resets the search criteria and displays the default list.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Resets the search criteria and displays the default list.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Resets the search criteria and displays the default list.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Resets the search criteria and displays the default list.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Resets the search criteria and displays the default list.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Resets the search criteria and displays all path mappings.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Resets the search criteria and displays all related content items.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Resets the search criteria and displays all related query items.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Resets the search criteria and displays all request header items.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Resets the search criteria and displays all role items.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Resets the search criteria and displays all scheduled jobs.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Resets the search criteria and displays all search log entries.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Resets the search criteria and displays all users.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Resets the search criteria and displays all web authentication configurations.
reset(SearchForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Resets the search criteria and displays all web crawler configurations.
resetDictionaries - Variable in class org.codelibs.fess.app.web.admin.maintenance.ActionForm
The flag to reset dictionaries.
resetPassword(CreateForm) - Static method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Resets the password and confirmation fields in the user form.
resetPermissions() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
Resets permissions to force recalculation on next getPermissions() call.
resolve(HttpServletRequest) - Method in class org.codelibs.fess.api.v2.handlers.TargetOriginResolver
Resolves the set of canonical origins that are considered same-origin for this request.
resolve(Class<CREDENTIAL>, Function<CREDENTIAL, OptionalEntity<FessUser>>) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist.LoginCredentialResolver
Resolves credentials of the specified type using the provided function.
resolve(String) - Method in class org.codelibs.fess.cors.CorsHandlerFactory
Resolves the CORS handler and match type for the specified origin.
resolve(String) - Static method in class org.codelibs.fess.util.ResourceUtil
Resolves system properties in a given string.
resolveActiveTheme(String) - Method in class org.codelibs.fess.theme.ThemeRegistry
Resolves the theme to apply for the current request.
resolveBcryptCost() - Method in class org.codelibs.fess.helper.PasswordHashHelper
Resolves the effective BCrypt cost, clamped into the jBCrypt-valid range [4, 30].
resolveChatRateLimitKey(String, Supplier<String>) - Method in class org.codelibs.fess.helper.ChatApiHelper
Resolves a rate-limit key for the chat endpoints that an anonymous caller cannot rotate.
resolveContextPath() - Method in class org.codelibs.fess.chat.ChatClient
Resolves the context path from the current request, or empty string if unavailable.
resolveCredential(FessLoginAssist.LoginCredentialResolver) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
 
resolveCredential(FessLoginAssist.LoginCredentialResolver) - Method in class org.codelibs.fess.sso.oic.OpenIdConnectAuthenticator
 
resolveCredential(FessLoginAssist.LoginCredentialResolver) - Method in class org.codelibs.fess.sso.saml.SamlAuthenticator
 
resolveCredential(FessLoginAssist.LoginCredentialResolver) - Method in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Resolves the SPNEGO credential to a user entity.
resolveCredential(FessLoginAssist.LoginCredentialResolver) - Method in interface org.codelibs.fess.sso.SsoAuthenticator
Resolves credential using the provided resolver.
resolveCredential(TypicalLoginAssist.CredentialResolver) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Resolves login credentials using various authentication methods.
resolveErrorCode(int) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Resolves an HTTP status code to an LlmException error code.
resolveIdForEncode() - Method in class org.codelibs.fess.helper.PasswordHashHelper
Resolves the encoder id used for new passwords.
resolveKeepaliveIntervalMs(FessConfig) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Resolves the keep-alive interval from configuration with a safe default.
resolveLanguageInstruction(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Resolves the {{languageInstruction}} placeholder in a prompt.
ResourceUtil - Class in org.codelibs.fess.util
Utility class for accessing various resource paths and files in the Fess application.
ResourceUtil() - Constructor for class org.codelibs.fess.util.ResourceUtil
Protected constructor to prevent instantiation of this utility class.
response - Variable in class org.codelibs.fess.app.web.api.ApiResult
The API response object.
response - Variable in class org.codelibs.fess.app.web.thumbnail.ThumbnailAction
HTTP servlet response for streaming thumbnail images.
responseFields - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Fields to include in the response
responseFields - Variable in class org.codelibs.fess.query.QueryFieldConfig
Array of fields to be included in standard search response
responseFields(String[]) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the fields to include in the response.
responseManager - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Manager for handling HTTP response operations.
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiBackupFilesResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiBulkResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiConfigResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiConfigsResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiDeleteResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiDocResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiLogFilesResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiLogResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiLogsResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiPluginResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
Returns a new ApiResult instance with this ApiResponse.
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiStartJobResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiStatsResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiStorageResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
 
result() - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiUpdateResponse
 
RESULT_COLLAPSED_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for result collapse configuration.
RESULT_DOC_ID_CACHE - Static variable in class org.codelibs.fess.Constants
Result document ID cache key.
resultCollapsed - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable result collapsing for similar documents.
resultDocIdsCacheSize - Variable in class org.codelibs.fess.helper.UserInfoHelper
The maximum size of the result document IDs cache
ResultOffsetExceededException - Exception Class in org.codelibs.fess.exception
This exception is thrown when the requested result offset exceeds the limit.
ResultOffsetExceededException(String) - Constructor for exception class org.codelibs.fess.exception.ResultOffsetExceededException
Constructor.
RESULTS_PER_PAGE - Static variable in class org.codelibs.fess.Constants
Results per page parameter name.
retainAll(Collection<?>) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
retainAll(Collection<?>) - Method in class org.codelibs.fess.util.QueryResponseList
 
reverse - Variable in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Flag indicating if the interval spans across midnight
rewrite(LogEvent) - Method in class org.codelibs.fess.util.ErrorToWarnRewritePolicy
Rewrites log events by converting ERROR level to WARN level for matching loggers.
rewrite(SearchRequestParams) - Method in class org.codelibs.fess.helper.SearchHelper
Applies registered parameter rewriters to modify search request parameters.
rewrite(SearchRequestParams) - Method in interface org.codelibs.fess.helper.SearchHelper.SearchRequestParamsRewriter
Rewrites the given search request parameters.
rewrite(QueryRewriteContext) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Rewrites the query using the provided rewrite context.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dict.AdminDictAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
The role for this action.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Role name required for accessing synonym dictionary administration features.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Role name for duplicate host administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Role constant for admin elevate word management access control.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Role name for failure URL administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
The role name for file authentication administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
The role name for file configuration administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
The role name for general settings administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
The role name for group administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
The role name for job log administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
The role name for key match administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
The role name for label type administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.log.AdminLogAction
The role name for log administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Role identifier for admin maintenance operations.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Role identifier for admin path mapping operations.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
Role identifier for plugin administration.
ROLE - Static variable in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Role name for admin related content operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Role name for admin related query operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Role name for admin request header operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Role name for admin role operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Role name for admin scheduler operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Role name for admin search list operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Role name for admin search log operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.sereq.AdminSereqAction
Role name for admin search request operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Role name for admin storage operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
Role name for admin suggest operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
Role name for admin system info operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Role identifier for theme administration (spec §5.2).
ROLE - Static variable in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Role name for admin user operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Role name for admin web auth operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Role name for admin web config operations
ROLE - Static variable in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Role name for admin wizard operations
ROLE_ASSISTANT - Static variable in class org.codelibs.fess.entity.ChatMessage
The role identifier for assistant messages.
ROLE_ASSISTANT - Static variable in class org.codelibs.fess.llm.LlmMessage
The role identifier for assistant messages.
ROLE_SYSTEM - Static variable in class org.codelibs.fess.llm.LlmMessage
The role identifier for system messages.
ROLE_USER - Static variable in class org.codelibs.fess.entity.ChatMessage
The role identifier for user messages.
ROLE_USER - Static variable in class org.codelibs.fess.llm.LlmMessage
The role identifier for user messages.
roleBhv - Variable in class org.codelibs.fess.app.service.RoleService
The behavior for roles.
roleFieldNameSet - Variable in class org.codelibs.fess.helper.SuggestHelper
The set of field names for roles.
RolePager - Class in org.codelibs.fess.app.pager
Pager for role management.
RolePager() - Constructor for class org.codelibs.fess.app.pager.RolePager
Constructor.
rolePrefix - Variable in class org.codelibs.fess.helper.PermissionHelper
Prefix used to identify role-based permissions
roleQueryEnabled() - Method in class org.codelibs.fess.entity.QueryContext
Checks if role-based query filtering is enabled.
roleQueryHelper - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Helper for role-based query filtering and security.
RoleQueryHelper - Class in org.codelibs.fess.helper
This class returns a list of a role from a request parameter, a request header and a cookie.
RoleQueryHelper() - Constructor for class org.codelibs.fess.helper.RoleQueryHelper
Constructor.
roles - Variable in class org.codelibs.fess.app.pager.UserPager
User roles for search filtering
roles - Variable in class org.codelibs.fess.app.web.admin.user.CreateForm
The roles assigned to the user.
roles - Variable in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
User's role assignments.
roles - Variable in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential.OpenIdUser
The user roles.
roles - Variable in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
The roles of the user.
roleSeparator - Variable in class org.codelibs.fess.helper.RoleQueryHelper
The separator for roles in the role string.
RoleService - Class in org.codelibs.fess.app.service
Service class for managing roles.
RoleService() - Constructor for class org.codelibs.fess.app.service.RoleService
Constructor.
roleTypeBhv - Variable in class org.codelibs.fess.app.service.RoleTypeService
The behavior for role types.
RoleTypePager - Class in org.codelibs.fess.app.pager
Pager for role type management.
RoleTypePager() - Constructor for class org.codelibs.fess.app.pager.RoleTypePager
Constructor.
RoleTypeService - Class in org.codelibs.fess.app.service
Service class for managing role types.
RoleTypeService() - Constructor for class org.codelibs.fess.app.service.RoleTypeService
Constructor.
RootAction - Class in org.codelibs.fess.app.web
The action for the root of the application.
RootAction() - Constructor for class org.codelibs.fess.app.web.RootAction
Constructor.
rotate(HttpSession) - Method in class org.codelibs.fess.api.v2.SessionCsrfTokenManager
Rotates the session's CSRF token: invalidates any existing token and issues a fresh one in a single atomic call from the session's perspective.
rt - Variable in class org.codelibs.fess.app.web.go.GoForm
Redirect target or return URL parameter.
ruleList - Variable in class org.codelibs.fess.helper.IntervalControlHelper
List of interval rules for controlling crawler timing
run() - Method in class org.codelibs.fess.auth.chain.CommandChain.InputStreamThread
Runs the input stream thread, reading lines and buffering them.
run() - Method in class org.codelibs.fess.auth.chain.CommandChain.MonitorThread
Runs the monitor thread, sleeping for the timeout duration and terminating the process if needed.
run() - Method in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Executes the crawling thread.
run() - Method in class org.codelibs.fess.indexer.IndexUpdater
Main execution method that runs the index updating process.
run() - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator.ProcessDestroyer
Runs the process destroyer task to terminate the process.
run() - Method in class org.codelibs.fess.util.InputStreamThread
Runs the thread to continuously read lines from the input stream.
run(LaJobRuntime) - Method in class org.codelibs.fess.app.job.ScriptExecutorJob
 
runner - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
OpenSearch runner for managing the embedded search engine
running - Variable in class org.codelibs.fess.app.web.api.admin.scheduler.EditBody
Flag indicating whether the scheduler job is currently running.
running - Variable in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Flag indicating whether the crawling thread is currently running
RUNNING - Static variable in class org.codelibs.fess.Constants
Status constant representing running state.
runningProcessMap - Variable in class org.codelibs.fess.helper.ProcessHelper
Map of running processes indexed by session ID
runOnThread(Object) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Increments the thread reference count for the specified crawler object.

S

S3 - Enum constant in enum class org.codelibs.fess.storage.StorageType
Amazon S3
S3_COMPAT - Enum constant in enum class org.codelibs.fess.storage.StorageType
S3-compatible storage (MinIO, etc.)
S3StorageClient - Class in org.codelibs.fess.storage
S3-compatible storage client implementation using AWS SDK v2.
S3StorageClient(String, String, String, String, String) - Constructor for class org.codelibs.fess.storage.S3StorageClient
Creates a new S3StorageClient instance.
SAFARI - Enum constant in enum class org.codelibs.fess.helper.UserAgentHelper.UserAgentType
Apple Safari browser
SAMBA - Static variable in class org.codelibs.fess.Constants
Samba authentication type identifier.
SambaHelper - Class in org.codelibs.fess.helper
Helper class for Samba-related operations.
SambaHelper() - Constructor for class org.codelibs.fess.helper.SambaHelper
Constructor.
SAML_PREFIX - Static variable in class org.codelibs.fess.sso.saml.SamlAuthenticator
The prefix for SAML properties.
SAML_SP_BASE_URL - Static variable in class org.codelibs.fess.sso.saml.SamlAuthenticator
The property key for the SAML SP base URL.
SAML_STATE - Static variable in class org.codelibs.fess.sso.saml.SamlAuthenticator
The key for the SAML state in the session.
samlAttributeGroupName - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML attribute name for group membership.
samlAttributeRoleName - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML attribute name for role membership.
SamlAuthenticator - Class in org.codelibs.fess.sso.saml
Authenticator for SAML 2.0.
SamlAuthenticator() - Constructor for class org.codelibs.fess.sso.saml.SamlAuthenticator
Constructor.
SamlCredential - Class in org.codelibs.fess.app.web.base.login
Credential for SAML authentication.
SamlCredential(Auth) - Constructor for class org.codelibs.fess.app.web.base.login.SamlCredential
Constructor.
SamlCredential.SamlUser - Class in org.codelibs.fess.app.web.base.login
Represents a SAML user.
samlDefaultGroups - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML default groups.
samlDefaultRoles - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML default roles.
samlIdpEntityid - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML Identity Provider Entity ID.
samlIdpSingleLogoutServiceUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML Identity Provider Single Logout Service URL.
samlIdpSingleSignOnServiceUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML Identity Provider Single Sign-On Service URL.
samlIdpX509cert - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML Identity Provider X.509 Certificate.
samlSpAssertionConsumerServiceUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML Assertion Consumer Service URL.
samlSpBaseUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML service provider base URL.
samlSpEntityid - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML Service Provider Entity ID.
samlSpNameidformat - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML Service Provider NameID Format.
samlSpSingleLogoutServiceUrl - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SAML Service Provider Single Logout Service URL.
SamlUser(String, String, String, String, String, String[], String[]) - Constructor for class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
Constructor.
sanitizeDocumentContent(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sanitizes document content by escaping delimiter-like sequences to prevent boundary spoofing in LLM prompts.
sanitizeFilename(String) - Static method in class org.codelibs.fess.app.web.admin.log.AdminLogAction
Sanitizes a filename by removing path traversal sequences and whitespace.
saveError(VaMessenger<FessMessages>) - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Saves error messages to the session.
saveImage(ImageInputStream, File) - Method in class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator
Processes and saves an image from the input stream to the output file as a thumbnail.
saveInfo(VaMessenger<FessMessages>) - Method in class org.codelibs.fess.app.web.base.FessBaseAction
Saves informational messages to the session.
saveLoginHistory(FessUser, FessUserBean, LoginSpecifiedOption) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Saves the login history for the given user.
saveToken() - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
Generates and saves a new access token for the current session.
schedule(LaCron) - Method in class org.codelibs.fess.app.job.AllJobScheduler
 
SCHEDULED_JOB - Static variable in class org.codelibs.fess.Constants
Scheduled job identifier.
scheduledJobBhv - Variable in class org.codelibs.fess.app.service.ScheduledJobService
The behavior for scheduled jobs.
ScheduledJobException - Exception Class in org.codelibs.fess.exception
This exception is thrown when a scheduled job fails.
ScheduledJobException(String) - Constructor for exception class org.codelibs.fess.exception.ScheduledJobException
Constructor.
ScheduledJobException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.ScheduledJobException
Constructor.
scheduledJobService - Variable in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Service for managing scheduled jobs
ScheduledJobService - Class in org.codelibs.fess.app.service
Service class for managing scheduled jobs.
ScheduledJobService() - Constructor for class org.codelibs.fess.app.service.ScheduledJobService
Constructor.
scheduleParentGroupLookup(EntraIdCredential.EntraIdUser, List<String>, List<String>, List<String>) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Schedules asynchronous parent group lookup using TimeoutManager.
SchedulerPager - Class in org.codelibs.fess.app.pager
Pager for scheduler management.
SchedulerPager() - Constructor for class org.codelibs.fess.app.pager.SchedulerPager
Constructor.
schedulerTime - Variable in class org.codelibs.fess.app.job.AllJobScheduler
The timestamp when the scheduler was last updated
SCORE - Static variable in class org.codelibs.fess.Constants
Constant for score field identifier.
SCORE_FIELD - Static variable in class org.codelibs.fess.query.QueryFieldConfig
Field name for document score in search results
SCORE_SORT_VALUE - Static variable in class org.codelibs.fess.query.QueryFieldConfig
Sort value for score-based sorting
ScoreBooster - Class in org.codelibs.fess.score
This class is a base class for score boosters.
ScoreBooster() - Constructor for class org.codelibs.fess.score.ScoreBooster
Constructor.
ScoreUpdater - Class in org.codelibs.fess.score
This class updates scores of documents.
ScoreUpdater() - Constructor for class org.codelibs.fess.score.ScoreUpdater
Constructor.
SCREEN_WIDTH - Static variable in class org.codelibs.fess.helper.ViewHelper
Request attribute key for screen width
SCRIPT - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Script plugins
SCRIPT_EXECUTION - Enum constant in enum class org.codelibs.fess.helper.ActivityHelper.Action
The script execution action.
SCRIPT_PREFIX - Static variable in class org.codelibs.fess.util.ParameterUtil
The script field prefix.
SCRIPT_TYPE - Static variable in class org.codelibs.fess.ds.AbstractDataStore
The script type.
scriptAuditLogEnabled - Variable in class org.codelibs.fess.script.groovy.GroovyEngine
Whether to log script execution details for auditing purposes.
scriptCacheSize - Variable in class org.codelibs.fess.script.groovy.GroovyEngine
Maximum number of compiled scripts to cache.
scriptCode - Variable in class org.codelibs.fess.score.ScoreBooster
The script code.
scriptData - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The script data or code that was executed.
scriptData - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The script data or code for the scheduled job.
ScriptEngine - Interface in org.codelibs.fess.script
Interface for script engines that can evaluate templates with parameters.
ScriptEngineException - Exception Class in org.codelibs.fess.exception
This exception is thrown when a script engine error occurs.
ScriptEngineException(String) - Constructor for exception class org.codelibs.fess.exception.ScriptEngineException
Constructor.
ScriptEngineException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.ScriptEngineException
Constructor.
ScriptEngineFactory - Class in org.codelibs.fess.script
This class is a factory for script engines.
ScriptEngineFactory() - Constructor for class org.codelibs.fess.script.ScriptEngineFactory
Constructor.
scriptEngineMap - Variable in class org.codelibs.fess.script.ScriptEngineFactory
A map of script engines.
scriptExecution(String, String, String, String, String) - Method in class org.codelibs.fess.helper.ActivityHelper
Log the script execution activity.
ScriptExecutor - Class in org.codelibs.fess.job.impl
This class executes a script.
ScriptExecutor() - Constructor for class org.codelibs.fess.job.impl.ScriptExecutor
Constructor.
ScriptExecutorJob - Class in org.codelibs.fess.app.job
This job executes a script.
ScriptExecutorJob() - Constructor for class org.codelibs.fess.app.job.ScriptExecutorJob
Constructor.
scriptLang - Variable in class org.codelibs.fess.score.ScoreBooster
The script language.
scriptResult - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The result or output from the script execution.
scriptType - Variable in class org.codelibs.fess.app.pager.JobLogPager
Search criteria: script type
scriptType - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Script type of the scheduled job.
scriptType - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The type of script that was executed for this job.
scriptType - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The type of script for the scheduled job.
scroll() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Enables scroll mode for large result sets.
scroll(String, Function<SearchHit, Boolean>) - Static method in class org.codelibs.fess.util.SearchEngineUtil
Scrolls through all documents in the specified index and applies the callback function to each hit.
SCROLL - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Scroll API format.
scrollForDelete - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Scroll timeout for delete operations
scrollForSearch - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Scroll timeout for search operations
scrollForUpdate - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Scroll timeout for update operations
scrollResponseFields - Variable in class org.codelibs.fess.query.QueryFieldConfig
Array of fields to be included in scroll search response
scrollSearch(String, SearchEngineClient.SearchCondition<SearchRequestBuilder>, SearchEngineClient.EntityCreator<T, SearchResponse, SearchHit>, BooleanFunction<T>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Performs a scroll search with custom entity creation.
scrollSearch(String, SearchEngineClient.SearchCondition<SearchRequestBuilder>, BooleanFunction<Map<String, Object>>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Performs a scroll search with default entity creation.
scrollSearch(SearchRequestParams, BooleanFunction<Map<String, Object>>, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.helper.SearchHelper
Performs a scroll search for processing large result sets efficiently.
scrollSearchHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/documents/all (scroll over all matching documents).
ScrollSearchHandler - Class in org.codelibs.fess.api.v2.handlers
Handles the /api/v2/documents/all endpoint — streaming scroll search.
ScrollSearchHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.ScrollSearchHandler
Default constructor.
sdh - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The similar document hash.
sdh - Variable in class org.codelibs.fess.app.web.base.SearchForm
Similar document hash for finding related documents.
sdh(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Encodes a string for similar document hash processing.
search(String, String) - Static method in class org.codelibs.fess.llm.IntentDetectionResult
Creates a search intent result with a Fess query.
search(String, String, String[], Supplier<Hashtable<String, String>>, LdapManager.SearchConsumer) - Method in class org.codelibs.fess.ldap.LdapManager
Searches the LDAP directory with the specified parameters.
search(String, SearchRequestParams, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.rank.fusion.DefaultSearcher
Performs a search operation using the specified query and parameters.
search(String, SearchRequestParams, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Performs a search operation using rank fusion across available searchers.
search(String, SearchRequestParams, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.rank.fusion.RankFusionSearcher
Executes a search operation with the specified parameters.
search(String, SearchEngineClient.SearchCondition<SearchRequestBuilder>, SearchEngineClient.SearchResult<T, SearchRequestBuilder, SearchResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Performs a search with custom conditions and result processing.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Search the access tokens.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Search the bad words.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Search for boost document rules.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Search crawling info.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Search for data configs.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Search for kuromoji items.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Search for char mapping items.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Search the protected words.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Perform a search operation for stemmer override items.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Perform search for stopwords.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Performs a search for synonym items based on the provided criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Performs search for duplicate hosts based on form criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Searches elevate words based on form criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Performs a search for failure URLs based on the provided criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Searches file authentications based on the form criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Searches file configurations based on the form criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Searches groups based on the form criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Searches job logs based on the form criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Searches key matches based on the form criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Searches label types based on the form criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Performs a search for path mappings based on the provided criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Searches for related content items based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Searches for related query items based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Searches for request header items based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Searches for role items based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Searches for scheduled jobs based on the provided search criteria.
search(ListForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Executes a search based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Searches for search log entries based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Searches for users based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Searches for web authentication configurations based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Searches for web crawler configurations based on the provided search criteria.
search(SearchForm) - Method in class org.codelibs.fess.app.web.search.SearchAction
The search page.
search(SearchRequestParams, SearchRenderData, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.helper.SearchHelper
Performs a search operation and populates the search render data with results.
search(SearchRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes a search request asynchronously.
search(SearchRequest, ActionListener<SearchResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes a search request asynchronously with a callback.
SEARCH - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Search API format.
SEARCH - Enum constant in enum class org.codelibs.fess.entity.SearchRequestParams.SearchRequestType
Search request type.
SEARCH - Enum constant in enum class org.codelibs.fess.llm.ChatIntent
User wants to search for documents in Fess
SEARCH_ENGINE_API_ACCESS_TOKEN - Static variable in class org.codelibs.fess.Constants
Search engine API access token key.
SEARCH_FIELD_LOG_SEARCH_QUERY - Static variable in class org.codelibs.fess.Constants
Search query field name for logging.
SEARCH_FILE_PROXY_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for search file proxy configuration.
SEARCH_LOG_ACCESS_TYPE - Static variable in class org.codelibs.fess.Constants
Search log access type field name.
SEARCH_LOG_ACCESS_TYPE_ADMIN - Static variable in class org.codelibs.fess.Constants
Search log access type for admin interface.
SEARCH_LOG_ACCESS_TYPE_GSA - Static variable in class org.codelibs.fess.Constants
Search log access type for GSA API.
SEARCH_LOG_ACCESS_TYPE_JSON - Static variable in class org.codelibs.fess.Constants
Search log access type for JSON API.
SEARCH_LOG_ACCESS_TYPE_OTHER - Static variable in class org.codelibs.fess.Constants
Search log access type for other interfaces.
SEARCH_LOG_ACCESS_TYPE_WEB - Static variable in class org.codelibs.fess.Constants
Search log access type for web interface.
SEARCH_LOG_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for search log configuration.
SEARCH_PREFERENCE_LOCAL - Static variable in class org.codelibs.fess.Constants
Search preference for local node.
SearchAction - Class in org.codelibs.fess.app.web.search
The action for search operations.
SearchAction() - Constructor for class org.codelibs.fess.app.web.search.SearchAction
Default constructor.
SearchAction.WebRenderData - Class in org.codelibs.fess.app.web.search
The render data for the search page.
SearchApiV2Manager - Class in org.codelibs.fess.api.v2
Web API manager for the /api/v2 surface.
SearchApiV2Manager() - Constructor for class org.codelibs.fess.api.v2.SearchApiV2Manager
Constructor — pins the path prefix to /api/v2.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.accesstoken
Search request body for access token administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.badword
Search request body for bad word administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.boostdoc
Search request body for boost document administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.crawlinginfo
Search request body for crawling information administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.dataconfig
Search request body for data configuration administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.dict.kuromoji
Search request body for Kuromoji dictionary administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.dict.mapping
Search request body for mapping dictionary administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.dict.protwords
Search request body for protected words dictionary administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.dict.stemmeroverride
Search request body for stemmer override dictionary administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.dict.stopwords
Search request body for stop words dictionary administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.dict.synonym
Search request body for synonym dictionary administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.duplicatehost
Search request body for duplicate host administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.elevateword
Search request body for elevate word administration.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.failureurl
Search request body for failure URL administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.fileauth
Search request body for file authentication administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.fileconfig
Search request body for file crawling configuration administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.group
Search request body for group administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.joblog
Search request body for job log administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.keymatch
Search request body for key match administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.labeltype
Search request body for label type administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.pathmap
Search request body for path mapping administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.relatedcontent
Search request body for related content administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.relatedquery
Search request body for related query administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.reqheader
Search request body for request header administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.role
Search request body for role administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.scheduler
Search request body for scheduler administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.searchlist
Search request body for search list administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.user
Search request body for user administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.webauth
Search request body for web authentication administration API.
SearchBody - Class in org.codelibs.fess.app.web.api.admin.webconfig
Search request body for web crawling configuration administration API.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.accesstoken.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.badword.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.boostdoc.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.crawlinginfo.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dataconfig.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.kuromoji.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.mapping.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.protwords.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stemmeroverride.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.stopwords.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.dict.synonym.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.duplicatehost.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.elevateword.SearchBody
Default constructor for SearchBody.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.failureurl.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.fileauth.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.fileconfig.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.group.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.joblog.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.keymatch.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.labeltype.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.pathmap.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.relatedcontent.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.relatedquery.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.reqheader.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.role.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.scheduler.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.searchlist.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.user.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.webauth.SearchBody
Default constructor.
SearchBody() - Constructor for class org.codelibs.fess.app.web.api.admin.webconfig.SearchBody
Default constructor.
searchByUrl(String) - Method in class org.codelibs.fess.chat.ChatClient
Searches for documents by URL.
searchDocuments(String) - Method in class org.codelibs.fess.chat.ChatClient
Searches for documents relevant to the user's query.
searchDocuments(String, Map<String, String[]>, String[]) - Method in class org.codelibs.fess.chat.ChatClient
Searches for documents relevant to the user's query.
searchEngineApiManager - Variable in class org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction
The search engine API manager.
SearchEngineApiManager - Class in org.codelibs.fess.api.engine
API manager for search engine administrative operations.
SearchEngineApiManager() - Constructor for class org.codelibs.fess.api.engine.SearchEngineApiManager
Default constructor.
searchEngineClient - Variable in class org.codelibs.fess.app.service.BadWordService
Search engine client for index operations.
searchEngineClient - Variable in class org.codelibs.fess.app.service.ElevateWordService
Client for interacting with the search engine
searchEngineClient - Variable in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Search engine client for performing maintenance operations on indices.
searchEngineClient - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Client for interacting with the search engine.
searchEngineClient - Variable in class org.codelibs.fess.app.web.api.admin.documents.ApiAdminDocumentsAction
Search engine client for document operations
searchEngineClient - Variable in class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
The search engine client for interacting with OpenSearch.
searchEngineClient - Variable in class org.codelibs.fess.exec.Crawler
Injected search engine client for OpenSearch operations.
searchEngineClient - Variable in class org.codelibs.fess.exec.SuggestCreator
The search engine client for interacting with OpenSearch.
searchEngineClient - Variable in class org.codelibs.fess.exec.ThumbnailGenerator
OpenSearch client for accessing indexed documents.
searchEngineClient - Variable in class org.codelibs.fess.indexer.IndexUpdater
OpenSearch client for index operations
searchEngineClient - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
OpenSearch client for document validation.
SearchEngineClient - Class in org.codelibs.fess.opensearch.client
Client for interacting with OpenSearch search engine.
SearchEngineClient() - Constructor for class org.codelibs.fess.opensearch.client.SearchEngineClient
Default constructor.
SearchEngineClient.EntityCreator<T,R,H> - Interface in org.codelibs.fess.opensearch.client
Interface for creating entities from search response hits.
SearchEngineClient.SearchCondition<B> - Interface in org.codelibs.fess.opensearch.client
Interface for defining search condition logic.
SearchEngineClient.SearchConditionBuilder - Class in org.codelibs.fess.opensearch.client
Builder class for constructing search conditions and parameters.
SearchEngineClient.SearchResult<T,B,R> - Interface in org.codelibs.fess.opensearch.client
Interface for building search results from response data.
SearchEngineClientException - Exception Class in org.codelibs.fess.opensearch.client
Exception thrown when search engine client operations fail.
SearchEngineClientException(String) - Constructor for exception class org.codelibs.fess.opensearch.client.SearchEngineClientException
Constructs a new SearchEngineClientException with the specified message.
SearchEngineClientException(String, Throwable) - Constructor for exception class org.codelibs.fess.opensearch.client.SearchEngineClientException
Constructs a new SearchEngineClientException with the specified message and cause.
SearchEngineUtil - Class in org.codelibs.fess.util
Utility class for search engine operations and content formatting.
SearchEngineUtil.XContentBuilderCallback - Interface in org.codelibs.fess.util
Functional interface for building XContent with custom logic.
SEARCHER - Static variable in class org.codelibs.fess.Constants
Constant for searcher identifier.
searchers - Variable in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Thread-safe list of rank fusion searchers available for processing search requests
searchFields - Variable in class org.codelibs.fess.query.QueryFieldConfig
Array of fields that can be searched against
searchFieldSet - Variable in class org.codelibs.fess.query.QueryFieldConfig
Set of fields that can be searched against for O(1) lookup
searchFileProxy - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable search file proxy.
SearchForm - Class in org.codelibs.fess.app.web.admin.accesstoken
The search form for Access Token.
SearchForm - Class in org.codelibs.fess.app.web.admin.badword
The search form for Bad Word.
SearchForm - Class in org.codelibs.fess.app.web.admin.boostdoc
The search form for Boost Document.
SearchForm - Class in org.codelibs.fess.app.web.admin.crawlinginfo
The search form for Crawling Info.
SearchForm - Class in org.codelibs.fess.app.web.admin.dataconfig
The search form for Data Config.
SearchForm - Class in org.codelibs.fess.app.web.admin.dict.kuromoji
The search form for Kuromoji.
SearchForm - Class in org.codelibs.fess.app.web.admin.dict.mapping
The search form for Mapping.
SearchForm - Class in org.codelibs.fess.app.web.admin.dict.protwords
The search form for Protected Words.
SearchForm - Class in org.codelibs.fess.app.web.admin.dict.stemmeroverride
The search form for Stemmer Override.
SearchForm - Class in org.codelibs.fess.app.web.admin.dict.stopwords
The search form for Stopwords.
SearchForm - Class in org.codelibs.fess.app.web.admin.dict.synonym
The search form for Synonym.
SearchForm - Class in org.codelibs.fess.app.web.admin.duplicatehost
The search form for Duplicate Host.
SearchForm - Class in org.codelibs.fess.app.web.admin.elevateword
The search form for Elevate Word.
SearchForm - Class in org.codelibs.fess.app.web.admin.failureurl
The search form for Failure URL.
SearchForm - Class in org.codelibs.fess.app.web.admin.fileauth
The search form for File Authentication.
SearchForm - Class in org.codelibs.fess.app.web.admin.fileconfig
The search form for File Config.
SearchForm - Class in org.codelibs.fess.app.web.admin.group
The search form for Group.
SearchForm - Class in org.codelibs.fess.app.web.admin.joblog
The search form for Job Log.
SearchForm - Class in org.codelibs.fess.app.web.admin.keymatch
The search form for Key Match.
SearchForm - Class in org.codelibs.fess.app.web.admin.labeltype
The search form for Label Type.
SearchForm - Class in org.codelibs.fess.app.web.admin.pathmap
The search form for Path Map.
SearchForm - Class in org.codelibs.fess.app.web.admin.relatedcontent
The search form for Related Content.
SearchForm - Class in org.codelibs.fess.app.web.admin.relatedquery
The search form for Related Query.
SearchForm - Class in org.codelibs.fess.app.web.admin.reqheader
The search form for Request Header.
SearchForm - Class in org.codelibs.fess.app.web.admin.role
The search form for Role.
SearchForm - Class in org.codelibs.fess.app.web.admin.scheduler
The search form for Scheduler.
SearchForm - Class in org.codelibs.fess.app.web.admin.searchlog
The search form for Search Log.
SearchForm - Class in org.codelibs.fess.app.web.admin.user
The search form for User.
SearchForm - Class in org.codelibs.fess.app.web.admin.webauth
The search form for Web Authentication.
SearchForm - Class in org.codelibs.fess.app.web.admin.webconfig
The search form for Web Config.
SearchForm - Class in org.codelibs.fess.app.web.base
Base search form class that extends SearchRequestParams.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.accesstoken.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.badword.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.boostdoc.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.crawlinginfo.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.dataconfig.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.kuromoji.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.mapping.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.protwords.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stemmeroverride.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stopwords.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.synonym.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.duplicatehost.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.elevateword.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.failureurl.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.fileauth.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.fileconfig.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.group.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.joblog.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.keymatch.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.labeltype.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.pathmap.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.relatedcontent.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.relatedquery.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.reqheader.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.role.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.scheduler.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.searchlog.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.user.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.webauth.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.admin.webconfig.SearchForm
Default constructor for SearchForm.
SearchForm() - Constructor for class org.codelibs.fess.app.web.base.SearchForm
Default constructor for SearchForm.
searchHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles POST /api/v2/search.
SearchHandler - Class in org.codelibs.fess.api.v2.handlers
Handles the /api/v2/search endpoint.
SearchHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.SearchHandler
Default constructor.
searchHelper - Variable in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Helper for executing search operations.
searchHelper - Variable in class org.codelibs.fess.app.web.api.admin.searchlist.ApiAdminSearchlistAction
The search helper for performing search operations.
searchHelper - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Helper for performing search operations and managing search requests.
SearchHelper - Class in org.codelibs.fess.helper
Helper class for handling search operations in Fess.
SearchHelper() - Constructor for class org.codelibs.fess.helper.SearchHelper
Default constructor for creating a new SearchHelper instance.
SearchHelper.SearchRequestParamsRewriter - Interface in org.codelibs.fess.helper
Interface for rewriting search request parameters.
searchInternal(String, SearchRequestParams, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.helper.SearchHelper
Internal search method that executes the actual search query.
searchLog - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable search query logging.
searchLog - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The search log setting.
SearchLogEvent - Interface in org.codelibs.fess.entity
Interface for search log events in the Fess search system.
SearchLogHelper - Class in org.codelibs.fess.helper
Helper class for managing search logs.
SearchLogHelper() - Constructor for class org.codelibs.fess.helper.SearchLogHelper
Default constructor for SearchLogHelper.
SearchLogHelper.SearchLogContext - Class in org.codelibs.fess.helper
Holds resolved dependencies for search log creation, decoupled from ComponentUtil.
searchLogLogger - Variable in class org.codelibs.fess.helper.SearchLogHelper
Logger for search logs.
SearchLogPager - Class in org.codelibs.fess.app.pager
Pager class for search log pagination and filtering.
SearchLogPager() - Constructor for class org.codelibs.fess.app.pager.SearchLogPager
Default constructor for creating a new SearchLogPager instance.
searchLogQueue - Variable in class org.codelibs.fess.helper.SearchLogHelper
Queue for storing search logs.
SearchLogService - Class in org.codelibs.fess.app.service
Service class for managing search logs and related analytics.
SearchLogService() - Constructor for class org.codelibs.fess.app.service.SearchLogService
Default constructor for creating a new SearchLogService instance.
searchLogSupport - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Flag indicating whether search logging is enabled.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Search with paging.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Search with paging.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Search with paging.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Search with paging.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Search with paging.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Search with paging.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Search with paging.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Search with paging.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Populate render data with stemmer override items for pagination display.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Set up pagination data for search results.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Sets up pagination data for search results.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Sets up search pagination data for rendering.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Handles search pagination and data preparation for rendering.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
Sets up pagination data and restores search form values from the pager.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Sets up data for search result pagination.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Sets up data for search result pagination.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Sets up data for search result pagination.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Sets up data for search result pagination.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Sets up data for search result pagination.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Sets up data for search result pagination.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Handles search pagination and data preparation for rendering.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Sets up search paging data for rendering the related content list.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Sets up search paging data for rendering the related query list.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Sets up search paging data for rendering the request header list.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
Sets up search paging data for rendering the role list.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Sets up search paging data for rendering the scheduled job list.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
Sets up search paging data for rendering the search log list.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Registers pagination and user list data for rendering the user search results.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Sets up pagination data for the web authentication search results.
searchPaging(RenderData, SearchForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Sets up pagination data for the web config search results.
searchQuery - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The search query string.
searchQuery - Variable in class org.codelibs.fess.entity.SearchRenderData
The actual search query executed against the search engine.
searchQuery - Variable in class org.codelibs.fess.util.QueryResponseList
The search query string that was used to generate these results.
SearchQueryException - Exception Class in org.codelibs.fess.exception
Exception thrown when there are issues with search query processing.
SearchQueryException(String) - Constructor for exception class org.codelibs.fess.exception.SearchQueryException
Constructs a new SearchQueryException with the specified detail message.
SearchQueryException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.SearchQueryException
Constructs a new SearchQueryException with the specified detail message and cause.
SearchQueryException(Throwable) - Constructor for exception class org.codelibs.fess.exception.SearchQueryException
Constructs a new SearchQueryException with the specified cause.
SearchRenderData - Class in org.codelibs.fess.entity
Data container for search results rendering.
SearchRenderData() - Constructor for class org.codelibs.fess.entity.SearchRenderData
Default constructor for creating a new SearchRenderData instance.
searchRequestBuilder - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
The search request builder being configured
SearchRequestParams - Class in org.codelibs.fess.entity
The search request parameters.
SearchRequestParams() - Constructor for class org.codelibs.fess.entity.SearchRequestParams
Default constructor.
SearchRequestParams.SearchRequestType - Enum Class in org.codelibs.fess.entity
The search request type.
searchRequestParamsRewriters - Variable in class org.codelibs.fess.helper.SearchHelper
Array of search request parameter rewriters for modifying search parameters.
searchRequestType - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Type of search request
searchRequestType(SearchRequestParams.SearchRequestType) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the search request type.
SearchResult - Class in org.codelibs.fess.rank.fusion
Represents the result of a search operation in the rank fusion system.
searchResults - Variable in class org.codelibs.fess.chat.ChatContentRequest
Search-phase result maps (with content_length); may be empty for the summary path.
searchScroll(SearchScrollRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes a search scroll request asynchronously.
searchScroll(SearchScrollRequest, ActionListener<SearchResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Executes a search scroll request asynchronously with a callback.
searchStoreInterval - Variable in class org.codelibs.fess.helper.SuggestHelper
The interval for storing search logs.
searchUseBrowserLocale - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable using browser locale for search.
searchView(SearchViewAction.Request) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Searches a view asynchronously (not implemented).
searchView(SearchViewAction.Request, ActionListener<SearchResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Searches a view asynchronously (not implemented).
searchWithMainSearcher(RankFusionSearcher, String, SearchRequestParams, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Performs a search using only the main searcher without rank fusion.
searchWithMultipleSearchers(RankFusionSearcher[], String, SearchRequestParams, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Performs concurrent searches using multiple searchers and fuses the results.
searchWithQuery(String) - Method in class org.codelibs.fess.chat.ChatClient
Searches documents using a Fess query.
searchWithQuery(String, Map<String, String[]>, String[]) - Method in class org.codelibs.fess.chat.ChatClient
Searches documents using a Fess query with filters.
Secured - Annotation Interface in org.codelibs.fess.annotation
Java 5 annotation for describing service layer security attributes.
Security Settings (Production) - Search tag in class org.codelibs.fess.sso.saml.SamlAuthenticator
Section
segmentation - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
Segmentation information for the token
selectList(int, int) - Method in class org.codelibs.fess.dict.DictionaryFile
Retrieves a paginated list of dictionary items.
selectList(int, int) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
 
selectList(int, int) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Retrieves a paginated list of character mapping items.
selectList(int, int) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
 
selectList(int, int) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
 
selectList(int, int) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
 
selectList(int, int) - Method in class org.codelibs.fess.dict.synonym.SynonymFile
 
SEMVER_PATTERN - Static variable in class org.codelibs.fess.theme.ThemeManifest
Regex enforced on the theme version field (subset of SemVer 2.0).
send(CardView, SMailPostingDiscloser) - Method in class org.codelibs.fess.helper.NotificationHelper
Sends notifications to configured platforms.
sendApiResponse(HttpServletResponse) - Method in class org.codelibs.fess.filter.LoadControlFilter
Sends a 429 JSON response for API requests.
sendBlockedResponse(HttpServletResponse) - Method in class org.codelibs.fess.filter.RateLimitFilter
Send a 403 Forbidden response for blocked IPs.
sendCommand(String, String) - Method in class org.codelibs.fess.helper.ProcessHelper
Sends a command to the process associated with the given session ID.
sendConfigFiles(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sends configuration files to the search engine for an index.
sendDocuments(SearchEngineClient, DocList) - Method in class org.codelibs.fess.helper.IndexingHelper
Sends a list of documents to the search engine for indexing.
sendHeartbeat() - Method in class org.codelibs.fess.helper.CoordinatorHelper
Sends a heartbeat document to OpenSearch to indicate this instance is active.
sendmail(MailForm) - Method in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
Sends a test mail using the provided notification settings.
sendMail(Map<String, String>) - Method in class org.codelibs.fess.exec.Crawler
Sends email notification with crawling results and statistics.
sendRateLimitResponse(HttpServletResponse, int) - Method in class org.codelibs.fess.filter.RateLimitFilter
Send a 429 Too Many Requests response.
sendRequest(String, SearchRequestParams, OptionalThing<FessUserBean>) - Method in class org.codelibs.fess.rank.fusion.DefaultSearcher
Sends a search request to OpenSearch with the specified parameters.
sendSseEvent(PrintWriter, String, Map<String, Object>) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Writes one SSE event using v1's wire format: event: <name>\ndata: <json>\n\n.
sendToGoogleChat(CardView, SMailPostingDiscloser) - Method in class org.codelibs.fess.helper.NotificationHelper
Sends a notification to Google Chat.
sendToSlack(CardView, SMailPostingDiscloser) - Method in class org.codelibs.fess.helper.NotificationHelper
Sends a notification to Slack.
seqNo - Variable in class org.codelibs.fess.app.web.admin.searchlist.EditForm
Sequence number for ordering search list entries
serializeParameters(RequestParameter[]) - Method in class org.codelibs.fess.helper.SearchHelper
Serializes request parameters to a compressed and encoded string.
serializeWithKryo(Object) - Method in class org.codelibs.fess.crawler.serializer.DataSerializer
Serializes an object using Kryo serialization.
serveAsset(HttpServletRequest, HttpServletResponse, Theme, String) - Method in class org.codelibs.fess.theme.StaticThemeResponder
Streams a static asset from the given theme's base directory after validating the path.
serveIndex(HttpServletRequest, HttpServletResponse, Theme, String) - Method in class org.codelibs.fess.theme.StaticThemeResponder
Streams the entry HTML file of the given theme with no-cache semantics.
SERVICE_UNAVAILABLE - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The server is temporarily unavailable (e.g., cluster health is red).
Service Provider URL Configuration - Search tag in class org.codelibs.fess.sso.saml.SamlAuthenticator
Section
servletContext - Variable in class org.codelibs.fess.filter.EncodingFilter
Servlet context for this filter
servletPath - Variable in class org.codelibs.fess.api.WebApiRequest
The custom servlet path for this web API request.
ServletRuntimeException - Exception Class in org.codelibs.fess.exception
Runtime exception wrapper for ServletException.
ServletRuntimeException(ServletException) - Constructor for exception class org.codelibs.fess.exception.ServletRuntimeException
Constructs a new ServletRuntimeException wrapping the given ServletException.
SESSION_ATTR - Static variable in class org.codelibs.fess.api.v2.SessionCsrfTokenManager
Session attribute name under which the CSRF token is stored.
SESSION_ID - Static variable in class org.codelibs.fess.Constants
Session identifier key.
SessionCsrfTokenManager - Class in org.codelibs.fess.api.v2
Helper that issues, verifies, and rotates per-session CSRF tokens.
SessionCsrfTokenManager() - Constructor for class org.codelibs.fess.api.v2.SessionCsrfTokenManager
Default constructor used by the DI container.
sessionId - Variable in class org.codelibs.fess.app.pager.CrawlingInfoPager
Session ID for the crawling session.
sessionId - Variable in class org.codelibs.fess.app.web.admin.crawlinginfo.EditForm
The session identifier of the crawling session.
sessionId - Variable in class org.codelibs.fess.app.web.admin.crawlinginfo.SearchForm
The session ID field for searching crawling information.
sessionId - Variable in class org.codelibs.fess.app.web.api.admin.crawlinginfo.SearchBody
The crawling session ID to search for.
sessionId - Variable in class org.codelibs.fess.app.web.chat.ChatForm
The session ID for conversation continuity.
sessionId - Variable in class org.codelibs.fess.exec.Crawler.Options
Session ID for the crawling session.
sessionId - Variable in class org.codelibs.fess.exec.SuggestCreator.Options
The session ID for the suggest creation process.
sessionId - Variable in class org.codelibs.fess.exec.ThumbnailGenerator.Options
Session ID for filtering thumbnail generation.
sessionId - Variable in class org.codelibs.fess.job.ExecJob
Unique session identifier for this job execution
sessionId() - Method in class org.codelibs.fess.api.v2.handlers.ChatRequestBody
Returns the trimmed session_id value supplied by the caller.
sessionId(String) - Method in class org.codelibs.fess.job.ExecJob
Sets the session ID for this job execution.
sessionIdList - Variable in class org.codelibs.fess.indexer.IndexUpdater
List of crawler session IDs to process
sessionIndex - Variable in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
The session index of the user.
sessionManager - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Session manager for handling HTTP session operations.
set(int, E) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
set(int, Map<String, Object>) - Method in class org.codelibs.fess.util.QueryResponseList
 
setAcceptedRoles(String[]) - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
Sets the roles that are allowed to access the search engine API.
setAcquisitionTimeout(long) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Sets the token acquisition timeout.
setActionHook(ViewHelper.ActionHook) - Method in class org.codelibs.fess.helper.ViewHelper
Sets the action hook for custom processing.
setAdditionalQuery(String) - Method in class org.codelibs.fess.helper.QueryHelper
Sets the additional query string that is appended to all search queries.
setAllowLeadingWildcard(boolean) - Method in class org.codelibs.fess.query.parser.QueryParser
Sets whether to allow leading wildcards in query terms.
setAllowPrefix(String) - Method in class org.codelibs.fess.helper.PermissionHelper
Sets the prefix used to identify allow permissions.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Set the all page count.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.BadWordPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.BoostDocPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.CharMappingPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Sets the total number of pages available.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.DataConfigPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Sets the total number of pages available.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.FileAuthPager
Sets the total number of pages in the result set.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.FileConfigPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.GroupPager
Sets the total number of pages available for pagination.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.JobLogPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.KuromojiPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.LabelTypePager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.PathMapPager
Sets the total page count.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Sets the total number of pages available for pagination.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Sets the total number of pages available for pagination.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.RolePager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.RoleTypePager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.SchedulerPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.SearchLogPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.StopwordsPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.SynonymPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.UserPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.WebAuthPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.app.pager.WebConfigPager
Sets the total number of pages.
setAllPageCount(int) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the total number of pages based on record count and page size.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Set the all record count.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.BadWordPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.BoostDocPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.CharMappingPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Sets the total number of records across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.DataConfigPager
Sets the total number of records across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Sets the total number of records across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Sets the total number of records available.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Sets the total number of records across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.FileAuthPager
Sets the total number of records in the result set.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.FileConfigPager
Sets the total number of records across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.GroupPager
Sets the total number of records available across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.JobLogPager
Sets the total number of records across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.KuromojiPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.LabelTypePager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.PathMapPager
Sets the total record count.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Sets the total number of records across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Sets the total number of records in the result set.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Sets the total number of records in the result set.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.RolePager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.RoleTypePager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.SchedulerPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.SearchLogPager
Sets the total number of records matching the search criteria.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Sets the total number of records across all pages.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.StopwordsPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.SynonymPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.UserPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.WebAuthPager
Sets the total number of records.
setAllRecordCount(int) - Method in class org.codelibs.fess.app.pager.WebConfigPager
Sets the total number of records.
setAllRecordCount(long) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the total number of records matching the search query.
setAllRecordCountRelation(String) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the relation type for the record count (e.g., "eq", "gte").
setAnalyzer(Analyzer) - Method in class org.codelibs.fess.query.parser.QueryParser
Sets the analyzer used to analyze query terms.
setAnswerGenerationSystemPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the system prompt for answer generation.
setApiResponseFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that are allowed in API responses.
setAppendHighlightParams(String) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets additional highlight parameters to append to URLs.
setAttr(String, String) - Method in class org.codelibs.fess.util.PrunedTag
Sets a custom attribute name-value pair that this pruned tag should match.
setAttributeValue(List<SearchResult>, String, Consumer<Object>) - Method in class org.codelibs.fess.ldap.LdapManager
Sets an attribute value from search results using a Consumer.
setBaseDir(File) - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Sets the base directory for command execution.
setBoostExpression(String) - Method in class org.codelibs.fess.indexer.DocBoostMatcher
Sets the boost expression used to calculate boost values.
setCacheExpireAfterWrite(long) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Sets the cache expiration time after write in milliseconds.
setCacheResponseFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that are included in cache search responses.
setCacheTemplateName(String) - Method in class org.codelibs.fess.helper.ViewHelper
Sets the cache template name.
setCipher(CachedCipher) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets the cached cipher.
setClusterName(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the name of the search engine cluster.
setCommandDestroyTimeout(long) - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Sets the timeout for destroying processes.
setCommandList(List<String>) - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Sets the list of commands to execute for thumbnail generation.
setCommandOutputEncoding(String) - Method in class org.codelibs.fess.auth.chain.CommandChain
Sets the character encoding for command output.
setCommandTimeout(long) - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Sets the command execution timeout.
setCompletionTokens(Integer) - Method in class org.codelibs.fess.llm.LlmChatResponse
Sets the number of completion tokens.
setContent(String) - Method in class org.codelibs.fess.entity.ChatMessage
Sets the message content.
setContent(String) - Method in class org.codelibs.fess.llm.LlmChatResponse
Sets the response content.
setContent(String) - Method in class org.codelibs.fess.llm.LlmMessage
Sets the message content.
setContentType(String) - Method in class org.codelibs.fess.helper.OsddHelper
Sets the content type.
setConvertUrlMap(Map<String, String>) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Sets the URL conversion map for transforming URLs.
setCookieDomain(String) - Method in class org.codelibs.fess.helper.UserInfoHelper
Sets the domain for the user identification cookie.
setCookieHttpOnly(boolean) - Method in class org.codelibs.fess.helper.UserInfoHelper
Sets whether the user identification cookie should be HTTP-only.
setCookieKey(String) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets the cookie key.
setCookieMaxAge(int) - Method in class org.codelibs.fess.helper.UserInfoHelper
Sets the maximum age of the user identification cookie in seconds.
setCookieName(String) - Method in class org.codelibs.fess.helper.UserInfoHelper
Sets the name of the user identification cookie.
setCookiePath(String) - Method in class org.codelibs.fess.helper.UserInfoHelper
Sets the path for the user identification cookie.
setCookieSecure(Boolean) - Method in class org.codelibs.fess.helper.UserInfoHelper
Sets whether the user identification cookie should be marked as secure.
setCrawlerList(List<Crawler>) - Method in class org.codelibs.fess.indexer.IndexUpdater
Sets the list of crawler instances that this updater will manage.
setCrawlerPriority(int) - Method in class org.codelibs.fess.helper.DataIndexHelper
Sets the thread priority for crawler threads.
setCrawlerPriority(int) - Method in class org.codelibs.fess.helper.WebFsIndexHelper
Sets the thread priority for crawler operations.
setCrawlerRunning(boolean) - Method in class org.codelibs.fess.helper.IntervalControlHelper
Sets the crawler running status.
setCrawlerWaitMillis(long) - Method in class org.codelibs.fess.helper.IntervalControlHelper
Sets the wait time in milliseconds when the crawler is not running.
setCrawlingExecutionInterval(long) - Method in class org.codelibs.fess.helper.DataIndexHelper
Sets the crawling execution interval.
setCrawlingExecutionInterval(long) - Method in class org.codelibs.fess.helper.WebFsIndexHelper
Sets the interval time between crawling executions.
setCreatedAt(LocalDateTime) - Method in class org.codelibs.fess.entity.ChatSession
Sets the creation timestamp.
setCss(String) - Method in class org.codelibs.fess.util.PrunedTag
Sets the CSS class name that this pruned tag should match.
setCurrentEndRecordNumber(long) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the ending record number for the current page.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Set the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.BadWordPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.BoostDocPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.CharMappingPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Sets the current page number (1-based).
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.DataConfigPager
Sets the current page number being displayed.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Sets the current page number being displayed.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.FileAuthPager
Sets the current page number (1-based).
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.FileConfigPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.GroupPager
Sets the current page number being displayed.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.JobLogPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.KuromojiPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.LabelTypePager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.PathMapPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Sets the current page number to display.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Sets the current page number being displayed.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Sets the current page number being displayed.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.RolePager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.RoleTypePager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.SchedulerPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.SearchLogPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Sets the current page number (1-based).
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.StopwordsPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.SynonymPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.UserPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.WebAuthPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.app.pager.WebConfigPager
Sets the current page number.
setCurrentPageNumber(int) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the current page number being displayed.
setCurrentStartRecordNumber(long) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the starting record number for the current page.
setdefault(ThemeListForm) - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Sets the default theme by writing it through FessProp.setDefaultTheme(String).
setDefaultFacetInfo(FacetInfo) - Method in class org.codelibs.fess.helper.QueryHelper
Sets the default facet information configuration for search results.
setDefaultField(String) - Method in class org.codelibs.fess.entity.QueryContext
Sets the default field for this query context.
setDefaultField(String) - Method in class org.codelibs.fess.query.parser.QueryParser
Sets the default field to search in when no field is specified in the query.
setDefaultGeoInfo(GeoInfo) - Method in class org.codelibs.fess.helper.QueryHelper
Sets the default geographic information configuration for location-based searches.
setDefaultOperator(QueryParser.Operator) - Method in class org.codelibs.fess.query.parser.QueryParser
Sets the default operator to use between query terms.
setDefaultRowSize(int) - Method in class org.codelibs.fess.helper.IndexingHelper
Sets the default number of rows to process in a single batch.
setDefaultUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Static method in class org.codelibs.fess.indexer.IndexUpdater
Sets the default uncaught exception handler for all threads.
setDefaultValue(String) - Method in class org.codelibs.fess.helper.FileTypeHelper
Sets the default file type value to use when MIME type is not found.
setDelayMillisAfterProcessing(long) - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Sets the delay time in milliseconds after processing a URL.
setDelayMillisAtNoUrlInQueue(long) - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Sets the delay time in milliseconds when there are no URLs in the queue.
setDelayMillisBeforeProcessing(long) - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Sets the delay time in milliseconds before processing a URL.
setDelayMillisForWaitingNewUrl(long) - Method in class org.codelibs.fess.crawler.interval.FessIntervalController
Sets the delay time in milliseconds for waiting for new URLs.
setDeleteCommand(String[]) - Method in class org.codelibs.fess.auth.chain.CommandChain
Sets the command array for user deletion operations.
setDenyPrefix(String) - Method in class org.codelibs.fess.helper.PermissionHelper
Sets the prefix used to identify deny permissions.
setDetector(LanguageDetector) - Method in class org.codelibs.fess.helper.LanguageHelper
Sets the language detector.
setDictionaryManager(DictionaryManager) - Method in class org.codelibs.fess.dict.DictionaryCreator
Sets the dictionary manager for this creator.
setDirectAnswerSystemPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the system prompt for direct answer generation.
setDirectoryNameLength(int) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Sets the directory name length for thumbnail storage.
setDocId(String) - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Sets the document ID.
setDocumentItems(List<Map<String, Object>>) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the list of search result documents.
setDocumentNotFoundSystemPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the system prompt for handling document not found.
setDuplicateHostList(List<DuplicateHost>) - Method in class org.codelibs.fess.helper.DuplicateHostHelper
Sets the list of duplicate host rules.
setEcsEventDataset(String) - Method in class org.codelibs.fess.helper.ActivityHelper
Set the ECS event dataset.
setEcsServiceName(String) - Method in class org.codelibs.fess.helper.ActivityHelper
Set the ECS service name.
setEcsVersion(String) - Method in class org.codelibs.fess.helper.ActivityHelper
Set the ECS version.
setEncodeUrlLink(boolean) - Method in class org.codelibs.fess.helper.ViewHelper
Sets whether to encode URL links.
setEncoding(String) - Method in class org.codelibs.fess.helper.OsddHelper
Sets the encoding.
setEncryptedCookieValue(boolean) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets whether the cookie value is encrypted.
setEncryptedHeaderValue(boolean) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets whether the header value is encrypted.
setEncryptedParameterValue(boolean) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets whether the parameter value is encrypted.
setEnvMap(Map<String, String>) - Method in class org.codelibs.fess.helper.ActivityHelper
Set the environment map.
setError(int, Exception) - Static method in class org.codelibs.fess.util.WebApiUtil
Sets an error in the current request with the specified status code and exception.
setError(int, String) - Static method in class org.codelibs.fess.util.WebApiUtil
Sets an error in the current request with the specified status code and message.
setEvaluationPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the prompt for evaluating responses.
setExecTime(long) - Method in class org.codelibs.fess.util.QueryResponseList
Sets the total execution time for the search request in milliseconds.
setExecTime(String) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the formatted execution time for the search request.
setExecutionTimeout(long) - Method in class org.codelibs.fess.auth.chain.CommandChain
Sets the command execution timeout.
setExecutorTerminationTimeout(int) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Sets the timeout for executor service termination during shutdown.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Set if the next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.BadWordPager
Sets the existence of a next page.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.BoostDocPager
Sets the existence of a next page.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.CharMappingPager
Sets the existence of a next page.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Sets whether a next page exists after the current page.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.DataConfigPager
Sets whether there is a next page available.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Sets whether there is a next page available.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Sets the flag indicating if a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.FileAuthPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.FileConfigPager
Sets the flag indicating if a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.GroupPager
Sets the flag indicating whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.JobLogPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.KuromojiPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.LabelTypePager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.PathMapPager
Sets whether next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Sets the flag indicating whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Sets the flag indicating whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.RolePager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.RoleTypePager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.SchedulerPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.SearchLogPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.StopwordsPager
Sets the flag for the existence of a next page.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.SynonymPager
Sets the flag for the existence of a next page.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.UserPager
Sets whether there is a next page available.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.WebAuthPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.app.pager.WebConfigPager
Sets whether a next page exists.
setExistNextPage(boolean) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets whether a next page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Set if the previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.BadWordPager
Sets the existence of a previous page.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.BoostDocPager
Sets the existence of a previous page.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.CharMappingPager
Sets the existence of a previous page.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Sets whether a previous page exists before the current page.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.DataConfigPager
Sets whether there is a previous page available.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Sets whether there is a previous page available.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Sets the flag indicating if a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.FileAuthPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.FileConfigPager
Sets the flag indicating if a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.GroupPager
Sets the flag indicating whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.JobLogPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.KuromojiPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.LabelTypePager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.PathMapPager
Sets whether previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Sets the flag indicating whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Sets the flag indicating whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.RolePager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.RoleTypePager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.SchedulerPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.SearchLogPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.StopwordsPager
Sets the flag for the existence of a previous page.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.SynonymPager
Sets the flag for the existence of a previous page.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.UserPager
Sets whether there is a previous page available.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.WebAuthPager
Sets whether a previous page exists.
setExistPrePage(boolean) - Method in class org.codelibs.fess.app.pager.WebConfigPager
Sets whether a previous page exists.
setExistPrevPage(boolean) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets whether a previous page exists.
setExpiredJobInterval(long) - Method in class org.codelibs.fess.app.service.JobLogService
Sets the time interval after which jobs are considered expired.
setExtraParams(Map<String, String>) - Method in class org.codelibs.fess.llm.LlmChatRequest
Sets the extra parameters for provider-specific settings.
setFacetCacheDuration(long) - Method in class org.codelibs.fess.helper.ViewHelper
Sets the facet cache duration in seconds.
setFacetFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that can be used for faceted search.
setFacetResponse(FacetResponse) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the facet response containing aggregated search facets.
setFaqAnswerSystemPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the system prompt for FAQ answer generation.
setFessConfig(FessConfig) - Static method in class org.codelibs.fess.util.ComponentUtil
For test purpose only.
setFileProtocols(String[]) - Method in class org.codelibs.fess.util.GsaConfigParser
Sets the array of file protocols to recognize for URL classification.
setFinishCrawling(boolean) - Method in class org.codelibs.fess.indexer.IndexUpdater
Sets the flag indicating whether crawling should be finished.
setFinished(boolean) - Method in class org.codelibs.fess.auth.chain.CommandChain.MonitorThread
Sets the finished flag to indicate whether the process has completed.
setFinishReason(String) - Method in class org.codelibs.fess.llm.LlmChatResponse
Sets the finish reason.
setForceStop(boolean) - Method in class org.codelibs.fess.helper.SystemHelper
Sets the force-stop state of the system.
setGeneratorList(List<String>) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Sets the list of generator names.
setGoUrl(String) - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Sets the go link URL for navigation.
setGroupCacheExpiry(long) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Sets the group cache expiry time.
setGroupPrefix(String) - Method in class org.codelibs.fess.helper.PermissionHelper
Sets the prefix used to identify group-based permissions.
setGroups(String[]) - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
Sets the user's group memberships.
setHeaderKey(String) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets the header key.
setHighlightedFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that can be highlighted in search results.
setHighlightPrefix(String) - Method in class org.codelibs.fess.helper.QueryHelper
Sets the prefix used for highlight field names in search results.
setHtmlContent(String) - Method in class org.codelibs.fess.entity.ChatMessage
Sets the HTML-rendered content.
setId(String) - Method in class org.codelibs.fess.entity.ChatMessage
Sets the message ID.
setId(String) - Method in class org.codelibs.fess.util.PrunedTag
Sets the ID attribute value that this pruned tag should match.
setImageExtention(String) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Sets the image file extension for thumbnails.
setIndex(int) - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Sets the source index.
setIndexConfigPath(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the path to index configuration resources.
setIndexUpdaterPriority(int) - Method in class org.codelibs.fess.helper.WebFsIndexHelper
Sets the thread priority for index updater operations.
setIntentDetectionPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the prompt for detecting user intent.
setJobClass(Class<? extends LaJob>) - Method in class org.codelibs.fess.app.job.AllJobScheduler
Sets the job class to be executed by this scheduler.
setJobRuntime(LaJobRuntime) - Method in class org.codelibs.fess.helper.JobHelper
Sets the job runtime for the current thread.
setJsQueryPlaceHolder(String) - Method in class org.codelibs.fess.helper.RelatedContentHelper
Sets the placeholder string used in regex-based related content templates for JavaScript contexts.
setLabel(String) - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Sets the label.
setLastAccessedAt(LocalDateTime) - Method in class org.codelibs.fess.entity.ChatSession
Sets the last accessed timestamp.
setLlmLogLevel(String) - Method in class org.codelibs.fess.helper.SystemHelper
Sets the log level for LLM-related packages.
setLocale(Locale) - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Sets the locale.
setLoggerName(String) - Method in class org.codelibs.fess.helper.ActivityHelper
Set the logger name.
setLoggerName(String) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Sets the name of the logger used for statistics output.
setLoggerName(String) - Method in class org.codelibs.fess.helper.SearchLogHelper
Sets the logger name.
setLogLevel(String) - Method in class org.codelibs.fess.helper.SystemHelper
Sets the log level for the application.
setLowercaseWildcard(boolean) - Method in class org.codelibs.fess.query.PrefixQueryCommand
Sets the lowercase wildcard flag.
setLowercaseWildcard(boolean) - Method in class org.codelibs.fess.query.WildcardQueryCommand
Sets whether wildcard terms should be converted to lowercase.
setMatchExpression(String) - Method in class org.codelibs.fess.indexer.DocBoostMatcher
Sets the match expression used to determine if documents should be boosted.
setMaxAccessCount(long) - Method in class org.codelibs.fess.helper.WebFsIndexHelper
Sets the maximum number of URLs to access during crawling.
setMaxAge(long) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets the maximum age of the role information in seconds.
setMaxCacheSize(long) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper
Sets the maximum number of statistics objects to cache.
setMaxConfigSyncStatusRetry(int) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the maximum retry attempts for configuration synchronization status checks.
setMaxDeleteDocumentCacheSize(int) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Sets the maximum size of the delete document cache.
setMaxEsStatusRetry(int) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the maximum retry attempts for search engine status checks.
setMaxGroupDepth(int) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Sets the maximum group depth for nested group processing.
setMaxIndexerErrorCount(int) - Method in class org.codelibs.fess.indexer.IndexUpdater
Sets the maximum number of indexer errors allowed.
setMaxOutputLine(int) - Method in class org.codelibs.fess.auth.chain.CommandChain
Sets the maximum number of output lines to capture.
setMaxRedirectCount(int) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
Sets the maximum number of redirects to follow when processing URLs.
setMaxRedirectCount(int) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Sets the maximum number of redirects to follow.
setMaxRetryCount(int) - Method in class org.codelibs.fess.helper.IndexingHelper
Sets the maximum number of retry attempts for failed operations.
setMaxScriptLogLength(int) - Method in class org.codelibs.fess.script.groovy.GroovyEngine
Sets the maximum length of script text included in warning log messages.
setMaxSessionIdsInList(int) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Sets the maximum number of session IDs to include in session ID lists.
setMaxTokens(Integer) - Method in class org.codelibs.fess.llm.LlmChatRequest
Sets the maximum tokens for the response.
setMessages(List<ChatMessage>) - Method in class org.codelibs.fess.entity.ChatSession
Sets the message list for this session.
setMessages(List<LlmMessage>) - Method in class org.codelibs.fess.llm.LlmChatRequest
Sets the messages in this request.
setModel(String) - Method in class org.codelibs.fess.llm.LlmChatRequest
Sets the model name.
setModel(String) - Method in class org.codelibs.fess.llm.LlmChatResponse
Sets the model name.
setMonitorInterval(int) - Method in class org.codelibs.fess.helper.JobHelper
Sets the monitor interval for job monitoring.
setName(String) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Sets the name of this thumbnail generator.
setNewInput(String) - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
Sets the new input value for this item.
setNewInput(String) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Sets the new input word.
setNewInput(String) - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
Sets the new stopword.
setNewInputs(String[]) - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Sets the array of new input character sequences for update operations.
setNewInputs(String[]) - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Sets the new input words.
setNewOutput(String) - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Sets the new output character sequence for update operations.
setNewOutput(String) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Sets the new output stem.
setNewOutputs(String[]) - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Sets the new output synonyms.
setNewPos(String) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Sets the new part of speech.
setNewReading(String) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Sets the new reading.
setNewSegmentation(String) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Sets the new segmentation.
setNewToken(String) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Sets the new token.
setNoImageExpired(long) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Sets the expiration time for no-image placeholder files.
setNoResultsSystemPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the system prompt for handling no results.
setNotAnalyzedFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that should not be analyzed during indexing.
setObject(String, Object) - Static method in class org.codelibs.fess.util.WebApiUtil
Sets an object in the current request attributes.
setObjectTags(String, Map<String, String>) - Method in class org.codelibs.fess.storage.GcsStorageClient
 
setObjectTags(String, Map<String, String>) - Method in class org.codelibs.fess.storage.S3StorageClient
 
setObjectTags(String, Map<String, String>) - Method in interface org.codelibs.fess.storage.StorageClient
Sets tags/metadata for an object.
setOriginalHighlightTagPost(String) - Method in class org.codelibs.fess.helper.ViewHelper
Sets the original highlight tag suffix.
setOriginalHighlightTagPre(String) - Method in class org.codelibs.fess.helper.ViewHelper
Sets the original highlight tag prefix.
setOsddPath(String) - Method in class org.codelibs.fess.helper.OsddHelper
Sets the OSDD path.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Set the page number list.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.BadWordPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.BoostDocPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.CharMappingPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Sets the list of page numbers to display in the pagination component.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.DataConfigPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Sets the list of page numbers for pagination display.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Sets the list of page numbers for navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.FileAuthPager
Sets the list of page numbers for navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.FileConfigPager
Sets the list of page numbers for pagination display.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.GroupPager
Sets the list of page numbers to display in pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.JobLogPager
Sets the list of page numbers for pagination display.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Sets the list of page numbers.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.KuromojiPager
Sets the list of page numbers.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.LabelTypePager
Sets the list of page numbers.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.PathMapPager
Sets the page number list.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Sets the list of page numbers for pagination display.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.RolePager
Sets the list of page numbers.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.RoleTypePager
Sets the list of page numbers.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.SchedulerPager
Sets the list of page numbers.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.SearchLogPager
Sets the list of page numbers for pagination navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Sets the list of page numbers for navigation display.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.StopwordsPager
Sets the list of page numbers for navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.SynonymPager
Sets the list of page numbers for navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.UserPager
Sets the list of page numbers for navigation.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.WebAuthPager
Sets the list of page numbers for pagination.
setPageNumberList(List<Integer>) - Method in class org.codelibs.fess.app.pager.WebConfigPager
Sets the list of page numbers for pagination.
setPageNumberList(List<String>) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the list of page numbers for pagination navigation.
setPageRangeSize(int) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
Sets the page range size for navigation.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.AccessTokenPager
Set the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.BadWordPager
Sets the page size for pagination.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.BoostDocPager
Sets the page size for pagination.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.CharMappingPager
Sets the page size for pagination.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.CrawlingInfoPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.DataConfigPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.DuplicateHostPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.ElevateWordPager
Sets the number of records per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.FailureUrlPager
Sets the number of records per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.FileAuthPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.FileConfigPager
Sets the number of records per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.GroupPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.JobLogPager
Sets the number of items per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.KeyMatchPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.KuromojiPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.LabelTypePager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.PathMapPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.ProtwordsPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.RelatedContentPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.RelatedQueryPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.ReqHeaderPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.RolePager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.RoleTypePager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.SchedulerPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.SearchLogPager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.StemmerOverridePager
Sets the number of records to display per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.StopwordsPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.SynonymPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.UserPager
Sets the number of records per page.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.WebAuthPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.pager.WebConfigPager
Sets the page size.
setPageSize(int) - Method in class org.codelibs.fess.app.web.admin.searchlog.SearchForm
Sets the page size for search log results.
setPageSize(int) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the number of results per page.
setParameterKey(String) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets the parameter key.
setPartialResults(boolean) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets whether the results are partial due to timeout or other issues.
setPathMappingList(String, List<PathMapping>) - Method in class org.codelibs.fess.helper.PathMappingHelper
Sets the path mapping list for a session.
setPathPrefix(String) - Method in class org.codelibs.fess.api.BaseApiManager
Sets the path prefix for API endpoints.
setPermissions(String[]) - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Sets the permissions.
setPermissionSeparator(String) - Method in class org.codelibs.fess.helper.ActivityHelper
Set the permission separator.
setPriority(int) - Method in class org.codelibs.fess.ingest.Ingester
Sets the priority of this ingester.
setPriority(int) - Method in class org.codelibs.fess.score.ScoreBooster
Sets the priority of this score booster.
setProcessDestroyTimeout(int) - Method in class org.codelibs.fess.helper.ProcessHelper
Sets the timeout for process destruction.
setPromptTokens(Integer) - Method in class org.codelibs.fess.llm.LlmChatResponse
Sets the number of prompt tokens.
setQueryBuilder(QueryBuilder) - Method in class org.codelibs.fess.entity.QueryContext
Sets the query builder for this context.
setQueryId(String) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the unique identifier for this search query session.
setQueryPlaceHolder(String) - Method in class org.codelibs.fess.helper.RelatedContentHelper
Sets the placeholder string used in regex-based related content templates.
setQueryRegenerationPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the prompt for query regeneration.
setQueryTime(long) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the time taken to execute the search query in milliseconds.
setRandom(Random) - Method in class org.codelibs.fess.helper.AccessTokenHelper
Set the random instance.
setRegexPrefix(String) - Method in class org.codelibs.fess.helper.RelatedContentHelper
Sets the prefix used to identify regex patterns in related content terms.
setReloadInterval(long) - Method in class org.codelibs.fess.helper.AbstractConfigHelper
Set the interval for reloading.
setRequestCacheSize(int) - Method in class org.codelibs.fess.score.ScoreBooster
Sets the request cache size.
setRequestedTime(long) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the timestamp when the search request was made.
setRequestInterval(long) - Method in class org.codelibs.fess.helper.IndexingHelper
Sets the interval between requests in milliseconds.
setRequestTimeout(String) - Method in class org.codelibs.fess.score.ScoreBooster
Sets the request timeout.
setResponseFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that are included in standard search responses.
setResultDocIdsCacheSize(int) - Method in class org.codelibs.fess.helper.UserInfoHelper
Sets the maximum size of the result document IDs cache.
setRole(String) - Method in class org.codelibs.fess.entity.ChatMessage
Sets the message role.
setRole(String) - Method in class org.codelibs.fess.llm.LlmMessage
Sets the message role.
setRolePrefix(String) - Method in class org.codelibs.fess.helper.PermissionHelper
Sets the prefix used to identify role-based permissions.
setRoles(String[]) - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential.EntraIdUser
Sets the user's role assignments.
setRoleSeparator(String) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets the role separator.
setRunner(OpenSearchRunner) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the OpenSearch runner for embedded mode.
setScriptCacheSize(int) - Method in class org.codelibs.fess.script.groovy.GroovyEngine
Sets the maximum number of compiled scripts to cache.
setScriptCode(String) - Method in class org.codelibs.fess.score.ScoreBooster
Sets the script code.
setScriptLang(String) - Method in class org.codelibs.fess.score.ScoreBooster
Sets the script language.
setScrollForDelete(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the scroll timeout for delete operations.
setScrollForSearch(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the scroll timeout for search operations.
setScrollForUpdate(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the scroll timeout for update operations.
setScrollResponseFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that are included in scroll search responses.
setSearchEngineCpuPercent(short) - Method in class org.codelibs.fess.helper.SystemHelper
Sets the search engine CPU usage percentage.
setSearcher(RankFusionSearcher) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Sets the main searcher at index 0 of the searchers list.
setSearchFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that can be searched against.
setSearchQuery(String) - Method in class org.codelibs.fess.entity.ChatMessage
Sets the final search query for this assistant turn.
setSearchQuery(String) - Method in class org.codelibs.fess.entity.SearchRenderData
Sets the actual search query executed against the search engine.
setSearchQuery(String) - Method in class org.codelibs.fess.util.QueryResponseList
Sets the search query string that was used to generate these results.
setSearchStoreInterval(long) - Method in class org.codelibs.fess.helper.SuggestHelper
Sets the interval for storing search logs.
setSessionId(String) - Method in class org.codelibs.fess.entity.ChatSession
Sets the session ID.
setSessionIdList(List<String>) - Method in class org.codelibs.fess.indexer.IndexUpdater
Sets the list of crawler session IDs to process.
setSettings(Map<String, String>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the configuration settings for the search engine.
setSizeForDelete(int) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the batch size for delete operations.
setSizeForUpdate(int) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Sets the batch size for update operations.
setSnippet(String) - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Sets the source snippet.
setSortFields(String[]) - Method in class org.codelibs.fess.query.QueryFieldConfig
Sets the fields that can be used for sorting search results.
setSortPrefix(String) - Method in class org.codelibs.fess.helper.QueryHelper
Sets the sort prefix used for identifying sort parameters in search queries.
setSources(List<ChatMessage.ChatSource>) - Method in class org.codelibs.fess.entity.ChatMessage
Sets the list of sources referenced in the message.
setSplitHashSize(int) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Sets the hash size for splitting thumbnail storage directories.
setSplitSize(int) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Sets the split size for directory organization.
setSseHeaders(HttpServletResponse) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Same SSE headers as v1.
setStream(boolean) - Method in class org.codelibs.fess.llm.LlmChatRequest
Sets whether streaming is enabled.
setStreamCloseTimeout(int) - Method in class org.codelibs.fess.helper.ProcessHelper
Sets the timeout for stream closing operations.
setSummarySystemPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the system prompt for summary generation.
setSystemCpuCheckInterval(long) - Method in class org.codelibs.fess.helper.SystemHelper
Sets the interval for checking the system CPU load.
setSystemPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the system prompt for LLM interactions.
setTargetUsers(String[]) - Method in class org.codelibs.fess.auth.chain.CommandChain
Sets the array of target usernames for command execution.
setTemperature(Double) - Method in class org.codelibs.fess.llm.LlmChatRequest
Sets the temperature parameter.
setThinkingBudget(Integer) - Method in class org.codelibs.fess.llm.LlmChatRequest
Sets the thinking budget for models that support thinking tokens.
setThumbnailPathCacheSize(int) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Sets the thumbnail path cache size.
setThumbnailTaskQueueSize(int) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Sets the maximum size of the thumbnail task queue.
setTimestamp(LocalDateTime) - Method in class org.codelibs.fess.entity.ChatMessage
Sets the message timestamp.
setting - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiConfigResponse
The configuration setting object.
setting(Object) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiConfigResponse
Sets the configuration setting object.
settings - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiConfigsResponse
The list of configuration settings.
settings - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Configuration settings for the search engine
settings() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets the client settings.
settings(List<T>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiConfigsResponse
Sets the list of configuration settings and updates the total count.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.accesstoken.ApiAdminAccesstokenAction
Retrieves a list of access token settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Retrieves bad word settings with pagination support.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.boostdoc.ApiAdminBoostdocAction
Retrieves boost document rule settings with pagination support.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.dataconfig.ApiAdminDataconfigAction
Retrieves data config settings with pagination support.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.duplicatehost.ApiAdminDuplicatehostAction
Returns list of duplicate host settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Returns list of elevate word settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.fileauth.ApiAdminFileauthAction
Returns list of file authentication settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.fileconfig.ApiAdminFileconfigAction
Returns list of file configuration settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.group.ApiAdminGroupAction
Returns list of group settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.keymatch.ApiAdminKeymatchAction
Retrieves key match settings with pagination.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.labeltype.ApiAdminLabeltypeAction
Retrieves label type settings with pagination.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.pathmap.ApiAdminPathmapAction
Returns list of path mapping settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.relatedcontent.ApiAdminRelatedcontentAction
Returns list of related content settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.relatedquery.ApiAdminRelatedqueryAction
Retrieves a list of related query settings.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.reqheader.ApiAdminReqheaderAction
Retrieves request header settings with pagination.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.role.ApiAdminRoleAction
Retrieves role settings with pagination.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.scheduler.ApiAdminSchedulerAction
Retrieves scheduler settings with pagination.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.user.ApiAdminUserAction
Retrieves user settings with pagination.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.webauth.ApiAdminWebauthAction
Retrieves web authentication settings with pagination.
settings(SearchBody) - Method in class org.codelibs.fess.app.web.api.admin.webconfig.ApiAdminWebconfigAction
Retrieves web configuration settings with pagination.
setTitle(String) - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Sets the source title.
setTitle(String) - Method in class org.codelibs.fess.entity.FacetQueryView
Sets the title for this facet query view.
setTotalTokens(Integer) - Method in class org.codelibs.fess.llm.LlmChatResponse
Sets the total number of tokens.
setUncaughtExceptionHandler(Thread.UncaughtExceptionHandler) - Method in class org.codelibs.fess.indexer.IndexUpdater
Sets the uncaught exception handler for this IndexUpdater thread.
setUnclearIntentSystemPrompt(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Sets the system prompt for handling unclear intents.
setupAdminHtmlData(TypicalAction, ActionRuntime) - Method in class org.codelibs.fess.helper.SystemHelper
Sets up administrative HTML data for a given action.
setUpdateCommand(String[]) - Method in class org.codelibs.fess.auth.chain.CommandChain
Sets the command array for user update operations.
setupDeleteCondition(CrawlingInfo) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Sets up the conditions for deleting a crawling information record.
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dashboard.AdminDashboardAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dict.AdminDictAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.failureurl.AdminFailureurlAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Sets up HTML data for rendering, including help link.
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Sets up HTML data for rendering, including help link.
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Sets up HTML data for rendering, including help link.
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.joblog.AdminJoblogAction
Sets up HTML data for rendering, including help link.
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Sets up HTML data for rendering, including help link.
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Sets up HTML data for rendering, including help link.
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.log.AdminLogAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.plugin.AdminPluginAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.role.AdminRoleAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.searchlog.AdminSearchlogAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.sereq.AdminSereqAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
 
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Sets up HTML data for admin pages.
setupHtmlData(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Sets up HTML data for rendering search-related pages.
setupListCondition(AccessTokenCB, AccessTokenPager) - Method in class org.codelibs.fess.app.service.AccessTokenService
Set up the list condition.
setupListCondition(BadWordCB, BadWordPager) - Method in class org.codelibs.fess.app.service.BadWordService
Sets up search conditions for bad word list queries.
setupListCondition(BoostDocumentRuleCB, BoostDocPager) - Method in class org.codelibs.fess.app.service.BoostDocumentRuleService
Sets up search conditions for boost document rule list queries.
setupListCondition(CrawlingInfoCB, CrawlingInfoPager) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Sets up the database query conditions for listing crawling information records.
setupListCondition(DataConfigCB, DataConfigPager) - Method in class org.codelibs.fess.app.service.DataConfigService
Sets up the search conditions for listing data configurations.
setupListCondition(DuplicateHostCB, DuplicateHostPager) - Method in class org.codelibs.fess.app.service.DuplicateHostService
Sets up the search conditions for listing duplicate host configurations.
setupListCondition(ElevateWordCB, ElevateWordPager) - Method in class org.codelibs.fess.app.service.ElevateWordService
Sets up the condition builder for querying elevate words based on pager criteria.
setupListCondition(FailureUrlCB, FailureUrlPager) - Method in class org.codelibs.fess.app.service.FailureUrlService
Sets up the condition builder for listing failure URLs with pagination and filtering.
setupListCondition(FileAuthenticationCB, FileAuthPager) - Method in class org.codelibs.fess.app.service.FileAuthenticationService
Sets up the search conditions for retrieving file authentication configurations.
setupListCondition(FileConfigCB, FileConfigPager) - Method in class org.codelibs.fess.app.service.FileConfigService
Sets up search conditions for the file configuration list query.
setupListCondition(JobLogCB, JobLogPager) - Method in class org.codelibs.fess.app.service.JobLogService
Sets up the query conditions for retrieving job logs based on the pager configuration.
setupListCondition(KeyMatchCB, KeyMatchPager) - Method in class org.codelibs.fess.app.service.KeyMatchService
Set up list conditions.
setupListCondition(LabelTypeCB, LabelTypePager) - Method in class org.codelibs.fess.app.service.LabelTypeService
Set up list conditions.
setupListCondition(PathMappingCB, PathMapPager) - Method in class org.codelibs.fess.app.service.PathMappingService
Sets up list condition for path mapping search.
setupListCondition(RelatedContentCB, RelatedContentPager) - Method in class org.codelibs.fess.app.service.RelatedContentService
Sets up the search conditions for listing related content entities.
setupListCondition(RelatedQueryCB, RelatedQueryPager) - Method in class org.codelibs.fess.app.service.RelatedQueryService
Sets up the search conditions for the related query list based on the pager parameters.
setupListCondition(RequestHeaderCB, ReqHeaderPager) - Method in class org.codelibs.fess.app.service.RequestHeaderService
Sets up the database query conditions for retrieving request headers based on pager criteria.
setupListCondition(RoleTypeCB, RoleTypePager) - Method in class org.codelibs.fess.app.service.RoleTypeService
Sets up the list condition for the role type query.
setupListCondition(ScheduledJobCB, SchedulerPager) - Method in class org.codelibs.fess.app.service.ScheduledJobService
Sets up the list condition for the scheduled job query.
setupListCondition(WebAuthenticationCB, WebAuthPager) - Method in class org.codelibs.fess.app.service.WebAuthenticationService
Sets up the list condition for querying web authentications.
setupListCondition(WebConfigCB, WebConfigPager) - Method in class org.codelibs.fess.app.service.WebConfigService
Sets up the list condition for querying web configurations.
setupListCondition(GroupCB, GroupPager) - Method in class org.codelibs.fess.app.service.GroupService
Sets up the search conditions for group list queries based on pager criteria.
setupListCondition(RoleCB, RolePager) - Method in class org.codelibs.fess.app.service.RoleService
Sets up the list condition for the role query.
setupListCondition(UserCB, UserPager) - Method in class org.codelibs.fess.app.service.UserService
Sets up the search conditions for user list queries based on pager criteria.
setupSearchHtmlData(TypicalAction, ActionRuntime) - Method in class org.codelibs.fess.helper.SystemHelper
Sets up search HTML data for a given action.
setupStoreCondition(CrawlingInfo) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Sets up the conditions for storing a crawling information record.
setupWebappContext() - Method in class org.codelibs.fess.FessBoot
Sets up the web application context with Fess-specific configurations.
setUrl(String) - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Sets the source URL.
setUrl(String) - Method in class org.codelibs.fess.helper.CrawlerStatsHelper.StatsKeyObject
Sets the URL associated with this statistics key object.
setUrlLink(String) - Method in class org.codelibs.fess.entity.ChatMessage.ChatSource
Sets the ViewHelper-processed URL for display.
setUrlLinkEncoding(String) - Method in class org.codelibs.fess.helper.ViewHelper
Sets the character encoding for URL links.
setUrlQueryPlaceHolder(String) - Method in class org.codelibs.fess.helper.RelatedContentHelper
Sets the placeholder string used in regex-based related content templates for URL contexts.
setUseGoogleOffOn(boolean) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Sets whether to process Google on/off comment directives.
setUserCheckInterval(long) - Method in class org.codelibs.fess.helper.SearchLogHelper
Sets the user check interval.
setUserId(String) - Method in class org.codelibs.fess.entity.ChatSession
Sets the user ID.
setUserInfoCacheSize(int) - Method in class org.codelibs.fess.helper.SearchLogHelper
Sets the user information cache size.
setUserPrefix(String) - Method in class org.codelibs.fess.helper.PermissionHelper
Sets the prefix used to identify user-based permissions.
setUseSession(boolean) - Method in class org.codelibs.fess.helper.ViewHelper
Sets whether to use HTTP sessions.
setUseV2Endpoint(boolean) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Enable to use V2 endpoint.
setValue(String) - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Sets the value.
setValueSeparator(String) - Method in class org.codelibs.fess.helper.RoleQueryHelper
Sets the value separator.
setVirtualHost(String) - Method in class org.codelibs.fess.helper.LabelTypeHelper.LabelTypeItem
Sets the virtual host.
setWebProtocols(String[]) - Method in class org.codelibs.fess.util.GsaConfigParser
Sets the array of web protocols to recognize for URL classification.
setWorkingDirectory(File) - Method in class org.codelibs.fess.auth.chain.CommandChain
Sets the working directory for command execution.
SHARED_FOLDER_PATTERN - Static variable in class org.codelibs.fess.helper.ViewHelper
Pattern for matching shared folder paths
shouldSkipUrlDecode(String) - Method in class org.codelibs.fess.helper.ProtocolHelper
Checks if the given URL should skip URL decoding when extracting file names.
shutdown() - Method in class org.codelibs.fess.job.JobExecutor
Initiates shutdown of the job executor.
shutdown(String[]) - Static method in class org.codelibs.fess.FessBoot
Shuts down the Fess application.
shutdownHookList - Variable in class org.codelibs.fess.helper.SystemHelper
A list of shutdown hooks to be executed on system shutdown.
shutdownListener - Variable in class org.codelibs.fess.job.JobExecutor
Listener to handle shutdown events
SID_TYPE_ALIAS - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for an alias.
SID_TYPE_DELETED - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for a deleted account.
SID_TYPE_DOM_GRP - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for a domain group.
SID_TYPE_DOMAIN - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for a domain.
SID_TYPE_INVALID - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for an invalid SID.
SID_TYPE_UNKNOWN - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for an unknown SID.
SID_TYPE_USE_NONE - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for a non-use SID.
SID_TYPE_USER - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for a user.
SID_TYPE_WKN_GRP - Static variable in class org.codelibs.fess.helper.SambaHelper
SID type for a well-known group.
SIMILAR_DOC_HASH_PREFIX - Static variable in class org.codelibs.fess.helper.DocumentHelper
Prefix used for encoded similar document hashes
similarDocHash - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Hash of document for similarity search
similarDocHash(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the similar document hash for similarity search.
simplifyArray(String[]) - Static method in class org.codelibs.fess.entity.SearchRequestParams
Simplifies the array.
SITE_FIELD - Static variable in class org.codelibs.fess.query.QueryFieldConfig
Field name for site information in search results
size - Variable in class org.codelibs.fess.app.web.admin.searchlog.SearchForm
The size field for controlling page size.
size - Variable in class org.codelibs.fess.app.web.api.admin.BaseSearchBody
The page size for search results.
size - Variable in class org.codelibs.fess.app.web.api.admin.searchlist.SearchBody
Number of search results to retrieve (alias for num)
size - Variable in class org.codelibs.fess.entity.FacetInfo
Maximum number of facet values to return
size - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Maximum number of results to return
size() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
size() - Method in class org.codelibs.fess.entity.ParamMap
 
size() - Method in class org.codelibs.fess.util.DocMap
Returns the number of key-value mappings in this map.
size() - Method in class org.codelibs.fess.util.QueryResponseList
 
size(int) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the maximum number of results to return.
SIZE_LIMIT - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Cumulative extracted size exceeded the configured limit.
sizeForDelete - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Batch size for delete operations
sizeForUpdate - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Batch size for update operations
sizeOf(Object) - Static method in class org.codelibs.fess.util.MemoryUtil
Estimates the size of an object in bytes.
skipRoleQuery() - Method in class org.codelibs.fess.entity.QueryContext
Disables role-based query filtering for this context.
SLACK_WEBHOOK_URLS_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for Slack webhook URLs configuration.
slackWebhookUrls - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Slack webhook URLs for notifications.
sleep(long) - Method in class org.codelibs.fess.ds.AbstractDataStore
Sleep for the specified interval.
sort - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The sort field and direction.
sort - Variable in class org.codelibs.fess.app.web.base.SearchForm
The sort parameter for search results.
sort - Variable in class org.codelibs.fess.app.web.cache.CacheForm
Sort parameter for error page.
sort - Variable in class org.codelibs.fess.app.web.error.ErrorForm
Sort order parameter for search results
sort - Variable in class org.codelibs.fess.app.web.go.GoForm
Sort parameter for error page fallback.
sort - Variable in class org.codelibs.fess.app.web.thumbnail.ThumbnailForm
The sort criteria for search results for error page display.
sort - Variable in class org.codelibs.fess.entity.FacetInfo
Sort order for facet values (e.g., "count.desc", "term.asc")
sort() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Sorts both the current inputs and new inputs arrays in place.
sortBuilderList - Variable in class org.codelibs.fess.entity.QueryContext
List of sort builders to apply to the search query.
sortBuilders() - Method in class org.codelibs.fess.entity.QueryContext
Gets the list of sort builders for this query context.
sortField(String) - Method in class org.codelibs.fess.util.QueryStringBuilder
Sets the sort field for the query.
sortFields - Variable in class org.codelibs.fess.query.QueryFieldConfig
Array of fields that can be used for sorting search results
sortFieldSet - Variable in class org.codelibs.fess.query.QueryFieldConfig
Set of fields that can be used for sorting for O(1) lookup
sortOrder - Variable in class org.codelibs.fess.app.pager.BoostDocPager
Sort order for search filtering.
sortOrder - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration sort order.
sortOrder - Variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Search/filter parameter for duplicate host sort order.
sortOrder - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Sort order for the configuration
sortOrder - Variable in class org.codelibs.fess.app.pager.LabelTypePager
The sort order of the label type.
sortOrder - Variable in class org.codelibs.fess.app.pager.PathMapPager
The sort order.
sortOrder - Variable in class org.codelibs.fess.app.pager.RoleTypePager
Sort order of the role type.
sortOrder - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Sort order of the scheduled job.
sortOrder - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: sort order.
sortOrder - Variable in class org.codelibs.fess.app.web.admin.boostdoc.CreateForm
Sort order for displaying boost configurations
sortOrder - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Sort order for displaying configurations
sortOrder - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.CreateForm
The sort order for displaying this duplicate host entry
sortOrder - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The sort order for this configuration (required, 0 to 2147483647).
sortOrder - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The sort order for displaying this label type.
sortOrder - Variable in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
The sort order for this path mapping (0-2147483647).
sortOrder - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
The sort order for this related content (0-2147483647).
sortOrder - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The sort order for displaying this scheduled job.
sortOrder - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The sort order for this web configuration.
sortPrefix - Variable in class org.codelibs.fess.helper.QueryHelper
Prefix used to identify sort parameters in search queries
splitField(String, String) - Method in class org.codelibs.fess.query.parser.QueryParser.LuceneQueryParser
Splits a field name into its components.
splitHashSize - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Hash size for splitting thumbnail storage directories.
splitSize - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Number of subdirectories for organizing thumbnails.
SPNEGO_ALLOW_BASIC - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for allowing basic authentication.
SPNEGO_ALLOW_DELEGATION - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for enabling delegation in SPNEGO authentication.
SPNEGO_ALLOW_LOCALHOST - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for allowing localhost authentication bypass.
SPNEGO_ALLOW_UNSECURE_BASIC - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for allowing unsecure basic authentication.
SPNEGO_ALLOWED_REALMS - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for the comma-separated list of additionally allowed Kerberos realms.
SPNEGO_EXCLUDE_DIRS - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for directories to exclude from SPNEGO authentication.
SPNEGO_KRB5_CONF - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for Kerberos configuration file path.
SPNEGO_LOGGER_LEVEL - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for SPNEGO logger level.
SPNEGO_LOGIN_CLIENT_MODULE - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for login client module name.
SPNEGO_LOGIN_CONF - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for login configuration file path.
SPNEGO_LOGIN_SERVER_MODULE - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for login server module name.
SPNEGO_PREAUTH_PASSWORD - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for pre-authentication password.
SPNEGO_PREAUTH_USERNAME - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for pre-authentication username.
SPNEGO_PROMPT_NTLM - Static variable in class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Configuration key for prompting NTLM authentication.
spnegoAllowBasic - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable SPNEGO basic authentication.
spnegoAllowDelegation - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable SPNEGO credential delegation.
spnegoAllowLocalhost - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable SPNEGO localhost authentication.
spnegoAllowUnsecureBasic - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable SPNEGO unsecure basic authentication.
SpnegoAuthenticator - Class in org.codelibs.fess.sso.spnego
SPNEGO (Security Provider Negotiation Protocol) authenticator implementation.
SpnegoAuthenticator() - Constructor for class org.codelibs.fess.sso.spnego.SpnegoAuthenticator
Constructs a new SPNEGO authenticator.
SpnegoAuthenticator.SpnegoConfig - Class in org.codelibs.fess.sso.spnego
SPNEGO filter configuration implementation.
SpnegoConfig() - Constructor for class org.codelibs.fess.sso.spnego.SpnegoAuthenticator.SpnegoConfig
Constructs a new SPNEGO filter configuration.
SpnegoCredential - Class in org.codelibs.fess.app.web.base.login
SPNEGO authentication credential implementation.
SpnegoCredential(String) - Constructor for class org.codelibs.fess.app.web.base.login.SpnegoCredential
Constructs a new SpnegoCredential with the specified username.
spnegoKrb5Conf - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SPNEGO Kerberos 5 configuration file path.
spnegoLoggerLevel - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SPNEGO logger level (0-7, auto-detected if empty).
spnegoLoginClientModule - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SPNEGO JAAS login client module name.
spnegoLoginConf - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SPNEGO JAAS login configuration file path.
spnegoLoginServerModule - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SPNEGO JAAS login server module name.
spnegoPreauthPassword - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SPNEGO pre-authentication password.
spnegoPreauthUsername - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SPNEGO pre-authentication username.
spnegoPromptNtlm - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable SPNEGO NTLM prompt.
SseResponseHelper - Class in org.codelibs.fess.helper
Common helper for Server-Sent Events (SSE) response headers.
SseResponseHelper() - Constructor for class org.codelibs.fess.helper.SseResponseHelper
Creates the SSE response helper.
SSO_TYPE_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for SSO type configuration.
SsoAction - Class in org.codelibs.fess.app.web.sso
SSO (Single Sign-On) action controller.
SsoAction() - Constructor for class org.codelibs.fess.app.web.sso.SsoAction
Constructs a new SSO action.
SsoAuthenticator - Interface in org.codelibs.fess.sso
Interface for SSO (Single Sign-On) authenticator implementations.
SsoLoginException - Exception Class in org.codelibs.fess.exception
Exception thrown when SSO (Single Sign-On) login operations fail.
SsoLoginException(String) - Constructor for exception class org.codelibs.fess.exception.SsoLoginException
Constructs a new SsoLoginException with the specified detail message.
SsoLoginException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.SsoLoginException
Constructs a new SsoLoginException with the specified detail message and cause.
SsoManager - Class in org.codelibs.fess.sso
Manager class for coordinating SSO (Single Sign-On) authentication operations.
SsoManager() - Constructor for class org.codelibs.fess.sso.SsoManager
Default constructor for creating a new SsoManager instance.
SsoMessageException - Exception Class in org.codelibs.fess.exception
Exception thrown during SSO (Single Sign-On) processing with message code support.
SsoMessageException(VaMessenger<FessMessages>, String) - Constructor for exception class org.codelibs.fess.exception.SsoMessageException
Constructs a new SSO message exception with message code and detailed message.
SsoMessageException(VaMessenger<FessMessages>, String, Throwable) - Constructor for exception class org.codelibs.fess.exception.SsoMessageException
Constructs a new SSO message exception with message code, detailed message, and cause.
SsoProcessException - Exception Class in org.codelibs.fess.exception
Exception thrown during SSO (Single Sign-On) processing operations.
SsoProcessException(String) - Constructor for exception class org.codelibs.fess.exception.SsoProcessException
Constructs a new SSO process exception with the specified detailed message.
SsoProcessException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.SsoProcessException
Constructs a new SSO process exception with the specified detailed message and cause.
SsoResponseType - Enum Class in org.codelibs.fess.sso
Represents the type of SSO (Single Sign-On) response being requested.
ssoType - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
SSO type (none, oic, saml, spnego, entraid).
start - Variable in class org.codelibs.fess.app.web.admin.searchlist.ListForm
The start position for search results.
start - Variable in class org.codelibs.fess.app.web.base.SearchForm
The starting position for search results pagination.
start - Variable in class org.codelibs.fess.util.QueryResponseList
The starting position of the current page in the overall result set.
start(EditForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Starts a scheduled job.
start(LaCron) - Method in class org.codelibs.fess.app.service.ScheduledJobService
Starts all available scheduled jobs.
START_URLS - Static variable in class org.codelibs.fess.util.GsaConfigParser
XML element name for start URLs configuration.
startAvailabilityCheck() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Starts periodic availability checking if RAG chat is enabled.
startCrawling(StartCrawlingForm) - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Starts the crawling process for all configured crawlers.
startCrawlingForm() - Method in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Displays the start crawling form.
StartCrawlingForm - Class in org.codelibs.fess.app.web.admin.wizard
Form class for starting crawling operations in the admin wizard.
StartCrawlingForm() - Constructor for class org.codelibs.fess.app.web.admin.wizard.StartCrawlingForm
Default constructor.
startDocument() - Method in class org.codelibs.fess.util.GsaConfigParser
SAX event handler called at the beginning of document parsing.
startElement(String, String, String, Attributes) - Method in class org.codelibs.fess.util.GsaConfigParser
SAX event handler called when an XML start element is encountered.
startKeepalivePinger(PrintWriter, Object, long) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Schedules a periodic keep-alive ping task on the shared ChatStreamHandler.sharedKeepalivePool.
startMonitorTask(JobLog) - Method in class org.codelibs.fess.helper.JobHelper
Starts a monitor task for tracking job execution.
startProcess(String, List<String>, Consumer<ProcessBuilder>) - Method in class org.codelibs.fess.helper.ProcessHelper
Starts a new process with the given session ID and command list.
startProcess(String, List<String>, Consumer<ProcessBuilder>, int, Consumer<String>) - Method in class org.codelibs.fess.helper.ProcessHelper
Starts a new process with the given session ID, command list, buffer size, and output callback.
startRecordNumber - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiDocsResponse
The starting record number for the current page of search results.
startReindex(boolean, boolean, String, String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Starts a reindex operation with the specified parameters.
startTime - Variable in class org.codelibs.fess.app.pager.JobLogPager
Search criteria: start time
startTime - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The timestamp when the job started execution.
STATE - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
OAuth2 state parameter name.
StateData(String, long) - Constructor for class org.codelibs.fess.sso.entraid.EntraIdAuthenticator.StateData
Constructs StateData with nonce and expiration.
STATES - Static variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Session attribute key for storing Entra ID states.
StaticThemeFilter - Class in org.codelibs.fess.filter
Servlet filter that serves a static theme's files directly when a static theme is active for the current virtual host.
StaticThemeFilter() - Constructor for class org.codelibs.fess.filter.StaticThemeFilter
Default constructor.
StaticThemeInstaller - Class in org.codelibs.fess.theme
Installs static themes from uploaded ZIP archives.
StaticThemeInstaller() - Constructor for class org.codelibs.fess.theme.StaticThemeInstaller
Default constructor.
StaticThemeInstaller.InstallException - Exception Class in org.codelibs.fess.theme
Raised on any failure during ZIP validation or extraction.
StaticThemeInstaller.InstallException.Code - Enum Class in org.codelibs.fess.theme
Structured error codes for callers that need to dispatch on the cause.
StaticThemeResponder - Class in org.codelibs.fess.theme
Serves the HTML entry file and asset files of a resolved static theme directly to the servlet response.
StaticThemeResponder() - Constructor for class org.codelibs.fess.theme.StaticThemeResponder
Default constructor.
stats - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiStatsResponse
The statistical data.
stats(Map<String, Object>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiStatsResponse
Sets the statistical data.
STATS_REPORT_TYPE - Static variable in class org.codelibs.fess.Constants
Statistics report type parameter name.
statsCache - Variable in class org.codelibs.fess.helper.CrawlerStatsHelper
Cache for storing statistics objects keyed by crawler object identifiers.
StatsKeyObject(String) - Constructor for class org.codelibs.fess.helper.CrawlerStatsHelper.StatsKeyObject
Creates a new statistics key object with the specified identifier.
statsLogger - Variable in class org.codelibs.fess.helper.CrawlerStatsHelper
Logger instance specifically for outputting crawler statistics.
StatsObject() - Constructor for class org.codelibs.fess.helper.CrawlerStatsHelper.StatsObject
Creates a new statistics object with the current timestamp as the begin time.
status - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Cluster health status
status - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
The status code of the response.
status - Variable in class org.codelibs.fess.helper.CoordinatorHelper.OperationInfo
The operation status.
status(ApiResult.Status) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
Sets the status of the response.
STATUS_OK - Static variable in class org.codelibs.fess.api.v2.V2EnvelopeWriter
Status value indicating a successful response.
STATUS_SYSTEM_ERROR - Static variable in class org.codelibs.fess.api.v2.V2EnvelopeWriter
Status value indicating an unexpected server-side failure.
STATUS_USER_ERROR - Static variable in class org.codelibs.fess.api.v2.V2EnvelopeWriter
Status value indicating a client-side / user error.
StemmerOverrideCreator - Class in org.codelibs.fess.dict.stemmeroverride
A dictionary creator for stemmer override files.
StemmerOverrideCreator() - Constructor for class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideCreator
Constructs a new creator for stemmer override dictionaries.
stemmerOverrideFile - Variable in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.UploadForm
The multipart file containing the stemmer override rules to be uploaded.
StemmerOverrideFile - Class in org.codelibs.fess.dict.stemmeroverride
Manages a dictionary file for stemmer overrides.
StemmerOverrideFile(String, String, Date) - Constructor for class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
Constructs a new stemmer override file.
StemmerOverrideFile.StemmerOverrideUpdater - Class in org.codelibs.fess.dict.stemmeroverride
An inner class for updating the stemmer override file.
StemmerOverrideItem - Class in org.codelibs.fess.dict.stemmeroverride
Represents an item in a stemmer override dictionary.
StemmerOverrideItem(long, String, String) - Constructor for class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Constructs a new stemmer override item.
StemmerOverridePager - Class in org.codelibs.fess.app.pager
Pager class for stemmer override dictionary management.
StemmerOverridePager() - Constructor for class org.codelibs.fess.app.pager.StemmerOverridePager
Default constructor.
StemmerOverrideService - Class in org.codelibs.fess.app.service
Service class for managing stemmer override dictionary operations.
StemmerOverrideService() - Constructor for class org.codelibs.fess.app.service.StemmerOverrideService
Default constructor.
StemmerOverrideUpdater(StemmerOverrideItem) - Constructor for class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
Constructs a new updater for a stemmer override item.
stop() - Method in class org.codelibs.fess.ds.AbstractDataStore
 
stop() - Method in interface org.codelibs.fess.ds.DataStore
Stop the data store.
stop(EditForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Stops a running scheduled job.
STOP - Static variable in class org.codelibs.fess.Constants
Status constant representing stopped state.
stopCrawling() - Method in class org.codelibs.fess.helper.DataIndexHelper.DataCrawlingThread
Stops the crawling operation gracefully.
stopKeepalivePinger(ScheduledFuture<?>) - Method in class org.codelibs.fess.api.v2.handlers.ChatStreamHandler
Cancels a keep-alive ping future previously returned by ChatStreamHandler.startKeepalivePinger(PrintWriter, Object, long).
StopwordsCreator - Class in org.codelibs.fess.dict.stopwords
A dictionary creator for stopwords files.
StopwordsCreator() - Constructor for class org.codelibs.fess.dict.stopwords.StopwordsCreator
Constructs a new creator for stopwords dictionaries.
stopwordsFile - Variable in class org.codelibs.fess.app.web.admin.dict.stopwords.UploadForm
The multipart file containing the stopwords to be uploaded.
StopwordsFile - Class in org.codelibs.fess.dict.stopwords
Manages a dictionary file for stopwords.
StopwordsFile(String, String, Date) - Constructor for class org.codelibs.fess.dict.stopwords.StopwordsFile
Constructs a new stopwords file.
StopwordsFile.StopwordsUpdater - Class in org.codelibs.fess.dict.stopwords
An inner class for updating the stopwords file.
StopwordsItem - Class in org.codelibs.fess.dict.stopwords
Represents an item in a stopwords dictionary.
StopwordsItem(long, String) - Constructor for class org.codelibs.fess.dict.stopwords.StopwordsItem
Constructs a new stopword item.
StopwordsPager - Class in org.codelibs.fess.app.pager
Pager for managing stopwords pagination.
StopwordsPager() - Constructor for class org.codelibs.fess.app.pager.StopwordsPager
Constructs a new pager for stopwords.
StopwordsService - Class in org.codelibs.fess.app.service
Service for managing stopwords.
StopwordsService() - Constructor for class org.codelibs.fess.app.service.StopwordsService
Constructs a new stopwords service.
StopwordsUpdater(StopwordsItem) - Constructor for class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
Constructs a new updater for a stopword item.
STORAGE_ACCESS_KEY - Static variable in class org.codelibs.fess.Constants
Storage access key configuration key.
STORAGE_BUCKET - Static variable in class org.codelibs.fess.Constants
Storage bucket configuration key.
STORAGE_CREDENTIALS_PATH - Static variable in class org.codelibs.fess.Constants
Storage credentials path configuration key (for GCS).
STORAGE_ENDPOINT - Static variable in class org.codelibs.fess.Constants
Storage endpoint configuration key.
STORAGE_PROJECT_ID - Static variable in class org.codelibs.fess.Constants
Storage project ID configuration key (for GCS).
STORAGE_REGION - Static variable in class org.codelibs.fess.Constants
Storage region configuration key (for S3).
STORAGE_SECRET_KEY - Static variable in class org.codelibs.fess.Constants
Storage secret key configuration key.
STORAGE_TYPE - Static variable in class org.codelibs.fess.Constants
Storage type configuration key (s3, gcs, auto).
storageAccessKey - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Access key for cloud storage authentication.
storageBucket - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Storage bucket name for cloud storage operations.
StorageClient - Interface in org.codelibs.fess.storage
Interface for cloud storage operations.
StorageClientFactory - Class in org.codelibs.fess.storage
Factory for creating appropriate StorageClient based on configuration.
storageCredentialsPath - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Storage credentials file path for GCS.
storageEndpoint - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Storage service endpoint URL for cloud storage integration.
StorageException - Exception Class in org.codelibs.fess.exception
This exception is thrown when a storage-related error occurs.
StorageException(String) - Constructor for exception class org.codelibs.fess.exception.StorageException
Constructs a new storage exception with the specified detail message.
StorageException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.StorageException
Constructs a new storage exception with the specified detail message and cause.
StorageItem - Class in org.codelibs.fess.storage
Represents a storage item (file or directory).
StorageItem(String, String, boolean, long, ZonedDateTime, String) - Constructor for class org.codelibs.fess.storage.StorageItem
Creates a new StorageItem instance.
storageProjectId - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
GCS project ID.
storageRegion - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Storage region for S3.
storageSecretKey - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Secret key for cloud storage authentication.
storageType - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Storage type for cloud storage (s3, gcs, auto).
StorageType - Enum Class in org.codelibs.fess.storage
Enum for supported storage types.
store(String, boolean) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Stores crawling information and parameters for the specified session.
store(String, Object) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Stores a document in the specified index.
store(String, KuromojiItem) - Method in class org.codelibs.fess.app.service.KuromojiService
Store a Kuromoji item.
store(String, CharMappingItem) - Method in class org.codelibs.fess.app.service.CharMappingService
Stores a character mapping item in the specified dictionary.
store(String, ProtwordsItem) - Method in class org.codelibs.fess.app.service.ProtwordsService
Stores a protected words item (insert or update).
store(String, StemmerOverrideItem) - Method in class org.codelibs.fess.app.service.StemmerOverrideService
Stores (creates or updates) a stemmer override item in the specified dictionary.
store(String, StopwordsItem) - Method in class org.codelibs.fess.app.service.StopwordsService
Stores a stopword item in the specified dictionary.
store(String, SynonymItem) - Method in class org.codelibs.fess.app.service.SynonymService
Stores a synonym item in the specified dictionary.
store(String, CrawlingConfig) - Method in class org.codelibs.fess.helper.CrawlingConfigHelper
Stores a crawling configuration in the session-based storage with a unique identifier.
store(DictionaryFile<? extends DictionaryItem>, File) - Method in class org.codelibs.fess.dict.DictionaryManager
Stores or updates a dictionary file in the ConfigSync storage.
store(DataStoreParams, Map<String, Object>) - Method in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
 
store(DataStoreParams, Map<String, Object>) - Method in interface org.codelibs.fess.ds.callback.IndexUpdateCallback
Stores a document in the search index with the specified parameters and data.
store(DataStoreParams, Map<String, Object>) - Method in class org.codelibs.fess.ds.callback.IndexUpdateCallbackImpl
Stores a document in the index after processing and validation.
store(AccessToken) - Method in class org.codelibs.fess.app.service.AccessTokenService
Store the access token.
store(BadWord) - Method in class org.codelibs.fess.app.service.BadWordService
Stores (inserts or updates) a bad word.
store(BoostDocumentRule) - Method in class org.codelibs.fess.app.service.BoostDocumentRuleService
Stores (inserts or updates) a boost document rule.
store(CrawlingConfig, String, String, Throwable) - Method in class org.codelibs.fess.app.service.FailureUrlService
Stores a new failure URL or updates an existing one with error information.
store(CrawlingInfo) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Stores (inserts or updates) a crawling information record.
store(DataConfig) - Method in class org.codelibs.fess.app.service.DataConfigService
Stores (inserts or updates) a data configuration.
store(DataConfig, IndexUpdateCallback, DataStoreParams) - Method in class org.codelibs.fess.ds.AbstractDataStore
 
store(DataConfig, IndexUpdateCallback, DataStoreParams) - Method in interface org.codelibs.fess.ds.DataStore
Store the data.
store(DuplicateHost) - Method in class org.codelibs.fess.app.service.DuplicateHostService
Stores (inserts or updates) a duplicate host configuration.
store(ElevateWord) - Method in class org.codelibs.fess.app.service.ElevateWordService
Stores (inserts or updates) an elevate word and manages its associated label type mappings.
store(FailureUrl) - Method in class org.codelibs.fess.app.service.FailureUrlService
Stores or updates a failure URL entity in the data store.
store(FileAuthentication) - Method in class org.codelibs.fess.app.service.FileAuthenticationService
Stores a file authentication configuration.
store(FileConfig) - Method in class org.codelibs.fess.app.service.FileConfigService
Stores a file configuration in the database.
store(JobLog) - Method in class org.codelibs.fess.app.service.JobLogService
Stores a job log entry in the database.
store(JobLog) - Method in class org.codelibs.fess.helper.JobHelper
Stores a job log entry in the database.
store(KeyMatch) - Method in class org.codelibs.fess.app.service.KeyMatchService
Store a key match.
store(LabelType) - Method in class org.codelibs.fess.app.service.LabelTypeService
Store a label type.
store(PathMapping) - Method in class org.codelibs.fess.app.service.PathMappingService
Stores a path mapping.
store(RelatedContent) - Method in class org.codelibs.fess.app.service.RelatedContentService
Stores (inserts or updates) a related content entity.
store(RelatedQuery) - Method in class org.codelibs.fess.app.service.RelatedQueryService
Stores (inserts or updates) a related query in the database.
store(RequestHeader) - Method in class org.codelibs.fess.app.service.RequestHeaderService
Stores a request header configuration to the database.
store(RoleType) - Method in class org.codelibs.fess.app.service.RoleTypeService
Stores a role type.
store(ScheduledJob) - Method in class org.codelibs.fess.app.service.ScheduledJobService
Stores a scheduled job.
store(WebAuthentication) - Method in class org.codelibs.fess.app.service.WebAuthenticationService
Stores a web authentication configuration.
store(WebConfig) - Method in class org.codelibs.fess.app.service.WebConfigService
Stores a web configuration.
store(Group) - Method in class org.codelibs.fess.app.service.GroupService
Stores a group by inserting or updating it in both LDAP and the database.
store(Role) - Method in class org.codelibs.fess.app.service.RoleService
Stores a role.
store(User) - Method in class org.codelibs.fess.app.service.UserService
Stores (inserts or updates) a user in the system.
STORE_NAME - Static variable in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
The parse field for the store name.
storeAllBadWords(boolean) - Method in class org.codelibs.fess.helper.SuggestHelper
Stores all bad words in the suggest index.
storeAllElevateWords(boolean) - Method in class org.codelibs.fess.helper.SuggestHelper
Stores all elevate words in the suggest index.
storeChildUrl(String, String, float, int) - Method in class org.codelibs.fess.crawler.FessCrawlerThread
Stores a child URL in the crawling queue with duplicate host handling.
storeChildUrlsToQueue(UrlQueue<?>, Set<RequestData>) - Method in class org.codelibs.fess.crawler.FessCrawlerThread
Stores child URLs from the given set into the crawling queue for future processing.
storeClickLogFromQueue() - Method in class org.codelibs.fess.helper.SearchLogHelper
Stores click logs from the queue.
storeData(ResponseData, ResultData) - Method in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Stores parsed data from response into result data.
storeData(DataConfig, IndexUpdateCallback, DataStoreParams, Map<String, String>, Map<String, Object>) - Method in class org.codelibs.fess.ds.AbstractDataStore
Store the data.
StoredLtrQueryBuilder - Class in org.codelibs.fess.opensearch.query
A query builder for a stored LTR (Learning to Rank) query.
StoredLtrQueryBuilder() - Constructor for class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Constructs a new stored LTR query builder.
storeFailureUrl(CrawlerContext, UrlQueue<?>, String, Throwable) - Method in class org.codelibs.fess.helper.CrawlerLogHelper
Stores a failure URL with error information for later analysis.
storeInfo(List<CrawlingInfoParam>) - Method in class org.codelibs.fess.app.service.CrawlingInfoService
Stores a list of crawling information parameters in batch.
storeName() - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Gets the name of the feature store.
storeName(String) - Method in class org.codelibs.fess.opensearch.query.StoredLtrQueryBuilder
Sets the name of the feature store.
storeQueryId(String, List<Map<String, Object>>) - Method in class org.codelibs.fess.helper.UserInfoHelper
Stores the document IDs associated with a search query for tracking purposes.
storeQueue(List<Tuple3<String, String, String>>) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager
Stores thumbnail generation tasks to the queue for processing.
storeSearchLog() - Method in class org.codelibs.fess.helper.SearchLogHelper
Stores search logs from the queue.
storeSearchLog() - Method in class org.codelibs.fess.helper.SuggestHelper
Stores search logs in the suggest index.
storeSearchLogFromQueue() - Method in class org.codelibs.fess.helper.SearchLogHelper
Stores search logs from the queue.
storeSearchLogList(List<SearchLog>) - Method in class org.codelibs.fess.helper.SearchLogHelper
Stores a list of search logs.
storeSearchParameters() - Method in class org.codelibs.fess.helper.SearchHelper
Stores current search parameters in a browser cookie for later retrieval.
storeStateInSession(HttpSession, String, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Stores state and nonce information in the HTTP session.
storeUserInfo(String) - Method in class org.codelibs.fess.helper.SearchLogHelper
Stores user information.
streamChat(LlmChatRequest, LlmStreamCallback) - Method in interface org.codelibs.fess.llm.LlmClient
Performs a streaming chat completion request.
streamChat(LlmChatRequest, LlmStreamCallback) - Method in class org.codelibs.fess.llm.LlmClientManager
Performs a streaming chat completion request using the configured LLM client.
streamChatEnhanced(String, String, String, Map<String, String[]>, String[], ChatPhaseCallback) - Method in class org.codelibs.fess.chat.ChatClient
Performs an enhanced streaming chat request with multi-phase RAG flow and search filters.
streamChatEnhanced(String, String, String, ChatPhaseCallback) - Method in class org.codelibs.fess.chat.ChatClient
Performs an enhanced streaming chat request with multi-phase RAG flow.
streamChatWithConcurrencyControl(LlmChatRequest, LlmStreamCallback) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Executes a streaming chat request with concurrency control via Semaphore.
streamCloseTimeout - Variable in class org.codelibs.fess.helper.ProcessHelper
Timeout in seconds for stream closing operations
streamGenerateAnswer(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.AbstractLlmClient
 
streamGenerateAnswer(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in interface org.codelibs.fess.llm.LlmClient
Generates an answer using document content (streaming version for enhanced flow).
streamGenerateAnswer(String, List<Map<String, Object>>, List<LlmMessage>, LlmStreamCallback) - Method in class org.codelibs.fess.llm.LlmClientManager
Generates an answer using document content (streaming).
stripCodeFences(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Strips code fence markers from JSON response.
stripHtmlTags(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Strips HTML tags from the given text.
subList(int, int) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
subList(int, int) - Method in class org.codelibs.fess.util.QueryResponseList
 
SUFFIX - Static variable in class org.codelibs.fess.helper.PasswordHashHelper
Prefix marker (end) of the encoder id.
SUGGEST - Enum constant in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Suggest API format.
SUGGEST - Enum constant in enum class org.codelibs.fess.entity.SearchRequestParams.SearchRequestType
Suggest request type.
SUGGEST_DOCUMENTS_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for suggest documents configuration.
SUGGEST_SEARCH_LOG_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for suggest search log configuration.
SuggestBody - Class in org.codelibs.fess.app.web.api.admin.suggest
Represents the request body for suggest API operations.
SuggestBody() - Constructor for class org.codelibs.fess.app.web.api.admin.suggest.SuggestBody
Constructs a new suggest body.
SuggestCreator - Class in org.codelibs.fess.exec
This class is a command-line application for creating and managing the suggest index.
SuggestCreator() - Constructor for class org.codelibs.fess.exec.SuggestCreator
Constructs a new suggest creator.
SuggestCreator.Options - Class in org.codelibs.fess.exec
A nested class for parsing command-line options.
suggestDocuments - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable search suggestions based on document content.
suggestDocuments - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The suggest documents setting.
suggester - Variable in class org.codelibs.fess.helper.SuggestHelper
The suggester instance for handling suggest operations.
suggester() - Method in class org.codelibs.fess.helper.SuggestHelper
Gets the suggester instance.
SuggestForm - Class in org.codelibs.fess.app.web.admin.suggest
This class is a form for suggest settings.
SuggestForm() - Constructor for class org.codelibs.fess.app.web.admin.suggest.SuggestForm
Constructs a new suggest form.
suggestHelper - Variable in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
The suggest helper.
suggestHelper - Variable in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Helper for managing search suggestions and elevate words.
suggestHelper - Variable in class org.codelibs.fess.app.web.admin.suggest.AdminSuggestAction
Helper for managing suggest functionality.
suggestHelper - Variable in class org.codelibs.fess.app.web.api.admin.badword.ApiAdminBadwordAction
Helper for managing search suggestions and bad words
suggestHelper - Variable in class org.codelibs.fess.app.web.api.admin.elevateword.ApiAdminElevatewordAction
Helper for managing search suggestions and elevate words
suggestHelper - Variable in class org.codelibs.fess.app.web.api.admin.suggest.ApiAdminSuggestAction
The suggest helper for managing suggest functionality.
SuggestHelper - Class in org.codelibs.fess.helper
Helper class for managing the suggest feature.
SuggestHelper() - Constructor for class org.codelibs.fess.helper.SuggestHelper
Constructs a new suggest helper.
SuggestJob - Class in org.codelibs.fess.job
This job is responsible for executing the suggest creator process.
SuggestJob() - Constructor for class org.codelibs.fess.job.SuggestJob
Constructs a new suggest job.
suggestSearchLog - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable search suggestions based on search logs.
suggestSearchLog - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The suggest search log setting.
suggestWord - Variable in class org.codelibs.fess.app.pager.BadWordPager
Suggest word for search filtering.
suggestWord - Variable in class org.codelibs.fess.app.pager.ElevateWordPager
Search parameter: suggest word
suggestWord - Variable in class org.codelibs.fess.app.web.admin.badword.CreateForm
The bad word to be filtered from search suggestions.
suggestWord - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The word that should trigger document elevation in search results
suggestWordsHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/suggest-words.
SuggestWordsHandler - Class in org.codelibs.fess.api.v2.handlers
Handles the /api/v2/suggest-words endpoint.
SuggestWordsHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.SuggestWordsHandler
Default constructor used by the DI container.
summary(String, String) - Static method in class org.codelibs.fess.llm.IntentDetectionResult
Creates a summary intent result for a specific document.
SUMMARY - Enum constant in enum class org.codelibs.fess.llm.ChatIntent
User wants a summary of a specific document
summarySystemPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The system prompt for summary generation.
superGodHandPrologue(ActionRuntime) - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Calls the parent's godHandPrologue method.
supply() - Method in interface org.codelibs.fess.app.logic.AccessContextLogic.AppTypeSupplier
Supply the application type.
supply() - Method in interface org.codelibs.fess.app.logic.AccessContextLogic.UserBeanSupplier
Supply the user bean.
supply() - Method in interface org.codelibs.fess.app.logic.AccessContextLogic.UserTypeSupplier
Supply the user type.
supportedLanguages - Variable in class org.codelibs.fess.helper.LanguageHelper
An array of supported languages.
supportedLanguages - Variable in class org.codelibs.fess.helper.SystemHelper
An array of supported language codes.
SuppressErrorReportValve - Class in org.codelibs.fess.tomcat.valve
This class is a valve to suppress error reports.
SuppressErrorReportValve() - Constructor for class org.codelibs.fess.tomcat.valve.SuppressErrorReportValve
Constructs a new valve to suppress error reports.
swapSpace - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemoryObj
Swap space statistics.
sweep() - Method in class org.codelibs.fess.api.v2.handlers.LoginRateLimiter
Removes empty entries; safe to call from any thread.
switchAliases(String, String, String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Atomically switches aliases from one index to another.
SynonymCreator - Class in org.codelibs.fess.dict.synonym
A dictionary creator for synonym files.
SynonymCreator() - Constructor for class org.codelibs.fess.dict.synonym.SynonymCreator
Constructs a new creator for synonym dictionaries.
synonymFile - Variable in class org.codelibs.fess.app.web.admin.dict.synonym.UploadForm
The multipart file containing the synonym mappings to be uploaded.
SynonymFile - Class in org.codelibs.fess.dict.synonym
Manages a dictionary file for synonyms.
SynonymFile(String, String, Date) - Constructor for class org.codelibs.fess.dict.synonym.SynonymFile
Constructs a new synonym file.
SynonymFile.SynonymUpdater - Class in org.codelibs.fess.dict.synonym
An inner class for updating the synonym file.
SynonymItem - Class in org.codelibs.fess.dict.synonym
Represents an item in a synonym dictionary.
SynonymItem(long, String[], String[]) - Constructor for class org.codelibs.fess.dict.synonym.SynonymItem
Constructs a new synonym item.
SynonymPager - Class in org.codelibs.fess.app.pager
Pager for managing synonym pagination.
SynonymPager() - Constructor for class org.codelibs.fess.app.pager.SynonymPager
Constructs a new pager for synonyms.
SynonymService - Class in org.codelibs.fess.app.service
Service for managing synonyms.
SynonymService() - Constructor for class org.codelibs.fess.app.service.SynonymService
Constructs a new synonym service.
SynonymUpdater(SynonymItem) - Constructor for class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
Constructs a new updater for a synonym item.
system(String) - Static method in class org.codelibs.fess.llm.LlmMessage
Creates a system message with the specified content.
SYSTEM_ERROR - Enum constant in enum class org.codelibs.fess.app.web.api.ApiResult.Status
System error status indicating server error.
SYSTEM_PROP_PREFIX - Static variable in class org.codelibs.fess.Constants
System property prefix for Fess configuration.
SYSTEM_USER - Static variable in class org.codelibs.fess.Constants
System user identifier.
systemHelper - Variable in class org.codelibs.fess.app.service.FavoriteLogService
System helper for common system operations and utilities.
systemHelper - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
System helper for various system-level operations.
systemHelper - Variable in class org.codelibs.fess.helper.PermissionHelper
System helper for user/group/role search operations
systemHelper - Variable in class org.codelibs.fess.indexer.IndexUpdater
Helper for system-level operations
SystemHelper - Class in org.codelibs.fess.helper
Helper class for system-level operations and utilities.
SystemHelper() - Constructor for class org.codelibs.fess.helper.SystemHelper
Constructs a new system helper.
SystemMonitorTarget - Class in org.codelibs.fess.timer
This class is a timer target for monitoring system-level statistics.
SystemMonitorTarget() - Constructor for class org.codelibs.fess.timer.SystemMonitorTarget
Constructs a new system monitor target.
systemPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The system prompt for LLM interactions.
systemProperties - Variable in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
System properties for configuration management.
systemProperties - Variable in class org.codelibs.fess.app.web.admin.systeminfo.AdminSysteminfoAction
System properties for retrieving configuration information.
systemProperties - Variable in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
System properties for configuration management
systemProperties - Variable in class org.codelibs.fess.app.web.api.admin.general.ApiAdminGeneralAction
System properties for dynamic configuration management
systemProps - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
System properties.
systemProps(List<Map<String, String>>) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiSystemInfoResponse
Sets the system properties.
SystemUtil - Class in org.codelibs.fess.util
This class provides system-related utility methods.

T

T - Static variable in class org.codelibs.fess.Constants
Boolean constant representing true value.
TABLET_WIDTH - Static variable in class org.codelibs.fess.helper.ViewHelper
Tablet width threshold for responsive design
tagFieldNameSet - Variable in class org.codelibs.fess.helper.SuggestHelper
The set of field names for tags.
TagForm - Class in org.codelibs.fess.app.web.admin.storage
Form class for handling tag operations in storage management.
TagForm() - Constructor for class org.codelibs.fess.app.web.admin.storage.TagForm
Default constructor for TagForm.
tagQueue - Variable in class org.codelibs.fess.util.GsaConfigParser
Queue to track the current XML element hierarchy during parsing.
tags - Variable in class org.codelibs.fess.app.web.admin.storage.TagForm
A map containing additional tag metadata as key-value pairs.
target - Variable in class org.codelibs.fess.app.pager.JobLogPager
Search criteria: target
target - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Target of the scheduled job.
target - Variable in class org.codelibs.fess.app.web.admin.joblog.EditForm
The target or scope of the job execution.
target - Variable in class org.codelibs.fess.app.web.admin.scheduler.CreateForm
The target class for the scheduled job.
targetInstanceId - Variable in class org.codelibs.fess.helper.CoordinatorHelper.EventInfo
The target instance ID, or "*" for all instances.
targetLabel - Variable in class org.codelibs.fess.app.web.admin.elevateword.CreateForm
The target label for filtering documents to be elevated
targetOriginResolver - Variable in class org.codelibs.fess.api.v2.handlers.OriginValidator
Resolves the canonical self-origin set used for the same-origin comparison.
TargetOriginResolver - Class in org.codelibs.fess.api.v2.handlers
Builds the canonical self-origin set (trustedSameOrigins) for the v2 CSRF Origin check.
TargetOriginResolver() - Constructor for class org.codelibs.fess.api.v2.handlers.TargetOriginResolver
Default constructor.
targetUsers - Variable in class org.codelibs.fess.auth.chain.CommandChain
Array of target usernames for command execution.
term - Variable in class org.codelibs.fess.app.pager.KeyMatchPager
The term of the key match.
term - Variable in class org.codelibs.fess.app.pager.RelatedContentPager
Search term for filtering related content.
term - Variable in class org.codelibs.fess.app.pager.RelatedQueryPager
Search term for the related query.
term - Variable in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
The search term that triggers the key match.
term - Variable in class org.codelibs.fess.app.web.admin.keymatch.SearchForm
The search term field for key match configuration.
term - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
The search term for which related content is shown.
term - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.SearchForm
The search term field for related content.
term - Variable in class org.codelibs.fess.app.web.admin.relatedquery.CreateForm
The search term for which related queries are shown.
term - Variable in class org.codelibs.fess.app.web.admin.relatedquery.SearchForm
The search term field for related queries.
term - Variable in class org.codelibs.fess.app.web.api.admin.keymatch.SearchBody
Search term for key matching
term - Variable in class org.codelibs.fess.app.web.api.admin.relatedcontent.SearchBody
Search term for related content
term - Variable in class org.codelibs.fess.app.web.api.admin.relatedquery.SearchBody
Search term for related queries
TermQueryCommand - Class in org.codelibs.fess.query
Command class for handling term query execution and conversion.
TermQueryCommand() - Constructor for class org.codelibs.fess.query.TermQueryCommand
Default constructor for TermQueryCommand.
TermRangeQueryCommand - Class in org.codelibs.fess.query
Command class for handling term range query execution and conversion.
TermRangeQueryCommand() - Constructor for class org.codelibs.fess.query.TermRangeQueryCommand
Default constructor for TermRangeQueryCommand.
termVectors(TermVectorsRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets term vectors for a document asynchronously.
termVectors(TermVectorsRequest, ActionListener<TermVectorsResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets term vectors for a document asynchronously with a callback.
TEXT_FRAGMENT_TYPE_HIGHLIGHT - Static variable in class org.codelibs.fess.Constants
Text fragment type for result highlighting.
TEXT_FRAGMENT_TYPE_QUERY - Static variable in class org.codelibs.fess.Constants
Text fragment type for query highlighting.
TEXT_FRAGMENTS - Static variable in class org.codelibs.fess.Constants
Text fragments feature identifier.
TEXT_SEP - Static variable in class org.codelibs.fess.helper.SuggestHelper
The separator for text content.
textBuf - Variable in class org.codelibs.fess.util.GsaConfigParser
Buffer to accumulate character data between XML tags.
textFragmentPrefixLength - Variable in class org.codelibs.fess.helper.ViewHelper
Length of text fragment prefix
textFragmentSize - Variable in class org.codelibs.fess.helper.ViewHelper
Size of text fragments
textFragmentSuffixLength - Variable in class org.codelibs.fess.helper.ViewHelper
Length of text fragment suffix
Theme - Class in org.codelibs.fess.theme
Immutable value object describing a registered static theme.
Theme(String, Path, ThemeManifest) - Constructor for class org.codelibs.fess.theme.Theme
Constructs a new theme descriptor.
THEME - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Theme plugins
ThemeDeleteForm - Class in org.codelibs.fess.app.web.admin.theme
Form posted from the delete-confirm modal.
ThemeDeleteForm() - Constructor for class org.codelibs.fess.app.web.admin.theme.ThemeDeleteForm
Default constructor used by the framework form binder.
ThemeDetailsForm - Class in org.codelibs.fess.app.web.admin.theme
Form for the details inspector.
ThemeDetailsForm() - Constructor for class org.codelibs.fess.app.web.admin.theme.ThemeDetailsForm
Default constructor used by the framework form binder.
ThemeException - Exception Class in org.codelibs.fess.exception
Exception thrown when theme-related operations fail.
ThemeException(String) - Constructor for exception class org.codelibs.fess.exception.ThemeException
Constructs a new ThemeException with the specified message.
ThemeException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.ThemeException
Constructs a new ThemeException with the specified message and cause.
themeFile - Variable in class org.codelibs.fess.app.web.admin.theme.ThemeUploadForm
Static-theme ZIP archive.
ThemeHelper - Class in org.codelibs.fess.helper
Helper class for managing theme installation and uninstallation.
ThemeHelper() - Constructor for class org.codelibs.fess.helper.ThemeHelper
Default constructor for ThemeHelper.
ThemeListForm - Class in org.codelibs.fess.app.web.admin.theme
Form for the theme list page.
ThemeListForm() - Constructor for class org.codelibs.fess.app.web.admin.theme.ThemeListForm
Default constructor used by the framework form binder.
ThemeManifest - Class in org.codelibs.fess.theme
Parsed representation of a static theme's theme.yml manifest.
ThemeManifestException - Exception Class in org.codelibs.fess.theme
Thrown when theme.yml fails parsing or validation.
ThemeManifestException(String) - Constructor for exception class org.codelibs.fess.theme.ThemeManifestException
Constructs an exception with the supplied diagnostic message and OTHER as the structured code.
ThemeManifestException(String, Throwable) - Constructor for exception class org.codelibs.fess.theme.ThemeManifestException
Constructs an exception with the supplied message and underlying cause, defaulting the structured code to OTHER.
ThemeManifestException(ThemeManifestException.Code, String) - Constructor for exception class org.codelibs.fess.theme.ThemeManifestException
Constructs an exception with the supplied structured code and message.
ThemeManifestException(ThemeManifestException.Code, String, Throwable) - Constructor for exception class org.codelibs.fess.theme.ThemeManifestException
Constructs an exception with the supplied structured code, message, and cause.
ThemeManifestException.Code - Enum Class in org.codelibs.fess.theme
Structured error codes for theme.yml failures.
themeRegistry - Variable in class org.codelibs.fess.theme.StaticThemeInstaller
Injected theme registry reloaded after successful install/delete.
ThemeRegistry - Class in org.codelibs.fess.theme
Registry of static themes available to the running Fess instance.
ThemeRegistry() - Constructor for class org.codelibs.fess.theme.ThemeRegistry
Default constructor.
ThemeUploadForm - Class in org.codelibs.fess.app.web.admin.theme
Multipart form for the theme upload page.
ThemeUploadForm() - Constructor for class org.codelibs.fess.app.web.admin.theme.ThemeUploadForm
Default constructor used by the framework form binder.
threaddump(EditForm) - Method in class org.codelibs.fess.app.web.admin.crawlinginfo.AdminCrawlinginfoAction
Print a thread dump.
ThreadDumpUtil - Class in org.codelibs.fess.util
Utility class for generating and writing thread dumps.
ThreadDumpUtil() - Constructor for class org.codelibs.fess.util.ThreadDumpUtil
Private constructor to prevent instantiation of this utility class.
threadName - Variable in class org.codelibs.fess.app.pager.FailureUrlPager
Name of the thread that encountered the failure.
threadName - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The name of the crawler thread that encountered the failure.
threadPool() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Gets the thread pool used by the client.
threads - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmObj
JVM thread statistics
thumbnail - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable thumbnail generation for documents.
THUMBNAIL - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Thumbnail generator plugins
THUMBNAIL_ENALBED_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for thumbnail enabled configuration.
ThumbnailAction - Class in org.codelibs.fess.app.web.thumbnail
Action class for handling thumbnail image requests.
ThumbnailAction() - Constructor for class org.codelibs.fess.app.web.thumbnail.ThumbnailAction
Default constructor for ThumbnailAction.
ThumbnailForm - Class in org.codelibs.fess.app.web.thumbnail
Form class for thumbnail request parameters.
ThumbnailForm() - Constructor for class org.codelibs.fess.app.web.thumbnail.ThumbnailForm
Default constructor for ThumbnailForm.
ThumbnailGenerationException - Exception Class in org.codelibs.fess.exception
Exception thrown when thumbnail generation fails.
ThumbnailGenerationException(String) - Constructor for exception class org.codelibs.fess.exception.ThumbnailGenerationException
Constructs a new ThumbnailGenerationException with the specified message.
ThumbnailGenerationException(String, Throwable) - Constructor for exception class org.codelibs.fess.exception.ThumbnailGenerationException
Constructs a new ThumbnailGenerationException with the specified message and cause.
ThumbnailGenerator - Class in org.codelibs.fess.exec
Executable class for generating thumbnails for indexed documents.
ThumbnailGenerator - Interface in org.codelibs.fess.thumbnail
Interface for thumbnail generation implementations.
ThumbnailGenerator() - Constructor for class org.codelibs.fess.exec.ThumbnailGenerator
Default constructor for ThumbnailGenerator.
ThumbnailGenerator.Options - Class in org.codelibs.fess.exec
Command-line options for the thumbnail generator.
thumbnailManager - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Manager for handling thumbnail generation and display.
ThumbnailManager - Class in org.codelibs.fess.thumbnail
Manager class for handling thumbnail generation and management.
ThumbnailManager() - Constructor for class org.codelibs.fess.thumbnail.ThumbnailManager
Default constructor for ThumbnailManager.
ThumbnailManager.FilePurgeVisitor - Class in org.codelibs.fess.thumbnail
File visitor for purging old thumbnail files.
thumbnailPathCacheSize - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Size of the thumbnail path cache.
THUMBNAILS_DIR_NAME - Static variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Default directory name for thumbnails.
thumbnailSupport - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Flag indicating whether thumbnail generation is enabled.
thumbnailTaskBulkSize - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Number of tasks to process in bulk operations.
thumbnailTaskQueue - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Queue for thumbnail generation tasks containing URL, content, and path tuples.
thumbnailTaskQueueSize - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Maximum size of the thumbnail generation task queue.
thumbnailTaskQueueTimeout - Variable in class org.codelibs.fess.thumbnail.ThumbnailManager
Timeout in milliseconds for thumbnail task queue operations.
time - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmGcObj
Total collection time in milliseconds
timeManager - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Time manager for handling date and time operations.
timeout - Variable in class org.codelibs.fess.job.ExecJob
Timeout in seconds for job execution (-1 means no timeout)
timeout(int) - Method in class org.codelibs.fess.job.ExecJob
Sets the timeout for this job execution.
timestamp - Variable in class org.codelibs.fess.app.web.api.admin.dict.ListBody
The timestamp of the dictionary.
timestamp - Variable in class org.codelibs.fess.dict.DictionaryFile
The timestamp when this dictionary file was created or last modified.
TIMEZONE_UTC - Static variable in class org.codelibs.fess.Constants
UTC timezone constant.
title - Variable in class org.codelibs.fess.entity.FacetQueryView
Title for this facet query view
toArray() - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
toArray() - Method in class org.codelibs.fess.util.QueryResponseList
 
toArray(T[]) - Method in class org.codelibs.fess.dict.DictionaryFile.PagingList
 
toArray(T[]) - Method in class org.codelibs.fess.util.QueryResponseList
 
toBeDisposable(InvokerAssistant.DisposableProcess) - Method in class org.codelibs.fess.opensearch.common.ImplementedInvokerAssistant
 
toCamelCase(Object) - Method in class org.codelibs.fess.entity.ParamMap
Converts a key to camelCase.
toFloat(Object) - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Converts an object value to a float for score calculations.
toGoogleChatMessage(SMailPostingDiscloser) - Method in class org.codelibs.fess.helper.NotificationHelper
Converts the discloser to a Google Chat message format.
toHours - Variable in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Ending hour of the interval
toJcaDigestName(String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Translates the short algorithm id (sha256/sha512/md5) recorded in app.digest.algorithm into the JCA standard name.
toJson(Map<String, Object>) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Serializes a map to a JSON string.
toJson(FessUserBean) - Method in class org.codelibs.fess.api.v2.handlers.UserPayloads
Builds the canonical user JSON map for the given FessUserBean.
token - Variable in class org.codelibs.fess.app.web.admin.accesstoken.CreateForm
The actual access token string.
token - Variable in class org.codelibs.fess.app.web.admin.dict.kuromoji.CreateForm
Token (word) to be added to the dictionary
TOKEN - Static variable in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
The token parameter.
toLineString() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
Returns the item as a line string.
toLineString() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Returns a compact string representation of this mapping item in the format "input1,input2=>output".
toLineString() - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
Converts this item to a string representation for writing to file.
toLineString() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
Converts the item to a string representation for writing to a file.
toLineString() - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
Converts the item to a string representation for writing to a file.
toLineString() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
Converts the item to a string representation for writing to a file.
toLong(Object) - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Converts a value to Long, tolerating Number and numeric String.
toLowercaseWildcard(String) - Method in class org.codelibs.fess.query.PrefixQueryCommand
Converts value to lowercase if lowercase wildcard is enabled.
toLowercaseWildcard(String) - Method in class org.codelibs.fess.query.WildcardQueryCommand
Converts a wildcard value to lowercase if configured to do so.
toLowerHyphen(Map<String, Object>) - Method in class org.codelibs.fess.helper.SearchLogHelper
Converts a map to lower hyphen case.
toMinutes - Variable in class org.codelibs.fess.helper.IntervalControlHelper.IntervalRule
Ending minute of the interval
TooManyValuesException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.ChatRequestBody.TooManyValuesException
Creates a new exception describing the array size or element length violation.
toQuery(QueryShardContext) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
Creates a Lucene Query from this query builder.
toQueryBuilder() - Method in class org.codelibs.fess.entity.GeoInfo
Returns the OpenSearch QueryBuilder for geographic queries.
toSlackMessage(SMailPostingDiscloser) - Method in class org.codelibs.fess.helper.NotificationHelper
Converts the discloser to a Slack message format.
toSource() - Method in interface org.codelibs.fess.entity.SearchLogEvent
Converts this search log event to a source map for indexing or logging.
toSource(SearchLogEvent) - Method in class org.codelibs.fess.helper.SearchLogHelper
Converts a search log event to a source map.
toSourceMaps(List<ChatMessage.ChatSource>) - Method in class org.codelibs.fess.helper.ChatApiHelper
Converts chat sources to the v2 API response shape.
toString() - Method in class org.codelibs.fess.app.web.base.login.EntraIdCredential
 
toString() - Method in class org.codelibs.fess.app.web.base.login.OpenIdConnectCredential
 
toString() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential.SamlUser
 
toString() - Method in class org.codelibs.fess.app.web.base.login.SamlCredential
 
toString() - Method in class org.codelibs.fess.app.web.base.login.SpnegoCredential
Returns a string representation of this credential.
toString() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
 
toString() - Method in class org.codelibs.fess.dict.kuromoji.KuromojiItem
 
toString() - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Returns a string representation of this character mapping file.
toString() - Method in class org.codelibs.fess.dict.mapping.CharMappingItem
Returns a string representation of this CharMappingItem including all fields.
toString() - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
 
toString() - Method in class org.codelibs.fess.dict.protwords.ProtwordsItem
 
toString() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
 
toString() - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideItem
 
toString() - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
 
toString() - Method in class org.codelibs.fess.dict.stopwords.StopwordsItem
 
toString() - Method in class org.codelibs.fess.dict.synonym.SynonymFile
 
toString() - Method in class org.codelibs.fess.dict.synonym.SynonymItem
 
toString() - Method in class org.codelibs.fess.entity.FacetInfo
Returns a string representation of this FacetInfo object.
toString() - Method in class org.codelibs.fess.entity.FacetQueryView
Returns a string representation of this FacetQueryView object.
toString() - Method in class org.codelibs.fess.entity.RequestParameter
Returns a string representation of this RequestParameter.
toString() - Method in class org.codelibs.fess.entity.SearchRenderData
 
toString() - Method in class org.codelibs.fess.exec.Crawler.Options
Returns a string representation of this Options object.
toString() - Method in class org.codelibs.fess.exec.SuggestCreator.Options
 
toString() - Method in class org.codelibs.fess.exec.ThumbnailGenerator.Options
 
toString() - Method in class org.codelibs.fess.helper.PluginHelper.Artifact
Returns a string representation of the artifact.
toString() - Method in class org.codelibs.fess.llm.IntentDetectionResult
 
toString() - Method in class org.codelibs.fess.llm.LlmMessage
 
toString() - Method in class org.codelibs.fess.llm.RelevanceEvaluationResult
 
toString() - Method in class org.codelibs.fess.query.DefaultQueryBuilder
 
toString() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor.SearchRequestParamsWrapper
 
toString() - Method in class org.codelibs.fess.rank.fusion.SearchResult
 
toString() - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator.StateData
 
toString() - Method in class org.codelibs.fess.util.DocList
Returns a string representation of this DocList including metrics and content.
toString() - Method in class org.codelibs.fess.util.FacetResponse
 
toString() - Method in class org.codelibs.fess.util.GsaConfigParser
Returns a string representation of this parser's current state.
toString() - Method in class org.codelibs.fess.util.PrunedTag
 
toString() - Method in class org.codelibs.fess.util.QueryResponseList
 
total - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.FsObj
Total space in bytes
total - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemoryPhysicalObj
Total physical memory in bytes.
total - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.OsMemorySwapSpaceObj
Total swap space in bytes.
total - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessCpuObj
Total CPU time used by the process in milliseconds.
total - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessVirtualMemoryObj
Total virtual memory size in bytes.
total - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiBackupFilesResponse
The total number of backup files.
total - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiConfigsResponse
The total number of configuration settings.
total - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiLogFilesResponse
The total number of log files.
total - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiLogsResponse
The total number of logs.
total(long) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiBackupFilesResponse
Sets the total number of backup files.
total(long) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiConfigsResponse
Sets the total number of configuration settings.
total(long) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiLogFilesResponse
Sets the total number of log files.
total(long) - Method in class org.codelibs.fess.app.web.api.ApiResult.ApiLogsResponse
Sets the total number of logs.
total_loaded - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmClassesObj
Total classes loaded since JVM start
totalWordsNum - Variable in class org.codelibs.fess.app.web.api.admin.suggest.SuggestBody
The total number of words in the suggest index.
toTypedUserId(String) - Method in class org.codelibs.fess.app.web.base.login.FessLoginAssist
Converts a user key to a typed user ID.
touch() - Method in class org.codelibs.fess.entity.ChatSession
Updates the last accessed timestamp to the current time.
toURLString() - Method in class org.codelibs.fess.helper.ViewHelper.TextFragment
Converts this text fragment to a URL string parameter.
toXContent(XContentBuilder, ToXContent.Params) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
 
track_total_hits - Variable in class org.codelibs.fess.app.web.base.SearchForm
Parameter to control tracking of total hits in search results.
TRACK_TOTAL_HITS - Static variable in class org.codelibs.fess.Constants
Track total hits configuration key.
trackTotalHits - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Track total hits configuration
trackTotalHits(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient.SearchConditionBuilder
Sets the track total hits configuration.
transform(ResponseData) - Method in class org.codelibs.fess.crawler.transformer.AbstractFessFileTransformer
 
trimHistory(int) - Method in class org.codelibs.fess.entity.ChatSession
Trims the message history to keep only the most recent messages.
TRUE - Static variable in class org.codelibs.fess.Constants
String constant representing boolean true value.
truncateContent(Map<String, Object>, long) - Method in class org.codelibs.fess.chat.DefaultChatContentFetcher
Truncates the content field of a document to at most maxLength characters, keeping the leading portion.
truncateForLog(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Returns a bounded prefix of an LLM response suitable for WARN-level logging.
TRUNCATION_FINISH_REASONS - Static variable in class org.codelibs.fess.llm.AbstractLlmClient
Provider-specific finish-reason values that indicate the LLM stopped because it ran out of output token budget (truncated response).
tryCleanupAndRetry(String, String, int) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Checks if the existing operation lock is stale (expired or owner inactive) and retries acquisition.
tryStartOperation(String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Attempts to acquire a distributed lock for the specified operation.
tryStartOperation(String, String) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Attempts to acquire a distributed lock for the specified operation with optional data.
tryStartOperation(String, String, int) - Method in class org.codelibs.fess.helper.CoordinatorHelper
Internal method to acquire a distributed lock with retry control.
type - Variable in class org.codelibs.fess.app.web.api.admin.dict.ListBody
The type of the dictionary.
type(String) - Method in class org.codelibs.fess.entity.HighlightInfo
Sets the highlighting type with fluent interface.

U

uiConfigHandler - Variable in class org.codelibs.fess.api.v2.SearchApiV2Manager
Handles GET /api/v2/ui/config (SPA bootstrap configuration).
UiConfigHandler - Class in org.codelibs.fess.api.v2.handlers
Handles GET /api/v2/ui/config.
UiConfigHandler() - Constructor for class org.codelibs.fess.api.v2.handlers.UiConfigHandler
Default constructor.
unassignedShards - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.EngineObj
Number of unassigned shards
UNAUTHORIZED - Enum constant in enum class org.codelibs.fess.app.web.api.ApiResult.Status
Unauthorized status indicating authentication failure.
unblockIp(String) - Method in class org.codelibs.fess.helper.RateLimitHelper
Unblock an IP address.
unclear(String) - Static method in class org.codelibs.fess.llm.IntentDetectionResult
Creates an unclear intent result when intent cannot be determined.
UNCLEAR - Enum constant in enum class org.codelibs.fess.llm.ChatIntent
Intent is unclear - need to ask user for clarification
unclearIntentSystemPrompt - Variable in class org.codelibs.fess.llm.AbstractLlmClient
The system prompt for handling unclear intents.
unescape(String) - Method in class org.codelibs.fess.util.GsaConfigParser
Unescapes double backslashes in regex patterns.
uninstall(String, Path) - Method in class org.codelibs.fess.helper.PluginHelper
Uninstalls an artifact by deleting its JAR file.
uninstall(PluginHelper.Artifact) - Method in class org.codelibs.fess.helper.ThemeHelper
Uninstalls a theme by removing all its associated files and directories.
UNKNOWN - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Unknown/generic JAR files
unloaded - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmClassesObj
Total classes unloaded
unregister(ScheduledJob) - Method in class org.codelibs.fess.helper.JobHelper
Unregisters a scheduled job from the job manager.
UNSAFE_ENTRY - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
entry is absolute, contains traversal, or otherwise unsafe.
UNSUPPORTED_API_VERSION - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
apiVersion is missing or does not match the expected constant.
UNSUPPORTED_KIND - Enum constant in enum class org.codelibs.fess.theme.ThemeManifestException.Code
kind is missing or does not match the expected constant.
UNSUPPORTED_MEDIA_TYPE - Enum constant in enum class org.codelibs.fess.api.v2.V2ErrorCode
The request's Content-Type is not supported (e.g., not application/json).
UnsupportedMediaTypeException(String) - Constructor for exception class org.codelibs.fess.api.v2.handlers.V2JsonBody.UnsupportedMediaTypeException
Creates the exception with a diagnostic message.
UnsupportedSearchException - Exception Class in org.codelibs.fess.exception
Exception thrown when an unsupported search operation is requested.
UnsupportedSearchException(String) - Constructor for exception class org.codelibs.fess.exception.UnsupportedSearchException
Constructs a new UnsupportedSearchException with the specified message.
update() - Method in class org.codelibs.fess.helper.AbstractConfigHelper
Update the configuration.
update() - Method in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Updates the processor configuration by reloading available searchers.
update(InputStream) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
Updates the dictionary file with the given input stream.
update(InputStream) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Updates the entire mapping file content from the provided input stream.
update(InputStream) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
Updates the dictionary file with content from the input stream.
update(InputStream) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
Updates the dictionary file with content from an input stream.
update(InputStream) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
Updates the dictionary file with content from an input stream.
update(InputStream) - Method in class org.codelibs.fess.dict.synonym.SynonymFile
Updates the dictionary file with content from an input stream.
update(String, String, Object) - Method in class org.codelibs.fess.helper.SearchHelper
Updates a single field of a document.
update(String, String, String, Object) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Updates a specific field in a document.
update(String, Consumer<UpdateRequestBuilder>) - Method in class org.codelibs.fess.helper.SearchHelper
Updates a document using a custom update request builder.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.accesstoken.AdminAccesstokenAction
Update an access token.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Update a bad word.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.boostdoc.AdminBoostdocAction
Update a boost document rule.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.dataconfig.AdminDataconfigAction
Update a data config.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Update a design file.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Update a kuromoji item.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Update a char mapping item.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Update a protected word item.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Update an existing stemmer override item.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Update an existing stopwords entry.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Updates an existing synonym item.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.duplicatehost.AdminDuplicatehostAction
Updates an existing duplicate host configuration.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Updates an existing elevate word entry.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.fileauth.AdminFileauthAction
Updates an existing file authentication.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.fileconfig.AdminFileconfigAction
Updates an existing file configuration.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
Updates the general system configuration settings.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Updates an existing group.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.keymatch.AdminKeymatchAction
Updates an existing key match.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.labeltype.AdminLabeltypeAction
Updates an existing label type.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.pathmap.AdminPathmapAction
Updates an existing path mapping with the provided form data.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.relatedcontent.AdminRelatedcontentAction
Updates an existing related content item.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.relatedquery.AdminRelatedqueryAction
Updates an existing related query item.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Updates an existing request header item.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.scheduler.AdminSchedulerAction
Updates an existing scheduled job.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Updates an existing document in the search index.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Updates an existing user.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Updates an existing web authentication configuration.
update(EditForm) - Method in class org.codelibs.fess.app.web.admin.webconfig.AdminWebconfigAction
Updates an existing web crawler configuration.
update(KuromojiItem) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile
 
update(CharMappingItem) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile
Updates an existing character mapping item in the dictionary file.
update(ProtwordsItem) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile
 
update(StemmerOverrideItem) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile
 
update(StopwordsItem) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile
 
update(SynonymItem) - Method in class org.codelibs.fess.dict.synonym.SynonymFile
 
update(User) - Method in interface org.codelibs.fess.auth.chain.AuthenticationChain
Updates an existing user in the authentication chain.
update(User) - Method in class org.codelibs.fess.auth.chain.CommandChain
 
update(User) - Method in class org.codelibs.fess.auth.chain.LdapChain
 
update(UpdateRequest) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Updates a document asynchronously.
update(UpdateRequest, ActionListener<UpdateResponse>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Updates a document asynchronously with a callback.
update(T) - Method in class org.codelibs.fess.dict.DictionaryFile
Updates an existing dictionary item.
UPDATE_PERMISSION - Enum constant in enum class org.codelibs.fess.helper.ActivityHelper.Action
The update permission action.
updateAlias(String) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Updates index aliases to point to a new index.
updateAvailability() - Method in class org.codelibs.fess.llm.AbstractLlmClient
Updates the cached availability state.
updateByIdWithScript(String, String, String, Object) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Updates a document by ID using a script when pipelines are enabled.
updateByQuery(String, Function<SearchRequestBuilder, SearchRequestBuilder>, BiFunction<UpdateRequestBuilder, SearchHit, UpdateRequestBuilder>) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Updates documents in an index using a query.
updateClickFieldInIndex(Map<String, Integer>) - Method in class org.codelibs.fess.helper.SearchLogHelper
Updates the click field in the index.
updateCommand - Variable in class org.codelibs.fess.auth.chain.CommandChain
Command array for user update operations.
updateConfig() - Method in class org.codelibs.fess.ldap.LdapManager
Updates the LDAP configuration.
updateConfig(FessConfig, EditForm) - Static method in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
Updates the Fess configuration with values from the form.
updateConfigListenerMap - Variable in class org.codelibs.fess.helper.SystemHelper
A map of listeners for configuration updates.
updateConfiguration() - Method in class org.codelibs.fess.helper.SystemHelper
Updates the application configuration.
updateCookie(String, int) - Method in class org.codelibs.fess.helper.UserInfoHelper
Updates the user identification cookie with the specified user code and max age.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.accesstoken.EditForm
The username of the user who last updated this access token.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.badword.EditForm
The username of the user who last updated this bad word entry.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.boostdoc.EditForm
The username of the user who last updated this boost document configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.dataconfig.EditForm
The username of the user who last updated this data configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.EditForm
The username of the user who last updated this duplicate host configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.elevateword.EditForm
The username of the user who last updated this elevate word configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.fileauth.EditForm
The username of the user who last updated this file authentication configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.fileconfig.EditForm
The username of the user who last updated this file configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.group.EditForm
The username of the user who last updated this group.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.keymatch.EditForm
The username of the user who last updated this key match configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.labeltype.EditForm
The username of the user who last updated this label type.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.pathmap.EditForm
The username of the user who last updated this path mapping configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.EditForm
The username of the user who last updated this related content configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.relatedquery.EditForm
Username of the user who last updated this entry
updatedBy - Variable in class org.codelibs.fess.app.web.admin.reqheader.EditForm
The username of the user who last updated this request header configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.role.EditForm
The username of the user who last updated this role.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.webauth.EditForm
The username of the user who last updated this web authentication configuration.
updatedBy - Variable in class org.codelibs.fess.app.web.admin.webconfig.EditForm
The username of the user who last updated this web configuration.
updateDocument(Map<String, Object>) - Method in class org.codelibs.fess.helper.LanguageHelper
Updates a document with language information.
updateDocument(Map<String, Object>) - Method in class org.codelibs.fess.indexer.IndexUpdater
Updates a document with additional metadata and enhancements.
updateDocument(SearchEngineClient, String, String, Object) - Method in class org.codelibs.fess.helper.IndexingHelper
Updates a specific field of a document in the search index.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.accesstoken.EditForm
The timestamp when this access token was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.badword.EditForm
The timestamp when this bad word entry was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.boostdoc.EditForm
The timestamp when this boost document configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.dataconfig.EditForm
The timestamp when this data configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.EditForm
The timestamp when this duplicate host configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.elevateword.EditForm
The timestamp when this elevate word configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.fileauth.EditForm
The timestamp when this file authentication configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.fileconfig.EditForm
The timestamp when this file configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.group.EditForm
The timestamp when this group was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.keymatch.EditForm
The timestamp when this key match configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.labeltype.EditForm
The timestamp when this label type was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.pathmap.EditForm
The timestamp when this path mapping configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.EditForm
The timestamp when this related content configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.relatedquery.EditForm
Timestamp when this entry was last updated
updatedTime - Variable in class org.codelibs.fess.app.web.admin.reqheader.EditForm
The timestamp when this request header configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.role.EditForm
The timestamp when this role was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.webauth.EditForm
The timestamp when this web authentication configuration was last updated.
updatedTime - Variable in class org.codelibs.fess.app.web.admin.webconfig.EditForm
The timestamp when this web configuration was last updated.
updateFileProtocol(String) - Method in class org.codelibs.fess.helper.ViewHelper
Updates file protocol based on user agent type.
updateForm(FessConfig, EditForm) - Static method in class org.codelibs.fess.app.web.admin.general.AdminGeneralAction
Updates the form with current configuration values.
updateHighlightInfo(HighlightInfo, int) - Method in class org.codelibs.fess.helper.ViewHelper
Updates highlight information based on screen width.
UpdateLabelJob - Class in org.codelibs.fess.job
Job class for updating label information in the search index.
UpdateLabelJob() - Constructor for class org.codelibs.fess.job.UpdateLabelJob
Default constructor for UpdateLabelJob.
updateMemberOf(EntraIdCredential.EntraIdUser) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Updates the user's group and role membership information with lazy loading for parent groups.
updateObjectTags(String, Map<String, String>) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Updates the tags for a storage object in the storage system.
updateParams(String, String, int) - Method in class org.codelibs.fess.helper.CrawlingInfoHelper
Updates crawling information parameters for the specified session.
updateProperties() - Method in class org.codelibs.fess.thumbnail.impl.CommandGenerator
Updates timeout properties from system configuration.
updateScore(Map<String, Object>) - Method in class org.codelibs.fess.score.ScoreBooster
Updates the score of documents.
updateSearchRoles(Set<String>, String, String) - Method in class org.codelibs.fess.ldap.LdapManager
Updates the role set with search roles based on the entry DN and name.
updateStatus() - Method in class org.codelibs.fess.app.service.JobLogService
Updates the status of expired jobs that haven't finished.
updateStoredPasswordHash(String, String) - Method in class org.codelibs.fess.app.service.UserService
Updates the stored password hash directly, bypassing AuthenticationManager chain.
updateStoredPasswordHash(String, String, String) - Method in class org.codelibs.fess.app.service.UserService
Updates the stored password hash with an optional compare-and-set guard.
updateSystemProperties() - Method in class org.codelibs.fess.helper.SystemHelper
Updates system properties from the application configuration.
updateTags(TagForm) - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Updates the tags for a storage object.
updateThumbnailField(String, String) - Method in class org.codelibs.fess.thumbnail.impl.BaseThumbnailGenerator
Updates the thumbnail field in the search index.
updateUserSessionId(String) - Method in class org.codelibs.fess.helper.UserInfoHelper
Updates the user session with the provided user code.
upgradeEncoding(String) - Method in class org.codelibs.fess.helper.PasswordHashHelper
Determines whether the stored password should be re-encoded using the currently configured algorithm and parameters.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.backup.AdminBackupAction
Upload a file.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Upload the bad words.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.design.AdminDesignAction
Upload a design file.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Upload a kuromoji dictionary file.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Upload a char mapping file.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Upload the protected words.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Upload a new stemmer override dictionary file.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Upload a stopwords file.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Handles the upload of synonym dictionary files.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Uploads and imports elevate words from a CSV file.
upload(UploadForm) - Method in class org.codelibs.fess.app.web.admin.sereq.AdminSereqAction
Processes uploaded search request files and executes them against the search engine.
upload(ItemForm) - Method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Uploads a file to the storage system.
upload(ThemeUploadForm) - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Handles a static-theme ZIP upload.
uploadFile - Variable in class org.codelibs.fess.app.web.admin.storage.ItemForm
The file to be uploaded for the storage item
UploadForm - Class in org.codelibs.fess.app.web.admin.backup
Form class for backup file upload.
UploadForm - Class in org.codelibs.fess.app.web.admin.badword
Form for uploading bad word files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.admin.design
Form for uploading design files to customize the appearance of the Fess search interface.
UploadForm - Class in org.codelibs.fess.app.web.admin.dict.kuromoji
Form for uploading Kuromoji dictionary files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.admin.dict.mapping
Form for uploading character mapping files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.admin.dict.protwords
Form for uploading protected words files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.admin.dict.stemmeroverride
Form for uploading stemmer override files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.admin.dict.stopwords
Form for uploading stopwords files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.admin.dict.synonym
Form for uploading synonym files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.admin.elevateword
Form for uploading elevate word files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.admin.sereq
Form for uploading search request files to the Fess search engine.
UploadForm - Class in org.codelibs.fess.app.web.api.admin.storage
Form for uploading files to the storage system via the admin API.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.backup.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.badword.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.design.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.kuromoji.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.mapping.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.protwords.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stemmeroverride.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.stopwords.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.dict.synonym.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.elevateword.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.admin.sereq.UploadForm
Default constructor for UploadForm.
UploadForm() - Constructor for class org.codelibs.fess.app.web.api.admin.storage.UploadForm
Default constructor for UploadForm.
uploadObject(String, InputStream, long, String) - Method in class org.codelibs.fess.storage.GcsStorageClient
 
uploadObject(String, InputStream, long, String) - Method in class org.codelibs.fess.storage.S3StorageClient
 
uploadObject(String, InputStream, long, String) - Method in interface org.codelibs.fess.storage.StorageClient
Uploads an object to storage.
uploadObject(String, MultipartFormFile) - Static method in class org.codelibs.fess.app.web.admin.storage.AdminStorageAction
Uploads a file to the storage system.
uploadpage() - Method in class org.codelibs.fess.app.web.admin.badword.AdminBadwordAction
Show the upload page.
uploadpage() - Method in class org.codelibs.fess.app.web.admin.elevateword.AdminElevatewordAction
Shows the upload page for importing elevate words.
uploadpage() - Method in class org.codelibs.fess.app.web.admin.theme.AdminThemeAction
Displays the theme upload form page.
uploadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Show the upload page.
uploadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Show the upload page.
uploadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Show the upload page.
uploadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Display the upload page for stemmer override dictionary file.
uploadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Display the upload page for stopwords file.
uploadpage(String) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Displays the upload page for synonym dictionary files.
uptime - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmObj
JVM uptime in milliseconds
UriType - Annotation Interface in org.codelibs.fess.validation
Validation annotation for URI type constraints.
UriTypeValidator - Class in org.codelibs.fess.validation
Validator implementation for URI type constraints.
UriTypeValidator() - Constructor for class org.codelibs.fess.validation.UriTypeValidator
Default constructor for UriTypeValidator.
UriTypeValidator.ProtocolType - Enum Class in org.codelibs.fess.validation
Enumeration of supported protocol types for URI validation.
url - Variable in class org.codelibs.fess.app.pager.FailureUrlPager
URL filter for searching failure URLs.
url - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The URL that failed during crawling.
url - Variable in class org.codelibs.fess.app.web.admin.failureurl.SearchForm
The URL field for searching failure URLs.
url - Variable in class org.codelibs.fess.app.web.api.admin.failureurl.SearchBody
The URL that failed during crawling
url - Variable in class org.codelibs.fess.app.web.error.ErrorForm
URL parameter associated with the error
url - Variable in class org.codelibs.fess.helper.PluginHelper.Artifact
The URL where the artifact can be downloaded
url(String) - Static method in class org.codelibs.fess.taglib.FessFunctions
Generates a complete URL with context path and cache-busting timestamp.
URL_EXCLUDE_PATTERN - Static variable in class org.codelibs.fess.ds.callback.FileListIndexUpdateCallbackImpl
The key used to specify the pattern for excluding URLs.
urlCodec - Variable in class org.codelibs.fess.filter.EncodingFilter
URL codec for encoding and decoding URL parameters
urlExpr - Variable in class org.codelibs.fess.app.pager.BoostDocPager
URL expression for search filtering.
urlExpr - Variable in class org.codelibs.fess.app.web.admin.boostdoc.CreateForm
URL expression pattern to match documents for boosting
urlExpr - Variable in class org.codelibs.fess.app.web.admin.boostdoc.SearchForm
The URL expression field for boost document configuration.
urlExpr - Variable in class org.codelibs.fess.app.web.api.admin.boostdoc.SearchBody
The URL expression pattern to search for in boost documents.
urlFilterService - Variable in class org.codelibs.fess.indexer.IndexUpdater
Service for URL filtering operations
urlLinkEncoding - Variable in class org.codelibs.fess.helper.ViewHelper
Character encoding for URL links
urlQueryPlaceHolder - Variable in class org.codelibs.fess.helper.RelatedContentHelper
Placeholder string used in regex-based related content templates for URL contexts.
urlQueueService - Variable in class org.codelibs.fess.indexer.IndexUpdater
Service for managing URL crawling queue
urls - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: target URLs.
urls - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The URLs to be crawled by this web configuration.
urls - Variable in class org.codelibs.fess.app.web.admin.webconfig.SearchForm
The URLs field for searching web configurations.
urls - Variable in class org.codelibs.fess.app.web.api.admin.webconfig.SearchBody
URLs to crawl
usable - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.FsObj
Usable space in bytes
USE_BROWSER_LOCALE_FOR_SEARCH_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for browser locale usage in search configuration.
used - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.FsObj
Used space in bytes
used - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryHeapObj
Used heap memory in bytes
used - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmMemoryNonHeapObj
Used non-heap memory in bytes
used - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.JvmPoolObj
Used memory in bytes
useEcsFormat - Variable in class org.codelibs.fess.helper.ActivityHelper
The flag to use ECS format.
useGoogleOffOn - Variable in class org.codelibs.fess.crawler.transformer.FessXpathTransformer
Flag indicating whether to process Google on/off comments
useLocalFesen - Variable in class org.codelibs.fess.job.ExecJob
Flag indicating whether to use local Fesen instance
useLocalFesen(boolean) - Method in class org.codelibs.fess.job.ExecJob
Sets whether to use local Fesen instance.
usePipeline - Variable in class org.codelibs.fess.opensearch.client.SearchEngineClient
Whether to use pipelines for document processing
usePipeline() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Enables the use of ingest pipelines for document processing.
user(String) - Static method in class org.codelibs.fess.llm.LlmMessage
Creates a user message with the specified content.
USER - Enum constant in enum class org.codelibs.fess.api.v2.handlers.LoginRateLimiter.Scope
Per-username login bucket.
USER_AGENT - Static variable in class org.codelibs.fess.helper.UserAgentHelper
The HTTP header name for User-Agent
USER_AGENT_TYPE - Static variable in class org.codelibs.fess.helper.UserAgentHelper
The request attribute key for storing cached user agent type
USER_BEAN - Static variable in class org.codelibs.fess.helper.UserInfoHelper
The session attribute key for storing user bean information
USER_CODE - Static variable in class org.codelibs.fess.Constants
User code parameter name.
USER_FAVORITE_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for user favorite functionality configuration.
USER_INFO - Static variable in class org.codelibs.fess.Constants
User information session key.
USER_INFO_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for user information configuration.
USER_ROLES - Static variable in class org.codelibs.fess.helper.RoleQueryHelper
The key for user roles in the request attribute.
USER_TYPE - Static variable in class org.codelibs.fess.app.web.base.FessBaseAction
The user type for Admin, e.g.
userAgent - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: user agent string.
userAgent - Variable in class org.codelibs.fess.app.web.admin.pathmap.CreateForm
The user agent string for this path mapping.
userAgent - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
The user agent string to use during crawling.
userAgent - Variable in class org.codelibs.fess.util.GsaConfigParser
User agent string to be used for web crawling.
UserAgentHelper - Class in org.codelibs.fess.helper
Helper class for detecting and categorizing user agent types from HTTP requests.
UserAgentHelper() - Constructor for class org.codelibs.fess.helper.UserAgentHelper
Default constructor for UserAgentHelper.
UserAgentHelper.UserAgentType - Enum Class in org.codelibs.fess.helper
Enumeration of supported browser types for user agent detection.
userBhv - Variable in class org.codelibs.fess.app.service.GroupService
Behavior class for user database operations
userBhv - Variable in class org.codelibs.fess.app.service.RoleService
The behavior for users.
userBhv - Variable in class org.codelibs.fess.app.service.UserService
User behavior for database operations
userCheckInterval - Variable in class org.codelibs.fess.helper.SearchLogHelper
Interval for checking user information in milliseconds (default: 10 minutes).
userFavorite - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable user favorite functionality.
userFavorite - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The user favorite setting.
userInfo - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable user information tracking.
userInfo - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The user info setting.
userInfoBhv - Variable in class org.codelibs.fess.app.service.FavoriteLogService
Behavior class for user information database operations.
userInfoCache - Variable in class org.codelibs.fess.helper.SearchLogHelper
Cache for storing user information.
userInfoCacheSize - Variable in class org.codelibs.fess.helper.SearchLogHelper
Maximum size of the user information cache.
userInfoHelper - Variable in class org.codelibs.fess.app.web.base.FessSearchAction
Helper for managing user information and authentication.
UserInfoHelper - Class in org.codelibs.fess.helper
Helper class for managing user information and session tracking in Fess search system.
UserInfoHelper() - Constructor for class org.codelibs.fess.helper.UserInfoHelper
Default constructor for UserInfoHelper.
UserInfoService - Class in org.codelibs.fess.app.service
Service class for managing user information data.
UserInfoService() - Constructor for class org.codelibs.fess.app.service.UserInfoService
Default constructor for UserInfoService.
userMessage(String) - Static method in class org.codelibs.fess.entity.ChatMessage
Creates a user message with the specified content.
username - Variable in class org.codelibs.fess.app.pager.FileAuthPager
The username for file authentication.
username - Variable in class org.codelibs.fess.app.pager.WebAuthPager
Search criteria: username.
username - Variable in class org.codelibs.fess.app.web.admin.fileauth.CreateForm
The username for file authentication (required, maximum 100 characters).
username - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The username for authentication.
username - Variable in class org.codelibs.fess.app.web.login.LoginForm
The username.
username - Variable in class org.codelibs.fess.app.web.login.PasswordForm
The username.
UserPager - Class in org.codelibs.fess.app.pager
Pager class for handling user list pagination.
UserPager() - Constructor for class org.codelibs.fess.app.pager.UserPager
Default constructor for UserPager.
UserPayloads - Class in org.codelibs.fess.api.v2.handlers
Shared helper that produces the canonical v2 user JSON shape.
UserPayloads() - Constructor for class org.codelibs.fess.api.v2.handlers.UserPayloads
Creates the user-payload helper.
userPrefix - Variable in class org.codelibs.fess.helper.PermissionHelper
Prefix used to identify user-based permissions
UserRoleLoginException - Exception Class in org.codelibs.fess.exception
Exception thrown when user role authentication fails during login attempts.
UserRoleLoginException(Class<? extends RootAction>) - Constructor for exception class org.codelibs.fess.exception.UserRoleLoginException
Constructs a new UserRoleLoginException with the specified action class.
UserService - Class in org.codelibs.fess.app.service
Service class for managing user operations in the Fess search system.
UserService() - Constructor for class org.codelibs.fess.app.service.UserService
Default constructor for UserService.
userSessionId - Variable in class org.codelibs.fess.app.pager.SearchLogPager
User session ID filter for search logs.
userSessionId - Variable in class org.codelibs.fess.app.web.admin.searchlog.SearchForm
The user session ID field for filtering logs by session.
useSession - Variable in class org.codelibs.fess.helper.ViewHelper
Whether to use HTTP sessions
useV2Endpoint - Variable in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Use V2 endpoint.

V

V2EnvelopeWriter - Class in org.codelibs.fess.api.v2
Writes the unified /api/v2 response envelope.
V2EnvelopeWriter() - Constructor for class org.codelibs.fess.api.v2.V2EnvelopeWriter
Creates the v2 envelope writer.
V2ErrorCode - Enum Class in org.codelibs.fess.api.v2
Canonical error codes for the /api/v2 response envelope.
V2JsonBody - Class in org.codelibs.fess.api.v2.handlers
Reads a JSON-encoded request body into a Map and returns it.
V2JsonBody() - Constructor for class org.codelibs.fess.api.v2.handlers.V2JsonBody
Creates the v2 JSON body reader.
V2JsonBody.MalformedJsonException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown when the request body is not parseable as JSON.
V2JsonBody.PayloadTooLargeException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown when the request body exceeds the configured maximum byte size.
V2JsonBody.UnsupportedMediaTypeException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown when the request Content-Type is not application/json.
V2JsonRequestParams - Class in org.codelibs.fess.api.v2.handlers
Search request parameters for the /api/v2 surface.
V2JsonRequestParams(HttpServletRequest, FessConfig) - Constructor for class org.codelibs.fess.api.v2.handlers.V2JsonRequestParams
Constructs a v2 request-params adapter over an incoming HTTP request.
V2JsonRequestParams.InvalidOffsetException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown by V2JsonRequestParams.getOffset() or V2JsonRequestParams.getStartPosition() when the offset / start parameter is present but negative.
V2JsonRequestParams.InvalidPageSizeException - Exception Class in org.codelibs.fess.api.v2.handlers
Thrown by V2JsonRequestParams.getPageSize() when the num parameter is present but <= 0.
V2ParamValidator - Class in org.codelibs.fess.api.v2.handlers
Stateless helpers that enforce length/item-count bounds on v2 request parameters, throwing InvalidRequestParameterException on violation.
validate() - Method in class org.codelibs.fess.ldap.LdapManager
Validates the LDAP connection.
validate() - Static method in class org.codelibs.fess.util.WebApiUtil
Validates the current request by checking for stored web API exceptions.
validateAttributes(Map<String, String>, Consumer<VaMessenger<FessMessages>>) - Static method in class org.codelibs.fess.app.web.admin.group.AdminGroupAction
Validates group attributes using LDAP manager.
validateAttributes(Map<String, String>, Consumer<VaMessenger<FessMessages>>) - Static method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Validates LDAP user attribute types using the configured LDAP manager.
validateAuthRespMatchesCodeFlow(AuthenticationSuccessResponse) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Validates that the authentication response matches the authorization code flow.
validateFields(Map<String, Object>, Consumer<VaMessenger<FessMessages>>) - Static method in class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction
Validates document fields according to index field requirements.
validateFilePath(String) - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Validates the file path.
validateGroupAttributes(Class<?>, Map<String, String>, Consumer<String>) - Method in class org.codelibs.fess.ldap.LdapManager
Validates group attributes for the specified type.
validateNonce(EntraIdAuthenticator.StateData, IAuthenticationResult) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Validates the nonce in the authentication result.
validatePassword(String) - Method in class org.codelibs.fess.helper.SystemHelper
Validates a password against configured password policy requirements.
validateState(HttpSession, String) - Method in class org.codelibs.fess.sso.entraid.EntraIdAuthenticator
Validates the OAuth2 state parameter.
validateUserAttributes(Class<?>, Map<String, String>, Consumer<String>) - Method in class org.codelibs.fess.ldap.LdapManager
Validates user attributes for the specified type.
value - Variable in class org.codelibs.fess.app.pager.LabelTypePager
The value of the label type.
value - Variable in class org.codelibs.fess.app.pager.ReqHeaderPager
The value of the request header.
value - Variable in class org.codelibs.fess.app.pager.RoleTypePager
Value of the role type.
value - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The value of the label type (alphanumeric and underscore only).
value - Variable in class org.codelibs.fess.app.web.admin.labeltype.SearchForm
The value field for searching label types.
value - Variable in class org.codelibs.fess.app.web.admin.reqheader.CreateForm
The value of the request header.
value - Variable in class org.codelibs.fess.app.web.api.admin.labeltype.SearchBody
Value of the label type
value() - Element in annotation interface org.codelibs.fess.annotation.Secured
Returns the list of security configuration attributes (e.g. ROLE_USER, ROLE_ADMIN).
VALUE_PREFIX - Static variable in class org.codelibs.fess.util.ParameterUtil
The value field prefix.
valueCountMap - Variable in class org.codelibs.fess.util.FacetResponse.Field
Map containing field values and their document counts.
valueOf(String) - Static method in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.api.v2.handlers.LoginRateLimiter.Scope
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.api.v2.V2ErrorCode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.app.web.api.ApiResult.Status
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.chat.DefaultChatContentFetcher.Strategy
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.cors.CorsMatchType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.entity.SearchRequestParams.SearchRequestType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.helper.ActivityHelper.Action
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.helper.UserAgentHelper.UserAgentType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.llm.ChatIntent
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.sso.SsoResponseType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.storage.StorageType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.theme.ThemeManifestException.Code
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator.Result
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class org.codelibs.fess.validation.UriTypeValidator.ProtocolType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.codelibs.fess.api.BaseApiManager.FormatType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.api.v2.handlers.LoginRateLimiter.Scope
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.api.v2.V2ErrorCode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.app.web.api.ApiResult.Status
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.chat.DefaultChatContentFetcher.Strategy
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.cors.CorsMatchType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.codelibs.fess.entity.ParamMap
 
values() - Static method in enum class org.codelibs.fess.entity.SearchRequestParams.SearchRequestType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.helper.ActivityHelper.Action
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.helper.CrawlerStatsHelper.StatsAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.helper.UserAgentHelper.UserAgentType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.llm.ChatIntent
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.sso.SsoResponseType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.storage.StorageType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.theme.ThemeManifestException.Code
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class org.codelibs.fess.thumbnail.impl.HtmlTagBasedGenerator.Result
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Method in class org.codelibs.fess.util.DocMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum class org.codelibs.fess.validation.UriTypeValidator.ProtocolType
Returns an array containing the constants of this enum class, in the order they are declared.
valueSeparator - Variable in class org.codelibs.fess.helper.RoleQueryHelper
The separator for values in the role string.
VARY - Static variable in class org.codelibs.fess.cors.CorsHandler
HTTP Vary response header name.
VARY - Static variable in class org.codelibs.fess.filter.CorsFilter
Vary response header name.
verify(HttpSession, String) - Method in class org.codelibs.fess.api.v2.SessionCsrfTokenManager
Verifies that provided matches the token bound to session.
verifyCrudMode(int, int, String) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Verify the CRUD mode.
verifyCrudMode(int, int, String) - Method in class org.codelibs.fess.app.web.admin.dict.mapping.AdminDictMappingAction
Verify the CRUD mode.
verifyCrudMode(int, int, String) - Method in class org.codelibs.fess.app.web.admin.dict.protwords.AdminDictProtwordsAction
Verify the CRUD mode.
verifyCrudMode(int, int, String) - Method in class org.codelibs.fess.app.web.admin.dict.stemmeroverride.AdminDictStemmeroverrideAction
Verify that the CRUD mode matches the expected mode.
verifyCrudMode(int, int, String) - Method in class org.codelibs.fess.app.web.admin.dict.stopwords.AdminDictStopwordsAction
Verify that the CRUD mode matches the expected mode.
verifyCrudMode(int, int, String) - Method in class org.codelibs.fess.app.web.admin.dict.synonym.AdminDictSynonymAction
Verifies that the CRUD mode matches the expected mode.
verifyCrudMode(int, int, VaErrorHook) - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Verifies that the CRUD mode matches the expected mode.
verifyForm(CreateForm) - Method in class org.codelibs.fess.app.web.admin.dict.kuromoji.AdminDictKuromojiAction
Verify the form.
verifyPassword(CreateForm, VaErrorHook) - Method in class org.codelibs.fess.app.web.admin.user.AdminUserAction
Validates the password and confirmation fields in the form for user creation and update.
version - Variable in class org.codelibs.fess.app.web.admin.plugin.DeleteForm
The version of the plugin to delete.
version - Variable in class org.codelibs.fess.app.web.api.admin.plugin.InstallBody
Version of the plugin to install (required, max 100 characters)
version - Variable in class org.codelibs.fess.app.web.api.ApiResult.ApiResponse
The version of the product.
version - Variable in class org.codelibs.fess.helper.PluginHelper.Artifact
The version of the artifact
version - Variable in class org.codelibs.fess.helper.SystemHelper
The version of the Fess application.
versionNo - Variable in class org.codelibs.fess.app.pager.AccessTokenPager
The version number.
versionNo - Variable in class org.codelibs.fess.app.pager.BadWordPager
Version number for search filtering.
versionNo - Variable in class org.codelibs.fess.app.pager.BoostDocPager
Version number for search filtering.
versionNo - Variable in class org.codelibs.fess.app.pager.DataConfigPager
Search/filter parameter for data configuration version number.
versionNo - Variable in class org.codelibs.fess.app.pager.DuplicateHostPager
Search/filter parameter for duplicate host version number.
versionNo - Variable in class org.codelibs.fess.app.pager.ElevateWordPager
Search parameter: version number
versionNo - Variable in class org.codelibs.fess.app.pager.FileAuthPager
The version number for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.pager.FileConfigPager
Version number of the configuration
versionNo - Variable in class org.codelibs.fess.app.pager.GroupPager
Version number for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.pager.KeyMatchPager
The version number of the key match.
versionNo - Variable in class org.codelibs.fess.app.pager.LabelTypePager
The version number of the label type.
versionNo - Variable in class org.codelibs.fess.app.pager.PathMapPager
The version number.
versionNo - Variable in class org.codelibs.fess.app.pager.RelatedContentPager
Version number for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.pager.RelatedQueryPager
Version number for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.pager.ReqHeaderPager
The version number for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.pager.RolePager
Version number of the role.
versionNo - Variable in class org.codelibs.fess.app.pager.RoleTypePager
Version number of the role type.
versionNo - Variable in class org.codelibs.fess.app.pager.SchedulerPager
Version number of the scheduled job.
versionNo - Variable in class org.codelibs.fess.app.pager.UserPager
Version number for optimistic locking
versionNo - Variable in class org.codelibs.fess.app.pager.WebAuthPager
Search criteria: version number.
versionNo - Variable in class org.codelibs.fess.app.pager.WebConfigPager
Search criteria: version number.
versionNo - Variable in class org.codelibs.fess.app.web.admin.accesstoken.EditForm
The version number of the access token for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.badword.EditForm
The version number of the bad word entry for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.boostdoc.EditForm
The version number of the boost document configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.dataconfig.EditForm
The version number of the data configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.duplicatehost.EditForm
The version number of the duplicate host configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.elevateword.EditForm
The version number of the elevate word configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.fileauth.EditForm
The version number of the file authentication configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.fileconfig.EditForm
The version number of the file configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.group.EditForm
The version number of the group for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.keymatch.EditForm
The version number of the key match configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.labeltype.EditForm
The version number of the label type for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.pathmap.EditForm
The version number of the path mapping configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.EditForm
The version number of the related content configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.relatedquery.EditForm
Version number for optimistic locking
versionNo - Variable in class org.codelibs.fess.app.web.admin.reqheader.EditForm
The version number of the request header configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.role.EditForm
The version number of the role for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.scheduler.EditForm
The version number of the scheduler for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.user.EditForm
The version number of the user for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.webauth.EditForm
The version number of the web authentication configuration for optimistic locking.
versionNo - Variable in class org.codelibs.fess.app.web.admin.webconfig.EditForm
The version number of the web configuration for optimistic locking.
VIEW - Static variable in class org.codelibs.fess.app.web.base.FessAdminAction
Constant suffix for view names.
viewHelper - Variable in class org.codelibs.fess.app.web.base.FessBaseAction
Helper for view-related operations and rendering.
ViewHelper - Class in org.codelibs.fess.helper
Helper class for handling view-related operations in the Fess search system.
ViewHelper() - Constructor for class org.codelibs.fess.helper.ViewHelper
Default constructor for ViewHelper.
ViewHelper.ActionHook - Class in org.codelibs.fess.helper
Hook class for customizing action processing.
ViewHelper.TextFragment - Class in org.codelibs.fess.helper
Represents a text fragment for URL-based text highlighting.
VIRTUAL_HOST_VALUE_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for virtual host value configuration.
VIRTUAL_HOSTS - Static variable in class org.codelibs.fess.Constants
Virtual hosts field name.
virtualHost - Variable in class org.codelibs.fess.app.web.admin.keymatch.CreateForm
The virtual host for the key match.
virtualHost - Variable in class org.codelibs.fess.app.web.admin.labeltype.CreateForm
The virtual host for the label type.
virtualHost - Variable in class org.codelibs.fess.app.web.admin.relatedcontent.CreateForm
The virtual host for which this related content applies.
virtualHost - Variable in class org.codelibs.fess.app.web.admin.relatedquery.CreateForm
The virtual host for which these related queries apply.
virtualHost(HtmlNext) - Method in class org.codelibs.fess.app.web.base.FessSearchAction
Processes the given path through the virtual host helper to handle virtual host configurations and path modifications.
VirtualHostHelper - Class in org.codelibs.fess.helper
Helper class for managing virtual host configurations and routing.
VirtualHostHelper() - Constructor for class org.codelibs.fess.helper.VirtualHostHelper
Default constructor.
virtualHosts - Variable in class org.codelibs.fess.app.web.admin.dataconfig.CreateForm
Virtual hosts where this configuration applies
virtualHosts - Variable in class org.codelibs.fess.app.web.admin.fileconfig.CreateForm
The virtual hosts associated with this file configuration.
virtualHosts - Variable in class org.codelibs.fess.app.web.admin.webconfig.CreateForm
Virtual host names for this web configuration.
virtualHostValue - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Virtual host configuration for multi-tenant setups.
virtualMemory - Variable in class org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessObj
Virtual memory statistics for the process.
visit(QueryBuilderVisitor) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
 
visitFile(Path, BasicFileAttributes) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
 
visitFileFailed(Path, IOException) - Method in class org.codelibs.fess.thumbnail.ThumbnailManager.FilePurgeVisitor
 

W

waitForConfigSyncStatus() - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Waits for the configuration synchronization service to become available.
waitForNext() - Method in class org.codelibs.fess.helper.AbstractConfigHelper
Wait for the next reloading.
waitForNoWaitingThreads() - Method in class org.codelibs.fess.helper.SystemHelper
Waits for all waiting threads to complete.
waitForYellowStatus(FessConfig) - Method in class org.codelibs.fess.opensearch.client.SearchEngineClient
Waits for the search engine cluster to reach yellow or green status.
waitingThreadNames - Variable in class org.codelibs.fess.helper.SystemHelper
A set of names of threads that are currently waiting.
WEB - Enum constant in enum class org.codelibs.fess.validation.UriTypeValidator.ProtocolType
Web protocols (http, https, etc.).
WEB_API_GSA_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for GSA web API configuration.
WEB_API_JSON_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for JSON web API configuration.
WEB_API_POPULAR_WORD_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for popular word web API configuration.
WEB_API_SUGGEST_PROPERTY - Static variable in class org.codelibs.fess.Constants
Property key for suggest web API configuration.
WEB_CRAWLER_TYPE - Static variable in class org.codelibs.fess.Constants
Web crawler type identifier.
WEB_FS_CRAWLER_END_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for web/file system crawler end time.
WEB_FS_CRAWLER_START_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for web/file system crawler start time.
WEB_FS_CRAWLING_EXEC_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for web/file system crawling execution time.
WEB_FS_INDEX_EXEC_TIME - Static variable in class org.codelibs.fess.Constants
Info map key for web/file system indexing execution time.
WEB_FS_INDEX_SIZE - Static variable in class org.codelibs.fess.Constants
Info map key for web/file system index size.
WebApiException - Exception Class in org.codelibs.fess.exception
Exception thrown when web API operations encounter errors.
WebApiException(int, Exception) - Constructor for exception class org.codelibs.fess.exception.WebApiException
Constructs a WebApiException with the specified status code and exception.
WebApiException(int, String) - Constructor for exception class org.codelibs.fess.exception.WebApiException
Constructs a WebApiException with the specified status code and message.
WebApiException(int, String, Throwable) - Constructor for exception class org.codelibs.fess.exception.WebApiException
Constructs a WebApiException with the specified status code, message, and cause.
WebApiFilter - Class in org.codelibs.fess.filter
Servlet filter for processing web API requests.
WebApiFilter() - Constructor for class org.codelibs.fess.filter.WebApiFilter
Default constructor.
webApiJson - Variable in class org.codelibs.fess.app.web.admin.general.EditForm
Enable or disable JSON Web API.
webApiJson - Variable in class org.codelibs.fess.app.web.admin.general.MailForm
The web API JSON setting.
WebApiManager - Interface in org.codelibs.fess.api
Interface for managing web API request processing.
WebApiManagerFactory - Class in org.codelibs.fess.api
Factory class for managing and retrieving web API managers.
WebApiManagerFactory() - Constructor for class org.codelibs.fess.api.WebApiManagerFactory
Default constructor.
webApiManagers - Variable in class org.codelibs.fess.api.WebApiManagerFactory
Array of registered web API managers.
WebApiRequest - Class in org.codelibs.fess.api
Wrapper for HTTP servlet requests in web API context.
WebApiRequest(HttpServletRequest, String) - Constructor for class org.codelibs.fess.api.WebApiRequest
Constructs a WebApiRequest with the specified request and servlet path.
WebApiResponse - Class in org.codelibs.fess.api
Wrapper for HTTP servlet responses in web API context.
WebApiResponse(HttpServletResponse) - Constructor for class org.codelibs.fess.api.WebApiResponse
Constructs a WebApiResponse with the specified response.
WebApiUtil - Class in org.codelibs.fess.util
Utility class for web API operations.
WEBAPP - Enum constant in enum class org.codelibs.fess.helper.PluginHelper.ArtifactType
Web application plugins
webAuthenticationBhv - Variable in class org.codelibs.fess.app.service.WebAuthenticationService
Behavior class for web authentication operations.
webAuthenticationBhv - Variable in class org.codelibs.fess.app.service.WebConfigService
Behavior class for web authentication operations.
WebAuthenticationService - Class in org.codelibs.fess.app.service
Service class for managing web authentication configurations.
WebAuthenticationService() - Constructor for class org.codelibs.fess.app.service.WebAuthenticationService
Default constructor.
WebAuthPager - Class in org.codelibs.fess.app.pager
Pager class for web authentication configurations.
WebAuthPager() - Constructor for class org.codelibs.fess.app.pager.WebAuthPager
Default constructor.
webConfig - Variable in class org.codelibs.fess.util.GsaConfigParser
Generated web crawling configuration from parsed GSA config.
webConfigBhv - Variable in class org.codelibs.fess.app.service.WebConfigService
Behavior class for web configuration operations.
webConfigId - Variable in class org.codelibs.fess.app.pager.ReqHeaderPager
The web configuration ID associated with this request header.
webConfigId - Variable in class org.codelibs.fess.app.pager.WebAuthPager
Search criteria: web configuration ID.
webConfigId - Variable in class org.codelibs.fess.app.web.admin.reqheader.CreateForm
The web configuration ID associated with this request header.
webConfigId - Variable in class org.codelibs.fess.app.web.admin.webauth.CreateForm
The web configuration ID this authentication is associated with.
webConfigIds - Variable in class org.codelibs.fess.exec.Crawler.Options
Comma-separated list of web configuration IDs to crawl.
webConfigIds - Variable in class org.codelibs.fess.job.CrawlJob
Array of web crawling configuration IDs to process.
webConfigIds(String[]) - Method in class org.codelibs.fess.job.CrawlJob
Sets the web crawling configuration IDs to process.
webConfigName - Variable in class org.codelibs.fess.app.web.admin.failureurl.EditForm
The name of the web configuration associated with this failure URL.
WebConfigPager - Class in org.codelibs.fess.app.pager
Pager class for web configuration settings.
WebConfigPager() - Constructor for class org.codelibs.fess.app.pager.WebConfigPager
Default constructor.
webConfigService - Variable in class org.codelibs.fess.app.web.admin.reqheader.AdminReqheaderAction
Web configuration service for managing web crawl configurations.
webConfigService - Variable in class org.codelibs.fess.app.web.admin.webauth.AdminWebauthAction
Service for accessing and modifying web configuration settings
webConfigService - Variable in class org.codelibs.fess.app.web.admin.wizard.AdminWizardAction
Service for managing web crawler configurations
WebConfigService - Class in org.codelibs.fess.app.service
Service class for managing web crawling configurations.
WebConfigService() - Constructor for class org.codelibs.fess.app.service.WebConfigService
Default constructor.
webFsIndexHelper - Variable in class org.codelibs.fess.exec.Crawler
Injected helper for web and file system indexing operations.
WebFsIndexHelper - Class in org.codelibs.fess.helper
Helper class for web and file system crawling and indexing operations.
WebFsIndexHelper() - Constructor for class org.codelibs.fess.helper.WebFsIndexHelper
Default constructor.
webProtocols - Variable in class org.codelibs.fess.helper.ProtocolHelper
Array of supported web protocols with colon suffix (e.g., "http:", "https:")
webProtocols - Variable in class org.codelibs.fess.util.GsaConfigParser
Array of supported web protocols for URL classification.
WebRenderData() - Constructor for class org.codelibs.fess.app.web.admin.searchlist.AdminSearchlistAction.WebRenderData
Default constructor.
WebRenderData() - Constructor for class org.codelibs.fess.app.web.search.SearchAction.WebRenderData
Default constructor.
WILDCARD - Enum constant in enum class org.codelibs.fess.cors.CorsMatchType
No exact match, but "*" is configured.
WildcardQueryCommand - Class in org.codelibs.fess.query
Query command for handling wildcard queries.
WildcardQueryCommand() - Constructor for class org.codelibs.fess.query.WildcardQueryCommand
Default constructor.
windowSize - Variable in class org.codelibs.fess.rank.fusion.RankFusionProcessor
Size of the window for rank fusion processing, determines how many results to consider
withRelevantDocs(List<String>, List<Integer>) - Static method in class org.codelibs.fess.llm.RelevanceEvaluationResult
Creates a result with relevant documents found.
workingDirectory - Variable in class org.codelibs.fess.auth.chain.CommandChain
Working directory for command execution.
wrapQuery(String) - Static method in class org.codelibs.fess.app.service.FessAppService
Wraps a query string with wildcard characters to enable partial matching.
wrapUserInput(String) - Method in class org.codelibs.fess.llm.AbstractLlmClient
Wraps user input with delimiters, escaping any closing tags in the content.
write(String) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
Writes a line to the new file.
write(String) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
Writes a raw line of text to the temporary file.
write(String) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
Writes a string line to the temporary file.
write(String) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
Writes a raw line to the temporary file.
write(String) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
Writes a raw line to the temporary file.
write(String) - Method in class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
Writes a raw line to the temporary file.
write(String, byte[]) - Method in class org.codelibs.fess.app.web.base.FessAdminAction
Writes data to the specified file path.
write(String, String, String) - Method in class org.codelibs.fess.api.BaseApiManager
Writes text content to the HTTP response with specified content type and encoding.
write(KuromojiItem) - Method in class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
Writes the old item to the new file.
write(CharMappingItem) - Method in class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
Writes a character mapping item to the temporary file.
write(ProtwordsItem) - Method in class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
Writes a protwords item to the temporary file.
write(StemmerOverrideItem) - Method in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
Writes a stemmer override item to the temporary file.
write(StopwordsItem) - Method in class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
Writes a stopword item to the temporary file.
write(SynonymItem) - Method in class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
Writes a synonym item to the temporary file.
writeContent(String, String, CrawlerClient) - Method in class org.codelibs.fess.helper.ViewHelper
Writes content from a crawler client to a stream response.
writeContentType(StreamResponse, ResponseData) - Method in class org.codelibs.fess.helper.ViewHelper
Writes content type header to the response.
writeElastisearchJsonApi(ZipOutputStream, String, String, String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Writes a specific OpenSearch API response to the ZIP output stream.
writeError(HttpServletResponse, V2ErrorCode, String) - Method in class org.codelibs.fess.api.v2.V2EnvelopeWriter
Writes an error v2 envelope and sets the HTTP status to the code's default.
writeErrorWithDetails(HttpServletResponse, V2ErrorCode, String, Map<String, Object>) - Method in class org.codelibs.fess.api.v2.V2EnvelopeWriter
Writes an error v2 envelope with optional structured details.
writeFesenCat(ZipOutputStream, String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Writes OpenSearch CAT API responses to the ZIP output stream.
writeFesenJson(ZipOutputStream, String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Writes OpenSearch JSON API responses to the ZIP output stream.
writeFessBasicConfig(ZipOutputStream, String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Writes Fess basic configuration data in bulk format to the ZIP output stream.
writeFessConfig(ZipOutputStream, String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Writes Fess configuration properties to the ZIP output stream.
writeFileName(StreamResponse, ResponseData) - Method in class org.codelibs.fess.helper.ViewHelper
Writes content disposition header with filename.
writeHeaders(HttpServletResponse) - Method in class org.codelibs.fess.api.BaseApiManager
Writes custom headers to the HTTP response.
writeHeaders(HttpServletResponse) - Method in class org.codelibs.fess.api.engine.SearchEngineApiManager
 
writeHeaders(HttpServletResponse) - Method in class org.codelibs.fess.api.v2.SearchApiV2Manager
 
writeInternalError(HttpServletResponse, Throwable, Logger, String) - Method in class org.codelibs.fess.api.v2.V2EnvelopeWriter
Convenience method for internal error paths.
writeLogFiles(ZipOutputStream, String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Writes log files from the log directory to the ZIP output stream.
writeNoCache(StreamResponse, ResponseData) - Method in class org.codelibs.fess.helper.ViewHelper
Writes no-cache headers to the response.
writeOut(WrittenStreamOut) - Method in class org.codelibs.fess.dict.DictionaryFile
Writes the content of this dictionary file to the provided output stream.
writer - Variable in class org.codelibs.fess.dict.kuromoji.KuromojiFile.KuromojiUpdater
The writer for the new file.
writer - Variable in class org.codelibs.fess.dict.mapping.CharMappingFile.MappingUpdater
Writer for outputting content to the temporary file.
writer - Variable in class org.codelibs.fess.dict.protwords.ProtwordsFile.ProtwordsUpdater
Writer for writing to the temporary file
writer - Variable in class org.codelibs.fess.dict.stemmeroverride.StemmerOverrideFile.StemmerOverrideUpdater
The writer for the temporary file.
writer - Variable in class org.codelibs.fess.dict.stopwords.StopwordsFile.StopwordsUpdater
The writer for the temporary file.
writer - Variable in class org.codelibs.fess.dict.synonym.SynonymFile.SynonymUpdater
The writer for the temporary file.
writeSearchLogEvent(SearchLogEvent) - Method in class org.codelibs.fess.helper.SearchLogHelper
Writes a search log event.
writeSuccess(HttpServletResponse, Map<String, Object>) - Method in class org.codelibs.fess.api.v2.V2EnvelopeWriter
Writes a successful v2 envelope wrapping the supplied payload.
writeSystemProperties(ZipOutputStream, String) - Method in class org.codelibs.fess.app.web.admin.maintenance.AdminMaintenanceAction
Writes system properties to the ZIP output stream.
writeThreadDump(String) - Static method in class org.codelibs.fess.util.ThreadDumpUtil
Writes thread dump information to the specified file.
writeTimeToSessionInfo(CrawlingInfoHelper, String) - Method in class org.codelibs.fess.exec.Crawler
Writes the current timestamp to the crawling session information.
writeTo(StreamOutput) - Method in class org.codelibs.fess.query.DefaultQueryBuilder
 

X

XERCES_FEATURE_PREFIX - Static variable in class org.codelibs.fess.Constants
Xerces feature prefix for XML processing.
XPATH_PREFIX - Static variable in class org.codelibs.fess.util.ParameterUtil
The XPath field prefix.

Z

ZIP_BOMB_RATIO - Enum constant in enum class org.codelibs.fess.theme.StaticThemeInstaller.InstallException.Code
Cumulative uncompressed/compressed ratio exceeded the configured limit.
A B C D E F G H I J K L M N O P Q R S T U V W X Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form