Faceting on list values

179 views
Skip to first unread message

Scott Vickers

unread,
May 8, 2013, 5:28:59 PM5/8/13
to rav...@googlegroups.com
Is faceting on the values of a list possible?  I can query off of them in the index but it doesn't look like facets are returning any values.  Here is a test:


Oren Eini (Ayende Rahien)

unread,
May 13, 2013, 2:06:50 PM5/13/13
to ravendb
Your test has a few issues in it.
Most importantly, you have WaitForNonStaleResults, but that doesn't hold for a facet query. Only for a real query.

Instead, I added: WaitForIndexing(store);
Attached is a passing test




On Wed, May 8, 2013 at 6:28 PM, Scott Vickers <sc...@leafly.com> wrote:
Is faceting on the values of a list possible?  I can query off of them in the index but it doesn't look like facets are returning any values.  Here is a test:


--
You received this message because you are subscribed to the Google Groups "ravendb" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ravendb+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

CanFacetOnList.cs
Reply all
Reply to author
Forward
0 new messages