Sounds like you need to make your articles XML or stop trying to use an
XML parser to process the file, whichever is easier for you. I don't
think your issues are Lucene related. I think you need to get a better
handle on the XML processing. As I suggested on your Digester thread
before, I would separate the handling of the XML from Lucene until you
can get a better handle on the XML processing. I would also write
myself some Unit Tests using some very small Volume examples. Can you
write a small app that simply reads in the Volume file, then loads an
article and prints it out?
-Grant
Malcolm wrote:
> I'm not in anyway an expert, in fact far from, but when I try to
> reference each article seperately it complains of entitites as the XML
> articles are not well-formed.
> Thanks,
> MC
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org
|