You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/07/24 07:14:55 UTC

svn commit: r1364893 - in /lucene/dev/branches/lucene2510: dev-tools/eclipse/ lucene/analysis/phonetic/src/resources/ lucene/analysis/phonetic/src/resources/META-INF/ lucene/analysis/phonetic/src/resources/META-INF/services/

Author: rmuir
Date: Tue Jul 24 05:14:55 2012
New Revision: 1364893

URL: http://svn.apache.org/viewvc?rev=1364893&view=rev
Log:
LUCENE-4044: register phonetic factories

Added:
    lucene/dev/branches/lucene2510/lucene/analysis/phonetic/src/resources/
    lucene/dev/branches/lucene2510/lucene/analysis/phonetic/src/resources/META-INF/
    lucene/dev/branches/lucene2510/lucene/analysis/phonetic/src/resources/META-INF/services/
    lucene/dev/branches/lucene2510/lucene/analysis/phonetic/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory
Modified:
    lucene/dev/branches/lucene2510/dev-tools/eclipse/dot.classpath

Modified: lucene/dev/branches/lucene2510/dev-tools/eclipse/dot.classpath
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene2510/dev-tools/eclipse/dot.classpath?rev=1364893&r1=1364892&r2=1364893&view=diff
==============================================================================
--- lucene/dev/branches/lucene2510/dev-tools/eclipse/dot.classpath (original)
+++ lucene/dev/branches/lucene2510/dev-tools/eclipse/dot.classpath Tue Jul 24 05:14:55 2012
@@ -26,6 +26,7 @@
 	<classpathentry kind="src" path="lucene/analysis/kuromoji/src/resources"/>
 	<classpathentry kind="src" path="lucene/analysis/kuromoji/src/test"/>
 	<classpathentry kind="src" path="lucene/analysis/phonetic/src/java"/>
+	<classpathentry kind="src" path="lucene/analysis/phonetic/src/resources"/>
 	<classpathentry kind="src" path="lucene/analysis/phonetic/src/test"/>
 	<classpathentry kind="src" path="lucene/analysis/smartcn/src/java"/>
 	<classpathentry kind="src" path="lucene/analysis/smartcn/src/resources"/>

Added: lucene/dev/branches/lucene2510/lucene/analysis/phonetic/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene2510/lucene/analysis/phonetic/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory?rev=1364893&view=auto
==============================================================================
--- lucene/dev/branches/lucene2510/lucene/analysis/phonetic/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory (added)
+++ lucene/dev/branches/lucene2510/lucene/analysis/phonetic/src/resources/META-INF/services/org.apache.lucene.analysis.util.TokenFilterFactory Tue Jul 24 05:14:55 2012
@@ -0,0 +1,18 @@
+#  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.
+
+org.apache.lucene.analysis.phonetic.BeiderMorseFilterFactory
+org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
+org.apache.lucene.analysis.phonetic.PhoneticFilterFactory