trait TokenFilterApi extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
- Alphabetic
- By Inheritance
- TokenFilterApi
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
commonGramsTokenFilter(name: String): CommonGramsTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
compoundWordTokenFilter(name: String, type: CompoundWordTokenFilterType): CompoundWordTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
edgeNGramTokenFilter(name: String): EdgeNGramTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
elisionTokenFilter(name: String): ElisionTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated
-
def
keywordMarkerTokenFilter(name: String): KeywordMarkerTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
lengthTokenFilter(name: String): LengthTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
limitTokenCountTokenFilter(name: String): LimitTokenCountTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
ngramTokenFilter(name: String): NGramTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
patternCaptureTokenFilter(name: String): PatternCaptureTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
patternReplaceTokenFilter(name: String, pattern: String, replacement: String): PatternReplaceTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
shingleTokenFilter(name: String): ShingleTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
snowballTokenFilter(name: String, language: String): SnowballTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
stemmerOverrideTokenFilter(name: String): StemmerOverrideTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
stemmerTokenFilter(name: String, language: String): StemmerTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
stopTokenFilter(name: String): StopTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
synonymTokenFilter(name: String, synonyms: Iterable[String]): SynonymTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
synonymTokenFilter(name: String): SynonymTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
truncateTokenFilter(name: String): TruncateTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
uniqueTokenFilter(name: String): UniqueTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package
-
def
wordDelimiterTokenFilter(name: String): WordDelimiterTokenFilter
- Annotations
- @deprecated
- Deprecated
(Since version 7.7.0) use new analysis package