Cleo is a flexible software library for enabling rapid development of partial, out-of-order and real-time typeahead search. It is suitable for data sets of varying sizes and types. Cleo has been used extensively to power LinkedIn typeahead search covering professional network connections, companies, groups, questions, skills and other site features.
Find out more about Cleo at: http://sna-projects.com/cleo
Apache Public License (APL) 2.0
- cleo.jar <-- core library
groupId: com.sna-projects.cleo
artifactId: cleo
version: 1.2.3
https://github.com/linkedin/cleo/tree/master/src/examples
https://github.com/jingwei/cleo-primer
Set up Eclipse for Cleo by executing the command below:
mvn eclipse:eclipse
Inside Eclipse, select Preferences > Java > Build Path > Classpath Variables. Define a new classpath variable M2_REPO and assign maven repository.
For more information, check out http://maven.apache.org/guides/mini/guide-ide-eclipse.html