package solr
- Alphabetic
- Public
- All
Type Members
-
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.
-
case class
SolrClassObject
(name: String, args: List[Any]) extends Product with Serializable
Created by chanceroberts on 8/10/17.
-
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.
- class SolrIterator [Data <: Identifiable[Data]] extends Iterator[Data]
- class SolrMultiMap [Key, Data <: Identifiable[Data]] extends DataMultiMap[Key, Data]
Value Members
- object SolrInstances