by mjturvey | Dec 15, 2010 | Keep (KP Project), Revise (KP Project), Getting started
The Loqate library is available as a shared object on the following Linux platforms: Platform Version Build Compiler C/C++ Library SUSE (x64) 10 gcc 4.1.2 libstdc++.so.6, libc.so.6 11 RHEL x64 gcc version glibc libstdc++.so RHEL6 4.4.7 2.14 6.0.19 RHEL7 4.8.5...
by Chris Harman | Oct 28, 2011 | Keep (KP Project), Revise (KP Project), New Support Hierarchy
Local API Loqate’s local APIs provide native libraries on a wide variety of platforms to allow the use of fast, embedded functionality within a client environment. The Loqate API is a multithreaded library able to make excellent use of multi-core CPUs and...
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...