- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 959 for setA (2.35 sec)
-
src/main/java/org/codelibs/fess/app/pager/ReqHeaderPager.java
} /** * Gets the total number of records in the result set. * * @return the total record count */ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records in the result set. * * @param allRecordCount the total record count to set */ public void setAllRecordCount(final int allRecordCount) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/RelatedQueryPager.java
} /** * Gets the total number of records in the result set. * * @return the total record count */ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records in the result set. * * @param allRecordCount the total record count to set */ public void setAllRecordCount(final int allRecordCount) {Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.2K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/util/CrawlingParameterUtil.java
} /** * Sets the DataService instance for the current thread. * If the provided DataService is null, it removes the DataService from the current thread's local storage. * Otherwise, it sets the provided DataService to the current thread's local storage. * * @param dataService the DataService instance to be set for the current thread, or null to remove it */Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Nov 22 13:28:22 UTC 2025 - 6.4K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/info/Smb2SetInfoRequest.java
this.fileId = fileId; } /** * Sets the information type for the set info operation * * @param infoType * the infoType to set */ public void setInfoType(final byte infoType) { this.infoType = infoType; } /** * Sets the file information class for the set info operation * * @param fileInfoClassRegistered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 5.7K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/SitemapNews.java
} /** * Sets the title of the news article. * @param title the title to set */ public void setTitle(final String title) { this.title = title; } /** * Gets the keywords. * @return the keywords */ public String getKeywords() { return keywords; } /** * Sets the keywords.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Thu Nov 13 13:34:36 UTC 2025 - 4.8K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/query/QueryFieldConfig.java
protected String[] sortFields; /** Set of fields that can be used for sorting for O(1) lookup */ protected Set<String> sortFieldSet; /** Set of fields that are allowed in API responses */ protected Set<String> apiResponseFieldSet; /** Set of fields that are not analyzed during indexing */ protected Set<String> notAnalyzedFieldSet;
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Fri Nov 28 16:29:12 UTC 2025 - 21.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/GroupPager.java
* @return the total record count */ public int getAllRecordCount() { return allRecordCount; } /** * Sets the total number of records available across all pages. * * @param allRecordCount the total record count to set */ public void setAllRecordCount(final int allRecordCount) { this.allRecordCount = allRecordCount; } /**Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/pager/StemmerOverridePager.java
} return pageSize; } /** * Sets the number of records to display per page. * * @param pageSize The page size to set */ public void setPageSize(final int pageSize) { this.pageSize = pageSize; } /** * Gets the current page number (1-based). * If not set or invalid, returns the default current page number. *Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 6K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/entity/AccessResultData.java
*/ IDTYPE getId(); /** * Sets the ID of the access result data. * * @param id the ID to set */ void setId(IDTYPE id); /** * Retrieves the name of the transformer associated with this access result data. * * @return the name of the transformer. */ String getTransformerName(); /** * Sets the name of the transformer. *Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sat Mar 15 06:52:00 UTC 2025 - 2.2K bytes - Viewed (10) -
src/main/java/jcifs/internal/smb2/io/Smb2ReadRequest.java
} /** * Sets the padding for the read request * * @param padding * the padding to set */ public void setPadding(final byte padding) { this.padding = padding; } /** * Sets the read flags for the read operation * * @param readFlags * the readFlags to set */Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 23 05:11:12 UTC 2025 - 7.8K bytes - Viewed (0)