Package org.dspace.discovery

Examples of org.dspace.discovery.SearchService


                SolrQuery.ORDER.desc
        );

        queryArgs.add("f.location.facet.mincount", "0");

        SearchService service = getSearchService();

        queryResults = service.search(queryArgs);

    }
View Full Code Here

TOP

Related Classes of org.dspace.discovery.SearchService

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.