Skip to content
Snippets Groups Projects
Commit 1eedd343 authored by lhameury's avatar lhameury
Browse files

Disable content indexation

parent 776af23b
No related branches found
No related tags found
No related merge requests found
......@@ -96,10 +96,10 @@
<!-- Although content is marked as indexed atomically it may end up asynchronous -->
<!-- if the content conversion will take too long. Content that does not require conversion -->
<!-- to UTF8 test/plain will always be indexed atomically -->
<index enabled="true">
<atomic>true</atomic>
<index enabled="false">
<atomic>false</atomic>
<stored>false</stored>
<tokenised>true</tokenised>
<tokenised>false</tokenised>
</index>
</property>
</properties>
......
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