On Jul 9, 2009, at 5:37 PM, A. Steven Anderson wrote:
A simple example would be if a schema included a phoneNum mulitValue field and I wanted to return all docs that contained more than 1 phoneNum field
value.

all docs that contain more than one phone number - regardless of matching a particular query?

knowing that was a useful query, i'd change my indexer to also provide either a field with the count of phone number values, or a boolean field saying whether there are more than one or not.

things are more complex if you're asking something different than my interpretation above.

        Erik

Reply via email to