Class InternalSearchParams


  • public class InternalSearchParams
    extends Object
    • Field Detail

      • limit

        public int limit
      • offset

        public int offset
      • userQuery

        public String userQuery
      • withFacets

        public boolean withFacets
        flag to specify if facets are necessary. Should be set to false in case only the next batch of hits is requests (e.g. for endless scrolling).
      • withResultData

        public boolean withResultData
        Flag to specify if the full documents should be returned or not. Default: true. If set to "false", the documents are just returned with their IDs.
    • Constructor Detail

      • InternalSearchParams

        public InternalSearchParams()