CustomAnalyzerDefinition

com.sksamuel.elastic4s.requests.analyzers.CustomAnalyzerDefinition
See theCustomAnalyzerDefinition companion object
case class CustomAnalyzerDefinition(name: String, tokenizer: Tokenizer, filters: Seq[AnalyzerFilter]) extends AnalyzerDefinition

Attributes

Companion
object
Deprecated
true
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def build(source: XContentBuilder): Unit

Inherited methods

def build(): XContentBuilder

Attributes

Inherited from:
AnalyzerDefinition
def buildWithName(): XContentBuilder

Attributes

Inherited from:
AnalyzerDefinition
def buildWithName(source: XContentBuilder): Unit

Attributes

Inherited from:
AnalyzerDefinition
def json: XContentBuilder

Attributes

Inherited from:
AnalyzerDefinition
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product