예제 #1
0
 def clear(self):
     self._storage = StorageRegistry.get(self.use_storage)() 
     self._lexicon = LexiconRegistry.get(self.use_lexicon)(truncate_left=self.truncate_left)
예제 #2
0
파일: __init__.py 프로젝트: eaudeweb/naaya
# check for converter modules

import StandardLexicon
from Products.TextIndexNG2.Registry import LexiconRegistry

LexiconRegistry.register('StandardLexicon', StandardLexicon.Lexicon)