Searched refs:Search (Results 1 - 2 of 2) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/search/
H A DSearchTest.java45 * Basic testing of the Search class, i.e. the command line utility.
106 Search instance = new Search();
135 * Test of search method, of class Search.
143 Search instance = new Search();
152 assertEquals("Search for main~ in testdata sources", 9, instance.results.size());
160 assertEquals("Search for Main OR main in testdata sources", 9, instance.results.size());
215 Search instance = new Search();
[all...]
/opengrok/src/org/opensolaris/opengrok/search/
H A DSearch.java36 * Search and list the matching files
39 final class Search { class
41 private static final String usage = "USAGE: Search -R <configuration.xml> [-d | -r | -p | -h | -f | -t] 'query string' ..\n" +
161 * usage Search index "query" prune path
165 Search searcher = new Search();

Completed in 8 milliseconds