halleck1 / bzreader

Automatically exported from code.google.com/p/bzreader
0 stars 0 forks source link

Need to upgrade bundle Lucene.NET to version 2.1 or later #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current Lucene is near-unusable for any dataset that contains topics with
characters that should be escaped, such as quotes.

See Issue #9 http://code.google.com/p/bzreader/issues/detail?id=9

Need to consult about possible repercussions of upgrade.

Original issue reported on code.google.com by asaf.bartov on 3 Dec 2008 at 6:01

GoogleCodeExporter commented 9 years ago
Hi,

I was doing it couple of times in the past - not too hard. The procedure is 
basically:

1) generate diff between the Lucene.NET 1.9 and TRUNK from their SVN
2) apply the patch to our repository
3) check any failed patches

I trust you to do that (I don't have enough time for that anyway :-)

Original comment by halle...@gmail.com on 5 Dec 2008 at 10:24

GoogleCodeExporter commented 9 years ago
I'm working on the merge with latest stable Lucene.NET

Original comment by asaf.bartov on 7 Dec 2008 at 12:49

GoogleCodeExporter commented 9 years ago
I have already done this, and it is available from 
http://github.com/synhershko/BzReader (see the first commits; a local copy of 
latest Lucene.Net is required)

Original comment by itamar.s...@gmail.com on 18 Jul 2010 at 10:15