Jason Calabrese wrote:
Maybe I'm missing something simple, but I don't see how this will work.
It looks like this filter will just filter out documents that don't have guid
field, but in my case every document has a guid.
Actually, it filters out every document except the *first* which h
Maybe I'm missing something simple, but I don't see how this will work.
It looks like this filter will just filter out documents that don't have guid
field, but in my case every document has a guid.
In a single index there are no duplicates. Duplicates are only a problem when
I search multip
Jason Calabrese wrote:
All,
In the project I'm working on we have a separate index for each database.
There are 12 databases now. but in the future there may be as many as 20.
They all have their own release cycle so I don't want to merge the indexes.
The databases all have some overlap b
All,
In the project I'm working on we have a separate index for each database.
There are 12 databases now. but in the future there may be as many as 20.
They all have their own release cycle so I don't want to merge the indexes.
The databases all have some overlap between them. We manage thi