fts-elasticsearch icon indicating copy to clipboard operation
fts-elasticsearch copied to clipboard

No duplicate json keys, fixed http_client leak, different schema

Open filiphanes opened this issue 5 years ago • 0 comments

Maybe some drastical changes:

  • no duplicate json keys in indexed documents
  • 1 elastic index with routing by username
  • _id field similar to fts-solr
  • don't need to use _source
  • renamed all elasticsearch to elastic for shorter names
  • fixed http_client leaks
  • fixed some compile warnings
  • better querying

filiphanes avatar Sep 19 '19 07:09 filiphanes