Skip navigation links


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

All Known Subinterfaces:
ResultRow

public interface IndexRow

IndexRow represents a complete index data entry for search engine to index.


Method Summary
 java.util.Set<java.lang.String> getFieldNames()
          Gets the list of field names that this IndexRow contains
 IndexData getIndexData(java.lang.String fieldName)
          Given a field name, retrieves its data piece from the IndexRow

 

Method Detail

getFieldNames

java.util.Set<java.lang.String> getFieldNames()
Gets the list of field names that this IndexRow contains
Returns:
the list of String field names

getIndexData

IndexData getIndexData(java.lang.String fieldName)
Given a field name, retrieves its data piece from the IndexRow
Parameters:
fieldName - the String name of the field
Returns:
the IndexData for the given field of this IndexRow

Skip navigation links


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