tree: ef0f6b8441bd7dc06f679db896814790223b4f0f [path history] [tgz]
  1. metron-solr-common/
  2. metron-solr-storm/
  3. pom.xml
  4. README.md
metron-platform/metron-solr/README.md

Solr

Introduction

The solr module is a module dedicated to indexing data into the Solr search engine.

Deployment Options

There is currently one option for indexing into Solr, which is the random_access_indexing Storm topology.

Submodules

  • metron-solr-common - this module contains common Solr code including Solr implementations of IndexDao related-classes.
  • metron-solr-storm - this module is home to Storm-specific code such as Flux property files, topology start script, and Storm indexing integration tests.