fix 500, typo
This commit is contained in:
parent
ebc33ce352
commit
8e1917323d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ class Indexer:
|
|||
except Exception as e:
|
||||
logger.error(f"replace item error: \n{e}")
|
||||
|
||||
def replace_item(self, objects):
|
||||
def replace_batch(self, objects):
|
||||
try:
|
||||
self.instance().update_documents(documents=objects)
|
||||
except Exception as e:
|
||||
|
|
Loading…
Add table
Reference in a new issue