Can we do faceting for all fields created by dynamically created fields rather sending explicitly sending it by query will facet.fields=*by_* * work or any other alternate ??
I was thinking that i will get all dynamic fields with help of Luke handler . But probably it is not possible through luke for a query On Fri, Apr 14, 2017 at 5:32 PM, Ahmet Arslan <iori...@yahoo.com.invalid> wrote: > Hi Midas, > > LukeRequestHandler shows that information. > > Ahmet > > On Friday, April 14, 2017, 1:16:09 PM GMT+3, Midas A <test.mi...@gmail.com> > wrote: > Actually , i am looking for APi > > On Fri, Apr 14, 2017 at 3:36 PM, Andrea Gazzarini <gxs...@gmail.com> > wrote: > > > I can see those names in the "Schema browser" of the admin UI, so I > guess > > using the (lucene?) API it shouldn't be hard to get this info. > > > > I don' know if the schema api (or some other service) offer this service > > > > Andrea > > > > On 14 Apr 2017 10:03, "Midas A" <test.mi...@gmail.com> wrote: > > > > > Hi, > > > > > > > > > Can i get all the field created for dynamic field in solr . > > > > > > Like > > > my dynamic field is by_* > > > > > > and i have index > > > by_color > > > by_size .. > > > etc > > > > > > I want to retrieve all these field name . > > > Is there any way to do this based on some query > > > > > >