Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Enumeration members

boolean = "boolean"

Boolean Filter is used to map boolean or (1,0) only fields

datetime = "datetime"

Datatime Filter is used to map datetime fields and support most major time standards

numeric = "numeric"

Numeric Filter is used to map numeric only fields

simple = "simple"

Simple Filter only ignores case

standard = "standard"

Standard Filter is not case sensitive filters out english stop words

stemmer = "stemmer"

Stemmer Filter ignores case but implements the porter stemmer and snowball stemmer filter

Generated using TypeDoc