We could not find any option to supply accuracy with term suggest. But Elasticsearch core lib provided that option.
https://www.javadoc.io/doc/org.elasticsearch/elasticsearch/latest/org.elasticsearch.server/org/elasticsearch/search/suggest/term/TermSuggestionBuilder.html#accuracy()
same we cannot achieve with new client lib of
https://artifacts.elastic.co/javadoc/co/elastic/clients/elasticsearch-java/8.9.0/co/elastic/clients/elasticsearch/core/search/TermSuggester.html
Any help is greatly appreciated.