Example #1
0
 def topic(self):
     q = MultiselectFacetQuery('foo', value='bar',
         additional_excludes=['test'])
     return q.get_params()
Example #2
0
 def topic(self):
     q = MultiselectFacetQuery('foo', value='bar', tag=False)
     return q.get_params()
Example #3
0
 def topic(self):
     q = MultiselectFacetQuery('foo', value='bar', sort='count',
         missing=1)
     return q.get_params()
Example #4
0
 def topic(self):
     q = MultiselectFacetQuery('foo', mincount=1)
     return q.get_params()