com.browseengine.bobo.index.digest
Class DataDigester

java.lang.Object
  extended by com.browseengine.bobo.index.digest.DataDigester
Direct Known Subclasses:
FileDigester

public abstract class DataDigester
extends Object


Nested Class Summary
static interface DataDigester.DataHandler
           
 
Constructor Summary
protected DataDigester()
           
 
Method Summary
abstract  void digest(DataDigester.DataHandler handler)
           
static void populateDocument(org.apache.lucene.document.Document doc, Collection<FacetHandler<?>> handlers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataDigester

protected DataDigester()
Method Detail

populateDocument

public static void populateDocument(org.apache.lucene.document.Document doc,
                                    Collection<FacetHandler<?>> handlers)

digest

public abstract void digest(DataDigester.DataHandler handler)
                     throws IOException
Throws:
IOException


Copyright © 2011. All Rights Reserved.