How are properties with array values indexed?

33 views
Skip to first unread message

brian

unread,
Oct 11, 2012, 11:05:31 AM10/11/12
to ne...@googlegroups.com
If I index on an array property, how is this treated?  Is a single Lucene document containing a compound key created?  Or are separate Lucene documents (one for each member of the array) created?

Thanks.

-brian

Michael Hunger

unread,
Oct 11, 2012, 8:03:51 PM10/11/12
to ne...@googlegroups.com
The current implementation adds all array values as individual values to the same key,

If you want to find your node you have to supply _one_ of the array values.

HTH

Michael
> --
>
>

brian

unread,
Oct 12, 2012, 10:49:09 AM10/12/12
to ne...@googlegroups.com
Perfect!  Thank you.

-b
Reply all
Reply to author
Forward
0 new messages