Re: How to use DIH to index attributes in xml file

2009-05-22 Thread Shalin Shekhar Mangar
On Sat, May 23, 2009 at 10:31 AM, Jianbin Dai wrote: > > Oh, I guess I didn't say it clearly in my post. > I didn't use wild cards in xpath. My question was how to index attributes > "id" and "mid" in the following xml file. > > > > >30

Re: How to use DIH to index attributes in xml file

2009-05-22 Thread Jianbin Dai
e but what are the xpath for "id" and "mid"? Thanks again! --- On Fri, 5/22/09, Noble Paul നോബിള്‍ नोब्ळ् wrote: > From: Noble Paul നോബിള്‍ नोब्ळ् > Subject: Re: How to use DIH to index attributes in xml file > To: solr-user@lucene.apache.org > Date: Fr

Re: How to use DIH to index attributes in xml file

2009-05-22 Thread Noble Paul നോബിള്‍ नोब्ळ्
wild cards are not supported . u must use full xpath On Sat, May 23, 2009 at 4:55 AM, Jianbin Dai wrote: > > I have an xml file like this > > >                     >                     >                    301.46 > > > In the data-config.xml, I use > > > but how can I index "id", "mid"? > > T

How to use DIH to index attributes in xml file

2009-05-22 Thread Jianbin Dai
I have an xml file like this 301.46 In the data-config.xml, I use but how can I index "id", "mid"? Thanks.