Return-Path: X-Original-To: apmail-lucene-dev-archive@www.apache.org Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9EEA4EEC1 for ; Wed, 27 Feb 2013 17:29:14 +0000 (UTC) Received: (qmail 24596 invoked by uid 500); 27 Feb 2013 17:29:13 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 24523 invoked by uid 500); 27 Feb 2013 17:29:13 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 24513 invoked by uid 99); 27 Feb 2013 17:29:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2013 17:29:13 +0000 Date: Wed, 27 Feb 2013 17:29:13 +0000 (UTC) From: "Steve Rowe (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SOLR-4503) Add REST API methods to get schema information: fields, dynamic fields, and field types MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SOLR-4503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Rowe updated SOLR-4503: ----------------------------- Attachment: coordinate.dynamic.field.json price.field.json date.field.type.json all.fields.json all.field.types.json all.dynamic.fields.json bq. Darn... patch is already out of date. I'll put up a more modern version, with most tests in place, in a little bit. bq. Do you have some examples of what responses look like? Yes, I do, attaching JSON responses for all six requests here. I haven't investigated yet, but I believe there is an issue with copy fields in both the /schema/fields/ and /schema/dynamicfields/ responses, probably related to SOLR-3798, since I copied the functionality from LukeRequestHandler. But otherwise, I think the response formats are stable now. > Add REST API methods to get schema information: fields, dynamic fields, and field types > --------------------------------------------------------------------------------------- > > Key: SOLR-4503 > URL: https://issues.apache.org/jira/browse/SOLR-4503 > Project: Solr > Issue Type: Sub-task > Components: Schema and Analysis > Affects Versions: 4.1 > Reporter: Steve Rowe > Assignee: Steve Rowe > Attachments: all.dynamic.fields.json, all.fields.json, all.field.types.json, coordinate.dynamic.field.json, date.field.type.json, price.field.json, SOLR-4503.patch > > > Add REST methods that provide properties for fields, dynamic fields, and field types, using paths: > /solr/(corename)/schema/fields > /solr/(corename)/schema/fields/fieldname > /solr/(corename)/schema/dynamicfields > /solr/(corename)/schema/dynamicfields/pattern > /solr/(corename)/schema/fieldtypes > /solr/(corename)/schema/fieldtypes/typename -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org