Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a trick I got from Paul Ramirez and Chris Mattmann

...

$ ./filemgr-client --url http://localhost:9000 --operation --getFirstPage --productTypeName GenericFile

A few more tools

Cameron Goodale as written some useful command line tools aliases that are worth mentioning before we continue. See the following two web pages: https://issues.apache.org/jira/browse/OODT-306
BASH and TCSH shell tools for File Manager

Tips and Tricks for FileManager

Q: My Lucene Index Catalog is running slow now that I have over 100,000 products cataloged. How can I get the speed back?

A: Run this command:
java -Djava.endorsed.dirs=<path/to/lib/dir> org.apache.oodt.cas.filemgr.tools.OptimizeLuceneCatalog --catalogPath <path/to/catalog>