Class MoreLikeThisAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.MoreLikeThisAPI
-
public class MoreLikeThisAPI extends Object
V2 API for performing a more like this request to a solr collection.This API (GET /v2/collections/collectionName/mlt) is analogous to the v1 /solr/collName/mlt API.
-
-
Constructor Summary
Constructors Constructor Description MoreLikeThisAPI(MoreLikeThisHandler mltHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getDocuments(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
MoreLikeThisAPI
public MoreLikeThisAPI(MoreLikeThisHandler mltHandler)
-
-
Method Detail
-
getDocuments
public void getDocuments(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-