Fields

The following fields will be added during indexing of every document (file/directory):

  • revision The Subversion Revision
  • filename The filename without the path.
  • path The path only without the filename
  • contents
    • The contents of the indexed document. It is not indexed for binary files which have no particular handler.
  • author The author of the change
  • message The log message which had been given.
  • kind If a file is (A)dded, (M)odified or (D)eleted or (R)eplaced.
  • repository The name of the repository which had been defined in the configuration file.
  • repositoryuuid The UUID of the repository.
  • tag If the revision is a tag.
  • maventag If the revision is a Maven Tag (created by maven release:perform).
  • subversiontag If the revision is a Subversion Tag (create via complex tag).
  • branch If there has been a branch recognized.
  • All properties will be indexed too. (e.g. svn:mime-type, svn:externals etc.) with their corresponding values.
The following supplemental fields will be added if an Excel file is indexed:
  • xlssheets This represents the number of sheets within a workbook.
  • xlscommentauthor The author of a cell comment.
  • xlscomment The comment for an cell which can be assigned to a cell.
  • xlssheetname The name of the sheets within the workbook.
The following supplemental fields will be added if an PDF file is indexed:
  • pdfauthor
  • pdfcreationdate
  • pdfcreator
  • pdfkeywords
  • pdfmodificationdate
  • pdfproducer
  • pdfsubject
  • pdftitle
  • pdftrapped
The following supplemental fields will be added if an Word file is indexed:
  • Currently no supplemental fields. Might change in the future.
The following supplemental fields will be added if an PowerPoint file is indexed:
  • Currently no supplemental fields. Might change in the future.
The following supplemental fields will be added if an Java source code file is indexed:
  • methods
  • comments
    This will not be limited to Java in the future. It might be used for other programming languages
    as well.

Also available in: HTML TXT