Package org.silverpeas.core.index.indexing.parser
-
Interface Summary Interface Description Parser A parser is used to retrieve the text content of a file.Parser.Metadata -
Class Summary Class Description Parser.Context The paser context ensures to provide aReader
instance with alsoParser.Metadata
.ParserManager The ParserManager class manages all the parsers which will be used to parse the indexed files. -
Annotation Types Summary Annotation Type Description DefaultParser A qualifier for denoting a given Parser implementation is the default parser to use when no one is available for a given content type (defined by the content MIME type).