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
