Suggested edit in Lucene - Get Started: Overview

2016-04-06 Thread Shiladitya Sen
In the page https://lucene.apache.org/core/5_5_0/demo/overview-summary.html#overview_description in the subsection titled "Indexing Files" the command suggested is: java org.apache.lucene.demo.IndexFiles -docs {path-to-lucene}/src I believe the file structure in the source file downloads has chan

Re: History of API changes/backward compatibility

2016-04-06 Thread Michael McCandless
Thanks, this is neat ... I like the graph. Are these numbers good or bad compared to other open-source projects :) Mike McCandless http://blog.mikemccandless.com On Wed, Apr 6, 2016 at 11:53 AM, Ponomarenko Andrey wrote: > Hello, > > A new look at the history of API changes and backward compa

History of API changes/backward compatibility

2016-04-06 Thread Ponomarenko Andrey
Hello, A new look at the history of API changes and backward compatibility of the Lucene library down to 1.4.3 version: http://abi-laboratory.pro/java/tracker/timeline/lucene/ The report is generated by the JAPICC tool (open-source): https://github.com/lvc/japi-compliance-checker Thanks for y