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
: Perhaps we should add support for the sort param to the standard
: request handler.
+1
-Hoss
: 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
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
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
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,
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
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