Class DefaultDocumentAssignmentStrategy

java.lang.Object
com.lucidworks.apollo.partitioning.DefaultDocumentAssignmentStrategy
All Implemented Interfaces:
DocumentAssignmentStrategy, Serializable

public class DefaultDocumentAssignmentStrategy extends Object implements DocumentAssignmentStrategy
Default assignment strategy just selects the configured Solr collection to send documents to, i.e. no collection-level partitioning.
See Also: