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()
          Gets the total number of entries contained in this SearchResult
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

getTotal

int getTotal()
Gets the total number of entries contained in this SearchResult

Returns:
the number of the entries in the result


Copyright (c) 2003 - 2011 FatWire Corporation All Rights Reserved.