is it / will it be possible to add priorly non-existing fields to a document
with the upcoming solr-139? 
for instance, would something like this work? 

<add mode="scorex=OVERWRITE">
<doc>
<field name="id*" type="1">318127</field>
<field name="scorex">12</field>
</doc>
</add>

with schema.xml: 
...
<fields>
 <field name="score*" type="sint" indexed="true" stored="true"/>
...
</fields> 
...

btw: how is solr-139 coming along? By judging the latest posts on jira,
there was still a lot of discussion going on, until about a month ago or so.
Has there been any recent activity? 
Moreover, which patch should i try?

kind regards,
Geert-Jan


-- 
View this message in context: 
http://www.nabble.com/solr-139%3A-support-for-adding-fields-which-are-not-known-at-design-time--tf4696143.html#a13423709
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to