Re: Nested Fields

2007-08-10 Thread Spencer Tickner
Hi everyone, Thanks so much for the responses. So far I use an xslt identity transform with templates to match the fields I want to capture that turns the xml document into a flat text file with duplicated text for nested fields. The compass framework looks really interesting though, I'll

Re: Nested Fields

2007-08-09 Thread Lukas Vlcek
. > > Jeff > > > Spencer Tickner wrote: > > > > I'm fairly new to lucene so excuse the ignorance. I'm attempting to > > field an XML documents with nested fields. So: > > > > > > This > > That > > >

Re: Nested Fields

2007-08-09 Thread Jeff French
gt; I'm fairly new to lucene so excuse the ignorance. I'm attempting to > field an XML documents with nested fields. So: > > > This > That > > > ... > > The only way I can see a way of doing this now is to field each > element I want to field and all o

答复: Nested Fields

2007-08-09 Thread Kai Hu
Hi, Spencer Why not translating a xml to an object when indexing,and translating the object to a xml when searching. kai -邮件原件- 发件人: Spencer Tickner [mailto:[EMAIL PROTECTED] 发送时间: 2007年8月4日 星期六 6:01 收件人: java-user@lucene.apache.org 主题: Nested Fields Hi, and thanks in advace for any

Nested Fields

2007-08-03 Thread Spencer Tickner
Hi, and thanks in advace for any help. I'm fairly new to lucene so excuse the ignorance. I'm attempting to field an XML documents with nested fields. So: This That would give me hits for: bar:This bat:That foo:ThisThat The only way I can see a way of doing this now is to