Lingo3g Attribute modification for Elasticsearch

Hi ,

I am looking to modify maxHierarchyDepth attribute in lingo3g wrt elasticsearch to make a provision for 3 level clustering.

What I have done is I have two files in my ES/config directory as below:
1. lingo3g-attributes.xml

overridden-attributes
        <attribute key="com.carrotsearch.lingo3g.Lingo3GAttributesDescriptor.AttributeBuilder.maxHierarchyDepth">
        <value type="java.lang.Integer" value="3" />
        </attribute>
</value-set>

And 2. lingo3g.xml



Lingo3G
Lingo3G Clustering


But I am not getting the sub clusters upto 3 level so is there anything I am missing in the configuration?

I have configured the attributes wrt http://download.carrotsearch.com/lingo3g/1.9.0/manual/#section.es

Sorry I was giving the wrong Key so after modifying the key as below its working :slight_smile:

overridden-attributes