Skip to content

Instantly share code, notes, and snippets.

@kimchy
Created March 23, 2010 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kimchy/341658 to your computer and use it in GitHub Desktop.
Save kimchy/341658 to your computer and use it in GitHub Desktop.
custom token filter setting
# custom token filter settings
index:
analysis:
filter:
myFilter:
type: eg.MyTokenFilterFactory
param1: value1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment