org.exoplatform.commons.search.driver.jcr
Class JcrSearchDriver

java.lang.Object
  extended by org.exoplatform.commons.api.search.SearchService
      extended by org.exoplatform.commons.search.driver.jcr.JcrSearchDriver

public class JcrSearchDriver
extends org.exoplatform.commons.api.search.SearchService


Constructor Summary
JcrSearchDriver()
           
 
Method Summary
 Map<String,Collection<org.exoplatform.commons.api.search.data.SearchResult>> search(org.exoplatform.commons.api.search.data.SearchContext context, String query, Collection<String> sites, Collection<String> types, int offset, int limit, String sort, String order)
           
 
Methods inherited from class org.exoplatform.commons.api.search.SearchService
addConnector, getConnectors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JcrSearchDriver

public JcrSearchDriver()
Method Detail

search

public Map<String,Collection<org.exoplatform.commons.api.search.data.SearchResult>> search(org.exoplatform.commons.api.search.data.SearchContext context,
                                                                                           String query,
                                                                                           Collection<String> sites,
                                                                                           Collection<String> types,
                                                                                           int offset,
                                                                                           int limit,
                                                                                           String sort,
                                                                                           String order)
Specified by:
search in class org.exoplatform.commons.api.search.SearchService


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.