Class SearchResult

java.lang.Object
org.codelibs.fess.rank.fusion.SearchResult

public class SearchResult extends Object
  • Field Details

    • documentList

      protected final List<Map<String,Object>> documentList
    • allRecordCount

      protected final long allRecordCount
    • allRecordCountRelation

      protected final String allRecordCountRelation
    • queryTime

      protected final long queryTime
    • partialResults

      protected final boolean partialResults
    • facetResponse

      protected final FacetResponse facetResponse
  • Method Details

    • getDocumentList

      public List<Map<String,Object>> getDocumentList()
    • getAllRecordCount

      public long getAllRecordCount()
    • getAllRecordCountRelation

      public String getAllRecordCountRelation()
    • getQueryTime

      public long getQueryTime()
    • isPartialResults

      public boolean isPartialResults()
    • getFacetResponse

      public FacetResponse getFacetResponse()
    • create

      public static org.codelibs.fess.rank.fusion.SearchResult.SearchResultBuilder create()
    • toString

      public String toString()
      Overrides:
      toString in class Object