Skip to content

Instantly share code, notes, and snippets.

@marktriggs
Created April 12, 2011 21:40
Show Gist options
  • Save marktriggs/916482 to your computer and use it in GitHub Desktop.
Save marktriggs/916482 to your computer and use it in GitHub Desktop.
<fieldtype name="initials" class="solr.TextField">
<analyzer>
<tokenizer class="solr.WhitespaceTokenizerFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
<filter class="solr.EdgeNGramFilterFactory" minGramSize="1" maxGramSize="1" side="front"/>
</analyzer>
</fieldtype>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment