1
0
mirror of https://github.com/apache/lucene.git synced 2025-03-06 00:09:28 +00:00

8 lines
197 B
JavaScript
Raw Normal View History

/**
* @param {Page[]} pages
* @param {number} [id] Specifies the id, if applicable.
* @param {String} [title = This is untitled.] Specifies the title.
*/
function Document(pages, id, title){
}