On 5/22/07, Ryan McKinley <[EMAIL PROTECTED]> wrote:
How do you imagine the parameters would be aligned?

It just seemed like they were doing largely the same thing...
specify if you want terms enumerated in order, or sorted,
specify the number of top terms, etc.

It could use the same per/field specification:
  f.category.facet.limit=5

perhaps it Luke should support:
  terms.top=10
   and
  f.category.terms.top=10

I'm reluctant to go this route because it makes asking if any we should
calculate top terms or not difficut (ok, akward) and i'm not sure it
helps that much...

Then one could have topTerms=true like highlighting/faceting do, or
one could perhaps specify a field list
 topTerms=fooField,barField
or
 topTerms=*

If someone wants to retrieve *all* of the terms in a specific field,
it doesn't seem like they should have to get all of the terms in all
other fields too, right?

All this configurability doesn't need to be implemented now, but we
should plan for it and leave room in the interface if possible.

-Yonik

Reply via email to