- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for decamelize (0.19 sec)
-
src/main/java/org/codelibs/fess/rank/fusion/RankFusionSearcher.java
* and removing the "Searcher" suffix. * * @return the searcher name */ public String getName() { if (name == null) { name = StringUtil.decamelize(this.getClass().getSimpleName().replace("Searcher", StringUtil.EMPTY)).toLowerCase(Locale.ENGLISH); } return name; } /** * Executes a search operation with the specified parameters.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 2.5K bytes - Viewed (0)