DocManager
DocManager copied to clipboard
Universal backend for indexing, storing, and querying documents.
Deleted documents (maybe since last batch) tracked with https://github.com/TransparencyToolkit/DocManager/issues/10 should be removed from public instance when republish is run. Since they are deleted, it is difficult to know if they...
Currently the publish function only sends documents updated since it was last run. But someone could choose a different set of documents or fields to publish. So, instead, the following...
Hi, after running the `rake db:create db:migrate`, I get the following error: `rake aborted!` `NoMethodError: undefined method client= for Elasticsearch::Persistence:Module` `/opt/DocManager/config/initializers/elasticsearch.rb:2:in ` Just wondering if this is an issue due...