- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for toFile (0.02 sec)
-
src/test/java/org/codelibs/opensearch/extension/analysis/NumberConcatenationFilterFactory.java
final String suffixWordsPath = settings.get("suffix_words_path"); if (suffixWordsPath != null) { final File suffixWordsFile = environment.configDir().resolve(suffixWordsPath).toFile(); try (Reader reader = IOUtils.getDecodingReader(new FileInputStream(suffixWordsFile), StandardCharsets.UTF_8)) { suffixWords = WordlistLoader.getWordSet(reader);Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun May 18 02:59:16 UTC 2025 - 2.4K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/analysis/SynonymLoader.java
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun May 18 02:59:16 UTC 2025 - 6.7K bytes - Viewed (1) -
README.md
new String[]{"iPhone 15 Pro", "Apple iPhone 15 Pro"}, new String[][]{{"iphone"}, {"apple", "phone"}}, 1.5f, // boost popular products new String[]{"electronics", "mobile"}, new String[]{"customer"}, SuggestItem.Kind.DOCUMENT ); suggester.indexer().index(product); ``` ### Content Management ```java // Article/blog suggestions
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Sun Aug 31 03:31:14 UTC 2025 - 12.1K bytes - Viewed (1) -
fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml
<glob pattern="*.dna"/> </mime-type> <mime-type type="application/vnd.dolby.mlp"> <glob pattern="*.mlp"/> </mime-type> <mime-type type="application/vnd.dolby.mobile.1"/> <mime-type type="application/vnd.dolby.mobile.2"/> <mime-type type="application/vnd.dpgraph"> <glob pattern="*.dpg"/> </mime-type> <mime-type type="application/vnd.dreamfactory"> <glob pattern="*.dfac"/>
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Mar 13 08:18:01 UTC 2025 - 320.1K bytes - Viewed (1)