com.atlassian.confluence.search.didyoumean
Class DistanceHelper

java.lang.Object
  extended by com.atlassian.confluence.search.didyoumean.DistanceHelper

public class DistanceHelper
extends Object

Edit distance class


Field Summary
static org.apache.log4j.Logger log
          Deprecated. 
 
Constructor Summary
DistanceHelper(String string)
           
 
Method Summary
 float getWeightedDistance(String other)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

@Deprecated
public static final org.apache.log4j.Logger log
Deprecated. 
Constructor Detail

DistanceHelper

public DistanceHelper(String string)
Method Detail

getWeightedDistance

public final float getWeightedDistance(String other)


Copyright © 2003-2012 Atlassian. All Rights Reserved.