Shared code for Lucidworks Hadoop ecosystem connectors.
The project is designed to be a submodule. To build it, go to one of the main projects and build it from there.
Main projects:
Provides the MapReduce Input (LWMapRedInputFormat
) and Output (LWMapReduceOutputFormat
) format.
Provides the class SolrCloudClusterSupport
as the basis of most tests that need an embedded Solr cluster for testing.
The SolrCloudClusterSupport
creates a MiniSolrCloudCluster
in order to test the application.
LWMockDocument
is a mock Document to test the Solr indexing workflow.