This sample uses a patricia index with a bit vector key. The application demonstrates the use of the generated
_exact_match(),_prefix_match()and_next_match()functions for binary (vector<boolean>) patricia indexes. (See fileboolobj.c).
See instructions here on how to build this and other samples on your development platform. Once built, the sample can be run from the
\target\bindirectory:05_indexes_patricia_binaryBut it is more instructive to run it in your development environment debugger, stepping through the code.