It sounds like you are almost there. I would check the Solr INFO messages to see which attributes are being sent, and which are not. I would also check your Solr schema.xml to make sure all the properties you want are listed and properly spelled.
Karl On Mon, Apr 8, 2013 at 9:20 AM, altaf a <[email protected]> wrote: > Hi Karl, > > Did the path change for metadata,reingested and crawled again > I got many successes .Pleae find the below log details ignore the exact > site urls. After this i am able to see the results as i was able to > previously but the same issue reoccurs ,other propertiesa i am not able to > see theresults when i search *:* . I am able to get the following metadata > for all the results when searched > links,title,content,content_type,id,_version_. I am not sure whether i am > missing any small configuration. > > 45:32.4 document ingest (Test_SP_Slr) http://sites/en-GB.aspx OK > 87849 92 45:30.4 fetch /Pages//en-GB.aspx Success 90063 2068 45:30.3 document > ingest (Test_SP_Slr) http://sites/_en-GB.aspx OK 89600 75 45:29.8 fetch > /Pages//_en-GB.aspx Success 87849 2197 > > Regards, > Altaf. > On Fri, Apr 5, 2013 at 7:30 PM, Karl Wright <[email protected]> wrote: > >> I got the image this time. My only comment is that the path match does >> not include a wildcard at the end, and thus it will not match individual >> list rows. >> >> What I'd like you to do is have a look at the standard output and >> standard error from Solr from a job run. Solr by default outputs an INFO >> statement that describes all the arguments it sees for each indexing post. >> I want to be sure you are seeing List records being indexed at all, and >> whether the metadata is being posted there. >> >> In order to force MCF to actually reindex everything in the job, you >> would want to view the output connection and click the "Reingest all >> documents" link first. Then, start the job and watch the output from >> Solr. (If you are running Solr under something other than Jetty, I'm not >> certain where the logging output goes, but you'll need to chase that down.) >> >> Thanks, >> Karl >> >> >> >> On Fri, Apr 5, 2013 at 9:38 AM, altaf a <[email protected]> wrote: >> >>> HI Karl, >>> >>> Not sure why its not displaying but please find the same attached image . >>> >>> Regards, >>> Altaf >>> >>> On Fri, Apr 5, 2013 at 7:02 PM, Karl Wright <[email protected]> wrote: >>> >>>> Hi Altaf, >>>> >>>> The images are not displaying, I'm afraid. At least google mail isn't >>>> doing the trick. >>>> >>>> Karl >>>> >>>> >>>> >>>> On Fri, Apr 5, 2013 at 9:27 AM, altaf a <[email protected]> wrote: >>>> >>>>> Hi Karl, >>>>> >>>>> Below is the screen shot of Job and the sharepoint data is in pages >>>>> library where Xyz,test are the internal names of the fields in sharepoint >>>>> pages. >>>>> >>>>> *Solr standard output during indexing and see what arguments it is >>>>> receiving, and whether they match your expectations.* >>>>> >>>>> The above underlined means i need to check in the manifoldcf logs?? I >>>>> checked there but nothing helped as such. I am pretty new to solr so not >>>>> sure where to check the standard output of solr >>>>> >>>>> Can you please let me know if i am missing anything in the below >>>>> cofiguration. >>>>> >>>>> [image: Inline image 1] >>>>> >>>>> >>>>> >>>>> On Thu, Apr 4, 2013 at 7:15 PM, Karl Wright <[email protected]>wrote: >>>>> >>>>>> Hi Altaf, >>>>>> >>>>>> The only List attributes that MCF will consider indexing are the ones >>>>>> that you specify on the job's "Metadata" tab. The tab allows you to >>>>>> build >>>>>> rules about what metadata to include in what context. See the >>>>>> "end-user-documentation" page for more details on how to do this and how >>>>>> it >>>>>> works. >>>>>> >>>>>> If you have done this, and you are still having trouble, it is often >>>>>> helpful to look at the Solr standard output during indexing and see what >>>>>> arguments it is receiving, and whether they match your expectations. And >>>>>> if you are STILL stuck after that, you should post back to this list, but >>>>>> this time include: >>>>>> >>>>>> - a screenshot (or two if necessary) of the "view" page for your job, >>>>>> so we can see how it is set up, and >>>>>> - a screenshot, or cut-and-paste, of an example List record being >>>>>> indexed from the Solr standard output >>>>>> >>>>>> Thanks! >>>>>> Karl >>>>>> >>>>>> >>>>>> >>>>>> On Thu, Apr 4, 2013 at 9:13 AM, altaf a <[email protected]> wrote: >>>>>> >>>>>>> Hi, >>>>>>> >>>>>>> I am very new to SOLR as well as the manifold connector for >>>>>>> sharepoint 2010, >>>>>>> I have followed the * >>>>>>> http://manifoldcf.apache.org/release/release-1.1.1/en_US/how-to-build-and-deploy.html >>>>>>> * to configure the connection. >>>>>>> >>>>>>> I have configured and declared two fields of sharepoint where xyz >>>>>>> and test2 are internal names of columns in SharePoint page library and >>>>>>> mapped same thing in List all jobs-->solr field mapping with xyz-->xyz >>>>>>> and >>>>>>> test2-->test2 where xyz and test2 are column names in pages library. >>>>>>> >>>>>>> Schema.xml: >>>>>>> <field name="xyz" type="string" indexed="true" stored="true" /> >>>>>>> <field name="test2" type="string" indexed="true" stored="true" /> >>>>>>> >>>>>>> <field name="allow_token_document" type="string" indexed="true" >>>>>>> stored="false" multiValued="true" required="false" >>>>>>> default="__nosecurity__"/> >>>>>>> <field name="allow_token_share" type="string" indexed="true" >>>>>>> stored="false" multiValued="true" required="false" >>>>>>> default="__nosecurity__"/> >>>>>>> <field name="deny_token_document" type="string" indexed="true" >>>>>>> stored="false" multiValued="true" required="false" >>>>>>> default="__nosecurity__"/> >>>>>>> <field name="deny_token_share" type="string" indexed="true" >>>>>>> stored="false" multiValued="true" required="false" >>>>>>> default="__nosecurity__"/> >>>>>>> >>>>>>> I have not removed any other default configurations of this file. >>>>>>> >>>>>>> >>>>>>> In solrconfig >>>>>>> >>>>>>> i have added this in in select request handler >>>>>>> >>>>>>> <lst name="appends"> >>>>>>> <str name="fq">{!manifoldCFSecurity}</str> >>>>>>> </lst> >>>>>>> >>>>>>> Now the problem is after successfull crawling , when i am sending a >>>>>>> request to solr as http://localhost:8983/solr/select?q=*:* but the >>>>>>> two fields are not appearing in any of the results where as some fields >>>>>>> like title and content are displaying the values. >>>>>>> >>>>>>> Can you please let me know whether i am missing any configuration?? >>>>>>> As i am new i not well aware of specific logging to check .I tried to go >>>>>>> thought the mail archive but didnt find any similar issue . Can anyone >>>>>>> please guide me.. >>>>>>> >>>>>>> Regards, >>>>>>> Altaf >>>>>>> >>>>>> >>>>>> >>>>> >>>> >>> >> >
