- Sort Score
- Result 10 results
- Languages All
Results 21 - 30 of 136 for indexer (0.04 sec)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/util/OpenSearchCrawlerConfig.java
*/ protected int filterReplicas = 1; /** * Returns the queue index name. * @return The queue index name. */ public String getQueueIndex() { return queueIndex; } /** * Sets the queue index name. * @param queueIndex The queue index name. */ public void setQueueIndex(final String queueIndex) { this.queueIndex = queueIndex; }Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.4K bytes - Viewed (10) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResult.java
* * @return the status */ Integer getStatus(); /** * Sets the status of the access result. * * @param status the status */ void setStatus(Integer status); /** * Returns the HTTP status code of the access result. * * @return the HTTP status code */ Integer getHttpStatusCode(); /**Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.2K bytes - Viewed (10) -
src/main/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParser.java
private final int maxAnalyzedContentLength; /** * Constructor. */ public DefaultContentsParser() { maxAnalyzedContentLength = Integer.getInteger("fess.suggest.max.analyzed.content.length", 1000); } @Override public SuggestItem parseSearchWords(final String[] words, final String[][] readings, final String[] fields, final String[] tags,Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Fri Jul 04 14:00:23 UTC 2025 - 15.4K bytes - Viewed (0) -
src/test/java/org/codelibs/opensearch/extension/ExtensionPlugin.java
import org.codelibs.opensearch.extension.kuromoji.index.analysis.KuromojiPartOfSpeechFilterFactory; import org.codelibs.opensearch.extension.kuromoji.index.analysis.KuromojiReadingFormFilterFactory; import org.codelibs.opensearch.extension.kuromoji.index.analysis.KuromojiTokenizerFactory; import org.opensearch.index.analysis.CharFilterFactory; import org.opensearch.index.analysis.TokenFilterFactory;
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Tue Jul 08 14:37:06 UTC 2025 - 5.5K bytes - Viewed (0) -
fess-crawler/src/test/resources/extractor/program/test.hpp
// Header Test ใในใ
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Oct 11 02:16:55 UTC 2015 - 48 bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/writer/SuggestIndexWriter.java
import org.opensearch.action.bulk.BulkResponse; import org.opensearch.action.get.GetResponse; import org.opensearch.action.index.IndexAction; import org.opensearch.action.index.IndexRequest; import org.opensearch.action.index.IndexRequestBuilder; import org.opensearch.common.unit.TimeValue; import org.opensearch.index.query.QueryBuilder; import org.opensearch.transport.client.Client; /**
Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 4.5K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/UrlQueue.java
/** * Retrieves the depth of the URL in the queue. * * @return the depth of the URL as an Integer. */ Integer getDepth(); /** * Sets the depth of the URL in the queue. * * @param depth the depth to set, represented as an Integer. */ void setDepth(Integer depth); /** * Returns the last modified timestamp of the URL in the queue. *Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 4.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/ApiExtractor.java
/** The access timeout in seconds. */ protected Integer accessTimeout; // sec /** The HTTP client used for API calls. */ protected CloseableHttpClient httpClient; /** The connection timeout in milliseconds. */ protected Integer connectionTimeout; /** The socket timeout in milliseconds. */ protected Integer soTimeout; /** The map of authentication scheme providers. */Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Thu Aug 07 02:55:08 UTC 2025 - 12.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/request/popularwords/PopularWordsRequest.java
private int queryFreqThreshold = 10; private final List<String> excludeWords = new ArrayList<>(); /** * Sets the index name. * @param index The index name. */ public void setIndex(final String index) { this.index = index; } /** * Sets the size of results. * @param size The size. */ public void setSize(final int size) {Registered: Fri Sep 19 09:08:11 UTC 2025 - Last Modified: Thu Aug 07 02:41:28 UTC 2025 - 9.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapSet.java
public boolean isUrlSet() { return URLSET.equals(type); } /** * Checks if this sitemap set is of type INDEX. * @return true if this is an INDEX, false otherwise */ public boolean isIndex() { return INDEX.equals(type); } /** * Returns a string representation of this object. * @return A string representation. */ @Override
Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 2.9K bytes - Viewed (0)