- Sort Score
- Result 10 results
- Languages All
Results 61 - 70 of 540 for numero (2.16 sec)
-
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/util/OpenSearchCrawlerConfig.java
* @return The number of queue replicas. */ public int getQueueReplicas() { return queueReplicas; } /** * Sets the number of queue replicas. * @param queueReplicas The number of queue replicas. */ public void setQueueReplicas(final int queueReplicas) { this.queueReplicas = queueReplicas; } /**Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 5.4K bytes - Viewed (10) -
src/main/java/jcifs/internal/smb1/trans/SmbComTransactionResponse.java
private int pad; private int pad1; private boolean parametersDone, dataDone; /** Total number of parameter bytes the server is returning */ protected int totalParameterCount; /** Total number of data bytes the server is returning */ protected int totalDataCount; /** Number of parameter bytes in this response */ protected int parameterCount;Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 12.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/CrawlerContext.java
return activeThreadCountLock; } /** * Returns the number of threads. * @return The number of threads. */ public int getNumOfThread() { return numOfThread; } /** * Sets the number of threads. * @param numOfThread The number of threads. */ public void setNumOfThread(final int numOfThread) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 8.9K bytes - Viewed (0) -
src/main/java/org/codelibs/core/collection/LruHashMap.java
*/ protected static final float DEFAULT_LOAD_FACTOR = 0.75f; /** * Upper limit on the number of entries. */ protected final int limitSize; /** * Creates an {@link LruHashMap}. * * @param limitSize the upper limit on the number of entries */ public LruHashMap(final int limitSize) { this(limitSize, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR);Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Sat Nov 22 11:21:59 UTC 2025 - 3K bytes - Viewed (0) -
fess-crawler-opensearch/src/main/java/org/codelibs/fess/crawler/util/OpenSearchResultList.java
} private static final long serialVersionUID = 1L; /** * Total number of hits. */ private long totalHits; /** * Time taken for the search in milliseconds. */ private long tookInMillis; /** * Sets the total number of hits. * @param totalHits The total number of hits. */ public void setTotalHits(final long totalHits) {Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 2K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/multichannel/ChannelInfo.java
*/ public void setPrimary(boolean primary) { this.isPrimary = primary; } /** * Get number of bytes sent * * @return bytes sent */ public long getBytesSent() { return bytesSent.get(); } /** * Get number of bytes received * * @return bytes received */ public long getBytesReceived() {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 21 11:13:46 UTC 2025 - 10.6K bytes - Viewed (0) -
src/main/java/jcifs/internal/witness/WitnessHeartbeatMessage.java
} /** * Sets the sequence number for this heartbeat. * The sequence number should be incremented for each heartbeat request. * * @param sequenceNumber the sequence number */ public void setSequenceNumber(long sequenceNumber) { this.sequenceNumber = sequenceNumber; } /** * Gets the sequence number. * * @return the sequence number */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 09:06:40 UTC 2025 - 5.8K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/transformer/TransformerTest.java
assertEquals("This is new text with NUMBER numbers", new String(resultData.getData())); // Test getData with transformation TestAccessResultData<String> accessData = new TestAccessResultData<>("old value 456".getBytes()); Object transformedData = transformer.getData(accessData); assertEquals("new value NUMBER", transformedData); } /**
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Sep 06 04:15:37 UTC 2025 - 28K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/suggest/SuggestBody.java
* the number of total, document, and query words. */ public class SuggestBody extends SuggestForm { /** * Constructs a new suggest body. */ public SuggestBody() { // do nothing } /** The total number of words in the suggest index. */ public Long totalWordsNum; /** The number of words from documents. */ public Long documentWordsNum;Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/crawler/util/FessCrawlerConfig.java
} /** * Gets the number of shards for the queue index. * * @return the number of queue shards */ @Override public int getQueueShards() { return ComponentUtil.getFessConfig().getIndexDocumentCrawlerQueueNumberOfShardsAsInteger(); } /** * Gets the number of shards for the data index. * * @return the number of data shards */ @OverrideRegistered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 3.5K bytes - Viewed (0)