: 1.- I am trying to use date facets but I am facing a trouble. I want to use : the same field to do 2 facet classification. I want to show the count of the
i'm afraid the date faceting code doesn't support that. the only ways i can think of to do it would be to make two seperate requests, or to use a copyField to make two versions of the field (but that seems kind of wasteful of disk) the problem is that SimpleFacets has konw what of knowing which start/gap/end combo to use the second time it sees the field name mentioned. (what you're trying to do would be analogous to trying to use facet.field=name twice, once with facet.limit=10&facet.mincount=5, and once with facet.limit=100&facet.mincount=0 ... there's no way to link those params) -Hoss