com.fatwire.cs.core.search.data
Interface ResultRow

All Superinterfaces:
IndexRow

public interface ResultRow
extends IndexRow

ResultRow represents an entry of search engine searched result. Search Engine normally returns an Iterator of ResultRow from the search operation


Method Summary
 double getRelevance()
          Gets the relevance of this search result entry
 
Methods inherited from interface com.fatwire.cs.core.search.data.IndexRow
getFieldNames, getIndexData
 

Method Detail

getRelevance

double getRelevance()
Gets the relevance of this search result entry

Returns:
the double representation of the search result relevance


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