You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "wolfgang hoschek (JIRA)" <ji...@apache.org> on 2012/11/07 08:32:13 UTC

[jira] [Created] (FLUME-1687) Solr Sink

wolfgang hoschek created FLUME-1687:
---------------------------------------

             Summary: Solr Sink
                 Key: FLUME-1687
                 URL: https://issues.apache.org/jira/browse/FLUME-1687
             Project: Flume
          Issue Type: Wish
          Components: Sinks+Sources
    Affects Versions: v1.2.0
            Reporter: wolfgang hoschek


Some use cases need near real time full text indexing of data through Flume into Solr, where a Flume sink can write directly to a Solr search server. This is a scalable way to provide low latency querying and data acquisition. It complements (rather than replaces) use cases based on Map Reduce batch analysis of HDFS data.

Solr has a client API that uses REST to add documents to a Solr server, which in turn is based on Lucene. A Solr Sink can extract documents from flume events and forward them to Solr.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira