Hi Kirill

I'm afraid Batched Searches don't work with facet searches - as facet searches 
are (under the hood) collections of standard searches (one per facet), and used 
batched searches when querying.

If others think this is useful, perhaps there's the opportunity for a patch to 
change this - but my gut feel right now is that it's a stack of work and 
probably not worthwhile.

-- 
Pat

On 07/03/2013, at 4:50 PM, Kirill Moiseev wrote:

> Hello!
> 
> Can I do bulk facet search?
> 
> If I do 
> batched_search = ThinkingSphinx::BatchedSearch.new
> batched_search << Item.facets('') # or ThinkingSphinx::FacetSearch.new
> batched_search.populate
> 
> I got error "undefined method context".
> 
> So batched request is available only for regular search?
> 
> 
> Thanks!
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Thinking Sphinx" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  


-- 
You received this message because you are subscribed to the Google Groups 
"Thinking Sphinx" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/thinking-sphinx?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to