/opengrok/src/org/opensolaris/opengrok/index/ |
H A D | IndexerException.java | 24 package org.opensolaris.opengrok.index;
|
H A D | IgnoredFiles.java | 23 package org.opensolaris.opengrok.index;
|
H A D | IgnoredDirs.java | 23 package org.opensolaris.opengrok.index;
|
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 | DefaultIndexChangedListener.java | 23 package org.opensolaris.opengrok.index; 31 * Print the index modifications to the standard output stream when running
|
H A D | IgnoredNames.java | 23 package org.opensolaris.opengrok.index;
|
H A D | Indexer.java | 25 package org.opensolaris.opengrok.index; 61 * Creates and updates an inverted source index as well as generates Xref, file 75 private static final Indexer index = new Indexer(); field in class:Indexer 82 return index; 327 System.err.println(" Ex: \"-O on\" will optimize the database as part of the index generation"); 328 System.err.println(" \"-O off\" disable optimization of the index database"); 386 System.err.println(" \"-r dirbased\" will allow retrieval during history index " 555 * project path is necessary to correctly set index directory 556 * (otherwise the index files will end up in index dat [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")); 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; 48 import org.apache.lucene.index.DirectoryReader; 49 import org.apache.lucene.index.Fields; 50 import org.apache.lucene.index.IndexReader; 51 import org.apache.lucene.index.IndexWriter; 52 import org.apache.lucene.index.IndexWriterConfig; 53 import org.apache.lucene.index.IndexWriterConfig.OpenMode; 54 import org.apache.lucene.index.IndexableField; 55 import org.apache.lucene.index.MultiFields; 56 import org.apache.lucene.index [all...] |
/opengrok/test/org/opensolaris/opengrok/index/ |
H A D | IndexDatabaseTest.java | 23 package org.opensolaris.opengrok.index;
|
H A D | IgnoredNamesTest.java | 23 package org.opensolaris.opengrok.index; 51 "/org/opensolaris/opengrok/index/source.zip"));
|
H A D | CommandLineOptionsTest.java | 24 package org.opensolaris.opengrok.index;
|
H A D | IndexerRepoTest.java | 23 package org.opensolaris.opengrok.index; 91 System.out.println("Generate index by using command line options with -H"); 106 System.out.println("Generate index by using command line options without -H");
|
H A D | IndexerTest.java | 23 package org.opensolaris.opengrok.index; 93 System.out.println("Generating index by using the class methods"); 180 System.out.println("Generate index by using command line options"); 192 private class MyIndexChangeListener implements org.opensolaris.opengrok.index.IndexChangedListener { 364 System.out.println("Trying to index a special file - FIFO in this case.");
|
/opengrok/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; 134 Indexer index = Indexer.getInstance(); 141 LOGGER.log(Level.INFO, "Starting index, update {0} noThreads {1} subfiles {2}", new Object[]{String.valueOf(update), String.valueOf(noThreads), String.valueOf(subFiles.size())}); 142 index.doIndexerExecution(update, noThreads, subFiles, this); 152 index.sendToConfigHost(env, publishhost); 153 doNotify(NOTIFICATIONINFOSTRINGTYPE, "Published index", publishhost); 193 index(false); 203 * The index method starts a thread that will 209 public void index(boolea method in class:AgentIndexRunner [all...] |
/opengrok/test/org/opensolaris/opengrok/web/ |
H A D | ProjectHelperTestBase.java | 61 int index, 70 Project p = createProject(index, number, grouped, allowed, true, rps, prjs, map); 88 int index, 101 + "_" + index + "_" + number); 60 createRepository( int index, int number, int cnt, boolean grouped, boolean allowed, List<RepositoryInfo> rps, List<Project> prjs, Map<Project, List<RepositoryInfo>> map) argument 87 createProject( int index, int number, boolean grouped, boolean allowed, boolean repository, List<RepositoryInfo> rps, List<Project> prjs, Map<Project, List<RepositoryInfo>> map) argument
|
/opengrok/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/lib/ |
H A D | bcel-6.0.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 ... |