You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Steve Rowe (JIRA)" <ji...@apache.org> on 2016/04/15 15:07:25 UTC

[jira] [Reopened] (SOLR-8985) put back support for the flag 'includeDynamic' to the /schema/fields api

     [ https://issues.apache.org/jira/browse/SOLR-8985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Rowe reopened SOLR-8985:
------------------------------

Noble, the functionality you added (return *all* dynamic fields in the response when the "dynamicFields" query param is set to true on a request to {{schema/fields}}) is not the same as the original feature.  

Here's the description you removed from the Schema API page of what the feature was:

||param||type||required||default||description||
|includeDynamic|boolean|No|false|If *true*, and if the *fl* query parameter is specified or the fieldname path parameter is used, matching dynamic fields are included in the response and identified with the *dynamicBase* property. If neither the fl query parameter nor the fieldname path parameter is specified, the *includeDynamic* query parameter is ignored. If *false*, matching dynamic fields will not be returned.|

FYI, here's an example of this kind of query on Solr 5.4.1:

{noformat}
$ curl "http://localhost:8983/solr/testing123/schema/fields?fl=test_s&includeDynamic=true"
{
  "responseHeader":{
    "status":0,
    "QTime":1},
  "fields":[{
      "name":"test_s",
      "type":"string",
      "indexed":true,
      "stored":true,
      "dynamicBase":"*_s"}]}
{noformat}

> put back support for the flag 'includeDynamic' to the /schema/fields api
> ------------------------------------------------------------------------
>
>                 Key: SOLR-8985
>                 URL: https://issues.apache.org/jira/browse/SOLR-8985
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 6.0
>            Reporter: Noble Paul
>            Assignee: Noble Paul
>             Fix For: master, 6.1
>
>         Attachments: SOLR-8985.patch
>
>
> This was available till 5.5 and was taken out in 6.0 release as part of SOLR-8736



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org