Author: yonik
Date: Sat Nov 29 08:48:20 2008
New Revision: 721688

URL: http://svn.apache.org/viewvc?rev=721688&view=rev
Log:
SOLR-836: Add missing a to the example stopwords.txt

Modified:
    lucene/solr/trunk/CHANGES.txt
    lucene/solr/trunk/client/ruby/solr-ruby/solr/conf/stopwords.txt
    lucene/solr/trunk/client/ruby/solr-ruby/test/conf/stopwords.txt
    
lucene/solr/trunk/contrib/javascript/example/testsolr/solr/conf/stopwords.txt
    lucene/solr/trunk/contrib/velocity/src/main/solr/conf/stopwords.txt
    lucene/solr/trunk/example/example-DIH/solr/db/conf/stopwords.txt
    lucene/solr/trunk/example/example-DIH/solr/rss/conf/stopwords.txt
    lucene/solr/trunk/example/solr/conf/stopwords.txt

Modified: lucene/solr/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/CHANGES.txt?rev=721688&r1=721687&r2=721688&view=diff
==============================================================================
--- lucene/solr/trunk/CHANGES.txt (original)
+++ lucene/solr/trunk/CHANGES.txt Sat Nov 29 08:48:20 2008
@@ -140,6 +140,8 @@
     both the index and query analyzers to fix the bug with phrase queries
     with stopwords. (yonik)
 
+13. SOLR-836: Add missing "a" to the example stopwords.txt (yonik)
+
 
 Other Changes
 ----------------------

Modified: lucene/solr/trunk/client/ruby/solr-ruby/solr/conf/stopwords.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/solr/conf/stopwords.txt?rev=721688&r1=721687&r2=721688&view=diff
==============================================================================
--- lucene/solr/trunk/client/ruby/solr-ruby/solr/conf/stopwords.txt (original)
+++ lucene/solr/trunk/client/ruby/solr-ruby/solr/conf/stopwords.txt Sat Nov 29 
08:48:20 2008
@@ -20,6 +20,7 @@
 stopwordb
 
 #Standard english stop words taken from Lucene's StopAnalyzer
+a
 an
 and
 are

Modified: lucene/solr/trunk/client/ruby/solr-ruby/test/conf/stopwords.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/client/ruby/solr-ruby/test/conf/stopwords.txt?rev=721688&r1=721687&r2=721688&view=diff
==============================================================================
--- lucene/solr/trunk/client/ruby/solr-ruby/test/conf/stopwords.txt (original)
+++ lucene/solr/trunk/client/ruby/solr-ruby/test/conf/stopwords.txt Sat Nov 29 
08:48:20 2008
@@ -20,6 +20,7 @@
 stopwordb
 
 #Standard english stop words taken from Lucene's StopAnalyzer
+a
 an
 and
 are

Modified: 
lucene/solr/trunk/contrib/javascript/example/testsolr/solr/conf/stopwords.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/javascript/example/testsolr/solr/conf/stopwords.txt?rev=721688&r1=721687&r2=721688&view=diff
==============================================================================
--- 
lucene/solr/trunk/contrib/javascript/example/testsolr/solr/conf/stopwords.txt 
(original)
+++ 
lucene/solr/trunk/contrib/javascript/example/testsolr/solr/conf/stopwords.txt 
Sat Nov 29 08:48:20 2008
@@ -20,6 +20,7 @@
 stopwordb
 
 #Standard english stop words taken from Lucene's StopAnalyzer
+a
 an
 and
 are

Modified: lucene/solr/trunk/contrib/velocity/src/main/solr/conf/stopwords.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/src/main/solr/conf/stopwords.txt?rev=721688&r1=721687&r2=721688&view=diff
==============================================================================
--- lucene/solr/trunk/contrib/velocity/src/main/solr/conf/stopwords.txt 
(original)
+++ lucene/solr/trunk/contrib/velocity/src/main/solr/conf/stopwords.txt Sat Nov 
29 08:48:20 2008
@@ -20,6 +20,7 @@
 stopwordb
 
 #Standard english stop words taken from Lucene's StopAnalyzer
+a
 an
 and
 are

Modified: lucene/solr/trunk/example/example-DIH/solr/db/conf/stopwords.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/example/example-DIH/solr/db/conf/stopwords.txt?rev=721688&r1=721687&r2=721688&view=diff
==============================================================================
--- lucene/solr/trunk/example/example-DIH/solr/db/conf/stopwords.txt (original)
+++ lucene/solr/trunk/example/example-DIH/solr/db/conf/stopwords.txt Sat Nov 29 
08:48:20 2008
@@ -20,6 +20,7 @@
 stopwordb
 
 #Standard english stop words taken from Lucene's StopAnalyzer
+a
 an
 and
 are

Modified: lucene/solr/trunk/example/example-DIH/solr/rss/conf/stopwords.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/example/example-DIH/solr/rss/conf/stopwords.txt?rev=721688&r1=721687&r2=721688&view=diff
==============================================================================
--- lucene/solr/trunk/example/example-DIH/solr/rss/conf/stopwords.txt (original)
+++ lucene/solr/trunk/example/example-DIH/solr/rss/conf/stopwords.txt Sat Nov 
29 08:48:20 2008
@@ -20,6 +20,7 @@
 stopwordb
 
 #Standard english stop words taken from Lucene's StopAnalyzer
+a
 an
 and
 are

Modified: lucene/solr/trunk/example/solr/conf/stopwords.txt
URL: 
http://svn.apache.org/viewvc/lucene/solr/trunk/example/solr/conf/stopwords.txt?rev=721688&r1=721687&r2=721688&view=diff
==============================================================================
--- lucene/solr/trunk/example/solr/conf/stopwords.txt (original)
+++ lucene/solr/trunk/example/solr/conf/stopwords.txt Sat Nov 29 08:48:20 2008
@@ -20,6 +20,7 @@
 stopwordb
 
 #Standard english stop words taken from Lucene's StopAnalyzer
+a
 an
 and
 are


Reply via email to