Indexing
am 25.10.2007 02:46:22 von Gareth.Denyer
Would appreciate a quick explanation regarding the differences between
'minimal' and 'full.
The help file provides official definitions, of course, but I don't
really understand the practical ramifications of the two options.
Thanks heaps, Gareth
Re: Indexing
am 29.10.2007 04:54:23 von d-42
On Oct 24, 5:46 pm, Gareth.Den...@gmail.com wrote:
> Would appreciate a quick explanation regarding the differences between
> 'minimal' and 'full.
>
> The help file provides official definitions, of course, but I don't
> really understand the practical ramifications of the two options.
>
> Thanks heaps, Gareth
It sort of works like this:
Suppose you have a text field containing "this field contains text".
In minimal, just one index entry is created, for the entire field,
"this field contains text", and if you think of the index like a
dictionary it will be under the T's.
In "All", an index entry is created for each word -- "this", "field",
"contains"... etc and 2 references to the record will be stored under
the T's, one under the F's, and one under the C's.
Please note the above is a bit of an over simplification, but I hope
it gets the idea accross.
For all other field types (ie... not 'text', minimal and all do the
same thing).
-cheers,
Dave
Re: Indexing
am 29.10.2007 09:09:45 von Gareth.Denyer
On Oct 29, 1:54 pm, d-42 wrote:
> On Oct 24, 5:46 pm, Gareth.Den...@gmail.com wrote:
>
> > Would appreciate a quick explanation regarding the differences between
> > 'minimal' and 'full.
>
> > The help file provides official definitions, of course, but I don't
> > really understand the practical ramifications of the two options.
>
> > Thanks heaps, Gareth
>
> It sort of works like this:
>
> Suppose you have a text field containing "this field contains text".
>
> In minimal, just one index entry is created, for the entire field,
> "this field contains text", and if you think of the index like a
> dictionary it will be under the T's.
>
> In "All", an index entry is created for each word -- "this", "field",
> "contains"... etc and 2 references to the record will be stored under
> the T's, one under the F's, and one under the C's.
>
> Please note the above is a bit of an over simplification, but I hope
> it gets the idea accross.
>
> For all other field types (ie... not 'text', minimal and all do the
> same thing).
>
> -cheers,
> Dave
Brilliantly explained, Dave.... thanks very much!!!
Full it is, then!!!
Cheerio, GAreth