Hi,
We are using a dynamic index which is obviously created based on our
query. Then we hope to promote it to a full index.
The reasoning behind this is that
a) It is problematic creating an up front static index, because our
documents are "dynamically structured"
b) Promoting a dynamic index means we only index what we really need
(what they are searching on) and can be done at runtime
c) If the user changes the document structure we can detect changes in
the query and promote that new index.
Sort of just to late static index creation.
Does that make sense?
Thanks
On Mar 2, 9:48 am, "Oren Eini (Ayende Rahien)" <
aye...@ayende.com>
wrote: