- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 106 for seus (0.02 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/entity/QueryContext.java
} boolQuery.accept(builder); if (builder.hasClauses()) { queryBuilder = builder; } } /** * Sets the query builder for this context. * @param queryBuilder The query builder to use. */ public void setQueryBuilder(final QueryBuilder queryBuilder) { this.queryBuilder = queryBuilder; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Tue Aug 19 14:09:36 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/admin/duplicatehost/AdminDuplicatehostAction.java
duplicateHostPager.clear(); return asHtml(path_AdminDuplicatehost_AdminDuplicatehostJsp).renderWith(data -> { searchPaging(data, form); }); } /** * Sets up search pagination data for rendering. * * @param data the render data to populate * @param form the search form */ protected void searchPaging(final RenderData data, final SearchForm form) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 13:56:35 GMT 2025 - 15.6K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/job/IndexExportJob.java
} /** * Sets the query to filter which documents to export. * * @param queryBuilder the query to use for filtering documents * @return this instance for method chaining */ public IndexExportJob query(final QueryBuilder queryBuilder) { this.queryBuilder = queryBuilder; return this; } /** * Sets the export format. *Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 10.8K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessFileTransformer.java
} /** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(FessFileTransformer.class); /** * Initializes the transformer after dependency injection. * Sets up the Fess configuration and data serializer components. */ @PostConstruct public void init() { if (logger.isDebugEnabled()) { logger.debug("Initializing {}", this.getClass().getSimpleName());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 3.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/dict/protwords/ProtwordsItem.java
} } /** * Gets the new input value for this item. * @return the new input value */ public String getNewInput() { return newInput; } /** * Sets the new input value for this item. * @param newInput the new input value */ public void setNewInput(final String newInput) { this.newInput = newInput; } /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Nov 20 07:09:00 GMT 2025 - 3.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/crawler/transformer/FessStandardTransformer.java
/** Logger instance for this class */ private static final Logger logger = LogManager.getLogger(FessStandardTransformer.class); /** * Initializes the transformer after dependency injection. * Sets up the Fess configuration and data serializer components. */ @PostConstruct public void init() { if (logger.isDebugEnabled()) { logger.debug("Initializing {}", this.getClass().getSimpleName());Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 3.8K bytes - Click Count (0) -
src/packaging/common/scripts/postinst
# # On Debian, # $1=configure : is set to 'configure' and if $2 is set, it is an upgrade # # On RedHat, # $1=0 : indicates a removal # $1=1 : indicates an upgrade # Sets the default values for fess variables used in this script FESS_USER="${packaging.fess.user}" FESS_GROUP="${packaging.fess.group}" # Source the default env file FESS_ENV_FILE="${packaging.env.file}"
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Dec 10 01:24:02 GMT 2015 - 3.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/script/groovy/GroovyEngine.java
oldCache.invalidateAll(); } } /** * Sets the maximum number of compiled scripts to cache. * * @param scriptCacheSize the cache size */ public void setScriptCacheSize(final int scriptCacheSize) { this.scriptCacheSize = scriptCacheSize; } /** * Sets the maximum length of script text included in warning log messages. *
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 11.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/engine/SearchEngineApiManager.java
} logger.debug("Client aborts this request.", e); } } /** * Processes requests for plugin resources (static files). * Sets appropriate content types and serves files from the resource path. * * @param request the HTTP servlet request * @param response the HTTP servlet response * @param path the plugin resource pathCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:40 GMT 2026 - 13.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/RoleTypeService.java
*/ public void delete(final RoleType roleType) { roleTypeBhv.delete(roleType, op -> { op.setRefreshPolicy(Constants.TRUE); }); } /** * Sets up the list condition for the role type query. * @param cb The role type condition bean. * @param roleTypePager The role type pager. */Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.1K bytes - Click Count (0)