Index: solr/example/solr/collection1/conf/lang/stopwords_fr.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_fr.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_fr.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A French stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_nl.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_nl.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_nl.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Dutch stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_hu.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_hu.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_hu.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
  
 | Hungarian stop word list
 | prepared by Anna Tordai
Index: solr/example/solr/collection1/conf/lang/stopwords_no.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_no.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_no.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Norwegian stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_pt.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_pt.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_pt.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Portuguese stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_ru.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_ru.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_ru.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | a russian stop word list. comments begin with vertical bar. each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_es.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_es.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_es.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Spanish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_it.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_it.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_it.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | An Italian stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_da.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_da.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_da.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Danish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_de.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_de.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_de.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A German stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_sv.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_sv.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_sv.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Swedish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/solr/collection1/conf/lang/stopwords_fi.txt
===================================================================
--- solr/example/solr/collection1/conf/lang/stopwords_fi.txt	(revision 1524128)
+++ solr/example/solr/collection1/conf/lang/stopwords_fi.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
  
 | forms of BE
 
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_pt.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_pt.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_pt.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Portuguese stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_ru.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_ru.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_ru.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | a russian stop word list. comments begin with vertical bar. each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_es.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_es.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_es.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Spanish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_it.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_it.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_it.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | An Italian stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_da.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_da.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_da.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Danish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_de.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_de.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_de.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A German stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_sv.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_sv.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_sv.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Swedish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_fi.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_fi.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_fi.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
  
 | forms of BE
 
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_fr.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_fr.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_fr.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A French stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_nl.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_nl.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_nl.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Dutch stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_hu.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_hu.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_hu.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
  
 | Hungarian stop word list
 | prepared by Anna Tordai
Index: solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_no.txt
===================================================================
--- solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_no.txt	(revision 1524128)
+++ solr/example/example-schemaless/solr/collection1/conf/lang/stopwords_no.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Norwegian stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/portuguese_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/portuguese_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/portuguese_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Portuguese stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/russian_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/russian_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/russian_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | a russian stop word list. comments begin with vertical bar. each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/french_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/french_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/french_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A French stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/spanish_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/spanish_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/spanish_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Spanish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/danish_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/danish_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/danish_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Danish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/swedish_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/swedish_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/swedish_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Swedish stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/dutch_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/dutch_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/dutch_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Dutch stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/english_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/english_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/english_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
  
  | An English stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/german_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/german_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/german_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A German stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/norwegian_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/norwegian_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/norwegian_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | A Norwegian stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/hungarian_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/hungarian_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/hungarian_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
  
 | Hungarian stop word list
 | prepared by Anna Tordai
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/finnish_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/finnish_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/finnish_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
  
 | forms of BE
 
Index: lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/italian_stop.txt
===================================================================
--- lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/italian_stop.txt	(revision 1524128)
+++ lucene/analysis/common/src/resources/org/apache/lucene/analysis/snowball/italian_stop.txt	(working copy)
@@ -4,6 +4,8 @@
  | Also see http://www.opensource.org/licenses/bsd-license.html
  |  - Encoding was converted to UTF-8.
  |  - This notice was added.
+ |
+ | NOTE: To use this file with StopFilterFactory, you must specify format="snowball"
 
  | An Italian stop word list. Comments begin with vertical bar. Each stop
  | word is at the start of a line.
