Skip to content

Instantly share code, notes, and snippets.

@ryszard
Created August 13, 2009 22:32
Show Gist options
  • Save ryszard/167496 to your computer and use it in GitHub Desktop.
Save ryszard/167496 to your computer and use it in GitHub Desktop.
<fieldType
name="trigram"
stored="true"
class="solr.StrField">
<analyzer type="index">
<tokenizer
class="solr.analysis.NGramTokenizerFactory"
minGramSize="3"
maxGramSize="5"
/>
<filter class="solr.LowerCaseFilterFactory"/>
</analyzer>
</fieldType>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment