Skip to content
haup_ca edited this page Oct 27, 2016 · 10 revisions
ℹ️
The complete documentation can be found in the core project: KnowledgeFinderCore

The knowledgefinder dataimporter is an extension of the solr dataimporter. It provides 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 II - Instances

Clone this wiki locally