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.
- 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.
- pdfauthor
- pdfcreationdate
- pdfcreator
- pdfkeywords
- pdfmodificationdate
- pdfproducer
- pdfsubject
- pdftitle
- pdftrapped
- Currently no supplemental fields. Might change in the future.
- Currently no supplemental fields. Might change in the future.
- methods
- comments
This will not be limited to Java in the future. It might be used for other programming languages
as well.