DocumentObjectBinder.toSolrInputDocument not processing the dynamic field 
values.
---------------------------------------------------------------------------------

                 Key: SOLR-2478
                 URL: https://issues.apache.org/jira/browse/SOLR-2478
             Project: Solr
          Issue Type: Bug
          Components: clients - java
    Affects Versions: 1.4.1
         Environment: solr 1.4.1
            Reporter: Nagarajan Shanmugam


When i tried to add a bean using SolrServer.addBean(). It is actually not 
processing the dynamic fileds. 

If I look the index file using lucene luke under the dynamic field name it 
creating the field.

Example

 Class Bean{
   @Field("oem_*")
   public Map<String,String> oems;
}

<dynamicField name="oem_*" type="textgen" indexed="true" stored="true" 
multiValued="false"/>

using solrServer.addBean(new Bean())

It creating a field oem_*? is this right?


--
This message is automatically generated by JIRA.
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]

Reply via email to