spellcheck

git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495841 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-01-13 05:19:47 +00:00
parent dcc781a7a5
commit daa6ab89ca
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ Detailed Change List
New Features
1. SOLR-82: Default field values can be specified in the schema.xml.
(Ryan McKinley via hossman)
2. SOLR-89: Two new TokenFilters with corrisponding Factories...
2. SOLR-89: Two new TokenFilters with corresponding Factories...
* TrimFilter - Trims leading and trailing whitespace from Tokens
* PatternReplaceFilter - applies a Pattern to each token in the
stream, replacing match occurances with a specified replacement.