Package org.springmodules.lucene.index.object.database

Examples of org.springmodules.lucene.index.object.database.DefaultDatabaseIndexer


   */
  public void afterPropertiesSet() throws Exception {
    if( indexFactory==null ) {
      throw new IllegalArgumentException("indexFactory is required");
    }
    this.indexer = new DefaultDatabaseIndexer(indexFactory);
  }
View Full Code Here

TOP

Related Classes of org.springmodules.lucene.index.object.database.DefaultDatabaseIndexer

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.