Ticket #230 (closed defect: fixed)

Opened 10 months ago

Last modified 8 months ago

The limiters AND and NOT apparently not working

Reported by: rast Owned by: hcayless
Priority: major Milestone: PN 1.1
Component: navigator Version:
Keywords: Cc:

Description

Greek proximity searches limited by AND and NOT do not appear to be working.

Change History

Changed 10 months ago by hcayless

  • status changed from new to accepted
  • milestone set to PN 1.1

Stacktrace:

java.lang.NullPointerException
        at org.apache.lucene.search.spans.NearSpansUnordered$SpansCell.next(NearSpansUnordered.java:77)
        at org.apache.lucene.search.spans.NearSpansUnordered.initList(NearSpansUnordered.java:249)
        at org.apache.lucene.search.spans.NearSpansUnordered.next(NearSpansUnordered.java:134)
        at org.apache.lucene.search.spans.SpanScorer.next(SpanScorer.java:54)
        at org.apache.lucene.search.Scorer.score(Scorer.java:57)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:136)
        at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:123)
        at org.apache.lucene.search.Hits.getMoreDocs(Hits.java:113)
        at org.apache.lucene.search.Hits.<init>(Hits.java:90)
        at org.apache.lucene.search.Searcher.search(Searcher.java:61)
        at info.papyri.ddbdp.portlet.SearchPortlet.doView(SearchPortlet.java:305)

Need to turn debug logging back on and test.

Note: See TracTickets for help on using tickets.