Skip navigation links


com.fatwire.cs.core.search.engine
Interface SearchResult<T extends ResultRow>

All Superinterfaces:
java.util.Iterator<T>

public interface SearchResult<T extends ResultRow>
extends java.util.Iterator<T>

SearchResult represents the search engine searching results; Search result is an Iterator of ResultRow that contains the returned search results from one search oepration


Method Summary
 int getTotal()
          Returns the total number of entries contained in this SearchResult

 

Methods inherited from interface java.util.Iterator
hasNext, next, remove

 

Method Detail

getTotal

int getTotal()
Returns the total number of entries contained in this SearchResult
Returns:
the total number of the entries in the result

Skip navigation links


Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.