[Javamatch-cvs] javamatch/src/net/sourceforge/javamatch/engine MatchEngine.java,1.8,1.9
Status: Pre-Alpha
Brought to you by:
iterson
From: Walter v. I. <it...@us...> - 2004-10-01 10:34:16
|
Update of /cvsroot/javamatch/javamatch/src/net/sourceforge/javamatch/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1983 Modified Files: MatchEngine.java Log Message: Added getter for maxNumResultItems Index: MatchEngine.java =================================================================== RCS file: /cvsroot/javamatch/javamatch/src/net/sourceforge/javamatch/engine/MatchEngine.java,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** MatchEngine.java 1 Oct 2004 08:02:09 -0000 1.8 --- MatchEngine.java 1 Oct 2004 10:33:56 -0000 1.9 *************** *** 124,127 **** --- 124,134 ---- } + /** + * Returns the maximum number of result items to be returned in a query + */ + public int getMaxNumResultItems() { + return maxNumResultItems; + } + /** * Sets the threshold value, the minimum value that each sub-query should have, |