You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ji...@apache.org on 2018/05/03 14:12:00 UTC

lucene-solr:master: LUCENE-8231: Add missing part of speech filter in the SPI META-INF file

Repository: lucene-solr
Updated Branches:
  refs/heads/master 591fc6627 -> 9b261087a


LUCENE-8231: Add missing part of speech filter in the SPI META-INF file


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9b261087
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9b261087
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9b261087

Branch: refs/heads/master
Commit: 9b261087abcd7ef350e49d4fa4e72e075a135799
Parents: 591fc66
Author: Jim Ferenczi <ji...@elastic.co>
Authored: Thu May 3 16:11:52 2018 +0200
Committer: Jim Ferenczi <ji...@elastic.co>
Committed: Thu May 3 16:11:52 2018 +0200

----------------------------------------------------------------------
 .../services/org.apache.lucene.analysis.util.TokenFilterFactory     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9b261087/lucene/analysis/nori/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory
----------------------------------------------------------------------
diff --git a/lucene/analysis/nori/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory b/lucene/analysis/nori/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory
index 07a41c7..4fff753 100644
--- a/lucene/analysis/nori/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory
+++ b/lucene/analysis/nori/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory
@@ -13,4 +13,5 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 
+org.apache.lucene.analysis.ko.KoreanPartOfSpeechStopFilterFactory
 org.apache.lucene.analysis.ko.KoreanReadingFormFilterFactory
\ No newline at end of file