Class ResponseParser

    • Constructor Detail

      • ResponseParser

        public ResponseParser()
    • Method Detail

      • getWriterType

        public abstract String getWriterType()
      • getContentType

        @Deprecated
        public String getContentType()
        Deprecated.
        use getContentTypes() instead
        A well behaved ResponseParser will return its content-type.
        Returns:
        the content-type this parser expects to parse
      • getContentTypes

        public Collection<String> getContentTypes()
        A well-behaved ResponseParser will return the content-types it supports.
        Returns:
        the content-type values that this parser is capable of parsing.
      • getVersion

        public String getVersion()
        Returns:
        the version param passed to solr