Hi I was trying to use the lucene JAVA API to create an index. I am repeatedly getting NullPointerException when I try to add a document with a TextField() field to the IndexWriter. The exception is: http://pastebin.com/KFZT4XNV I even tried to use the deprecated Field() API, but still the same exception. Any pointers?
Thanks!