Skip to content
Snippets Groups Projects
Commit b3e20b95 authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-17634: Solr based local extension index

parent e0dd511f
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
<packaging>jar</packaging>
<description>Local index of extension coming from various repositories</description>
<properties>
<xwiki.jacoco.instructionRatio>0.27</xwiki.jacoco.instructionRatio>
<xwiki.jacoco.instructionRatio>0.26</xwiki.jacoco.instructionRatio>
<!-- TODO: Remove once the tests have been fixed to not output anything to the console! -->
<xwiki.surefire.captureconsole.skip>true</xwiki.surefire.captureconsole.skip>
......
......@@ -93,6 +93,12 @@ protected long getVersion()
return SCHEMA_VERSION_12_9;
}
@Override
public boolean isCache()
{
return true;
}
@Override
protected void createSchema() throws SolrException
{
......
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