Packages

package solr

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class SolrBackend [Data <: Identifiable[Data]] extends AnyRef

    The SolrBackend keeps track of an evolving Solr database.

    The SolrBackend keeps track of an evolving Solr database.

    Data

    The type of the data.

  2. case class SolrClassObject (name: String, args: List[Any]) extends Product with Serializable

    Created by chanceroberts on 8/10/17.

  3. class SolrDataMap [Key, Data <: Identifiable[Data]] extends DataMap[Key, Data]

    This is the default data store that is used in the example.

    This is the default data store that is used in the example. Without going too far into the Backend, this is an abstraction for a Solr Collection.

    Key

    The type of the key that's being used. Within the example, it's bigglue.examples.GitID for gitID, bigglue.examples.GitRepo for clonedMap, bigglue.examples.GitCommitInfo for commitInfoMap, and bigglue.examples.GitCommitGroups for authorMap.

    Data

    The type of the data that's being used. Within the example, it's bigglue.examples.GitID for gitID, bigglue.examples.GitRepo for clonedMap, bigglue.examples.GitCommitInfo for commitInfoMap, and bigglue.examples.GitCommitGroups for authorMap.

  4. class SolrIterator [Data <: Identifiable[Data]] extends Iterator[Data]
  5. class SolrMultiMap [Key, Data <: Identifiable[Data]] extends DataMultiMap[Key, Data]

Value Members

  1. object SolrInstances

Ungrouped