Searched refs:index (Results 1 - 25 of 40) sorted by relevance

12

/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DIndexerException.java24 package org.opensolaris.opengrok.index;
H A DIgnoredNames.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;
29 * Print the index modifications to the standard output stream when running
H A DFilter.java24 package org.opensolaris.opengrok.index;
/opengrok-sun/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;
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/src/org/opensolaris/opengrok/
H A DFileLogFormatter.java50 int index = name.lastIndexOf('.') + 1;
51 return name.substring(index);
H A DSimpleFileLogFormatter.java50 int index = name.lastIndexOf('.') + 1;
51 return name.substring(index);
/opengrok-sun/platform/solaris/smf/
H A Dogindexd77 org.opensolaris.opengrok.index.Indexer \
/opengrok-sun/test/org/opensolaris/opengrok/index/
H A DCommandLineOptionsTest.java24 package org.opensolaris.opengrok.index;
H A DIgnoredNamesTest.java24 package org.opensolaris.opengrok.index;
H A DIndexDatabaseTest.java23 package org.opensolaris.opengrok.index;
H A DIndexerTest.java23 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/lib/
H A Dbcel-5.2.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 ...
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java39 import org.apache.lucene.index.DirectoryReader;
40 import org.apache.lucene.index.IndexReader;
41 import org.apache.lucene.index.MultiReader;
65 * opengrok's data root: used to find the search index file
87 * the result cursor start index, i.e. where to start displaying results
125 * the searcher used to open/search the index. Automatically set via
184 * setup is assumed (i.e. DATA_ROOT/index will be used instead of possible
185 * multiple DATA_ROOT/$project/index).
200 File indexDir = new File(dataRoot, "index");
H A DDirectoryListing.java40 import org.opensolaris.opengrok.index.IgnoredNames;
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java33 import org.apache.lucene.index.DirectoryReader;
34 import org.apache.lucene.index.IndexReader;
35 import org.apache.lucene.index.IndexableField;
36 import org.apache.lucene.index.MultiReader;
57 * This is an encapsulation of the details on how to seach in the index
74 //old index and we need to ask for reindex
76 * version of lucene index common for whole app
189 File droot = new File(RuntimeEnvironment.getInstance().getDataRootFile(), "index");
241 File root = new File(env.getDataRootFile(), "index");
249 // search the index databas
[all...]
H A DResults.java41 import org.apache.lucene.index.CorruptIndexException;
42 import org.apache.lucene.index.IndexableField;
69 * @param startIdx the index of the first hit to check
70 * @param stopIdx the index of the last hit to check
141 * @param start index of the first hit to print
142 * @param end index of the last hit to print
/opengrok-sun/test/org/opensolaris/opengrok/util/
H A DFileUtilities.java35 import org.opensolaris.opengrok.index.IgnoredNames;
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DDirectoryHistoryReader.java38 import org.apache.lucene.index.IndexReader;
50 import org.opensolaris.opengrok.index.IndexDatabase;
84 throw new IOException("Could not locate index database");
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DQueryMatchers.java31 import org.apache.lucene.index.Term;
/opengrok-sun/test/org/opensolaris/opengrok/search/
H A DSearchTest.java36 import org.opensolaris.opengrok.index.Indexer;
37 import org.opensolaris.opengrok.index.IndexerTest;
/opengrok-sun/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++) {

Completed in 53 milliseconds

12