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

...

1. Start Luke with:

...

Code Block
java -cp lukeall-1.0.1.jar:/path/to/dspace/lib/dspace-api-XXX.jar org.getopt.luke.Luke
2. Set index directory:

...

Image Modified

...

3. Set Analyzer:

...

Image Modified

...

4. Set default field:

...

Image Modified

Build your own DSpace Analyzer

...