Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

PCL stands for Portable Class Library - http://msdn.microsoft.com/en-us/library/gg597391.aspx

Table of Contents

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

Code Block
themeRDark
languagebash
$ git clone http://git-wip-us.apache.org/repos/asf/lucenenet.git

Change Directories

Code Block
themeRDark
languagebash
$ cd lucenenet

Create Local Branch:

Code Block
themeRDark
languagebash
$ git branch --track pcl origin/pcl

Checkout Branch

Code Block
themeRDark
languagebash
$ git checkout pcl