Hello Robert, I want to use the response of the solr result in ftl . I can see that it is easily doable with velocity. Any idea how can we do it with ftl (freemarker)
On Tue, Jul 31, 2012 at 2:55 AM, Robert G. <[email protected]> wrote: > Its sth how Solr names a function. > I just named it CategoryFacet, cause I show it in my category, but it is > like a product filter. > > > example: > product 1 productspecification: resolution = XGA and size = 19" > product 2 productspecification: resolution = WXGA and size = 20" > product 3 productspecification: resolution = SXGA and size = 24" > product 4 productspecification: resolution = SXGA and size = 17" > > Now in Solr the Facet is: "Resoultion" and the FacetValue is the value > (XGA, > WXGA etc.). > > Now i can do a filter like: > *resulotion * > XGA (1) > WXGA (1) > SXGA (2) > > *size* > 17" (1) > 19" (1) > 20" (1) > 24" (1) > The (...) tells how many products are found. > when I now i.ex. click on SXGA this changes to: > > resolution (just the headline) > SXGA (2) > *size* > 17" (1) > 24" (1) > > With that I can drill down my search results just with easy solr > querys...hope I explained it well (difficult with just a few sentences) > > > > -- > View this message in context: > http://ofbiz.135035.n4.nabble.com/Form-Field-show-information-from-different-entities-tp4635391p4635395.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > > -- > Thanks, > Deepak Agarwal, > > Paxcel Technologies Pvt Ltd. > Hartron Complex, Sector 18, Gurgaon, India. > E-Mail: [email protected] > Mobile: +91 9910322604 > >
