Hi Ameya,
I will provide instructions for how I'd like you to research this. I don't
suggest running under eclipse for this research.
Around line 1047 in SharePointRepository.java, there is this code:
>>>>>
String modifiedDate = values.get("Modified");
String createdDate = values.get("Created");
String guid = values.get("GUID");
String modifyDate = values.get("Last_x0020_Modified");
<<<<<
Please add this line:
>>>>>
System.out.println("Modified date string is:
'"+modifiedDate+"'");
<<<<<
Please run the job and send me some examples of the modified date string.
Thanks,
Karl
On Wed, Jul 9, 2014 at 10:13 AM, Ameya Aware <[email protected]> wrote:
> i am finding it difficult debug the code.. Whatever changes i do,i just
> build from scratch and check if changes are done or not.
>
> Can you help me with how can i debug this code? (i am using eclipse IDE)
>
>
> Thanks,
> Ameya
>
>
> On Wed, Jul 9, 2014 at 10:08 AM, Karl Wright <[email protected]> wrote:
>
>> Hi Ameya,
>>
>> Other users have had no trouble with this attribute in the past.
>> SharePoint, though, has been known to use non-ISO-8601-format dates in some
>> cases. I wonder if this is one of those cases?
>>
>> In order to determine this, you will need to edit the code for the
>> SharePoint connector and add debugging output. Are you in a position to do
>> that?
>>
>> Karl
>>
>>
>>
>> On Wed, Jul 9, 2014 at 9:51 AM, Ameya Aware <[email protected]>
>> wrote:
>>
>>> Hi Karl,
>>>
>>> I am seeing Shared documents from Sharepoint.
>>>
>>> Thanks,
>>> Ameya
>>>
>>>
>>> On Tue, Jul 8, 2014 at 5:52 PM, Karl Wright <[email protected]> wrote:
>>>
>>>> Hi Ameya,
>>>>
>>>> There is no difference in treatment between created date and modified
>>>> date that I can find in the connector. Can you tell me what kind of
>>>> SharePoint entity you are seeing this on? Eg documents, list items,
>>>> attachments?
>>>>
>>>>
>>>> Karl
>>>>
>>>> Sent from my Windows Phone
>>>> ------------------------------
>>>> From: Ameya Aware
>>>> Sent: 7/8/2014 3:41 PM
>>>> To: Karl Wright
>>>> Subject: Re: Query in Sharepoint connector
>>>>
>>>> I did not get you properly. Please see below if it satisfies your
>>>> query.
>>>>
>>>> Last modified is date field in Sharepoint. When i run job and send
>>>> metadata to Solr, the date which is being sent to Solr is far different
>>>> than that of it is in Sharepoint.
>>>>
>>>> Please let me know if you need any more details.
>>>>
>>>> Thanks,
>>>> Ameya
>>>>
>>>>
>>>>
>>>> On Tue, Jul 8, 2014 at 3:35 PM, Karl Wright <[email protected]> wrote:
>>>>
>>>>> What does this field look like in SharePoint?
>>>>>
>>>>> Karl
>>>>>
>>>>> Sent from my Windows Phone
>>>>> From: Ameya Aware
>>>>> Sent: 7/8/2014 1:50 PM
>>>>> To: [email protected]
>>>>> Subject: Query in Sharepoint connector
>>>>> Hi
>>>>>
>>>>> Last_modified metadata sent from Sharepoint to Solr is not giving
>>>>> correct
>>>>> values.
>>>>>
>>>>> Even last_modified showing lesser value than created_by date.
>>>>> (Created_by
>>>>> date is coming good).
>>>>>
>>>>> Is this bug?
>>>>>
>>>>> Thanks,
>>>>> Ameya
>>>>>
>>>>
>>>>
>>>
>>
>