Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for getAllRecordCountRelation (0.29 sec)

  1. src/main/java/org/codelibs/fess/rank/fusion/SearchResult.java

        }
    
        public List<Map<String, Object>> getDocumentList() {
            return documentList;
        }
    
        public long getAllRecordCount() {
            return allRecordCount;
        }
    
        public String getAllRecordCountRelation() {
            return allRecordCountRelation;
        }
    
        public long getQueryTime() {
            return queryTime;
        }
    
        public boolean isPartialResults() {
            return partialResults;
        }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/entity/SearchRenderData.java

        }
    
        public int getCurrentPageNumber() {
            return currentPageNumber;
        }
    
        public long getAllRecordCount() {
            return allRecordCount;
        }
    
        public String getAllRecordCountRelation() {
            return allRecordCountRelation;
        }
    
        public int getAllPageCount() {
            return allPageCount;
        }
    
        public boolean isExistNextPage() {
            return existNextPage;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.1K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/util/QueryResponseList.java

        }
    
        public int getCurrentPageNumber() {
            return currentPageNumber;
        }
    
        public long getAllRecordCount() {
            return allRecordCount;
        }
    
        public String getAllRecordCountRelation() {
            return allRecordCountRelation;
        }
    
        public int getAllPageCount() {
            return allPageCount;
        }
    
        public boolean isExistNextPage() {
            return existNextPage;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 8.9K bytes
    - Viewed (0)
Back to top