Hi, many small indexes seem more reasonable and much more efficient than one common large index for all customers.
I recommend a very good book Lucene in Action - just reading a first few chapters (indexing & searching) will give you a very good idea about Lucene internals, index structure and why separate indexes will be much more efficient. Regards, Michael Wilkowski On Wed, Nov 11, 2015 at 9:40 AM, Sascha Janz <sascha.j...@gmx.net> wrote: > hello, > > we must make a design decision for our system. we have many customers wich > all should use the same server. now we are thinking about to make a > separate lucene index for each customer, or to make one large index and use > a filter for each customer. > > any suggestions, comments or expierences on that? > > greetings > Sascha > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > >