[jira] Commented: (LUCENE-1333) Token implementation needs improvements

2008-08-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621130#action_12621130 ] Michael McCandless commented on LUCENE-1333: DM, one pattern that makes me

[jira] Commented: (LUCENE-1333) Token implementation needs improvements

2008-08-09 Thread DM Smith (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621132#action_12621132 ] DM Smith commented on LUCENE-1333: -- I'll give my analysis here. Feel free to make the

[jira] Updated: (LUCENE-1219) support array/offset/ length setters for Field with binary data

2008-08-09 Thread Eks Dev (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eks Dev updated LUCENE-1219: Attachment: LUCENE-1219.extended.patch bq. couldn't you just call document.getFieldable(name), and then

[jira] Updated: (LUCENE-1001) Add Payload retrieval to Spans

2008-08-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1001: Attachment: LUCENE-1001.patch Anyone still have a use case for this issue? Here is a patch that

[jira] Updated: (LUCENE-1001) Add Payload retrieval to Spans

2008-08-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1001: Attachment: LUCENE-1001.patch Without the absolute paths in the patch this time (get it together

[jira] Updated: (LUCENE-1001) Add Payload retrieval to Spans

2008-08-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1001: Attachment: (was: LUCENE-1001.patch) Add Payload retrieval to Spans

[jira] Updated: (LUCENE-777) SpanWithinQuery - A SpanNotQuery that allows a specified number of intersections

2008-08-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-777: --- Attachment: LUCENE-777.patch Fixes hashcode, single doc wrapping problem seems to have been in my

[jira] Commented: (LUCENE-1350) Filters which are consumers should not reset the payload or flags and should better reuse the token

2008-08-09 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621175#action_12621175 ] Doron Cohen commented on LUCENE-1350: - DM Thanks for taking care of this large change!

[jira] Commented: (LUCENE-1333) Token implementation needs improvements

2008-08-09 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1333?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12621181#action_12621181 ] Doron Cohen commented on LUCENE-1333: - This 'final' pattern is indeed more clear about

[jira] Resolved: (LUCENE-1170) query with AND and OR not retrieving correct results

2008-08-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-1170. - Resolution: Won't Fix I think its clear that the standard query parser does not operate with

[jira] Updated: (LUCENE-1001) Add Payload retrieval to Spans

2008-08-09 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1001: Attachment: LUCENE-1001.patch Fixes the unorderedspan ispostionavailable issue for good measure.