org.compass.core.engine.subindex |
|
Java Source File Name | Type | Comment |
ConstantSubIndexHash.java | Class | Alwats returns a constant sub index for any hashing. |
ModuloSubIndexHash.java | Class | Uses a hash function based on hash code computation of alias and ids,
and using the modulo operation against the configured size. |
SubIndexHash.java | Interface | Reprensetns a set of sub indexes, and knows how to map a single sub index
value from an alias and a set of
Property ids. |