Class FullTextSearchClient
- java.lang.Object
-
- org.gcube.social_networking.social_networking_client_library.BaseClient
-
- org.gcube.social_networking.social_networking_client_library.FullTextSearchClient
-
public class FullTextSearchClient extends BaseClient
Client for full text search over social content.- Author:
- Costantino Perciante at ISTI-CNR (costantino.perciante@isti.cnr.it)
-
-
Constructor Summary
Constructors Constructor Description FullTextSearchClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArrayList<org.gcube.portal.databook.shared.EnhancedFeed>search(String query, int from, int quantity)Perform a search query over social data-
Methods inherited from class org.gcube.social_networking.social_networking_client_library.BaseClient
getServiceEndpoint
-
-
-
-
Method Detail
-
search
public ArrayList<org.gcube.portal.databook.shared.EnhancedFeed> search(String query, int from, int quantity) throws UnsupportedEncodingException
Perform a search query over social data- Parameters:
query-from- a value greater or equal to zeroquantity- a value greater than zero- Returns:
- a list of matching posts
- Throws:
UnsupportedEncodingException
-
-