mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
No doc type for stories on docker, which uses elasdticsearch 7, which no longer supports doc types. Prod still needs them because it's on ES 1.7.
This commit is contained in:
parent
34c9ee712c
commit
414d09c9b0
1 changed files with 2 additions and 0 deletions
|
@ -440,6 +440,8 @@ class SearchFeed:
|
|||
|
||||
@classmethod
|
||||
def doc_type(cls):
|
||||
if settings.DOCKERBUILD:
|
||||
return None
|
||||
return "%s-type" % cls.name
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Add table
Reference in a new issue