- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getSearchAlias (0.07 seconds)
-
src/main/java/org/codelibs/fess/suggest/Suggester.java
} /** * Creates a new PopularWordsRequestBuilder for querying popular words. * @return A PopularWordsRequestBuilder instance. */ public PopularWordsRequestBuilder popularWords() { return new PopularWordsRequestBuilder(client).setIndex(getSearchAlias(index)); } /**Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 21.6K bytes - Click Count (3) -
CLAUDE.md
} ``` **Logging with Context:** ```java if (logger.isInfoEnabled()) { logger.info("Creating suggest index: index={}, searchAlias={}, updateAlias={}", indexName, getSearchAlias(index), getUpdateAlias(index)); } ``` **Exception Handling:** ```java try { converter.init(); } catch (Exception e) { throw new SuggesterException("Failed to initialize converter: "
Created: Sat Dec 20 13:04:59 GMT 2025 - Last Modified: Mon Nov 24 03:40:05 GMT 2025 - 8.9K bytes - Click Count (0)