Skip navigation links


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.


Field Summary
static java.lang.String DateSeparator
           

 

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

 

Field Detail

DateSeparator

static final java.lang.String DateSeparator
See Also:
Constant Field Values

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

Skip navigation links


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