/opengrok-sun/src/org/opensolaris/opengrok/index/ |
H A D | IndexerException.java | 24 package org.opensolaris.opengrok.index;
|
H A D | IgnoredNames.java | 23 package org.opensolaris.opengrok.index;
|
H A D | DefaultIndexChangedListener.java | 23 package org.opensolaris.opengrok.index; 29 * Print the index modifications to the standard output stream when running
|
H A D | IndexChangedListener.java | 23 package org.opensolaris.opengrok.index; 26 * The changes in an index database may be monitored through this interface. 32 * A file is to be added to the index database 38 * A file is to be added to the index database 44 * A file is to be removed from the index database 49 * A file is to be removed from the index database 54 * A file is to be updated in the index database
|
H A D | Indexer.java | 25 package org.opensolaris.opengrok.index; 60 * Creates and updates an inverted source index as well as generates Xref, file 68 private static Indexer index = new Indexer(); field in class:Indexer 76 return index; 248 System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation"); 249 System.err.println(" \"-O off\" disable optimization of the index database"); 748 + " index", e);
|
H A D | CommandLineOptions.java | 25 package org.opensolaris.opengrok.index; 92 options.add(new Option('l', ON_OFF, "Turn on/off locking of the Lucene database during index generation")); 93 options.add(new Option('m', NUMBER, "The maximum words to index in a file")); 96 options.add(new Option('O', ON_OFF, "Turn on/off the optimization of the index database as part of the indexing step")); 106 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"));
|
H A D | Filter.java | 24 package org.opensolaris.opengrok.index;
|
H A D | IndexDatabase.java | 23 package org.opensolaris.opengrok.index; 42 import org.apache.lucene.index.*; 43 import org.apache.lucene.index.IndexWriterConfig.OpenMode; 69 * This class is used to create / update the index databases. Currently we use 70 * one index database per project. 121 * Update the index database for all of the projects. Print progress to 132 * Update the index database for all of the projects 162 log.log(Level.SEVERE, "Problem updating lucene index database: ", e); 170 * Update the index database for a number of sub-directories 208 log.log(Level.WARNING, "An error occured while updating index", [all...] |
/opengrok-sun/test/org/opensolaris/opengrok/index/ |
H A D | IgnoredNamesTest.java | 24 package org.opensolaris.opengrok.index;
|
H A D | IndexDatabaseTest.java | 23 package org.opensolaris.opengrok.index;
|
H A D | CommandLineOptionsTest.java | 24 package org.opensolaris.opengrok.index;
|
H A D | IndexerTest.java | 23 package org.opensolaris.opengrok.index; 86 System.out.println("Generating index by using the class methods"); 171 System.out.println("Generate index by using command line options"); 182 private class MyIndexChangeListener implements org.opensolaris.opengrok.index.IndexChangedListener { 317 System.out.println("Trying to index a special file - FIFO in this case.");
|
/opengrok-sun/src/org/opensolaris/opengrok/management/ |
H A D | 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
|
H A D | AgentIndexRunner.java | 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(boolea method in class:AgentIndexRunner [all...] |
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ |
H A D | ArchiveParser.java | 560 final public Token getToken(int index) { argument 562 for (int i = 0; i < index; i++) {
|
/opengrok-sun/lib/ |
H A D | bcel-5.2.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
H A D | swing-layout-0.9.jar | META-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ... |