Querying fragments of a tree structure

2007-03-21 Thread Emanuel Schleussinger
, in reality, i have a tree about 10 levels deep, with thousands of nodes, and i frequently need to surface nodes within a certain fragment of that tree. Is there any best practice that you ran into on how to map this elegantly into Lucene? Thanks a ton for any pointers, Emanuel Schleussinger ---

Re: Querying fragments of a tree structure

2007-03-22 Thread Emanuel Schleussinger
Enum/TermDocs method avoids that problem, but may be overkill in your situation. 2a> Lucene 2.1 allows wildcards in the first position if you do a wlidcard search, but you need to turn that on by a call which I can't bring up from memory. Hope this helps Erick On 3/21/07, Emanuel Schl