Query object at specific occurrence/index of nested type

2014-02-04 Thread Michael Lawler
Hi, When working with a nested type which is a list of objects, is it possible to constrain the scope of the query to an object ay a specific index? i.e. if 'foo' is a nested type, can I search only for foo[0] rather than foo[1] within the parent document. i.e. I want the path of my nested

Re: Controlling IDF calculation to use num docs of matched type rather than all docs in Index

2014-01-06 Thread Michael Lawler
Michael, Unfortunately this is not possible. Maybe you could use different field names for parents and children to work around this issue? On Mon, Jan 6, 2014 at 3:42 AM, Michael Lawler mic...@lawler.id.aujavascript: wrote: Hi, Subject line says it all. Is there an easy way to change