It's all about the answers!

Ask a question

Why not search immediate result by RAMAssetQueryBuilder


Zhe Yan (2151) | asked May 25 '10, 6:16 a.m.
When we develop ram access API, we found that we cannot search latest assets created right now, and also search the assets deleted right now, the correct result can be retrieved when 20 seconds at least after the creation or deletion.
The same result for operation on RAM admin console, you can test it by search button.
Is it correct? Or I can change some properties to approve this?

One answer



permanent link
Kevin Bauer (34621) | answered May 25 '10, 7:26 a.m.
JAZZ DEVELOPER
We use a lucene search index which allows for more efficient and fuzzy results.

By default we check for new asset changes that need re-indexing once a minute. You can adjust this on the page admin/repository/advancedConfiguration.faces.

Note adjusting this too low could have adverse effects on a high volume system.

Your answer


Register or to post your answer.