Details
- 
    Type:
Bug
 - 
    Status: Open (View Workflow)
 - 
    Priority:
Major
 - 
    Resolution: Unresolved
 - 
    Affects Version/s: 2.0
 - 
    Fix Version/s: None
 - 
    Component/s: build
 - 
    Labels:None
 - 
    Environment:
Mac OSX
 
Description
On indexing the book "Read OT Once and NT Twice per Year in 3 portions" got this NPE. Assuming all books are index-able.
java.lang.NullPointerException
	at org.crosswire.jsword.index.lucene.LuceneIndex.generateSearchIndexImpl(LuceneIndex.java:367)
	at org.crosswire.jsword.index.lucene.LuceneIndex.<init>(LuceneIndex.java:203)
	at org.crosswire.jsword.index.lucene.LuceneIndexManager.scheduleIndexCreation(LuceneIndexManager.java:160)