com.raritantechnologies.verity.collection
Interface IBIFProcessor

All Superinterfaces:
ICollectionIndexer, IConfigurable
All Known Implementing Classes:
MkvdkBIFProcessor, VIndexBIFProcessor

public interface IBIFProcessor
extends IConfigurable, ICollectionIndexer


Field Summary
 
Fields inherited from interface com.raritantechnologies.searchApp.dataCollection.ICollectionIndexer
ADD, CREATE, DELETE, UPDATE
 
Method Summary
 boolean createCollection(java.lang.String collectionPath, java.lang.String styleFilePath)
           
 boolean processBIFs(java.lang.String[] bifFiles)
           
 
Methods inherited from interface com.raritantechnologies.searchApp.IConfigurable
initialize
 
Methods inherited from interface com.raritantechnologies.searchApp.dataCollection.ICollectionIndexer
setIndexMode
 

Method Detail

createCollection

public boolean createCollection(java.lang.String collectionPath,
                                java.lang.String styleFilePath)

processBIFs

public boolean processBIFs(java.lang.String[] bifFiles)