Skip to content
Bertard edited this page Jun 4, 2018 · 10 revisions
ℹ️
The complete documentation can be found in the core project: KnowledgeFinderCore

The knowledgefinder dataimporter provides extentions for Solr. It contains a simple way to extract and import the metadata from SVN repositories into a Solr Index (Solr). It also provides various transformers to simplify the import process.

Features

  • Extracting information from:

    • SVN Local Working Copy

    • SVN Remote Working Copy (with authentication user/password)

    • XML files

  • Data Transformers:

    • Exclude values from a list

    • Intervals of date in Datetime values (Start and End)

    • List of dictionaries in separated columns

    • Unique Document-ID generator

    • Get file path to similar named file by providing prefix and suffix (useful when splitting up in two separate files for metadata and content)

A list of configuration projects can be found at KnowledgeFinder - Instances

Clone this wiki locally