- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getDataIndex (0.07 sec)
-
src/main/java/org/codelibs/fess/crawler/util/FessCrawlerConfig.java
} /** * Gets the name of the data index for the crawler. * * @return the data index name */ @Override public String getDataIndex() { return ComponentUtil.getFessConfig().getIndexDocumentCrawlerIndex() + ".data"; } /** * Gets the name of the filter index for the crawler. * * @return the filter index name
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.5K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/service/impl/OpenSearchDataService.java
* @param crawlerConfig The crawler configuration. */ public OpenSearchDataService(final OpenSearchCrawlerConfig crawlerConfig) { index = crawlerConfig.getDataIndex(); setNumberOfShards(crawlerConfig.getDataShards()); setNumberOfReplicas(crawlerConfig.getDataReplicas()); } /** * Creates a new instance of OpenSearchDataService.
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 10.9K bytes - Viewed (0)