| /opengrok/trunk/src/org/opensolaris/opengrok/index/ |
| IndexerException.java | 24 package org.opensolaris.opengrok.index;
|
| IndexChangedListener.java | 24 package org.opensolaris.opengrok.index; 27 * The changes in an index database may be monitored through this interface. 33 * A file is added to the index database 39 * A file is being removed from the index database
|
| DefaultIndexChangedListener.java | 24 package org.opensolaris.opengrok.index; 29 * Print the index modifications to the standard output stream when running
|
| IgnoredNames.java | 24 package org.opensolaris.opengrok.index;
|
| CommandLineOptions.java | 24 package org.opensolaris.opengrok.index; 89 options.add(new Option('l', ON_OFF, "Turn on/off locking of the Lucene database during index generation")); 90 options.add(new Option('O', ON_OFF, "Turn on/off the optimization of the index database as part of the indexing step")); 95 options.add(new Option('m', "number", "The maximum words to index in a file")); 99 options.add(new Option('T', "number", "The number of threads to use for index generation. By default the number of threads will be set to the number of available CPUs"));
|
| Indexer.java | 24 package org.opensolaris.opengrok.index; 48 * Creates and updates an inverted source index 57 private static Indexer index = new Indexer(); field in class:Indexer 67 return index; 218 System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation"); 219 System.err.println(" \"-O off\" disable optimization of the index database"); 575 OpenGrokLogger.getLogger().log(Level.WARNING, "An error occured while updating index", e); 577 OpenGrokLogger.getLogger().log(Level.WARNING, "An error occured while optimizing index", e);
|
| IndexDatabase.java | 24 package org.opensolaris.opengrok.index; 41 import org.apache.lucene.index.IndexReader; 42 import org.apache.lucene.index.IndexWriter; 43 import org.apache.lucene.index.Term; 44 import org.apache.lucene.index.TermEnum; 59 * This class is used to create / update the index databases. Currently we use 60 * one index database per project. 85 * Create a new instance of the Index Database. Use this constructor if 95 * Create a new instance of an Index Database for a given project 105 * Update the index database for all of the projects. Print progress t [all...] |
| /opengrok/trunk/src/org/opensolaris/opengrok/management/ |
| AgentIndexRunnerMBean.java | 36 * Last index time in System.currentmillis 37 * of successful index update 43 * Last index time in System.currentmillis 49 * Last index time usage for successful indexing (no exceptions) 50 * @return long how long the last index lasted 58 void index(boolean waitForFinished); method in interface:AgentIndexRunnerMBean
|
| AgentIndexRunner.java | 45 import org.opensolaris.opengrok.index.IndexChangedListener; 46 import org.opensolaris.opengrok.index.Indexer; 127 Indexer index = Indexer.getInstance(); local 134 log.info("Starting index, update " + update + " noThreads " + noThreads + " subfiles " + subFiles.size()); 135 index.doIndexerExecution(update, noThreads, subFiles, this); 145 index.sendToConfigHost(env, publishhost); 146 doNotify(NOTIFICATIONINFOSTRINGTYPE, "Published index", publishhost); 183 index(false); 193 * The index method starts a thread that will 198 public void index(boolean waitForFinished) method in class:AgentIndexRunner [all...] |
| /opengrok/trunk/test/org/opensolaris/opengrok/index/ |
| IgnoredNamesTest.java | 24 package org.opensolaris.opengrok.index;
|
| CommandLineOptionsTest.java | 24 package org.opensolaris.opengrok.index;
|
| IndexerTest.java | 24 package org.opensolaris.opengrok.index; 87 System.out.println("Generating index by using the class methods"); 106 System.out.println("Generate index by using command line options"); 117 private class MyIndexChangeListener implements org.opensolaris.opengrok.index.IndexChangedListener { 240 System.out.println("Trying to index a special file - FIFO in this case.");
|
| /opengrok/trunk/src/org/opensolaris/opengrok/ |
| FileLogFormatter.java | 50 int index = name.lastIndexOf('.') + 1; local 51 return name.substring(index);
|
| /opengrok/trunk/lib/ |
| lucene-core-2.4.1.jar | |
| bcel-5.1.jar | |
| swing-layout-0.9.jar | |
| org.apache.commons.jrcs.rcs.jar | |
| jmxremote_optional.jar | |