Examples: The detailed description of the different commands can be found: http://www.supose.org/wiki/supose/CommandLineDescription Other Query examples can be found online under: http://www.supose.org/wiki/supose/RepositoryQuestions Example call: supose.cmd search --index IndexName --query "querycontent" where querycontent can be of the following: - Search the log message for the word "fixed" but only where in the change contains an xml file. +message:fixed +filename:*.xml - Search Word files only on trunk +filename:*.doc +path:/trunk/* - Search for Tags (will printout Maven Tags as well) +tag:* - Search for Maven Tags: +maventag:* - Search for Tags without Maven Tags +tag:* -maventag:* - Search for Branches: +branch:* Search for a particular property-keys with value +svn\:executable:"*" +svn\:mime-type:"application/octet-stream" Search for particular revisions: (revision:100 revision:101 revision:102) AND (filename:/*/*.pm) Search only in a range of revisions: +message:fixed +revision:[1 TO 100] This will constrain the search for the text in the message field to the revisions 1 to 100.