Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for getDocumentItems (0.08 seconds)

  1. src/main/java/org/codelibs/fess/app/web/api/ApiResult.java

             * @return This ApiDocsResponse instance.
             */
            public ApiDocsResponse renderData(final SearchRenderData data) {
                queryId = data.getQueryId();
                docs = data.getDocumentItems();
                highlightParams = data.getAppendHighlightParams();
                execTime = data.getExecTime();
                pageSize = data.getPageSize();
                pageNumber = data.getCurrentPageNumber();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Mar 28 11:55:54 GMT 2026
    - 25.8K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

                final String allRecordCountRelation = data.getAllRecordCountRelation();
                final String allPageCount = Integer.toString(data.getAllPageCount());
                final List<Map<String, Object>> documentItems = data.getDocumentItems();
                final FacetResponse facetResponse = data.getFacetResponse();
                final String queryId = data.getQueryId();
                final String highlightParams = data.getAppendHighlightParams();
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Fri Mar 27 13:56:32 GMT 2026
    - 55.4K bytes
    - Click Count (1)
Back to Top