debate-cards icon indicating copy to clipboard operation
debate-cards copied to clipboard

Indexer setup

Open arvind-balaji opened this issue 2 years ago • 1 comments

Need to decide between Elastic Search and Solr. Planning to test both.

arvind-balaji avatar May 17 '22 03:05 arvind-balaji

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.

D0ugins avatar May 19 '22 17:05 D0ugins