25 nov 2006 kl. 04.19 skrev Chris Hostetter:
: This is the simplest thing I could think of:
:
: * store full namespace path as one term: "1/2/3"
: * store each namespace identity as on term: "1", "2", "3"
I use the second approach for finding all Docs at a given node or
below in
the tree ... instead of the first appraoch, have a field which just
contains the specific node (not it's parents)) a Document is
located at
for doing the first type of query you described (at a node, but not
below
it)
Excellent, thank you. I'll go for that.
There is however virtually no cost for me to calculate the full path,
so I might just experiment with the span query thingy.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]