Uses of Interface
org.compass.core.engine.subindex.SubIndexHash

Packages that use SubIndexHash
org.compass.core.engine.subindex   
org.compass.core.mapping   
org.compass.core.mapping.support   
 

Uses of SubIndexHash in org.compass.core.engine.subindex
 

Classes in org.compass.core.engine.subindex that implement SubIndexHash
 class ConstantSubIndexHash
          Alwats returns a constant sub index for any hashing.
 class ModuloSubIndexHash
          Uses a hash function based on hash code computation of alias and ids, and using the modulo operation against the configured size.
 

Uses of SubIndexHash in org.compass.core.mapping
 

Methods in org.compass.core.mapping that return SubIndexHash
 SubIndexHash ResourceMapping.getSubIndexHash()
          The sub index that the Resource will be saved to in the search engine.
 

Uses of SubIndexHash in org.compass.core.mapping.support
 

Methods in org.compass.core.mapping.support that return SubIndexHash
 SubIndexHash AbstractResourceMapping.getSubIndexHash()
           
 

Methods in org.compass.core.mapping.support with parameters of type SubIndexHash
 void AbstractResourceMapping.setSubIndexHash(SubIndexHash subIndexHash)
           
 



Copyright (c) 2004-2008 The Compass Project.