GitXplorerGitXplorer
c

lia2-implementations

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
189bb5f2e8f45a3cc91bb971a76548012e5f0759

Fix incorrect package names, add README, and update artifact id

cconnernilsen committed 3 years ago
Unverified
36575bcd41b28aaccbb478cd3f176dc9c430acd4

Refactor demo packages and fix broken test

cconnernilsen committed 3 years ago
Unverified
e0c244ff811c68cb6321c138215cf0477ca6b1c1

Reorganize directories and fix broken test

cconnernilsen committed 3 years ago
Unverified
967708954b23fa206e2bdfd6ef7967494cc3b10a

Finish chapter 9

cconnernilsen committed 4 years ago
Unverified
be68656608692c9bc3a2d32c0b32a71fb53b87c2

Finish 9.7

cconnernilsen committed 4 years ago
Unverified
c18efa2e1452ac3f975d89138f24b8289fa37439

Finish section 8

cconnernilsen committed 4 years ago

README

The README file for this repository.

Lucene in Action 2: Example Implementations

This repository serves as a modern (as of v8.7.0) implementation of a lot of the features and examples described in the book Lucene in Action, Second Edition. Chapters 2-9 are covered and separated into packages based off of the part of the book the example occurs in, and they are shown in both the src/main and src/test directories.

Some of the actual implementing classes may have been renamed or altered from those that appear in the book, so be sure to check classes and packages that sound similar in order to find something you may be looking for.

Many of the available examples can be run by invoking the main class or running the JUnit tests. It is recommended that you use IntelliJ or another IDE with a built-in debugger so that you can step through the implementations and understand what's going on.

Please feel free to open a PR or contact me if you would like changes to be made to this repository.