package arangodb
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class Arango extends AnyRef
-
abstract
class
ArangoCdrAnnotation[+T] extends AnyRef
- Annotations
- @JsonTypeInfo() @JsonSubTypes() @JsonInclude()
-
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()
- class ArangoCdrFormat extends JsonFormat
-
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()
- case class ArangoConf(host: String, port: Int, database: String, connectionPoolSize: Int = 25) extends Product with Serializable
- case class ArangoDictionaryAnnotation(label: String, version: String, content: Map[String, String], classification: String) extends ArangoCdrAnnotation[Map[String, String]] with Product with Serializable
-
case class
ArangoDocGenealogy(similarDocuments: Map[String, BigDecimal], similarityMatrix: Array[Array[BigDecimal]]) extends Product with Serializable
- Annotations
- @JsonInclude()
-
case class
ArangoFacetScore(value: String, score: BigDecimal = null) extends Product with Serializable
- Annotations
- @JsonInclude()
-
case class
ArangoFacetsAnnotation(label: String, version: String, content: List[ArangoFacetScore], classification: String) extends ArangoCdrAnnotation[List[ArangoFacetScore]] with Product with Serializable
- Annotations
- @JsonTypeName()
-
case class
ArangoGenealogyAnnotation(label: String, version: String, content: ArangoDocGenealogy, classification: String) extends ArangoCdrAnnotation[ArangoDocGenealogy] with Product with Serializable
- Annotations
- @JsonTypeName()
- class ArangoNlpOutputFormat extends JsonFormat
-
case class
ArangoOffsetTag(offsetStart: Int, offsetEnd: Int, value: String, tag: String, score: BigDecimal = null) extends Product with Serializable
- Annotations
- @JsonInclude()
-
case class
ArangoTagsAnnotation(label: String, version: String, content: List[ArangoOffsetTag], classification: String) extends ArangoCdrAnnotation[List[ArangoOffsetTag]] with Product with Serializable
- Annotations
- @JsonTypeName()
- class ArangoTenantFormat extends JsonFormat
- case class ArangoTextAnnotation(label: String, version: String, content: String, classification: String) extends ArangoCdrAnnotation[String] with Product with Serializable
-
case class
ArangoTranslatedFields(language: String, fields: Map[String, String]) extends Product with Serializable
- Annotations
- @JsonInclude()
-
case class
ArangoTranslationAnnotation(label: String, version: String, content: ArangoTranslatedFields, classification: String) extends ArangoCdrAnnotation[ArangoTranslatedFields] with Product with Serializable
- Annotations
- @JsonTypeName()
- case class NlpOutput(docId: String, processor: String, content: String, timestamp: OffsetDateTime = DAT.timeStamp) extends Product with Serializable
-
case class
NlpOutputModel(docId: String = null, processor: String, content: String, timestamp: OffsetDateTime = DAT.timeStamp, key: String) extends Product with Serializable
- Annotations
- @JsonInclude()
-
case class
TenantDocModel(tenantId: String = null, docId: String = null) extends Product with Serializable
- Annotations
- @JsonInclude()
Value Members
- object Arango
- object Serialization