Doron Cohen wrote:
On Jan 16, 2008 1:25 PM, Michael McCandless
<[EMAIL PROTECTED]>
wrote:
I'd like to run an alg like this:
ResetSystemErase
{ "BuildIndex"
CreateIndex
{ "AddDocs" AddDoc > : 20
CloseIndex
}
RepSumByPrefRound BuildIndex
But in the report, for rec/s
On Jan 16, 2008, at 8:33 AM, Doron Cohen wrote:
On Jan 16, 2008 3:29 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
I think you can do:
RepSumByPref AddDocs
And it will report on just that, for instance, in the standard.alg,
this is done inside the round to report out info on that rounds
On Jan 16, 2008 3:29 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote:
> I think you can do:
>
> RepSumByPref AddDocs
>
> And it will report on just that, for instance, in the standard.alg,
> this is done inside the round to report out info on that rounds AddDocs.
>
> I think you could even do it out
On Jan 16, 2008 1:25 PM, Michael McCandless <[EMAIL PROTECTED]>
wrote:
> I'd like to run an alg like this:
>
> ResetSystemErase
> { "BuildIndex"
> CreateIndex
> { "AddDocs" AddDoc > : 20
> CloseIndex
> }
>
> RepSumByPrefRound BuildIndex
>
> But in the report, for rec/s, I'd
I think you can do:
RepSumByPref AddDocs
And it will report on just that, for instance, in the standard.alg,
this is done inside the round to report out info on that rounds AddDocs.
I think you could even do it outside the round, just by substituting
BuildIndex for "AddDocs".
In general,
I'd like to run an alg like this:
ResetSystemErase
{ "BuildIndex"
CreateIndex
{ "AddDocs" AddDoc > : 20
CloseIndex
}
RepSumByPrefRound BuildIndex
But in the report, for rec/s, I'd like to see the total BuildIndex
time divided by 200,000, ie, the net time per document to