Re: Need Help In code

2014-01-30 Thread Priyanka Tufchi
Hello Mike We tried the following code, but it is giving null : TopGroups hits = c.getTopGroups( productitemQuery, Sort.RELEVANCE, 0, // offset 10, // maxDocsPerGroup 0, // withinGroupOffset true // fillSortFields ); On Thu, Jan 30, 2014 at 2:35 AM, Michael McCandless

Re: Need Help In code

2014-01-30 Thread Michael McCandless
After indexsearcher.search you should call c.getTopGroups? See the TestBlockJoin.java example... Can you boil this down to a runnable test case, i.e. include createProductItem/createProduct sources, etc. Mike McCandless http://blog.mikemccandless.com On Thu, Jan 30, 2014 at 2:20 AM, Priyanka