In the velocity directory you'll find the templates that implement all this stuff, I usually copy/paste. Do understand that this is _demo_ code, not an "official" UI for Solr so it's rather a case of digging in and experimenting.
I would _not_ use this (or anything else that gave direct access to Solr) for user-facing apps. If you give me direct access to the URL, I can delete collections, delete documents, and a myriad of other really bad things. Best, Erick On Thu, May 28, 2015 at 1:11 PM, Sznajder ForMailingList <bs4mailingl...@gmail.com> wrote: > Hi > > I tried to use the UI Velocity from Solr. > > Could you please help in the following: > > - how do I define the fields from my schema that I would like to be > displayed as facet in the UI? > > Thanks! > > Benjamin