Package org.eclipse.help.internal.search

Examples of org.eclipse.help.internal.search.SearchQuery


  private ISearchQuery createSearchQuery() {
    String fieldSearchStr = request.getParameter("fieldSearch"); //$NON-NLS-1$
    boolean fieldSearch = fieldSearchStr != null ? new Boolean(
        fieldSearchStr).booleanValue() : false;
    return new SearchQuery(searchWord, fieldSearch, new ArrayList(),
        getLocale());
  }
View Full Code Here

TOP

Related Classes of org.eclipse.help.internal.search.SearchQuery

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.