Skip to content
Snippets Groups Projects
Commit 38d29608 authored by tpylak's avatar tpylak
Browse files

LMS-1058 switch off indexing attachemnets for now

SVN: 11911
parent d754032e
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,8 @@ public class AttachmentPE extends HibernateAbstractRegistrationHolder implements ...@@ -128,7 +128,8 @@ public class AttachmentPE extends HibernateAbstractRegistrationHolder implements
String attachmentName = attachment.getFileName(); String attachmentName = attachment.getFileName();
if (isSearchable(attachment)) if (isSearchable(attachment))
{ {
indexFileContent(document, luceneOptions, attachment, attachmentName); // TODO 2009-07-28, Tomasz Pylak: switch on indexing attachments
// indexFileContent(document, luceneOptions, attachment, attachmentName);
} }
// index the file name. Make the field code unique, so that we can recognize which field // index the file name. Make the field code unique, so that we can recognize which field
// has matched the query later on // has matched the query later on
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment