org.silverpeas.search.indexEngine.parser.tika
Class TikaParser

java.lang.Object
  extended by org.silverpeas.search.indexEngine.parser.tika.TikaParser
All Implemented Interfaces:
Parser

public class TikaParser
extends Object
implements Parser


Constructor Summary
TikaParser()
           
 
Method Summary
 Reader getReader(String path, String encoding)
          Returns a Reader giving only the text content of the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TikaParser

public TikaParser()
Method Detail

getReader

public Reader getReader(String path,
                        String encoding)
Description copied from interface: Parser
Returns a Reader giving only the text content of the file.

Specified by:
getReader in interface Parser


Copyright © 2016 Silverpeas. All Rights Reserved.