Hi Shinichiro, http://lucene.apache.org/solr/4_0_0/solr-solrj/org/apache/solr/client/solrj/request/AbstractUpdateRequest.html#setParams(org.apache.solr.common.params.ModifiableSolrParams)
It may be better to use this. Thanks, Minoru On Jan 11, 2013, at 1:20 PM, Karl Wright <[email protected]> wrote: > Specifically, I want to see whether solrj is posting multiple values > and there is a problem with solr (or its configuration), or whether it > is solrj that has the bug. > > Thanks, > Karl > > On Thu, Jan 10, 2013 at 11:06 PM, Karl Wright <[email protected]> wrote: >> Can you paste here what solr outputs when the document is posted? >> >> Karl >> >> On Thu, Jan 10, 2013 at 10:03 PM, Shinichiro Abe >> <[email protected]> wrote: >>> Hi, >>> >>> I'm using trunk and crawling by the ShareDriveConnector. >>> the allow_token fields value is different between trunk and MCF 1.0.1. >>> >>> I expected that the allow_token fields have more than one value, but only >>> one value results. >>> It seems to be a bug. >>> >>> >>> allow_token field of trunk: >>> <doc> >>> <arr name="allow_token_document"> >>> <str>1:S-1-5-32-545</str> >>> </arr> >>> <arr name="allow_token_share"> >>> <str>1:S-1-5-21-1037112988-347603275-4193878986-1108</str> >>> </arr> >>> >>> allow_token field of MCF 1.0.1: >>> <doc> >>> <arr name="allow_token_document"> >>> <str>1:S-1-5-18</str> >>> <str>1:S-1-5-21-1037112988-347603275-4193878986-1106</str> >>> <str>1:S-1-5-21-1037112988-347603275-4193878986-1108</str> >>> <str>1:S-1-5-32-544</str> >>> <str>1:S-1-5-32-545</str> >>> </arr> >>> <arr name="allow_token_share"> >>> <str>1:S-1-5-21-1037112988-347603275-4193878986-1106</str> >>> <str>1:S-1-5-21-1037112988-347603275-4193878986-1108</str> >>> </arr> >>> >>> Is this problem relevant to upgrading Solr Connector? >>> >>> Regards, >>> Shinichiro Abe
