I removed this clause on trunk, from both the Dspsts result processing
and the Lists result processing.  If you encounter any problems with
this please let me know.

Karl

On Thu, Aug 2, 2012 at 9:24 AM, Karl Wright <[email protected]> wrote:
> This clause came directly from the patch you submitted.  I did not
> understand the reasoning for it.  I'm happy to remove it.
>
> Karl
>
> On Thu, Aug 2, 2012 at 9:19 AM, Ahmet Arslan <[email protected]> wrote:
>> Hello,
>>
>> I am crawling a SharePoint 2010 library named Pages. This library contains 
>> *.aspx files only.
>>
>> There is an if check in SPSProxyHelper.java that ignores aspx files.
>>
>> if (!relPath.endsWith(".aspx")) {
>>      fileStream.addFile( relPath );
>> }
>>
>> What is the motivation of this if clause?
>>
>> If I disable this if check, I can successfully get content of *.aspx files 
>> and metadata (field values) that I selected for this Pages library.
>>
>> Thanks,
>> Ahmet

Reply via email to