Package org.springmodules.lucene.search.core

Examples of org.springmodules.lucene.search.core.DefaultLuceneSearchTemplate


      if (this.searcherFactory == null)
        throw new BeanInitializationException("directory property required");
      if (this.analyzer == null)
        throw new BeanInitializationException("analyzer property required");       

      this.template = new DefaultLuceneSearchTemplate(searcherFactory, analyzer);
    }
  }
View Full Code Here

TOP

Related Classes of org.springmodules.lucene.search.core.DefaultLuceneSearchTemplate

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.