While fetching the data from Elastisearch. we are getting the below issue. could you please help us.
Invalid NEST response built from a unsuccessful low level call on POST: /esproxy/_mtermvectors?term_statistics=false&positions=false&field_statistics=false&offsets=false&payloads=false&realtime=false&filter_path=docs._index%2Cdocs._id%2Cdocs._type%2Cdocs.term_vectors&fields=text%2Ctitle
Request:
Request stream not captured or already read to completion by serializer. Set DisableDirectStreaming() on ConnectionSettings to force it to be set on the response.
Response:
Response stream not captured or already read to completion by serializer. Set DisableDirectStreaming() on ConnectionSettings to force it to be set on the response.
As the message says "Set DisableDirectStreaming() on ConnectionSettings to force it to be set on the response." Once you do this, you can get the complete error messages from Elasticsearch, as well as the complete JSON that was sent in the request.
This is a general troubleshooting technique when using NEST, which you will find very helpful in figuring out what went wrong.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.