Thanks Eric -----Original Message----- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 20:42 To: java-user@lucene.apache.org Subject: Re: Hierarchical Navigation in Lucene
On Feb 23, 2006, at 12:37 PM, Hugh Ross wrote: > Hi, > > We have a custom built document repository which is searchable / > indexed via > lucene. > > I want to put together some kind of navigation framework based on the > repository metadata (which is also indexed with lucene). > > > Is there a best-practice way to do this.? > I don't know about a best practice, but I've used term enumeration coupled with PrefixQuery's to enable hierarchical navigation on my (very dusty and way outdated) blog: http://www.blogscene.org/erik Erik --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]