web/blinkster/ldt/contentindexer.py
changeset 61 efeaf7b1c348
parent 35 8b65c9054eac
equal deleted inserted replaced
60:34241e83714e 61:efeaf7b1c348
     6 from blinkster.ldt.models import Content, Segment
     6 from blinkster.ldt.models import Content, Segment
     7 import xml.dom.minidom
     7 import xml.dom.minidom
     8 import xml.dom.ext
     8 import xml.dom.ext
     9 import xml.xpath
     9 import xml.xpath
    10 import lucene
    10 import lucene
    11 from blinkster.ldt import STORE
       
    12 from blinkster.ldt import ANALYZER
       
    13 
    11 
    14 def Property(func):
    12 def Property(func):
    15     return property(**func()) 
    13     return property(**func()) 
    16 
    14 
    17 
    15