Home | About | Sematext search-lucene.com search-hadoop.com
 Search Lucene and all its subprojects:

Switch to Threaded View
ManifoldCF, mail # user - SharePoint Library consist of folders


Copy link to this message
-
Re: SharePoint Library consist of aspx files
Karl Wright 2012-08-02, 13:24
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