Package org.openntf.domino.big.impl

Examples of org.openntf.domino.big.impl.IndexDatabase


    session.setFixEnable(Fixes.CREATE_DB, true);
    DbDirectory dir = session.getDbDirectory("");
    Database indexDb = dir.createDatabase("index.nsf", true);
    //    Database indexDb = session.getDatabase("", "index.nsf", true);
    //    indexDb.open();
    IndexDatabase index = new IndexDatabase(indexDb);
    index.setCaseSensitive(true);

    index.scanServer(session, "");
    System.out.println("Complete");
  }
View Full Code Here

TOP

Related Classes of org.openntf.domino.big.impl.IndexDatabase

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.