|
|
|
|
|
by arafalov
1955 days ago
|
|
Nice introduction. A good ramp-up from basic splitting to ranking. It does need to be said that when Lucene had a set of features this small, it was also pretty tiny. And, if those are the needs, one could still download it and it will probably run on modern JVM: https://archive.apache.org/dist/lucene/java/ lucene-1.4.3.jar 2004-11-29 14:13 316K It is a bit bigger of course, but that's because it already had stemmers, multilingual support, multiple Query Parsers including phrase, RAM and Disk directory implementations and a bunch of other advanced features one can easily see by unzipping the jar file. |
|