Interface SearchResult

All Superinterfaces:
Serializable

public interface SearchResult extends Serializable
User: douglm Date: 9/12/13 Time: 4:07 PM
  • Method Details

    • getIndexer

      BwIndexer getIndexer()
      Returns:
      indexer used to get this search.
    • getFound

      long getFound()
      Returns:
      Total number found. 0 means none found, -1 means indeterminate
    • getLastPageStart

      int getLastPageStart()
      Returns:
      for a paged request the record index of last page retrieved
    • getPageStart

      int getPageStart()
      Returns:
      for a paged request the next record index
    • getPageSize

      int getPageSize()
      Returns:
      for a paged request the max number of hits
    • getStart

      String getStart()
      Returns:
      start date limit applied to original search - possibly null.
    • getEnd

      String getEnd()
      Returns:
      end date limit applied to original search - possibly null.
    • getFacetNames

      Set<String> getFacetNames()
      Returns:
      names of returned facets - possibly null