(apache cookbook, solr in action,
> solr enterprise) and also in the mail list archive. The closest info that I
> found was here (in this mail list)
> http://lucene.472066.n3.nabble.com/solr-how-to-change-display-name-of-a-facet-td3960097.html
>
> but it doesn't worked for me. Can anyone help me? Thanks
>
> Cheers
I got:
"ERROR 400 ERROR 400
undefined field Julgador"
I had already looked for in some books (apache cookbook, solr in action,
solr enterprise) and also in the mail list archive. The closest info that I
found was here (in this mail list)
http://lucene.472066.n3.nabble.com/solr-how-to
Awesome, thanks!
On Thu, May 3, 2012 at 2:32 PM, Yonik Seeley wrote:
> On Thu, May 3, 2012 at 2:26 PM, okayndc wrote:
> [...]
> > I've experimented with this:
> > {!ex=dt key=Categories and Stuff}category
> >
> > I'm not really sure what 'ex=dt' does but it's obvious that 'key' is the
> > desire
On Thu, May 3, 2012 at 2:26 PM, okayndc wrote:
[...]
> I've experimented with this:
> {!ex=dt key=Categories and Stuff}category
>
> I'm not really sure what 'ex=dt' does but it's obvious that 'key' is the
> desired display name? If there are spaces in the 'key' value, the display
> name gets cut o
Hello,
Is there a way to change the display name (that contains spaces or special
characters) for a facet without changing the value of the facet field? For
example if my facet field name is 'category', I want to change the display
name of the facet to 'Categories and Stuff'
I've experimented wit