Hi, separated index will allow you split IO load over multiple physical drives as well as use different Analyzers (if your customers are having different content that will make sense).
Best Regards Lutz -----Original Message----- From: Michael Wilkowski [mailto:m...@silenteight.com] Sent: Mittwoch, 11. November 2015 10:23 To: java-user@lucene.apache.org Subject: Re: one large index vs many small indexes 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org