com.raritantechnologies.verity.collection
Interface IFieldGenerator

All Superinterfaces:
IConfigurable
All Known Implementing Classes:
AdhocDateFieldGenerator

public interface IFieldGenerator
extends IConfigurable

Interface for objects that can generate a set of VeritySearchField objects from some source.


Developed by Raritan Technologies Inc..

Author:
Ted Sullivan

Method Summary
 void appendToBIFFile(IResult result, java.io.PrintWriter BIFFileWriter)
           
 VeritySearchField[] getVerityFields()
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 

Method Detail

getVerityFields

public VeritySearchField[] getVerityFields()

appendToBIFFile

public void appendToBIFFile(IResult result,
                            java.io.PrintWriter BIFFileWriter)