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