- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for before (0.03 sec)
-
src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java
/** Flag indicating whether changes should be committed to the file. */ protected boolean isCommit = false; /** Temporary file used for writing updates before committing. */ protected File newFile; /** Writer for outputting content to the temporary file. */ protected Writer writer;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 15.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SearchHelper.java
} return Constants.TRUE.equalsIgnoreCase(secure); } /** * Interface for rewriting search request parameters. * * Implementations can modify search parameters before they are processed * by the search engine, allowing for custom parameter transformation logic. */ public interface SearchRequestParamsRewriter { /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Sat Dec 20 05:56:45 UTC 2025 - 36.3K bytes - Viewed (0)