Home
last modified time | relevance | path

Searched refs:searcher (Results 1 – 1 of 1) sorted by path

/trunk/main/xmlhelp/java/LuceneHelpWrapper/src/main/java/com/sun/star/help/
H A DHelpSearch.java259 Searcher searcher = new IndexSearcher( reader ); in queryImpl() local
275 TopDocs aHits = searcher.search( aQuery, 100 ); in queryImpl()
284 String aPath = searcher.doc(aDoc.doc).get( "path" ); in queryImpl()

Completed in 18 milliseconds