class LanguageIndexDao extends AbstractIndexDao
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LanguageIndexDao
- AbstractIndexDao
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new LanguageIndexDao(client: ElasticClient)(implicit ec: ExecutionContext)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def alias2FieldName(alias: String): String
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- def alias2FieldNameDoc(doc: Seq[(String, Any)]): Seq[(String, Any)]
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- def alias2SortFieldName(alias: String): String
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildAdvancedQueries(maybeQuery: Option[Seq[AdvancedQuery]]): Seq[Query]
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- def buildAdvancedQuery(query: AdvancedQuery): Query
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- def buildFilterQuery(filter: Option[String], fieldBoosts: Seq[(String, Double)]): Seq[DisMaxQuery]
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- def buildSortBySeq(sortBySeq: Option[Seq[SortBy]]): Seq[FieldSort]
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def createEntityIndex(): Future[Done]
- Definition Classes
- AbstractIndexDao
- def createIndexDoc(id: String, doc: (String, Any)*): Future[Done]
- Definition Classes
- AbstractIndexDao
- def createIndexDoc(id: String, doc: List[(String, Any)]): Future[Done]
- Definition Classes
- AbstractIndexDao
- def createLanguage(event: LanguageCreated): Future[Done]
- def deleteIndexDoc(id: String): Future[Done]
- Definition Classes
- AbstractIndexDao
- def deleteLanguage(event: LanguageDeleted): Future[Done]
- implicit val ec: ExecutionContext
- Definition Classes
- LanguageIndexDao → AbstractIndexDao
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def findEntity(searchRequest: SearchRequest): Future[FindResult]
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- def findLanguages(query: FindLanguageQuery): Future[FindResult]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val indexConfig: IndexConfig
- Definition Classes
- AbstractIndexDao
- def indexConfigPath: String
- Definition Classes
- LanguageIndexDao → AbstractIndexDao
- val indexName: String
- Definition Classes
- AbstractIndexDao
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val log: Logger
- Definition Classes
- LanguageIndexDao → AbstractIndexDao
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def processResponse[T]: PartialFunction[Response[T], T]
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- def sortBy2FieldSort: PartialFunction[SortBy, FieldSort]
- Attributes
- protected
- Definition Classes
- AbstractIndexDao
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def updateIndexDoc(id: String, doc: (String, Any)*): Future[Done]
- Definition Classes
- AbstractIndexDao
- def updateIndexDoc(id: String, doc: List[(String, Any)]): Future[Done]
- Definition Classes
- AbstractIndexDao
- def updateLanguage(event: LanguageUpdated): Future[Done]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated