PatternAnalyzer

com.sksamuel.elastic4s.analysis.PatternAnalyzer
case class PatternAnalyzer(name: String, regex: String, lowercase: Boolean) extends Analyzer

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Analyzer
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def build: XContentBuilder
def lowercase(lowercase: Boolean): PatternAnalyzer

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product