Skip to content

Instantly share code, notes, and snippets.

@mikeebert
Created November 28, 2012 16:37
Show Gist options
  • Save mikeebert/4162410 to your computer and use it in GitHub Desktop.
Save mikeebert/4162410 to your computer and use it in GitHub Desktop.
Solr schema.xml differences between production and development
@@ -64,7 +64,6 @@
<tokenizer class="solr.StandardTokenizerFactory"/>
<filter class="solr.StandardFilterFactory"/>
<filter class="solr.LowerCaseFilterFactory"/>
- <filter class="solr.PorterStemFilterFactory"/> ### Not in production schema.xml
</analyzer>
</fieldType>
<!-- *** This fieldType is used by Sunspot! *** -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment