Re: XML results ranking

2010-07-16 Thread mark harwood
r now (and may never) but you may find the "NestedDocumentQuery" class useful in moving Lucene away from "flat" documents to representing richer structures like XML. - Original Message From: Maciej To: java-user@lucene.apache.org Sent: Thu, 15 July, 2010 16:07:57 Sub

Re: XML results ranking

2010-07-16 Thread henok sahilu
- Original Message From: Ian Lea To: java-user@lucene.apache.org Sent: Fri, July 16, 2010 1:40:14 AM Subject: Re: XML results ranking Hi If you google "Lucene xml" you'll find info, but I'll attempt to answer your questions below > ... > I wonder whether Lucene: > &g

Re: XML results ranking

2010-07-16 Thread Ian Lea
Hi If you google "Lucene xml" you'll find info, but I'll attempt to answer your questions below > ... > I wonder whether Lucene: > > (1) provides full-text search over content of XML elements ? Yes. If you index the content, lucene will let you search over it. > (2) provides substring search

XML results ranking

2010-07-15 Thread Maciej
Hello, I'm a newbie to Lucene and before starting playing with it I would like to know whether it fits to my application. I have a collection of XML documented demarcated with respect to a stable XML schema (WSDL definitions). I wonder whether Lucene: (1) provides full-text search over con