Description
in LuceneIndex#getQuery(Filter) the first variable is initialized to null and updated to a meaningful value only if pr.first is not null, thus it may result in NPE when calling first.equals(last) (line 168).
in LuceneIndex#getQuery(Filter) the first variable is initialized to null and updated to a meaningful value only if pr.first is not null, thus it may result in NPE when calling first.equals(last) (line 168).