mirror of https://github.com/apache/lucene.git
SOLR-836: Add missing a to the example stopwords.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b76a2a7b68
commit
2ded3e2345
|
@ -140,6 +140,8 @@ Bug Fixes
|
|||
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
|
||||
----------------------
|
||||
|
|
|
@ -20,6 +20,7 @@ stopworda
|
|||
stopwordb
|
||||
|
||||
#Standard english stop words taken from Lucene's StopAnalyzer
|
||||
a
|
||||
an
|
||||
and
|
||||
are
|
||||
|
|
|
@ -20,6 +20,7 @@ stopworda
|
|||
stopwordb
|
||||
|
||||
#Standard english stop words taken from Lucene's StopAnalyzer
|
||||
a
|
||||
an
|
||||
and
|
||||
are
|
||||
|
|
|
@ -20,6 +20,7 @@ stopworda
|
|||
stopwordb
|
||||
|
||||
#Standard english stop words taken from Lucene's StopAnalyzer
|
||||
a
|
||||
an
|
||||
and
|
||||
are
|
||||
|
|
|
@ -20,6 +20,7 @@ stopworda
|
|||
stopwordb
|
||||
|
||||
#Standard english stop words taken from Lucene's StopAnalyzer
|
||||
a
|
||||
an
|
||||
and
|
||||
are
|
||||
|
|
|
@ -20,6 +20,7 @@ stopworda
|
|||
stopwordb
|
||||
|
||||
#Standard english stop words taken from Lucene's StopAnalyzer
|
||||
a
|
||||
an
|
||||
and
|
||||
are
|
||||
|
|
|
@ -20,6 +20,7 @@ stopworda
|
|||
stopwordb
|
||||
|
||||
#Standard english stop words taken from Lucene's StopAnalyzer
|
||||
a
|
||||
an
|
||||
and
|
||||
are
|
||||
|
|
|
@ -20,6 +20,7 @@ stopworda
|
|||
stopwordb
|
||||
|
||||
#Standard english stop words taken from Lucene's StopAnalyzer
|
||||
a
|
||||
an
|
||||
and
|
||||
are
|
||||
|
|
Loading…
Reference in New Issue