Lines Matching defs:index
44 import org.opensolaris.opengrok.index.IndexChangedListener;
45 import org.opensolaris.opengrok.index.Indexer;
131 Indexer index = Indexer.getInstance();
138 log.log(Level.INFO, "Starting index, update {0} noThreads {1} subfiles {2}", new Object[]{String.valueOf(update), String.valueOf(noThreads), String.valueOf(subFiles.size())});
139 index.doIndexerExecution(update, noThreads, subFiles, this);
149 index.sendToConfigHost(env, publishhost);
150 doNotify(NOTIFICATIONINFOSTRINGTYPE, "Published index", publishhost);
190 index(false);
200 * The index method starts a thread that will
206 public void index(boolean waitForFinished) {