eu.dicodeproject.analysis.hbase
Class HBaseDocumentProcessor

java.lang.Object
  extended by eu.dicodeproject.analysis.hbase.HBaseDocumentProcessor

public final class HBaseDocumentProcessor
extends Object


Field Summary
static String ANALYZER_CLASS
           
 
Method Summary
static void tokenizeDocuments(String table, String family, String column, Class<? extends org.apache.lucene.analysis.Analyzer> analyzerClass, org.apache.hadoop.fs.Path output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANALYZER_CLASS

public static final String ANALYZER_CLASS
See Also:
Constant Field Values
Method Detail

tokenizeDocuments

public static void tokenizeDocuments(String table,
                                     String family,
                                     String column,
                                     Class<? extends org.apache.lucene.analysis.Analyzer> analyzerClass,
                                     org.apache.hadoop.fs.Path output)
                              throws IOException,
                                     InterruptedException,
                                     ClassNotFoundException
Throws:
IOException
InterruptedException
ClassNotFoundException


Copyright © 2011. All Rights Reserved.