Re: Error running Lucene in Action code

2007-12-07 Thread syedfa
} >>>> } >>>> >>>> >>>> However, although the code compiles, I get the following runtime >>>> error >>>> when >>>> I pass the file addressbook.xml (which is used in the book) as a >>>> runtime >&

Re: Error running Lucene in Action code

2007-12-07 Thread Erik Hatcher
I doing wrong? Any help would be greatly appreciated. Thanks in advance. Sincerely; Fayyaz -- View this message in context: http://www.nabble.com/Error-running-Lucene-in-Action-code- tf4947242.html#a14164565 Sent from the Lucene - Java Users mailing list archive at Nabble.com. --

Re: Error running Lucene in Action code

2007-12-06 Thread syedfa
her.dispatch(Unknown >> Source) >> at >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown >> Source) >> at org.apache.xerces.parsers.XML11Configuration.parse(Unknown >> Source) >> at org.apache.xerces.p

Re: Error running Lucene in Action code

2007-12-05 Thread syedfa
>> org.apache.xerces.impl.XMLDocumentScannerImpl$ContentDispatcher.scanRootElementHook(Unknown >> Source) >> at >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown >> Source) >> at >> org.

Re: Error running Lucene in Action code

2007-12-05 Thread Michael McCandless
rce) > at org.apache.xerces.parsers.XMLParser.parse(Unknown Source) > at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown > Source) > at > org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown > Source) > at org

Error running Lucene in Action code

2007-12-04 Thread syedfa
elementBuffer.setLength(0); attributeMap.clear(); if(atts.getLength()>0){ attributeMap=new HashMap(); for(int i=0; ihttp://www.nabble.com/Error-running-Lucene-in-Action-code-tf4947242.html#a14164565 Sent from the Lucene - Java Use