Hi, I am a newbie to Apache Solr.
We are using ContentStreamUpdateRequest to insert into Solr. For eg, ContentStreamUpdateRequest req = new ContentStreamUpdateRequest( "/update/extract") req.addContentStream(stream); req.addContentStream(literal.name, name); SolrServer server = new CommonsHttpSolrServer(URL); server.request(req); here.. in schema.xml , I have specified name as multivalued text. Now, I want to set multivalues for name. Could anyone update me, how to do this..?? Additonally, assume if I set commit maxTime as 10000 in my solr configuration file, ie (10 sec) then if my application stops before committing into solr, then whether this information will be lost. whether I need to insert all these documents to solr again ?? thanks in Advance.. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-inserting-Multivalued-filelds-tp2406612p2406612.html Sent from the Solr - User mailing list archive at Nabble.com.