Re: Different index per user

2010-04-19 Thread Erick Erickson
0 at 5:37 PM, Erdinc Yilmazel > >wrote: > > > > > I am building an online application where I want to provide search > > > functionality to users and each user is to search only within his own > > data. > > > Can you give me some ideas about the structure

Re: Different index per user

2010-04-19 Thread Erdinc Yilmazel
wrote: > > > I am building an online application where I want to provide search > > functionality to users and each user is to search only within his own > data. > > Can you give me some ideas about the structure of the index that I should > > have in this scenario? I k

Re: Different index per user

2010-04-18 Thread Erick Erickson
s own data. > Can you give me some ideas about the structure of the index that I should > have in this scenario? I know I could use a different index per user > account > but that is simply not practical. I could also create a single index and > use > a separate field to ident

Different index per user

2010-04-18 Thread Erdinc Yilmazel
I am building an online application where I want to provide search functionality to users and each user is to search only within his own data. Can you give me some ideas about the structure of the index that I should have in this scenario? I know I could use a different index per user account but