Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DSpace use his own Analyzer so if you want check query transformation you need to tell Luke where it can be found. You need to run Luke adding to the classpath dspace-api-XXX.jar file (NOTE that for DSpace < 1.5 you need to use dspace.jar).

Info

The current DSpace analyzer seems not to work with Luke 1.0.1.

1. Start Luke with:
Code Block
java -cp lukeall-0.9.9.jar:/path/to/dspace/lib/dspace-api-XXX.jar org.getopt.luke.Luke

...