Skip to content

Instantly share code, notes, and snippets.

@tysm
Created May 16, 2019 12:25
Show Gist options
  • Save tysm/29090180b37e9da9c7a99096ee80ff0b to your computer and use it in GitHub Desktop.
Save tysm/29090180b37e9da9c7a99096ee80ff0b to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. -->
<services version="1.0">
<container id="default" version="1.0">
<document-processing/>
<document-api/>
<search>
<chain id="default" inherits="vespa">
<searcher id="com.potelo.prelude.searcher.JuniperMapSearcher" bundle="basic-search-java"/>
</chain>
</search>
<nodes>
<node hostalias="node1"/>
</nodes>
</container>
<content id="music" version="1.0">
<redundancy>1</redundancy>
<documents>
<document type="music" mode="index" />
<document-processing cluster="default"/>
</documents>
<nodes>
<node hostalias="node1" distribution-key="0" />
</nodes>
</content>
</services>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment