Created
November 28, 2012 16:37
-
-
Save mikeebert/4162410 to your computer and use it in GitHub Desktop.
Solr schema.xml differences between production and development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -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