Class Search

    • Constructor Detail

      • Search

        public Search()
    • Method Detail

      • doPost

        @POST
        @Produces("application/json; charset=utf-8")
        public String doPost​(@FormParam("Corpus")
                             String corpus,
                             @FormParam("Document")
                             String document,
                             @FormParam("q")
                             String q)
                      throws javax.servlet.ServletException,
                             com.fasterxml.jackson.core.JsonProcessingException,
                             IOException
        Throws:
        javax.servlet.ServletException
        com.fasterxml.jackson.core.JsonProcessingException
        IOException