by Christina Rivera | May 30, 2012 | Keep (KP Project), Revise (KP Project), Tutorials and How To Main, Getting started
Installation Guide (Windows) Download the Loqate Engine Registered users will receive email notifications when a new Loqate engine becomes available. The FTP server location and credentials will be included with the email notifications. Please contact the support...
by juanjsilva | Apr 21, 2013 | Keep (KP Project), Revise (KP Project), Documentation
Sample Java Code: LqtThreadRunner.java package lqtmultithreadtestdriver; import com.loqate.*; import java.io.*; import java.net.*; import java.util.*; public class LqtThreadRunner implements Runnable { // Thread local objects private lqtServer srv; ...
by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Documentation
Static Public Member Functions static lqtInputRecord* create () This member function returns a pointer to a newly created lqtInputRecord instance. static void destroy (lqtInputRecord* pInputRecord) This member function destroys all resources associated with the...
by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Documentation
lqtMatchInfo Public Attributes string type This string value gives the type of data item described by this record. size_t start This numeric value gives the start character location of the data item described by this record. size_t end This numeric value gives the end...
by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Documentation
lqtProcessList Static Public Member Functions static lqtProcessList* create () This member function returns a pointer to a newly created lqtProcessList instance. static void destroy (lqtProcessList* pProcessList) This member function destroys all resources associated...
by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Documentation
lqtProcessOptions Static Public Member Functions static lqtProcessOptions* create () This member function returns a pointer to a newly created lqtProcessOptions instance. static void destroy (lqtProcessOptions* pProcessOptions) This member function destroys all...