Searched defs:index (Results 1 - 21 of 21) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexerException.java24 package org.opensolaris.opengrok.index;
H A DIgnoredFiles.java23 package org.opensolaris.opengrok.index;
H A DIgnoredDirs.java23 package org.opensolaris.opengrok.index;
H A DIndexChangedListener.java23 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 DDefaultIndexChangedListener.java23 package org.opensolaris.opengrok.index;
31 * Print the index modifications to the standard output stream when running
H A DIgnoredNames.java23 package org.opensolaris.opengrok.index;
H A DIndexer.java25 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 DCommandLineOptions.java25 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 DFilter.java24 package org.opensolaris.opengrok.index;
H A DIndexDatabase.java23 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 DIndexDatabaseTest.java23 package org.opensolaris.opengrok.index;
H A DIgnoredNamesTest.java23 package org.opensolaris.opengrok.index;
51 "/org/opensolaris/opengrok/index/source.zip"));
H A DCommandLineOptionsTest.java24 package org.opensolaris.opengrok.index;
H A DIndexerRepoTest.java23 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 DIndexerTest.java23 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 DAgentIndexRunnerMBean.java36 * 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 DAgentIndexRunner.java44 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 DProjectHelperTestBase.java61 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 DArchiveParser.java560 final public Token getToken(int index) { argument
562 for (int i = 0; i < index; i++) {
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...

Completed in 55 milliseconds