[jira] Commented: (LUCENE-834) Payload Queries

2007-04-24 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12491386 ] Grant Ingersoll commented on LUCENE-834: I applied and committed this patch Payload Queries

Re: [jira] Commented: (LUCENE-834) Payload Queries

2007-04-20 Thread Grant Ingersoll
On Apr 17, 2007, at 6:13 PM, Michael Busch (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-834? page=com.atlassian.jira.plugin.system.issuetabpanels:comment- tabpanel#action_12489562 ] Michael Busch commented on LUCENE-834: -- Yes, I

Re: [jira] Commented: (LUCENE-834) Payload Queries

2007-04-19 Thread Michael Busch
Grant Ingersoll wrote: OK, I need to take a step back, Michael, b/c I thought I understood your original comment, but I went to make the change and am no longer sure. By first term position are you referring to multiple terms per position or do you mean the same term in different

Re: [jira] Commented: (LUCENE-834) Payload Queries

2007-04-19 Thread Grant Ingersoll
OK, I see it now. I was thinking I was scoring that individual term at that position, but if I had read the Scorer documentation better instead of assuming I knew what it meant I wouldn't have had this problem, as it clearly says it advances the document. I will try to fix it by the end

Re: [jira] Commented: (LUCENE-834) Payload Queries

2007-04-18 Thread Grant Ingersoll
OK, I need to take a step back, Michael, b/c I thought I understood your original comment, but I went to make the change and am no longer sure. By first term position are you referring to multiple terms per position or do you mean the same term in different positions? When I

[jira] Commented: (LUCENE-834) Payload Queries

2007-04-17 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489519 ] Michael Busch commented on LUCENE-834: -- Hi Grant, cool that you started implementing queries that use of

[jira] Commented: (LUCENE-834) Payload Queries

2007-04-17 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489523 ] Grant Ingersoll commented on LUCENE-834: Uh, because I always forget about multiple terms per position? :-)

[jira] Commented: (LUCENE-834) Payload Queries

2007-04-17 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489534 ] Michael Busch commented on LUCENE-834: -- I think averaging should be the default, but you are right, it would be

[jira] Commented: (LUCENE-834) Payload Queries

2007-04-17 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489540 ] Marvin Humphrey commented on LUCENE-834: Would it be so bad if memory consumption was proportional to

[jira] Commented: (LUCENE-834) Payload Queries

2007-04-17 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489562 ] Michael Busch commented on LUCENE-834: -- Yes, I was mainly thinking about large documents. I think in general

[jira] Commented: (LUCENE-834) Payload Queries

2007-04-17 Thread Marvin Humphrey (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489570 ] Marvin Humphrey commented on LUCENE-834: Averaging is how I've got this implemented by default in KS.

[jira] Commented: (LUCENE-834) Payload Queries

2007-03-28 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-834?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12484859 ] Grant Ingersoll commented on LUCENE-834: I committed this patch, plus added in some more documentation.