Closed MrOrz closed 6 years ago
Currently when we are writing HTML scrapped from the internet to urls index, we are getting these errors:
urls
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.
html
doc_values: false
Currently when we are writing HTML scrapped from the internet to
urls
index, we are getting these errors:SInce
urls
'shtml
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.