- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for IndexResponse (0.04 sec)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/AbstractCrawlerService.java
* @param target The object to insert. * @param opType The operation type (CREATE, INDEX, etc.). * @return The IndexResponse from OpenSearch. * @throws OpenSearchAccessException if the insertion fails. * @throws CrawlingAccessException if there's a conflict during insertion. */ protected IndexResponse insert(final Object target, final OpType opType) { final String url = getUrl(target); if (url == null) {Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 34.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/SuggesterTest.java
SuggestIndexResponse indexResponse = suggester.indexer().indexFromQueryLog(new QueryLog(field + ":検索", null)); assertEquals(1, indexResponse.getNumberOfInputDocs()); assertEquals(1, indexResponse.getNumberOfSuggestDocs()); assertFalse(indexResponse.hasError()); 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) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/client/FesenClient.java
import org.opensearch.action.get.MultiGetResponse; import org.opensearch.action.index.IndexRequest; import org.opensearch.action.index.IndexRequestBuilder; import org.opensearch.action.index.IndexResponse; import org.opensearch.action.search.ClearScrollRequest; import org.opensearch.action.search.ClearScrollRequestBuilder; import org.opensearch.action.search.ClearScrollResponse;
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Aug 31 05:32:52 UTC 2025 - 25.3K bytes - Viewed (0)