package arangodb

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Arango extends AnyRef
  2. abstract class ArangoCdrAnnotation[+T] extends AnyRef
    Annotations
    @JsonTypeInfo() @JsonSubTypes() @JsonInclude()
  3. case class ArangoCdrDocument(captureSource: String = null, extractedMetadata: ArangoCdrMetadata = null, contentType: String = null, extractedNumeric: Map[String, String] = Map.empty, documentId: String = null, extractedText: String = null, uri: String = null, sourceUri: String = null, extractedNtriples: String = null, timestamp: OffsetDateTime, annotations: List[ArangoCdrAnnotation[Any]] = List.empty, labels: Set[String] = Set.empty, key: String) extends Product with Serializable
    Annotations
    @JsonInclude()
  4. class ArangoCdrFormat extends JsonFormat
  5. case class ArangoCdrMetadata(creationDate: LocalDate = null, modificationDate: LocalDate = null, author: String = null, docType: String = null, description: String = null, originalLanguage: String = null, classification: String = null, title: String = null, publisher: String = null, url: String = null, pages: Integer = null, subject: String = null, creator: String = null, producer: String = null, statedGenre: String = null, predictedGenre: String = null) extends Product with Serializable
    Annotations
    @JsonInclude()
  6. case class ArangoConf(host: String, port: Int, database: String, connectionPoolSize: Int = 25) extends Product with Serializable
  7. case class ArangoDictionaryAnnotation(label: String, version: String, content: Map[String, String], classification: String) extends ArangoCdrAnnotation[Map[String, String]] with Product with Serializable
  8. case class ArangoDocGenealogy(similarDocuments: Map[String, BigDecimal], similarityMatrix: Array[Array[BigDecimal]]) extends Product with Serializable
    Annotations
    @JsonInclude()
  9. case class ArangoFacetScore(value: String, score: BigDecimal = null) extends Product with Serializable
    Annotations
    @JsonInclude()
  10. case class ArangoFacetsAnnotation(label: String, version: String, content: List[ArangoFacetScore], classification: String) extends ArangoCdrAnnotation[List[ArangoFacetScore]] with Product with Serializable
    Annotations
    @JsonTypeName()
  11. case class ArangoGenealogyAnnotation(label: String, version: String, content: ArangoDocGenealogy, classification: String) extends ArangoCdrAnnotation[ArangoDocGenealogy] with Product with Serializable
    Annotations
    @JsonTypeName()
  12. class ArangoNlpOutputFormat extends JsonFormat
  13. case class ArangoOffsetTag(offsetStart: Int, offsetEnd: Int, value: String, tag: String, score: BigDecimal = null) extends Product with Serializable
    Annotations
    @JsonInclude()
  14. case class ArangoTagsAnnotation(label: String, version: String, content: List[ArangoOffsetTag], classification: String) extends ArangoCdrAnnotation[List[ArangoOffsetTag]] with Product with Serializable
    Annotations
    @JsonTypeName()
  15. class ArangoTenantFormat extends JsonFormat
  16. case class ArangoTextAnnotation(label: String, version: String, content: String, classification: String) extends ArangoCdrAnnotation[String] with Product with Serializable
  17. case class ArangoTranslatedFields(language: String, fields: Map[String, String]) extends Product with Serializable
    Annotations
    @JsonInclude()
  18. case class ArangoTranslationAnnotation(label: String, version: String, content: ArangoTranslatedFields, classification: String) extends ArangoCdrAnnotation[ArangoTranslatedFields] with Product with Serializable
    Annotations
    @JsonTypeName()
  19. case class NlpOutput(docId: String, processor: String, content: String, timestamp: OffsetDateTime = DAT.timeStamp) extends Product with Serializable
  20. case class NlpOutputModel(docId: String = null, processor: String, content: String, timestamp: OffsetDateTime = DAT.timeStamp, key: String) extends Product with Serializable
    Annotations
    @JsonInclude()
  21. case class TenantDocModel(tenantId: String = null, docId: String = null) extends Product with Serializable
    Annotations
    @JsonInclude()

Value Members

  1. object Arango
  2. object Serialization

Ungrouped