Hi, In the system which I develop I have to store many query objects in memory. The system also receives documents. For each document MemoryIndex is instantiated. I execute all stored queries on this MemoryIndex. I realized that searching over MemoryIndex takes much time for query rewriting. I'm wondering if I can cache rewritten queries to avoid still rewritting. Is there any way to do it?
-- Paweł