Class

com.sksamuel.elastic4s.analyzers

StopTokenFilter

Related Doc: package analyzers

Permalink

case class StopTokenFilter(name: String, language: Option[String] = None, stopwords: Iterable[String] = Nil, stopwordsPath: Option[String] = None, enablePositionIncrements: Option[Boolean] = None, removeTrailing: Option[Boolean] = None, ignoreCase: Option[Boolean] = None) extends TokenFilterDefinition with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, TokenFilterDefinition, AnalyzerFilterDefinition, TokenFilter, AnalyzerFilter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StopTokenFilter
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. TokenFilterDefinition
  7. AnalyzerFilterDefinition
  8. TokenFilter
  9. AnalyzerFilter
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StopTokenFilter(name: String, language: Option[String] = None, stopwords: Iterable[String] = Nil, stopwordsPath: Option[String] = None, enablePositionIncrements: Option[Boolean] = None, removeTrailing: Option[Boolean] = None, ignoreCase: Option[Boolean] = None)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def build(source: XContentBuilder): Unit

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. def enablePositionIncrements(boolean: Boolean): StopTokenFilter

    Permalink
  8. val enablePositionIncrements: Option[Boolean]

    Permalink
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. val filterType: String

    Permalink
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  12. def ignoreCase(boolean: Boolean): StopTokenFilter

    Permalink
  13. val ignoreCase: Option[Boolean]

    Permalink
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def json: XContentBuilder

    Permalink
    Definition Classes
    AnalyzerFilterDefinition
  16. def language(language: String): StopTokenFilter

    Permalink
  17. val language: Option[String]

    Permalink
  18. val name: String

    Permalink
    Definition Classes
    StopTokenFilterAnalyzerFilter
  19. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  22. def removeTrailing(boolean: Boolean): StopTokenFilter

    Permalink
  23. val removeTrailing: Option[Boolean]

    Permalink
  24. def stopwords(stopwords: String, rest: String*): StopTokenFilter

    Permalink
  25. def stopwords(stopwords: Iterable[String]): StopTokenFilter

    Permalink
  26. val stopwords: Iterable[String]

    Permalink
  27. def stopwordsPath(path: String): StopTokenFilter

    Permalink
  28. val stopwordsPath: Option[String]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from TokenFilterDefinition

Inherited from AnalyzerFilterDefinition

Inherited from TokenFilter

Inherited from AnalyzerFilter

Inherited from AnyRef

Inherited from Any

Ungrouped