Index: trunk/lucene-search-3/RELEASE-NOTES.txt |
— | — | @@ -1,7 +1,7 @@ |
2 | 2 | Lucene Search 3.0.0 |
3 | 3 | =============== |
4 | 4 | |
5 | | -Reimplimention 2.3 features based on Apache SOLR |
| 5 | +* Implementation 2.3 features based on Apache SOLR |
6 | 6 | |
7 | 7 | |
8 | 8 | Lucene Search 2.1.3 |
Index: trunk/lucene-search-3/.classpath |
— | — | @@ -1,5 +1,7 @@ |
2 | 2 | <?xml version="1.0" encoding="UTF-8"?> |
3 | 3 | <classpath> |
| 4 | + <classpathentry kind="src" path="src/main/java"/> |
| 5 | + <classpathentry kind="src" path="src/test/java"/> |
4 | 6 | <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/> |
5 | 7 | <classpathentry kind="lib" path="lib/log4j-1.2.14.jar"/> |
6 | 8 | <classpathentry kind="lib" path="lib/lucene-analyzers.jar"/> |
Index: trunk/lucene-search-3/README.txt |
— | — | @@ -3,6 +3,7 @@ |
4 | 4 | |
5 | 5 | - Java 5 + |
6 | 6 | - MediaWiki 1.13 with MWSearch extension |
| 7 | + - Apache Mavern 2 |
7 | 8 | - Apache Ant 1.6 (for building from source) |
8 | 9 | |
9 | 10 | == Installation == |