- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for anyfield (0.03 seconds)
-
src/test/java/org/codelibs/fess/app/web/base/FessAdminActionTest.java
// No system properties set - should pass without checking final File anyFile = new File(tempDir.toFile(), "any/test.txt"); anyFile.getParentFile().mkdirs(); anyFile.createNewFile(); // Should not throw when no allowed paths are configured action.validateFilePath(anyFile.getAbsolutePath()); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 14:36:23 GMT 2026 - 22.7K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/api/json/SearchApiManager.java
final SuggestRequestBuilder builder = suggestHelper.suggester().suggest(); builder.setQuery(parameter.getQuery()); stream(parameter.getSuggestFields()).of(stream -> stream.forEach(builder::addField)); roleQueryHelper.build(SearchRequestType.SUGGEST).stream().forEach(builder::addRole); builder.setSize(parameter.getNum()); stream(langs).of(stream -> stream.forEach(builder::addLang));
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 27 13:56:32 GMT 2026 - 55.4K bytes - Click Count (1)