Package org.springmodules.lucene.index.support.file.handler

Examples of org.springmodules.lucene.index.support.file.handler.TextDocumentHandler


   * This method adds the text document handler as default handlers.
   * @see org.springmodules.lucene.index.object.file.DocumentHandlerManager#registerDefautHandlers()
   */
  public void registerDefautHandlers() {
    //Register a default handler for text file (.txt)
    registerDocumentHandler(new DocumentExtensionMatching("txt"),new TextDocumentHandler());
  }
View Full Code Here

TOP

Related Classes of org.springmodules.lucene.index.support.file.handler.TextDocumentHandler

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.