Am Mon, 30 Apr 2012 02:23:38 -0500 schrieb John Mercouris:

> Hello we (John Mercouris & Nick Zivkovic) have implemented date range search 
> functionality into Lucene as part of a class project. The implementation is 
> detailed in the PDF attached. The source is available for download from 
> github at the URL: git://github.com/cs429-ir/date-range-search.git
> 
> We hope that you find this useful,
> 
> -John & Nick

Well,

  ./date-range-search/core/src/java/org/apache/lucene/LucenePackage.java

is identical to

  ./lucene-solr/lucene/core/src/java/org/apache/lucene/LucenePackage.java

So, you copied lucene sources into your tree. Now looking what you did
contribute:

  find . -name '*.java' | grep -v 'org.apache.lucene'

gives an empty result.

A tree diff using "meld" shows minor changes to the current
tree of /lucene-solr/lucene/

So what?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to