[
https://issues.apache.org/jira/browse/LUCENE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch closed LUCENE-643.
--------------------------------
Resolution: Invalid
I'm closing this because no further information have been provided about this
problem for several months.
> Error when tried to index with IndexWriter on Luncene 2.0
> ---------------------------------------------------------
>
> Key: LUCENE-643
> URL: https://issues.apache.org/jira/browse/LUCENE-643
> Project: Lucene - Java
> Issue Type: Bug
> Affects Versions: 2.0.0
> Environment: Windows 2000/ Jdk 1.4
> Reporter: sherin george
>
> Dear Sir,
> I am getting the following runtime exception when I tried to integrate Lucene
> 2.0 with my java application.
> Java.lang.ExceptionInInitializerError:Java.lang.NullPointerException
> at org.apache.lucene.index.IndexWriter.addDocument(IndexWriter)
> I have identified that the exception occurs at execution of the following
> line of code which indexes a document.
> IndexWriter iwriter=new IndexWriter(directory,analyzer,true);
> writer.addDocument(doc);
> writer.close
> I have checked all objects like directory,doc and analayzer for null
> conditions but they all have specific values. I have even tried to execute
> the sample code provided with the javadoc API documentation but in vain.
> Any kind of solutions (including pseudo codes) are welcome
> Thanks in advance,
> Sherin George
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]