Update of /var/cvs/contributions/natmm/src/net/sf/mmapps/modules/lucenesearch
In directory 
james.mmbase.org:/tmp/cvs-serv1393/src/net/sf/mmapps/modules/lucenesearch

Modified Files:
        SearchIndex.java 
Log Message:
These imports are not needed.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/natmm/src/net/sf/mmapps/modules/lucenesearch


Index: SearchIndex.java
===================================================================
RCS file: 
/var/cvs/contributions/natmm/src/net/sf/mmapps/modules/lucenesearch/SearchIndex.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- SearchIndex.java    2 May 2006 16:43:17 -0000       1.1
+++ SearchIndex.java    23 Dec 2008 15:50:48 -0000      1.2
@@ -25,9 +25,7 @@
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 import org.apache.lucene.analysis.Analyzer;
-import org.apache.lucene.index.Term;
 import org.mmbase.bridge.Cloud;
-import org.mmbase.bridge.Node;
 import org.mmbase.module.Module;
 import org.mmbase.module.core.MMBase;
 import org.mmbase.module.core.MMBaseObserver;
@@ -37,7 +35,7 @@
  * defined for indexing
  * 
  * @author Wouter Heijke
- * @version $Revision: 1.1 $
+ * @version $Revision: 1.2 $
  */
 public class SearchIndex extends IndexHelper implements MMBaseObserver {
        private static Log log = LogFactory.getLog(SearchIndex.class);
@@ -155,9 +153,9 @@
         * 
         * @param className the full qualified name of the analyzer class
         * @throws InstantiationException when the analyzer class can not be
-        *         instanciated
+        *         instantiated
         * @throws IllegalAccessException when the analyzer class may not be
-        *         instanciated
+        *         instantiated
         * @throws ClassNotFoundException when the analyzer class is not 
available
         */
        public void setAnalyzerClass(String className) throws 
InstantiationException, IllegalAccessException, ClassNotFoundException {
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to