On Monday, March 7, 2016 at 2:29:36 AM UTC-5, sudhakar mishra wrote:
>
> I want to use solr features i.e. clustering and grouping with 
> django-haystack, Does django-haystack support these?
>

The Solr grouping extension was not directly supported since using it 
effectively changed the structure of the response and required changing the 
code. Also, at the time ElasticSearch had nothing comparable so it was 
completely non-portable. I used this backend in production for 
years: https://gist.github.com/acdha/3750774

As of 2.5.dev0 and pysolr 3.5.0, using the newer collapse / expand filter 
is much easier and I've added a much smaller backend which uses that as 
part of some recent work: 
https://gist.github.com/acdha/0a66ca23984bc8d607936fecd9c29941

What would be really nice would be someone using the ElasticSearch 
equivalent looking into support there as well to see whether we could 
reasonably expose a portable interface across both of them.

Chris

-- 
You received this message because you are subscribed to the Google Groups 
"django-haystack" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-haystack+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to