Class SearchResourceInternal


  • @Path("/internal/service/search")
    public class SearchResourceInternal
    extends java.lang.Object
    Internal api for the search service
    Since:
    11.1.0
    Version:
    $Revision: 24936 $ $Date: 2022-04-09 18:06:53 -0300 (Sat, 09 Apr 2022) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAllBoostFields​(@NotNull java.lang.String userQuery)
      Executes the boost field auto-complete
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SearchResourceInternal

        public SearchResourceInternal()
    • Method Detail

      • getAllBoostFields

        @Path("/boost")
        @GET
        @Produces("application/json")
        public java.lang.String getAllBoostFields​(@QueryParam("q") @NotNull
                                                  @NotNull java.lang.String userQuery)
        Executes the boost field auto-complete
        Parameters:
        userQuery - the user query
        Returns:
        Since:
        11.1.0