149150151152153154155156157158159
return ""; } private Collection findPages( QueryItem[] query ) { TreeSet<SearchResult> res = new TreeSet<SearchResult>( new SearchResultComparator() ); SearchMatcher matcher = new SearchMatcher( m_engine, query ); Collection allPages = null; try {