| java.lang.Object ca.ulaval.bibl.lius.index.Indexer ca.ulaval.bibl.lius.index.RTF.RTFIndexer
RTFIndexer | public class RTFIndexer extends Indexer (Code) | | Classe permettant d'indexer des fichiers RTF.
Class that indexes RTF files.
author: Rida Benjelloun (rida.benjelloun@bibl.ulaval.ca) |
Field Summary | |
static Logger | logger |
logger | static Logger logger(Code) | | |
createLuceneDocument | public Document createLuceneDocument(String file, LiusConfig lc)(Code) | | Méthode retournant un objet de type Lucene document à partir du fichier à
indexer et du fichier de configuration de Lius exprimé sous forme d'objet
de type LiusConfig.
Method that returns an Lucene Document object from the file to index and
the configuration file as a LiusConfig object.
|
getLiusFields | public Collection getLiusFields(LiusConfig lc)(Code) | | Permet de récupérer les champs de Lius à partir du fichier de
configuration
pour effectuer l'indexation.
Gets the Lius field from the configuration file for indexation.
|
getPopulatedCollection | public Collection getPopulatedCollection(Object file, Collection liusFields)(Code) | | Retourne une collection contenant les champs avec les valeurs à indexer
comme par exemple : le texte integral, titre etc.
Returns a collection containing the fields with the values to index
like : full text, title, etc.
|
|
|