Thanks, I have done it using the demo example given with Lucene version. I just modify HTMLDocument and indexHTML to support XMl based on a DOM parser.
"W. Eliot Kimber" wrote : > > RAYMOND Romain wrote: > > > > hello, > > > > I am trying to do something like the demo given with lucene last > > distribution, but indexing XMl file. > > > > Is there any examples or documentation doing this with XML, or have I to > > code an " IndexXML " ? > > ISOGEN has developed a generic XML indexer for Lucene: > http://www.isogen.com/papers/lucene_xml_indexing.html > > The core code can be extended in any number of directions, for example, > to optimize it for particular document types, integrate it with document > repositories, etc. > > My collegue Brandon Jockman, who did the hard work of integrating this > technique into one of our customer's systems will be presenting a paper > on his experience at the XML Europe conference in Barcelona, Spain in > May (http://www.idealliance.org/. > > Cheers, > > E. > -- > W. Eliot Kimber, [EMAIL PROTECTED] > Consultant, ISOGEN International > > 1016 La Posada Dr., Suite 240 > Austin, TX 78752 Phone: 512.656.4139 > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
