Re: How to model hierarchy info to be searched related to a document

2008-01-14 Thread Developer Developer
dimension and levels? > > Thanks for taggin me along with this. > > Roger CamargoUMSS "University"Cochabamba - Bolivia > > > > Date: Mon, 14 Jan 2008 09:56:36 -0500> From: [EMAIL PROTECTED]> To: > java-user@lucene.apache.org> Subject: Re: How to model hierarchy info to

RE: How to model hierarchy info to be searched related to a document

2008-01-14 Thread Roger Camargo
; > cube", dimension="Time", > dimensiontype="Time" level="Year"> > doc 3: id=0, name="Quarter sales per > region", desc="Description of the> > cube", dimension="Time", > dimensiontype="Time" l

Re: How to model hierarchy info to be searched related to a document

2008-01-14 Thread Developer Developer
="Time", dimensiontype="Time" level="Quarter" > > Now what about the custom properties? > > Custom property name: Update Frequency > Custom property value: Quarterly > Custom property name: Last update > Custom property value: 2006-01-01 > >

RE: How to model hierarchy info to be searched related to a document

2008-01-14 Thread Roger Camargo
Thanks for answering. It seems that there isn't any other way around, having every combination of dimension and level. The example for the observations of the dimension, would be as follow, maybe isn't such an important information to be stored, but type it is. Dimension name: RegionDimensi

Re: How to model hierarchy info to be searched related to a document

2008-01-13 Thread Developer Developer
Roger, Why can;t you have one document for every combination of dimension, level ? Add cube name , id and description too as a field to all documents , all it would be reduntant information, but you can live with it i suppose? I think you are developing an application to search a cube ? what do