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.

Now 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)

...

Code Block
java -classpath lukeall-1.0.7.1.jar;:/path/to/dspace/lib/dspace-api-XXX.jar org.getopt.luke.Luke

...