- Sort Score
- Num 10 results
- Language All
Results 301 - 310 of 383 for data1 (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java
* @param queryTime The time taken to execute the query in milliseconds * @param partialResults Whether the results are partial * @param facetResponse The facet response containing aggregated data */ SearchResult(final List<Map<String, Object>> documentList, final long allRecordCount, final String allRecordCountRelation,Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 8.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/badword/admin_badword_upload.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 5.5K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/DocumentUtilTest.java
// [ ] and % pass through; space would be encoded but %20 stays as-is (% is URL char) String result = DocumentUtil.encodeUrl("file:///data/[logs]/file%20name.txt"); assertEquals("file:///data/[logs]/file%20name.txt", result); }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 12 01:46:45 GMT 2026 - 13.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/admin/dict/stemmeroverride/admin_dict_stemmeroverride_upload.jsp
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Mon Feb 23 08:03:44 GMT 2026 - 6.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/kuromoji/ApiAdminDictKuromojiAction.java
} /** * Downloads Kuromoji dictionary file. * * @param dictId the dictionary ID * @param body the download request body * @return stream response containing the dictionary file data */ // GET /api/admin/dict/kuromoji/download/{dictId} @Execute public StreamResponse get$download(final String dictId, final DownloadBody body) { body.dictId = dictId;Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/dict/protwords/ApiAdminDictProtwordsAction.java
return null; }); } /** * Create an EditBody DTO from a ProtwordsItem entity. * * @param entity source entity with protected words data * @param dictId identifier of the dictionary * @return populated EditBody for API responses */ protected EditBody createEditBody(final ProtwordsItem entity, final String dictId) {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Aug 07 03:06:29 GMT 2025 - 9.4K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
protected WebConfig webConfig = null; /** Generated file crawling configuration from parsed GSA config. */ protected FileConfig fileConfig = null; /** Buffer to accumulate character data between XML tags. */ protected StringBuilder textBuf = new StringBuilder(1000); /** User agent string to be used for web crawling. */ protected String userAgent = "gsa-crawler"; /**Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 21.6K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/ds/DataStoreTest.java
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 13.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/helper/MarkdownRendererTest.java
@Test public void test_render_xss_dataProtocol() { String malicious = "[Click me](data:text/html,<script>alert('XSS')</script>)"; String result = markdownRenderer.render(malicious); // data: protocol should be blocked assertFalse(result.contains("data:text/html")); } @Test public void test_render_xss_imgOnerror() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 11.1K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
} /** * Imports elevate words from a CSV file. * Expected CSV format: SuggestWord, Reading, Permissions, Labels, Boost * * @param reader the Reader containing CSV data to import */ public void importCsv(final Reader reader) { final PermissionHelper permissionHelper = ComponentUtil.getPermissionHelper(); final CsvConfig cfg = new CsvConfig(',', '"', '"');Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 18.3K bytes - Click Count (0)