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

/opengrok-jel/test/org/opensolaris/opengrok/search/
H A DSearchTest.java45 * Basic testing of the Search class
102 Search instance = new Search();
131 * Test of search method, of class Search.
139 Search instance = new Search();
147 assertEquals("Search for main~ in testdata sources", 8,
156 assertEquals("Search for Main OR main in testdata sources", 8,
207 Search instance = new Search();
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSearch.java34 * Search and list the matching files
37 final class Search { class
40 "USAGE: Search -R <configuration.xml> [-d | -r | -p | -h | -f] 'query string' ..\n" +
160 * usage Search index "query" prunepath
164 Search searcher = new Search();

Completed in 8 milliseconds