Packages

package search

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. search
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class DatasetResultItem(type: String, name: String, url: String, globalId: String, description: String, publishedAt: Option[String], publisher: String, citationHtml: String, identifierOfDataverse: String, nameOfDataverse: String, citation: String, storageIdentifier: String, subjects: List[String], fileCount: Int, versionId: Int, versionState: String, majorVersion: Option[Int], minorVersion: Option[Int], createdAt: String, updatedAt: String, contacts: List[Map[String, String]], authors: List[String]) extends ResultItem with Product with Serializable
  2. case class DataverseResultItem(type: String, name: String, url: String, identifier: String, description: Option[String], publishedAt: String) extends ResultItem with Product with Serializable
  3. case class FileResultItem(type: String, name: String, url: String, fileId: String, description: String, publishedAt: String, fileType: String, fileContentType: String, sizeInBytes: Long, checksum: Checksum, datasetName: String, datasetId: String, datasetPersistentId: String, datasetCitation: String) extends ResultItem with Product with Serializable
  4. abstract class ResultItem extends AnyRef
  5. case class SearchResult(q: String, totalCount: Int, start: Int, spellingAlternatives: Map[String, String], items: List[ResultItem], countInResponse: Int) extends Product with Serializable

Value Members

  1. val SEARCH_RESULT_TYPE_DATASET: String
  2. val SEARCH_RESULT_TYPE_DATAVERSE: String
  3. val SEARCH_RESULT_TYPE_FILE: String
  4. implicit val jsonFormats: Formats
  5. object ResultItemSerializer extends CustomSerializer[ResultItem]

Inherited from AnyRef

Inherited from Any

Ungrouped