SOLR + facets: use Odr_int for counts
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 16 May 2011 13:54:00 +0000 (15:54 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 16 May 2011 13:54:00 +0000 (15:54 +0200)
For hit counts/occurrences Odr_int is used - not int, that usually has a limit
of 2^31-1. Use also facet_term_create_cstr for creating Z_FacetTerms to
use Odr_int and avoid Z_Term intermediate(s).


No differences found