Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/logicaldoc/community
Browse files Browse the repository at this point in the history
  • Loading branch information
car031 committed Dec 31, 2024
2 parents 83d7e91 + fe1bc9f commit 5009178
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@
* Each document has one or more Versions. The most recent version is the one
* used as default when we refer to a Document, but all previous versions are
* accessible from the history even if the are not indexed.
* </p>
*
* <p>
* Each Version carries out two main informations, the version code itself that
* is called simply 'version', and the file version, called 'fileVersion'. The
* first identified the Version itself while the second refers to the file
* content. In general not all updates to a document involves the upload of a
* new file.
* </p>
*
* A Document is written in a single language, this language defines the
* full-text index in which the document's content will be stored.
Expand Down

0 comments on commit 5009178

Please sign in to comment.