On 3/22/2013 7:04 PM, Jack Krupansky wrote: > I wanted to get some preliminary feedback before filing this proposal as > a Jira(s): > > Package Solr Data Import Handler and Solr Cell as standalone jars with > command line interfaces to run as separate processes to promote more > efficient distributed processing, both by separating them from the Solr > JVM and allowing multiple instances running in parallel on multiple > machines. And to make it easier for mere mortals to customize the > ingestion code without diving deep into core Solr.
That's a really interesting idea. You mentioned having them be grown-up siblings of the SimplePostTool, which would imply that the jar would be directly executable. What would be the mechanism for configuring it and getting DIH status? An alternate idea, if it's feasible, would be that you could drop the jar and its dependencies into a lib directory and embed into an index update application. Hopefully it is only tied to SolrJ, not deep Solr or Lucene internals. I haven't checked. Thanks, Shawn --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
