Re: Display name of a facet

2014-12-18 Thread Alexandre Rafalovitch
(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

Display name of a facet

2014-12-18 Thread david fernandes
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

Re: solr: how to change display name of a facet?

2012-05-03 Thread okayndc
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

Re: solr: how to change display name of a facet?

2012-05-03 Thread Yonik Seeley
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

solr: how to change display name of a facet?

2012-05-03 Thread okayndc
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