Packages

class TranslationIndexDao extends AbstractIndexDao

Linear Supertypes
AbstractIndexDao, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TranslationIndexDao
  2. AbstractIndexDao
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TranslationIndexDao(client: ElasticClient)(implicit ec: ExecutionContext)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def alias2FieldName(alias: String): String
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  5. def alias2FieldNameDoc(doc: Seq[(String, Any)]): Seq[(String, Any)]
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  6. def alias2SortFieldName(alias: String): String
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def buildAdvancedQueries(maybeQuery: Option[Seq[AdvancedQuery]]): Seq[Query]
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  9. def buildAdvancedQuery(query: AdvancedQuery): Query
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  10. def buildFilterQuery(filter: Option[String], fieldBoosts: Seq[(String, Double)]): Seq[DisMaxQuery]
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  11. def buildSortBySeq(sortBySeq: Option[Seq[SortBy]]): Seq[FieldSort]
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  13. def createEntityIndex(): Future[Done]
    Definition Classes
    AbstractIndexDao
  14. def createIndexDoc(id: String, doc: (String, Any)*): Future[Done]
    Definition Classes
    AbstractIndexDao
  15. def createIndexDoc(id: String, doc: List[(String, Any)]): Future[Done]
    Definition Classes
    AbstractIndexDao
  16. def createTranslation(event: TranslationCreated): Future[Done]
  17. def deleteIndexDoc(id: String): Future[Done]
    Definition Classes
    AbstractIndexDao
  18. def deleteTranslation(event: TranslationDeleted): Future[Done]
  19. implicit val ec: ExecutionContext
    Definition Classes
    TranslationIndexDao → AbstractIndexDao
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  22. def findEntity(searchRequest: SearchRequest): Future[FindResult]
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  23. def findTranslations(query: FindTranslationQuery): Future[FindResult]
  24. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  26. val indexConfig: IndexConfig
    Definition Classes
    AbstractIndexDao
  27. def indexConfigPath: String
    Definition Classes
    TranslationIndexDao → AbstractIndexDao
  28. val indexName: String
    Definition Classes
    AbstractIndexDao
  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. val log: Logger
    Definition Classes
    TranslationIndexDao → AbstractIndexDao
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  34. def processResponse[T]: PartialFunction[Response[T], T]
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  35. def sortBy2FieldSort: PartialFunction[SortBy, FieldSort]
    Attributes
    protected
    Definition Classes
    AbstractIndexDao
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def toString(): String
    Definition Classes
    AnyRef → Any
  38. def updateIndexDoc(id: String, doc: (String, Any)*): Future[Done]
    Definition Classes
    AbstractIndexDao
  39. def updateIndexDoc(id: String, doc: List[(String, Any)]): Future[Done]
    Definition Classes
    AbstractIndexDao
  40. def updateTranslation(event: TranslationUpdated): Future[Done]
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AbstractIndexDao

Inherited from AnyRef

Inherited from Any

Ungrouped