示例#1
0
 def topic(self):
     q = FacetFieldQuery('foo', value='bar', sort='count', missing=1)
     return q.get_params()
示例#2
0
 def topic(self):
     q = FacetFieldQuery('foo', mincount=1)
     return q.get_params()
示例#3
0
 def topic(self):
     q = FacetFieldQuery('foo', value='bar', tag=False)
     return q.get_params()
示例#4
0
 def topic(self):
     q = FacetFieldQuery('foo')
     return q.get_params()