You are here

stopwords.txt in Apache Solr Multilingual 6

Same filename and directory in other branches
  1. 6.2 resources/stopwords.txt
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements.  See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License.  You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

#-----------------------------------------------------------------------
# a couple of test stopwords to test that the words are really being
# configured from this file:
stopworda
stopwordb

#Standard english stop words taken from Lucene's StopAnalyzer
a
an
and
are
as
at
be
but
by
for
if
in
into
is
it
no
not
of
on
or
s
such
t
that
the
their
then
there
these
they
this
to
was
will
with

File

resources/stopwords.txt
View source
  1. # Licensed to the Apache Software Foundation (ASF) under one or more
  2. # contributor license agreements. See the NOTICE file distributed with
  3. # this work for additional information regarding copyright ownership.
  4. # The ASF licenses this file to You under the Apache License, Version 2.0
  5. # (the "License"); you may not use this file except in compliance with
  6. # the License. You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #-----------------------------------------------------------------------
  16. # a couple of test stopwords to test that the words are really being
  17. # configured from this file:
  18. stopworda
  19. stopwordb
  20. #Standard english stop words taken from Lucene's StopAnalyzer
  21. a
  22. an
  23. and
  24. are
  25. as
  26. at
  27. be
  28. but
  29. by
  30. for
  31. if
  32. in
  33. into
  34. is
  35. it
  36. no
  37. not
  38. of
  39. on
  40. or
  41. s
  42. such
  43. t
  44. that
  45. the
  46. their
  47. then
  48. there
  49. these
  50. they
  51. this
  52. to
  53. was
  54. will
  55. with