The claim of this pruning technique is, quoting from the above paper:
Prune the index in such a way that a human "cannot distinguish the difference" between the results of a search engine whose index is pruned and one whose index is not pruned. |
For indexes with a large number of terms this policy might be too slow. In such situations, the uniform pruning approach in {@link CarmelUniformTermPruningPolicy} will be faster, though it mightproduce inferior search quality, as that policy does not pose a theoretical guarantee on resulted search quality.
TODO implement also CarmelTermPruningDeltaTopPolicy
|
|