On 30/01/2015 06:50, Thomas Mueller wrote: > Hi, > > Maybe there is a bug in your index definition, that is a common problem. > We would need a reproducible test case (source code is best). > As Thomas said: source code is the best. A common mistake on the index definition is to use the wrong property type. The most common is the propertyNames that has to be Name[] and not String[].
Cheers Davide