net.obsearch.index
Class CommonsInt

java.lang.Object
  extended by net.obsearch.index.CommonsInt

public class CommonsInt
extends Object

Commons

Author:
Arnoldo Jose Muller Molina

Constructor Summary
CommonsInt()
           
 
Method Summary
static int[] fullMatchLite(OBInt query, boolean filterSame, IndexInt index)
          This method returns a list of all the distances of the query against the DB.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsInt

public CommonsInt()
Method Detail

fullMatchLite

public static int[] fullMatchLite(OBInt query,
                                  boolean filterSame,
                                  IndexInt index)
                           throws net.obsearch.exception.OBException,
                                  IllegalAccessException,
                                  InstantiationException
This method returns a list of all the distances of the query against the DB. This helps to calculate EP values in a cheaper way. results that are equal to the original object are added as Integer.MAX_VALUE

Parameters:
query -
filterSame - if True we do not return objects o such that query.equals(o)
Returns:
Throws:
net.obsearch.exception.OBException
InstantiationException
IllegalAccessException


Copyright © 2007-2011 Arnoldo Jose Muller Molina. All Rights Reserved.