PCL stands for Portable Class Library - http://msdn.microsoft.com/en-us/library/gg597391.aspx
Overview
This branch will further work on lucene.net for moving the project towards supporting portable libraries. The goal is to bring Lucene.Net to other .NET Platforms.
Since this will require significant work, it will be done in its own branch "pcl" in parallel to other efforts. The PCL branch can pull from other branches as needed as well as provide enhancements to the master branch as they are stable.
Getting the Code
Clone the Project
$ git clone http://git-wip-us.apache.org/repos/asf/lucenenet.git
Change Directories
$ cd lucenenet
Create Local Branch:
$ git branch --track pcl origin/pcl
Checkout Branch
$ git checkout pcl
* The apache lucene.net mirror on github is out of date. Until INFRA-6741 is resolved, you can fork: https://github.com/michaelherndon/lucene.net