答复: help need example code of solrj to get schema of a given core

2016-06-01 Thread Liu, Ming (Ming)
Thanks Georg very much! Ming -邮件原件- 发件人: Georg Sorst [mailto:georg.so...@gmail.com] 发送时间: 2016年5月31日 18:22 收件人: solr-user@lucene.apache.org 主题: Re: help need example code of solrj to get schema of a given core Querying the schema can be done with the Schema API ( https

Re: help need example code of solrj to get schema of a given core

2016-05-31 Thread Georg Sorst
Querying the schema can be done with the Schema API ( https://cwiki.apache.org/confluence/display/solr/Schema+API), which is fully supported by SolrJ: http://lucene.apache.org/solr/6_0_0/solr-solrj/org/apache/solr/client/solrj/request/schema/package-summary.html . Liu, Ming (Ming) schrieb am Di.,

help need example code of solrj to get schema of a given core

2016-05-31 Thread Liu, Ming (Ming)
Hello, I am very new to Solr, I want to write a simple Java program to get a core's schema information. Like how many field and details of each field. I spent a few time searching on internet, but cannot get much information about this. The solrj wiki seems not updated for long time. I am using