Re: Custom SearchComponent, only getting numFound back

2010-02-15 Thread cmose
It also looks like result.getDocListAndSet().docSet.size() is > 0... any suggestions? cmose wrote: > > I'm attempting to write a custom SearchComponent that utilizes some custom > filters but i'm obviously missing something key. I extend SearchComponent > and override th

Custom SearchComponent, only getting numFound back

2010-02-15 Thread cmose
I'm attempting to write a custom SearchComponent that utilizes some custom filters but i'm obviously missing something key. I extend SearchComponent and override the prepare and process methods and then set the results on the result builder a la: SolrIndexSearcher.QueryCommand cmd = rb.getQueryCo