I already updated to Twitter4j latest version before - in a way shown in last comment on above githubgist page.
twitter4j.conf.ConfigurationBuilder()
.setOAuthConsumerKey(""))
.setOAuthConsumerSecret("")
.setOAuthAccessToken("")
.setOAuthAccessTokenSecret("")
.setTweetModeExtended(true)
With extended mode it seems to be better but still sometimes the hashtags array is empty or #myhashtag is missing. But you are right - I reckon it is from the library through-put and not from twitter search API…
I am satisfied by re-adding #myhashtag afterwards if missing in hashtags array.
Thank you even though…