Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.  

...

Clone the Project

Code Block
themeRDark
languagebashthemeRDark

$ git clone http://git-wip-us.apache.org/repos/asf/lucenenet.git

Change Directories

Code Block
themeRDark
languagebashthemeRDark
$ cd lucenenet

Create Local Branch:

Code Block
theme
themeRDark
languagebashRDark
$ git branch --track pcl origin/pcl

Checkout Branch

Code Block
themeRDark
languagebashthemeRDark
$ 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    

...