Package | Description |
---|---|
org.apache.solr |
Commonly reused classes and interfaces (deprecated package, do not add new classes)
|
org.apache.solr.cloud |
Classes for dealing with ZooKeeper when operating in SolrCloud mode.
|
org.apache.solr.core |
Core classes implementin Solr internals and the management of
SolrCore s |
org.apache.solr.util |
Common utility classes used throughout Solr
|
Modifier and Type | Class and Description |
---|---|
class |
BaseDistributedSearchTestCase
Helper base class for distributed search test cases
By default, all tests in sub-classes will be executed with
1, 2, ...
|
class |
SolrJettyTestBase |
class |
SolrTestCaseHS |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDistribZkTestBase |
class |
AbstractFullDistribZkTestBase
TODO: we should still test this works as a custom update chain as well as
what we test now - the default update chain
|
class |
AbstractZkTestCase
Base test class for ZooKeeper tests.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBadConfigTestBase |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSolrTestCase
An Abstract base class that makes writing Solr JUnit tests "easier"
Test classes that subclass this need only specify the path to the
schema.xml file (:TODO: the solrconfig.xml as well) and write some
testMethods.
|
class |
RestTestBase |
Copyright © 2000–2015 The Apache Software Foundation. All rights reserved.