Hey, Since you're using solr and have access to the database in question did
you consider making an extra index on the machine to hold your country to
continent mapping ? I know it's more trouble than it's worth for such a
small data set but hey, you get to set up another index :)
--
View this m
Hello,
>From my understanding doc.values work like a persistent field-cache, which
is awesome for when you have to do sorting on a field after matching a
certain query (assuming you have doc-values for that field enabled)
That being the case , Field faceting is indeed improved by having docVal