Ignore:
Timestamp:
2006-07-28T12:26:30+12:00 (18 years ago)
Author:
kjdon
Message:

made the wrapper use maxnumeric for query parsing, can set it using setMaxNumeric

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mgpp/java/org/greenstone/mgpp/MGPPWrapper.java

    r4214 r12324  
    8686    public native void setMatchMode(int mode);
    8787
     88    /** sets maxnumeric */
     89    public native void setMaxNumeric(int maxnumeric);
    8890    /** returns a string with all the current query param settings */
    8991    public native String getQueryParams();
Note: See TracChangeset for help on using the changeset viewer.