/opengrok-jel/src/org/opensolaris/opengrok/index/ |
H A D | IgnoredNames.java | 23 package org.opensolaris.opengrok.index;
|
H A D | IndexerException.java | 24 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; 62 * Creates and updates an inverted source index 70 private static Indexer index = new Indexer(); field in class:Indexer 84 return index; 250 System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation"); 251 System.err.println(" \"-O off\" disable optimization of the index database"); 548 * including their path, create spelling index for related projects, 561 * the index database for given projects to stdout. 749 * @param update If {@code true} update the index for related projects. 752 * which should be indexed or index d [all...] |
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 | 25 package org.opensolaris.opengrok.index;
|
H A D | IndexDatabase.java | 24 package org.opensolaris.opengrok.index; 45 import org.apache.lucene.index.IndexReader; 46 import org.apache.lucene.index.IndexWriter; 47 import org.apache.lucene.index.IndexWriterConfig; 48 import org.apache.lucene.index.IndexWriterConfig.OpenMode; 49 import org.apache.lucene.index.Term; 50 import org.apache.lucene.index.TermEnum; 77 * This class is used to create / update the index databases. Currently we use 78 * one index database per project. 127 * Update the index databas [all...] |
/opengrok-jel/test/org/opensolaris/opengrok/index/ |
H A D | IgnoredNamesTest.java | 24 package org.opensolaris.opengrok.index;
|
H A D | IndexDatabaseTest.java | 24 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; 88 System.out.println("Generating index by using the class methods"); 176 System.out.println("Generate index by using command line options"); 332 System.out.println("Trying to index a special file - FIFO in this case.");
|
/opengrok-jel/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; 160 log.log(Level.INFO, "Starting index, update {0} noThreads {1} subfiles {2}", 176 "Published index", publishhost); 217 index(false); 228 * The index method starts a thread that will 234 public void index(boolean waitForFinished) { method in class:AgentIndexRunner 260 log.log(Level.FINE, "index", e);
|
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ |
H A D | ArchiveParser.java | 554 final public Token getToken(int index) { argument 556 for (int i = 0; i < index; i++) {
|
/opengrok-jel/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 ... |