Re: Retrieving of Field Type

2016-03-08 Thread Zheng Lin Edwin Yeo
Hi Alex, Thanks for the information. That was helpful. Regards, Edwin On 9 March 2016 at 13:31, Alexandre Rafalovitch wrote: > The Admin UI does and it uses Javascript. So you know it is possible. > > Admin UI uses Luke for technical-level info: > http://localhost:8983/solr/techproducts/admin/

Re: Retrieving of Field Type

2016-03-08 Thread Alexandre Rafalovitch
The Admin UI does and it uses Javascript. So you know it is possible. Admin UI uses Luke for technical-level info: http://localhost:8983/solr/techproducts/admin/luke You can use Schema API for slightly better one: http://localhost:8983/solr/techproducts/schema You can also use Schema API to get ju