What is JavaMatch?
JavaMatch is an engine that can search inside a runtime Java data structures, and look for objects that best match the criteria that you specify. JavaMatch is a generic match engine, not targeted at a specific domain. It can be applied
Tutorial Details:
Functionality
JavaMatch's functionality compared to "normal" database searching can be described by using an analogy:
If you search for something in Google, you don't just see the pages that exactly match your search query, you'll also get the results that best match the search query (unless you use the "+"-syntax).
JavaMatch provides this Google-like functionality, but then applied to a Java data structure: It looks for the objects that best match the query: Out of the entire data set, it returns the top-10 (or more, if you specify so) of the best matching objects.
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: JavaMatch
View Tutorial: JavaMatch
Related
Tutorials:
JavaMatch
What is JavaMatch?
JavaMatch is an engine that can search inside a runtime Java data structures, and look for objects that best match the criteria that you specify. JavaMatch is a generic match engine, not targeted at a specific domain. It can be applied |
|
|
|