Re: Index Design Question

2011-02-18 Thread Andreas Kemkes
Thank you. These are good general suggestion. Regarding the optimization for indexing vs. querying: are there any specific recommendations for each of those cases available somewhere. A link, for example, would be fabulous. I'm also still curious about solutions that go further. For example,

Re: Index Design Question

2011-02-17 Thread kenf_nc
from what I've seen. Having 2 Solr instances, one optimized for Indexing (the master) and one optimized for querying (the slave) with replication, would help minimize the problem. -- View this message in context: http://lucene.472066.n3.nabble.com/Index-Design-Question-tp2523811p2524424.html

Index Design Question

2011-02-17 Thread Andreas Kemkes
We are indexing documents with several associated fields for search and display, some of which may change with a much higher frequency than the document content. As per my understanding, we have to resubmit the entire gamut of fields with every update. If the reindexing of the documents beco