search for: af230d8321f07e93dc62d57a6fcfe89fa

Displaying 2 results from an estimated 2 matches for "af230d8321f07e93dc62d57a6fcfe89fa".

2020 Aug 27
4
Xapian on Android?
Friends, I would like to hear from anyone who has experience deploying Xapian on Android. I'm new to Xapian, but I know it is used by a couple partners for offline projects on Linux and Windows. Our small nonprofit, WiderNet, provides off-line access to thousands of Web sites for people who lack Internet connectivity (www.widernet.org). Over 2,000 universities, schools, health care sites,
2020 Aug 30
0
Xapian on Android?
...was sponsored by https://endlessos.com/ who use it to allow shipping a single file containing both data and a pre-built Xapian index of it). The single-file database is generated by compacting a database, and can't be updated directly: https://xapian.org/docs/apidoc/html/namespaceXapian.html#af230d8321f07e93dc62d57a6fcfe89fa It can be embedded inside another file (you can open it by providing a file descriptor positioned at the start of the embedded single file database): https://xapian.org/docs/apidoc/html/classXapian_1_1Database.html#aa882e42d12defaf578e68ac9a4fe36f0 Also, if you don't use any features which n...