NearSpansOrdered does not lazy load payloads as the PayloadSpans javadoc implies --------------------------------------------------------------------------------
Key: LUCENE-1776 URL: https://issues.apache.org/jira/browse/LUCENE-1776 Project: Lucene - Java Issue Type: Bug Components: Search Affects Versions: 2.4.1, 2.4 Reporter: Mark Miller Assignee: Mark Miller Priority: Minor Fix For: 2.9 Best would be to lazy load, but I don't see how with the current algorithm. Short that, we should add an option to ignore payloads - otherwise, if you are doing non payload searching, but the payloads are present, they will be needlessly loaded. Already added this to LUCENE-1748, but spinning from that issue to this - patch to follow when LUCENE-1748 is committed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org