Details
Description
A typo error in etc/terrier.properties.sample file:
###################################################################
#SimpleFileCollection specific properties
###################################################################
#indexing.simplefilecollection.extensionsparsers=txt:FileDocument,text:FileDocument,tex:FileDocument,bib:FileDocument, pdf:PDFDocument,html:TaggedDocument,htm:TaggedDocument,xhtml:TaggedDocument, xml:TaggedDocument,doc:MSWordDocument,ppt:MSPowerpointDocument,xls:MSExcelDocument
The "ppt:MSPowerpointDocument" should be "ppt:MSPowerPointDocument "with a capital "P". This leads to indexing error.
###################################################################
#SimpleFileCollection specific properties
###################################################################
#indexing.simplefilecollection.extensionsparsers=txt:FileDocument,text:FileDocument,tex:FileDocument,bib:FileDocument, pdf:PDFDocument,html:TaggedDocument,htm:TaggedDocument,xhtml:TaggedDocument, xml:TaggedDocument,doc:MSWordDocument,ppt:MSPowerpointDocument,xls:MSExcelDocument
The "ppt:MSPowerpointDocument" should be "ppt:MSPowerPointDocument "with a capital "P". This leads to indexing error.
Good catch Xiao.