Class 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 Detail

    • 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 zero
        quantity - a value greater than zero
        Returns:
        a list of matching posts
        Throws:
        UnsupportedEncodingException