Class GetRandomSearchIndividualsByVClass
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.controller.json.JsonProducer
-
- edu.cornell.mannlib.vitro.webapp.controller.json.JsonObjectProducer
-
- edu.cornell.mannlib.vitro.webapp.controller.json.GetSearchIndividualsByVClass
-
- edu.cornell.mannlib.vitro.webapp.controller.json.GetRandomSearchIndividualsByVClass
-
public class GetRandomSearchIndividualsByVClass extends GetSearchIndividualsByVClass
Does a Solr search for individuals, and uses the short view to render each of the results.
-
-
Field Summary
-
Fields inherited from class edu.cornell.mannlib.vitro.webapp.controller.json.JsonObjectProducer
ctx, vreq
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedGetRandomSearchIndividualsByVClass(VitroRequest vreq)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.fasterxml.jackson.databind.node.ObjectNodeprocess()Search for individuals by VClass.-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.json.JsonObjectProducer
process
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.controller.json.JsonProducer
getVclassIds, getVclassParameter, individualsToJson
-
-
-
-
Constructor Detail
-
GetRandomSearchIndividualsByVClass
protected GetRandomSearchIndividualsByVClass(VitroRequest vreq)
-
-
Method Detail
-
process
protected com.fasterxml.jackson.databind.node.ObjectNode process() throws ExceptionSearch for individuals by VClass.- Overrides:
processin classGetSearchIndividualsByVClass- Throws:
Exception
-
-