Package org.apache.solr.client.solrj
Interface V2RequestSupport
-
public interface V2RequestSupportA a request object is able to convert itself to V2 Request it should implement this interface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrRequestgetV2Request()If usev2 flag is set to true, return V2Request, if not, return V1 request object
-
-
-
Method Detail
-
getV2Request
SolrRequest getV2Request()
If usev2 flag is set to true, return V2Request, if not, return V1 request object
-
-