[jira] Commented: (LUCENE-1410) PFOR implementation

2010-04-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12852924#action_12852924 ] Paul Elschot commented on LUCENE-1410: -- I think the mixed performance results

[jira] Updated: (LUCENE-2337) DisjunctionSumScorer and ScorerDocQueue javadocs and one method name out of date after move from skipTo() to advance()

2010-03-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2337: - Summary: DisjunctionSumScorer and ScorerDocQueue javadocs and one method name out of date after

[jira] Issue Comment Edited: (LUCENE-2337) DisjunctionSumScorer and ScorerDocQueue javadocs one method name out of date after move from skipTo() to advance()

2010-03-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847906#action_12847906 ] Paul Elschot edited comment on LUCENE-2337 at 3/21/10 10:1

[jira] Commented: (LUCENE-2337) DisjunctionSumScorer and ScorerDocQueue javadocs one method name out of date after move from skipTo() to advance()

2010-03-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847908#action_12847908 ] Paul Elschot commented on LUCENE-2337: -- Is there an easy way to determine all pl

[jira] Issue Comment Edited: (LUCENE-2337) DisjunctionSumScorer and ScorerDocQueue javadocs one method name out of date after move from skipTo() to advance()

2010-03-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847906#action_12847906 ] Paul Elschot edited comment on LUCENE-2337 at 3/21/10 10:1

[jira] Updated: (LUCENE-2337) DisjunctionSumScorer and ScorerDocQueue javadocs one method name out of date after move from skipTo() to advance()

2010-03-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2337: - Attachment: LUCENE-2337.patch The patch updates the javadocs for the move from skipTo() to

[jira] Created: (LUCENE-2337) DisjunctionSumScorer and ScorerDocQueue javadocs one method name out of date after move from skipTo() to advance()

2010-03-21 Thread Paul Elschot (JIRA)
://issues.apache.org/jira/browse/LUCENE-2337 Project: Lucene - Java Issue Type: Improvement Components: Javadocs, Search Reporter: Paul Elschot Priority: Trivial Fix For: 3.1 -- This message is automatically generated by JIRA

[jira] Resolved: (LUCENE-2232) Use VShort to encode positions

2010-03-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot resolved LUCENE-2232. -- Resolution: Not A Problem The main advantage of changing the index formats nowadays comes

[jira] Commented: (LUCENE-2323) reorganize contrib modules

2010-03-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847269#action_12847269 ] Paul Elschot commented on LUCENE-2323: -- Would it be possible to move surround to

[jira] Commented: (LUCENE-2322) Remove verbosity from tests and make configureable

2010-03-14 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12845146#action_12845146 ] Paul Elschot commented on LUCENE-2322: -- The removed code gives warnings to st

[jira] Updated: (LUCENE-2322) Remove verbosity from tests and make configureable

2010-03-14 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2322: - Attachment: LUCENE-2322-surround.patch One should first read the changed code and send the

[jira] Updated: (LUCENE-2322) Remove verbosity from tests and make configureable

2010-03-14 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2322?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2322: - Attachment: LUCENE-2322-surround.patch This patch removes verbosity from the surround package

Re: Request for clarification on unordered SpanNearQuery

2010-03-05 Thread Paul Elschot
iations that your users are used to are slightly different from these two, so you might end up reimplementing the ones that your users are used to on top of Lucene. When you have test cases for them, start from these. It could also be useful to have a look at the Surround language in contrib. That

Re: Request for clarification on unordered SpanNearQuery

2010-03-04 Thread Paul Elschot
impossible) and, last but not least, nested SpanNearQueries. As Mark said, spans are funny beasts. Before starting these 40 hours, you could try and discuss design ideas here. Could you elaborate on what you need to achieve? Regards, Paul Elschot Op donderdag 04 maart 2010 21:03:09 schreef Goddard

Re: Request for clarification on unordered SpanNearQuery

2010-03-04 Thread Paul Elschot
is not really straightforward to implement, especially when different terms can be indexed in the same position. Perhaps the javadocs for the unordered case should be improved to mention that in the unordered case the first subspans is always the one that is advanced first. Regards, Paul Elschot

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-02-28 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12839509#action_12839509 ] Paul Elschot commented on LUCENE-1410: -- bq. I thought that removing the IntBu

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-02-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833952#action_12833952 ] Paul Elschot commented on LUCENE-1410: -- bq. Why not just computing the index (in

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-02-15 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12833895#action_12833895 ] Paul Elschot commented on LUCENE-1410: -- That might indeed be a bug. In general

[jira] Updated: (LUCENE-2250) Index positions in document term vectors only

2010-02-05 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2250: - Description: For searching with positions this might reduce the number of (longer) seeks for

[jira] Commented: (LUCENE-2250) Index positions in document term vectors only

2010-02-05 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12830151#action_12830151 ] Paul Elschot commented on LUCENE-2250: -- Basically this involves transpo

[jira] Created: (LUCENE-2250) Index positions in document term vectors only

2010-02-05 Thread Paul Elschot (JIRA)
Reporter: Paul Elschot For searching with positions this might reduce the number of (longer) seeks to one per document containing all terms. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-02-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828665#action_12828665 ] Paul Elschot commented on LUCENE-2232: -- Interesting presentation. It seems the

[jira] Updated: (LUCENE-2232) Use VShort to encode positions

2010-02-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2232: - Priority: Minor (was: Major) > Use VShort to encode positi

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-02-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828535#action_12828535 ] Paul Elschot commented on LUCENE-2232: -- After the update on the profile,

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-02-01 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828256#action_12828256 ] Paul Elschot commented on LUCENE-2232: -- While looking around for unrolling I

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-02-01 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12828251#action_12828251 ] Paul Elschot commented on LUCENE-2232: -- Yonik: I searched for that past issue

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-01-29 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12806275#action_12806275 ] Paul Elschot commented on LUCENE-2232: -- Aside: the patch has an unrolled versio

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-01-28 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805916#action_12805916 ] Paul Elschot commented on LUCENE-2232: -- Meanwhile I've been looking around

[jira] Updated: (LUCENE-2232) Use VShort to encode positions

2010-01-28 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2232: - Attachment: LUCENE-2232-nonbackwards.patch Clean patch changing position delta encoding from

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-25 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804743#action_12804743 ] Paul Elschot commented on LUCENE-1990: -- {quote} As to whether to use int or lon

[jira] Commented: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-25 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804691#action_12804691 ] Paul Elschot commented on LUCENE-2217: -- Patch looks good, all tests pass. Thanks

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-01-24 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804299#action_12804299 ] Paul Elschot commented on LUCENE-2232: -- I tried running with the patch applie

[jira] Updated: (LUCENE-2232) Use VShort to encode positions

2010-01-24 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2232: - Attachment: LUCENE-2232-nonbackwards.patch The patch of 24 Jan 2010 is not entirely clean

[jira] Commented: (LUCENE-2232) Use VShort to encode positions

2010-01-24 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804228#action_12804228 ] Paul Elschot commented on LUCENE-2232: -- >From at LUCENE-1410, yesterday 23 J

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-24 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804227#action_12804227 ] Paul Elschot commented on LUCENE-1410: -- I opened LUCENE-2232 to use VShort

[jira] Created: (LUCENE-2232) Use VShort to encode positions

2010-01-24 Thread Paul Elschot (JIRA)
Use VShort to encode positions -- Key: LUCENE-2232 URL: https://issues.apache.org/jira/browse/LUCENE-2232 Project: Lucene - Java Issue Type: Improvement Components: Index Reporter: Paul

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804127#action_12804127 ] Paul Elschot commented on LUCENE-1410: -- Zhang, 2008, see above, reports this: {q

[jira] Issue Comment Edited: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804072#action_12804072 ] Paul Elschot edited comment on LUCENE-1990 at 1/23/10 11:5

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804072#action_12804072 ] Paul Elschot commented on LUCENE-1990: -- As to whether to use int or long in

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-23 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12804062#action_12804062 ] Paul Elschot commented on LUCENE-1990: -- Nice to see a more mature alternative.

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-22 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803743#action_12803743 ] Paul Elschot commented on LUCENE-1990: -- The generated code in the patches has q

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-22 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803633#action_12803633 ] Paul Elschot commented on LUCENE-1990: -- How about encoding the header something

[jira] Updated: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Lucene Fields: [New, Patch Available] (was: [New]) > Remaining reallocation should

[jira] Updated: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Attachment: LUCENE-2217.patch Patch of 21 Jan is as anticipated, except for the following

[jira] Updated: (LUCENE-2217) Remaining reallocation should use ArrayUtil.getNextSize()

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Lucene Fields: [New] (was: [Patch Available, New]) Summary: Remaining reallocation

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803380#action_12803380 ] Paul Elschot commented on LUCENE-2217: -- That was expected. The next patch wil

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-21 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12803376#action_12803376 ] Paul Elschot commented on LUCENE-1410: -- There is a margin indeed, but it depend

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802903#action_12802903 ] Paul Elschot commented on LUCENE-1990: -- Paul: In the aligned case, and with

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802877#action_12802877 ] Paul Elschot commented on LUCENE-1990: -- {quote} | Using aligned ints would save

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802875#action_12802875 ] Paul Elschot commented on LUCENE-1990: -- For the record: on the flex branch I

[jira] Issue Comment Edited: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802850#action_12802850 ] Paul Elschot edited comment on LUCENE-2217 at 1/20/10 2:4

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802850#action_12802850 ] Paul Elschot commented on LUCENE-2217: -- Since I missed the second one in IndexI

[jira] Commented: (LUCENE-1990) Add unsigned packed int impls in oal.util

2010-01-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802829#action_12802829 ] Paul Elschot commented on LUCENE-1990: -- I've made a remark at LUCENE-1410

[jira] Updated: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-20 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Attachment: LUCENE-2217.patch Patch of 20 Jan also includes use of ArrayUtil.getNextSize() for

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802510#action_12802510 ] Paul Elschot commented on LUCENE-2217: -- Well, it's not that I'm searc

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802449#action_12802449 ] Paul Elschot commented on LUCENE-2217: -- Btw. shouldn't IndexInput.byte

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-19 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12802335#action_12802335 ] Paul Elschot commented on LUCENE-1410: -- The only reason why the number of compre

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801934#action_12801934 ] Paul Elschot commented on LUCENE-1410: -- {quote} In the first benchmark, I was

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801905#action_12801905 ] Paul Elschot commented on LUCENE-1410: -- Did you see any effect of the JIT? Thi

[jira] Issue Comment Edited: (LUCENE-2222) FixedIntBlockIndexInput.Reader does not initialise 'pending' int array

2010-01-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801895#action_12801895 ] Paul Elschot edited comment on LUCENE- at 1/18/10 6:4

[jira] Issue Comment Edited: (LUCENE-2222) FixedIntBlockIndexInput.Reader does not initialise 'pending' int array

2010-01-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801895#action_12801895 ] Paul Elschot edited comment on LUCENE- at 1/18/10 6:4

[jira] Commented: (LUCENE-2222) FixedIntBlockIndexInput.Reader does not initialise 'pending' int array

2010-01-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801895#action_12801895 ] Paul Elschot commented on LUCENE-: -- ForDecompress.decodeAnyFrame() is pr

[jira] Commented: (LUCENE-2222) FixedIntBlockIndexInput.Reader does not initialise 'pending' int array

2010-01-18 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801864#action_12801864 ] Paul Elschot commented on LUCENE-: -- {quote} I have noticed also another pro

[jira] Updated: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-17 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Attachment: LUCENE-2217.patch Fixed the reallocation to be actually done and added a test case

[jira] Commented: (LUCENE-2213) Small improvements to ArrayUtil.getNextSize

2010-01-17 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801418#action_12801418 ] Paul Elschot commented on LUCENE-2213: -- Translating from Dutch 'groeische

[jira] Issue Comment Edited: (LUCENE-2213) Small improvements to ArrayUtil.getNextSize

2010-01-17 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801394#action_12801394 ] Paul Elschot edited comment on LUCENE-2213 at 1/17/10 1:2

[jira] Commented: (LUCENE-2213) Small improvements to ArrayUtil.getNextSize

2010-01-17 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801394#action_12801394 ] Paul Elschot commented on LUCENE-2213: -- Perhaps the getNextSize method coul

[jira] Commented: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-16 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12801295#action_12801295 ] Paul Elschot commented on LUCENE-2217: -- Indeed, the patch isn't quite ri

[jira] Updated: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-16 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Priority: Trivial (was: Major) > SortedVIntList allocation should use ArrayUtils.getNextS

[jira] Updated: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-16 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2217: - Attachment: LUCENE-2217.patch > SortedVIntList allocation should use ArrayUtils.getNextS

[jira] Created: (LUCENE-2217) SortedVIntList allocation should use ArrayUtils.getNextSize()

2010-01-16 Thread Paul Elschot (JIRA)
: Improvement Components: Other Reporter: Paul Elschot See recent discussion on ArrayUtils.getNextSize(). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online

[jira] Updated: (LUCENE-2189) Simple9 (de)compression

2010-01-05 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2189: - Attachment: LUCENE-2189a.patch 2010, Jan 5: this patch has a good encoder, and includes a good

[jira] Commented: (LUCENE-2189) Simple9 (de)compression

2010-01-04 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796113#action_12796113 ] Paul Elschot commented on LUCENE-2189: -- About the switch: I had the shift dow

[jira] Updated: (LUCENE-2189) Simple9 (de)compression

2010-01-04 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-2189: - Attachment: LUCENE-2189a.patch Simple9 encoder/decoder and passing tests. This 2189a patch

[jira] Commented: (LUCENE-1410) PFOR implementation

2010-01-03 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796107#action_12796107 ] Paul Elschot commented on LUCENE-1410: -- To encode the exceptions as suggested by

[jira] Commented: (LUCENE-2189) Simple9 (de)compression

2010-01-03 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796034#action_12796034 ] Paul Elschot commented on LUCENE-2189: -- I've started some work on Simp

[jira] Created: (LUCENE-2189) Simple9 (de)compression

2010-01-03 Thread Paul Elschot (JIRA)
Simple9 (de)compression --- Key: LUCENE-2189 URL: https://issues.apache.org/jira/browse/LUCENE-2189 Project: Lucene - Java Issue Type: Improvement Components: Index Reporter: Paul Elschot

Re: Lots of results

2009-12-05 Thread Paul Elschot
Could one get the best of both worlds by not heapifying the PQ until it is full? Regards, Paul Elschot Op zondag 06 december 2009 00:01:49 schreef Grant Ingersoll: > > On Dec 5, 2009, at 10:47 PM, Earwin Burrfoot wrote: > > > If someone needs all results, they know it before

[jira] Commented: (LUCENE-2109) Make DocsEnum subclass of DocIdSetIterator

2009-12-04 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12786145#action_12786145 ] Paul Elschot commented on LUCENE-2109: -- Vielen Dank für diese Gründlichkeit. &g

Re: Efficient Query Evaluation using a Two-Level Retrieval Process

2009-11-16 Thread Paul Elschot
hen not all required terms are present. For the moment there are only ideas there: https://issues.apache.org/jira/browse/LUCENE-1252 Regards, Paul Elschot > > -- Joaquin > > > > On Mon, Nov 16, 2009 at 20:26, J. Delgado wrote: > >> As I understood it setMin

[jira] Commented: (LUCENE-2007) Add DocsetQuery to turn a DocIdSet into a query

2009-10-24 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12769664#action_12769664 ] Paul Elschot commented on LUCENE-2007: -- Could ConstantScoreQuery(Filter) be used

Re: [jira] Commented: (LUCENE-1410) PFOR implementation

2009-10-06 Thread Paul Elschot
considering to add compressed consecutive ranges to SortedVIntList, but I did not get further than considering. This sounds like the perfect use case for that. Regards, Paul Elschot > > cheers, eks > > > > > > > >From: Paul Elschot > >To: java

Re: [jira] Commented: (LUCENE-1410) PFOR implementation

2009-10-06 Thread Paul Elschot
into RAM as Filters in IntervalSets. > if that would be possible in lucene, we wouldn't bother with Filters (VInt > decoding on such super dense fields was killing us, even in RAMDirectory) ... > You could try switching the Filter to OpenBitSet when that takes fewer bytes than SortedVIntList. Regards, Paul Elschot

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-04 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762012#action_12762012 ] Paul Elschot commented on LUCENE-1257: -- Uwe, thanks for adding the changes.txt e

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-03 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761856#action_12761856 ] Paul Elschot commented on LUCENE-1257: -- I would not expect that the prote

[jira] Updated: (LUCENE-1257) Port to Java5

2009-10-03 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1257: - Attachment: lucene1257surround1.patch StringBuffer to StringBuilder patch for conrib/surround

[jira] Commented: (LUCENE-1257) Port to Java5

2009-10-03 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761843#action_12761843 ] Paul Elschot commented on LUCENE-1257: -- For the record, there is still some usag

[jira] Commented: (LUCENE-1940) Refactor ScorerDocQueue that it subclasses PriorityQueue

2009-10-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761679#action_12761679 ] Paul Elschot commented on LUCENE-1940: -- Uwe, thanks for opening this issue.

[jira] Commented: (LUCENE-1935) Generify PriorityQueue

2009-10-02 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761492#action_12761492 ] Paul Elschot commented on LUCENE-1935: -- > Do you want to provide a pa

[jira] Commented: (LUCENE-1935) Generify PriorityQueue

2009-10-01 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761374#action_12761374 ] Paul Elschot commented on LUCENE-1935: -- It was to avoid the performance impac

[jira] Commented: (LUCENE-1935) Generify PriorityQueue

2009-10-01 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761367#action_12761367 ] Paul Elschot commented on LUCENE-1935: -- Uwe, could you take a look at ScorerDocQ

Re: documentation?

2009-09-23 Thread Paul Elschot
t as > the rest of the documentation I've seen is more focused to user-guide rather > than dev one. > I suppose I can just watching the code /javadoc or debugging, but if there > is any documentation to help will be much better right? > Thanks in advance, > Toneti Regards, Paul Elschot

Re: [jira] Commented: (LUCENE-1911) When using QueryWrapperFilter with CachingWrapperFilter, QueryWrapperFilter returns a DocIdSet that creates a Scorer, which gets cached rather than a bit set

2009-09-16 Thread Paul Elschot
LUCENE-1911, but somehow I lost the auto login there. Anyway, this approach looks good to me. Regards, Paul Elschot > > > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > <http://www.thetaphi.de> http://www.thetaphi.de > eMail: u...@thetaphi.de &g

Re: [jira] Commented: (LUCENE-1911) When using QueryWrapperFilter with CachingWrapperFilter, QueryWrapperFilter returns a DocIdSet that creates a Scorer, which gets cached rather than a bit set

2009-09-16 Thread Paul Elschot
I have not yet looked at the the patch, but after the comments at LUCENE-1911 I think isCacheable() could also return true for OpenBitSet, not only for SortedVIntList. Regards, Paul Elschot. On Wednesday 16 September 2009 21:33:58 Michael McCandless (JIRA) wrote: > > [ &

Re: SpanNearQuery's spans & payloads

2009-09-12 Thread Paul Elschot
> not another n to start on or finish on to the right. It doesn't then > touch the next 300 m's - just they way Doug implemented them from what I > can tell. Its only exhaustive from the > left - find m within 300 of n, order matters (m first) > > m m m m m m m m m m m m

[jira] Closed: (LUCENE-1851) 'ant javacc' in root project should also properly create contrib/surround Java files

2009-08-27 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot closed LUCENE-1851. Everything working as expected now. Thanks. > 'ant javacc' in root project should

[jira] Reopened: (LUCENE-1851) 'ant javacc' in root project should also properly create contrib/surround Java files

2009-08-26 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot reopened LUCENE-1851: -- Reopening only to make sure my last comment is not missed before the impending 2.9 release

[jira] Commented: (LUCENE-1851) 'ant javacc' in root project should also properly create contrib/surround Java files

2009-08-26 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747884#action_12747884 ] Paul Elschot commented on LUCENE-1851: -- After svn update I still have the ou

[jira] Issue Comment Edited: (LUCENE-1851) 'ant javacc' in root project should also properly create contrib/surround Java files

2009-08-25 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12747571#action_12747571 ] Paul Elschot edited comment on LUCENE-1851 at 8/25/09 12:1

[jira] Updated: (LUCENE-1851) 'ant javacc' in root project should also properly create contrib/surround Java files

2009-08-25 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Elschot updated LUCENE-1851: - Attachment: javacc20090825.patch I've meanwhile switched to ubuntu, and I had to install j

  1   2   3   4   5   6   7   8   >