I'm experimenting with dismax to do faceted browsing, and when I add a
constraint with dismax on that facet, I no longer get the entire
facet-count.

 

i.e.

 

q=blah&qt=dismax&fq=type_id:1&hl=true&hl.fl=title+summary&hl.snippets=3&face
t=true&facet.limit=-1&facet.zeros=false&facet.field=type_id

 

<lst name="facet_counts">

<lst name="facet_queries"/>

            <lst name="facet_fields">

            <lst name="type_id">

<int name="2">95</int>

</lst>

</lst>

</lst>

 

 

I understand why this is happening, but is there another way to add a
constraint via querystring (instead of 'fq=type_id:1') and still get the
full facet-counts list?

 

I can do it with standardrequest, but then it doesn't appear like I can sort
the results.

 

 

Reply via email to