little faceting speedup

2006-09-13 Thread Yonik Seeley
FYI, anyone using faceting should get a little bump in speed after tonight's build. Doing facet.field queries where the number of terms in the field is very large can still be slow though (unless you have enough memory to actually cache a DocSet for every term). -Yonik On 9/13/06, [EMAIL PROTEC

Re: [jira] Commented: (SOLR-30) Java client code for performing searches against a Solr instance

2006-09-13 Thread Chris Hostetter
: Perhaps we should add support for the sort param to the standard : request handler. +1 -Hoss

Re: micro-patch: add description to test-reports build target

2006-09-13 Thread Chris Hostetter
: Since I was already there, I went ahead and committed a description : for test-reports, and javadoc. But the "junit" target doesn't need a : description since "test" is the main testing entry point. actually, something i've been thinking would be nice is if there was a way to run the tests and

Re: Re: micro-patch: add description to test-reports build target

2006-09-13 Thread Bertrand Delacretaz
On 9/13/06, Erik Hatcher <[EMAIL PROTECTED]> wrote: ... ant -p -verbose.. Didin't know that, thanks. And thanks for the patch as well. -Bertrand

Re: micro-patch: add description to test-reports build target

2006-09-13 Thread Erik Hatcher
p.s. You can see all targets, even ones without descriptions by doing this: ant -p -verbose On Sep 13, 2006, at 9:21 AM, Bertrand Delacretaz wrote: Hi Solr gang, Currently, build.xml says: I think the test-reports target is worth a description: (I found out when start

Re: micro-patch: add description to test-reports build target

2006-09-13 Thread Erik Hatcher
Bertrand, Since I was already there, I went ahead and committed a description for test-reports, and javadoc. But the "junit" target doesn't need a description since "test" is the main testing entry point. Erik On Sep 13, 2006, at 9:24 AM, Bertrand Delacretaz wrote: On 9/13/06,

Re: micro-patch: add description to test-reports build target

2006-09-13 Thread Bertrand Delacretaz
On 9/13/06, Bertrand Delacretaz <[EMAIL PROTECTED]> wrote: ...I think the test-reports target is worth a description... Just found out that the junit target also has no description, so it might be on purpose. Still, I think making people aware of automated tests is a Good Thing, so I'd add de

micro-patch: add description to test-reports build target

2006-09-13 Thread Bertrand Delacretaz
Hi Solr gang, Currently, build.xml says: I think the test-reports target is worth a description: (I found out when starting to write a patch for these reports ;-) -Bertrand