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

/opengrok-sun/test/org/opensolaris/opengrok/search/
H A DSearchTest.java41 * Basic testing of the Search class
101 Search instance = new Search();
130 * Test of search method, of class Search.
137 Search instance = new Search();
145 assertEquals("Search for main~ in testdata sources", 8, instance.results.size());
153 assertEquals("Search for Main OR main in testdata sources", 8, instance.results.size());
202 Search instance = new Search();
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearch.java34 * Search and list the matching files
37 final class Search { class
39 private static final String usage = "USAGE: Search -R <configuration.xml> [-d | -r | -p | -h | -f] 'query string' ..\n" +
154 * usage Search index "query" prunepath
158 Search searcher = new Search();

Completed in 9 milliseconds