Lower the cache for queries from 16MB to 4MB.

Icing lib caches each query result in memory so it's faster for clients
who want to advance pages in their query results, without having to
execute the query again. Once the cache is filled up to the limit, of
now 4MB, the oldest query results get evicted from the cache first.

Bug: 193715176
Test: presubmit
Test: manually copied change into google3 and ran tests there
Change-Id: Iec23360dbe18a3916db4565b74049b662b670a3a
1 file changed
tree: 1313c193b8f5afe2de48421dcf1591085b2e2bc2
  1. icing/
  2. java/
  3. nativeLib/
  4. proto/
  5. .gitignore
  6. Android.bp
  7. AndroidManifest.xml
  8. build.gradle
  9. CMakeLists.txt
  10. CONTRIBUTING.md
  11. LICENSE
  12. METADATA
  13. MODULE_LICENSE_APACHE2
  14. README.md
  15. synced_AOSP_CL_number.txt
  16. TEST_MAPPING
README.md

Icing Search Library

Icing is a fast, embedded, mobile-friendly full-text-search library written in C++.

This is not an officially supported Google product.