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


public interface IndexData

Represents a unit of data that makes into the search engine. This interface encapsulates data as well as data descriptor.


Method Summary
 java.lang.String getData()
          Gets the String representation of the index data
 java.io.InputStream getDataStream()
          Gets the InputStream representation of the index data
 FieldDescriptor getFieldDescriptor()
          Gets the field descriptor information of the index data
 java.lang.String getName()
          Gets the name of the index data unit
 

Method Detail

getName

java.lang.String getName()
Gets the name of the index data unit

Returns:
the String name of the index data unit

getData

java.lang.String getData()
Gets the String representation of the index data

Returns:
the String format data of the unit

getDataStream

java.io.InputStream getDataStream()
Gets the InputStream representation of the index data

Returns:
the InputStream format of the index data unit

getFieldDescriptor

FieldDescriptor getFieldDescriptor()
Gets the field descriptor information of the index data

Returns:
the FieldDescriptor of the index data


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