Azavea.Open.DAO.Memory.AbstractMemoryIndex.GetPossibleMatches C# (CSharp) Method

GetPossibleMatches() public abstract method

Uses the index to return the smallest number of possible matches for this criteria.
public abstract GetPossibleMatches ( DaoCriteria crit ) : IList
crit Azavea.Open.DAO.Criteria.DaoCriteria The query being run.
return IList
        public abstract IList<MemoryObject> GetPossibleMatches(DaoCriteria crit);