- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for indexFromSearchWord (0.06 sec)
-
src/main/java/org/codelibs/fess/suggest/index/SuggestIndexer.java
* <li>{@link #indexFromDocument(Map[])} - Index from an array of documents. * <li>{@link #indexFromSearchWord(String, String[], String[], String[], int, String[])} - Index from search word. * <li>{@link #addBadWord(String, boolean)} - Add a bad word and optionally apply it. * <li>{@link #deleteBadWord(String)} - Delete a bad word.
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 34.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/helper/SuggestHelperTest.java
} public MockSuggestDeleteResponse deleteQueryWords() { return new MockSuggestDeleteResponse(); } public void indexFromSearchWord(String searchWord, String[] fields, String[] tags, String[] roles, int weight, String[] langs) { // Mock implementation } public void deleteElevateWord(String word, boolean apply) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jul 19 23:49:30 UTC 2025 - 16K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterTest.java
assertEquals(1, response.getNum()); } @Test public void test_indexFromSearchWord() throws Exception { SuggestIndexResponse indexResponse = suggester.indexer().indexFromSearchWord("検索 エンジン", null, null, null, 1, null); indexResponse.getErrors(); suggester.refresh();
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 37.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/SuggestHelper.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 22.3K bytes - Viewed (0)