debate-cards
debate-cards copied to clipboard
Indexer setup
Need to decide between Elastic Search and Solr. Planning to test both.
Is it worth it to sync to the indexer from the code? For simple queries its fine but for more complex and nested queries it would be a pain. Solr supports custom Data Import Handlers and it seems like that can be set up with the Postgres JDBC Driver directly from config files. I don't see a similar option for elasticsearch, but something like pgsync wouldn't be that big of a deal to manage if we are using containers.