Ejemplo n.º 1
0
 def __init__(self, string: str):
     Query.__init__(self, string)
     self.s = string
     self.q = BooleanAnalyzer()
Ejemplo n.º 2
0
 def __init__(self, string: str):
     Query.__init__(self, string)
     self.q = StandardAnalyzer()
     self.s = string
Ejemplo n.º 3
0
 def __init__(self, string: str):
     Query.__init__(self, string)
     self.s = string