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
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
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
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