[
https://issues.apache.org/jira/browse/SOLR-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13635759#comment-13635759
]
Yonik Seeley commented on SOLR-3251:
------------------------------------
bq. There is a real value i think in having request.getSchema() ==
request.getSearcher().getSchema().
This introduces a new dependency that did not exist in the past, and I don't
think we should do that. There should be no need to get an open searcher to
get schema information. As the failing tests show, it can have unintended
consequences. getSearcher() is also a blocking operation and if called in the
wrong context can lead to deadlock (certain callbacks are forbidden to call
getSearcher).
> dynamically add fields to schema
> --------------------------------
>
> Key: SOLR-3251
> URL: https://issues.apache.org/jira/browse/SOLR-3251
> Project: Solr
> Issue Type: New Feature
> Reporter: Yonik Seeley
> Assignee: Steve Rowe
> Fix For: 4.3, 5.0
>
> Attachments: SOLR-3251.patch, SOLR-3251.patch, SOLR-3251.patch,
> SOLR-3251.patch, SOLR-3251.patch, SOLR-3251.patch, SOLR-3251.patch
>
>
> One related piece of functionality needed for SOLR-3250 is the ability to
> dynamically add a field to the schema.
--
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: [email protected]
For additional commands, e-mail: [email protected]