Class SearchController

java.lang.Object
org.tailormap.api.controller.SearchController

@Validated @RequestMapping(path="${tailormap-api.base-path}/{viewerKind}/{viewerName}/layer/{appLayerId}/search", produces="application/json") public class SearchController extends Object
  • Constructor Details

  • Method Details

    • search

      @Transactional(readOnly=true) @RequestMapping(method=GET) public org.springframework.http.ResponseEntity<Serializable> search(@ModelAttribute AppTreeLayerNode appTreeLayerNode, @ModelAttribute GeoService service, @ModelAttribute Application application, @RequestParam(required=false,name="q") String solrQuery, @RequestParam(required=false,defaultValue="0") Integer start)