cofacts / rumors-db

Scripts for managing rumors db
https://g0v.hackmd.io/@mrorz/S1caurZq8
MIT License
6 stars 11 forks source link

Disables index & sorting for urls' "html" field #28

Closed MrOrz closed 6 years ago

MrOrz commented 6 years ago

Currently when we are writing HTML scrapped from the internet to urls index, we are getting these errors:

SInce urls's html won't participate in searching, it's just a cached field that may be used when we improve summary extraction, we should turn off indexing and sorting (doc_values: false) for this field to avoid the errors above.