Currently all Solr morphline use cases I’m aware of run in processes outside of the Solr JVM, e.g. in Flume, in MapReduce, in HBase Lily Indexer, etc. These ingestion processes generate Solr documents for Solr updates. Running in external processes is done to improve scalability, reliability, flexibility and reusability. Not everything needs to run inside of the Solr JVM.
We haven’t found a use case for it so far, but it would be easy to add an UpdateRequestProcessor that runs a morphline inside of the Solr JVM. Here is more background info: http://kitesdk.org/docs/current/kite-morphlines/index.html http://kitesdk.org/docs/current/kite-morphlines/morphlinesReferenceGuide.html http://files.meetup.com/5139282/SHUG10%20-%20Search%20On%20Hadoop.pdf Wolfgang. On Apr 14, 2014, at 2:26 PM, Alexandre Rafalovitch <arafa...@gmail.com> wrote: > Hello, > > I saw that 4.7.1 has morphline and hadoop contribution libraries, but > I can't figure out the degree to which they are useful to _Solr_ > users. I found one hadoop example in the readme that does some sort > injection into Solr. Is that the only use case supported? > > I thought that maybe there is a UpdateRequestProcessor or Handler > end-point or something that hooks into morphline to do > similar/alternative work to DataImportHandler. But I can't see any > entry points or examples for that. > > Anybody knows what the story is and/or what the future holds? > > Regards, > Alex. > Personal website: http://www.outerthoughts.com/ > Current project: http://www.solr-start.com/ - Accelerating your Solr > proficiency