[jsword-svn]
jsword/java/jsword/org/crosswire/jsword/book/search/lucene s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Tue Apr 5 15:20:01 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene
In directory www.crosswire.org:/tmp/cvs-serv18176/java/jsword/org/crosswire/jsword/book/search/lucene
Modified Files:
LuceneIndex.java
Log Message:
modifiers can be null???
Index: LuceneIndex.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/search/lucene/LuceneIndex.java,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** LuceneIndex.java 1 Apr 2005 17:09:47 -0000 1.14
--- LuceneIndex.java 5 Apr 2005 22:19:59 -0000 1.15
***************
*** 218,222 ****
if (results == null)
{
! if (modifier.isRanked())
{
results = new PassageTally();
--- 218,222 ----
if (results == null)
{
! if (modifier != null && modifier.isRanked())
{
results = new PassageTally();
More information about the jsword-svn
mailing list