|
Revision 389, 0.6 kB
(checked in by heitor.barbieri, 3 weeks ago)
|
|
essage first commit
|
| Line | |
|---|
| 1 | RECSTRU *keeprecp=recp; |
|---|
| 2 | float weight; |
|---|
| 3 | DIRSTRU *dirp2; |
|---|
| 4 | int xdir2; |
|---|
| 5 | FFI keylen2; |
|---|
| 6 | char *fldp2; |
|---|
| 7 | char *fldarea; |
|---|
| 8 | |
|---|
| 9 | keylen=docv->keylen; |
|---|
| 10 | weight=docv->weight; |
|---|
| 11 | |
|---|
| 12 | /* convert term key to index: dochidx */ |
|---|
| 13 | dochidx=docv->hidx; |
|---|
| 14 | |
|---|
| 15 | /* keep fldp */ |
|---|
| 16 | found=1; fldarea=docv->foundp; |
|---|
| 17 | if (!docv->foundp) { found=0; fldarea=docv->key; } |
|---|
| 18 | |
|---|
| 19 | if (parmdebug) printf("64xx|%"_LD_"|%d|%"_LD_"|%s|%d\n",docmfn,found,dochidx,fldarea,keylen); |
|---|
| 20 | |
|---|
| 21 | /**/ |
|---|