Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(indexer): add helper indexer to registeration
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 11, 2019
1 parent 421e21f commit 54a252e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gnes/indexer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
'BaseDocIndexer': 'base',
'AnnoyIndexer': 'chunk.annoy',
'DirectoryIndexer': 'doc.filesys',
'DictIndexer': 'doc.dict'
'DictIndexer': 'doc.dict',
'DictKeyIndexer': 'chunk.helper',
'ListKeyIndexer': 'chunk.helper',
'ListNumpyKeyIndexer': 'chunk.helper',
'NumpyKeyIndexer': 'chunk.helper',
}

register_all_class(_cls2file_map, 'indexer')

0 comments on commit 54a252e

Please sign in to comment.