Class LukeRequest

    • Constructor Detail

      • LukeRequest

        public LukeRequest()
      • LukeRequest

        public LukeRequest​(String path)
    • Method Detail

      • addField

        public void addField​(String f)
      • setFields

        public void setFields​(List<String> f)
      • isShowSchema

        public boolean isShowSchema()
      • setShowSchema

        public void setShowSchema​(boolean showSchema)
      • getNumTerms

        public int getNumTerms()
      • setNumTerms

        public void setNumTerms​(int count)
        the number of terms to return for a given field. If the number is 0, it will not traverse the terms.