Skip to main content
2 votes
1 answer
77 views

I am migrating Elasticsearch to version 7.17.29 getting rid of RestHighLevelClient But I've encountered an issue since subAggregation is no longer present. This is the code I am trying to migrate. ...
Someone's user avatar
  • 63
2 votes
1 answer
49 views

Old scroll stuff doesn't work since migrating: private RestHighLevelClient client; response = client.searchScroll(new SearchScrollRequest(response.getScrollId()).scroll(TimeValue.timeValueMillis(60000)...
Someone's user avatar
  • 63
-4 votes
1 answer
53 views

I have a survey app that works fine as a standalone app with no complaints (using sqlite). But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...
miller the gorilla's user avatar
0 votes
0 answers
45 views

I'm trying to compare the schema of two different Supabase projects (each in a separate Supabase account). My goal is to generate a migration or diff showing the differences between: Project A (dev) ...
user12504353's user avatar
0 votes
1 answer
31 views

I have a survey app that works fine as a standalone app with no complaints (using sqlite). But when I incorporate the survey app into another that is using postgres as a database, it fails to run the ...
miller the gorilla's user avatar
Best practices
0 votes
0 replies
20 views

I’m facing a migration problem with Google Play and I’d like to get feedback from other Android developers. Context I originally had two apps: a paid app (premium by default) a free app Maintaining ...
clement pignet's user avatar