[jira] Commented: (LUCENE-504) FuzzyQuery produces a java.lang.NegativeArraySizeException in PriorityQueue.initialize if I use Integer.MAX_VALUE as BooleanQuery.MaxClauseCount

2009-11-02 Thread Ivan Rozhnov (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772479#action_12772479 ] Ivan Rozhnov commented on LUCENE-504: - Hi guys, It seems to me that problem is still

[jira] Updated: (LUCENE-1812) Static index pruning by in-document term frequency (Carmel pruning)

2009-11-02 Thread Andrzej Bialecki (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki updated LUCENE-1812: -- Attachment: pruning.patch Updated patch against trunk/ . This patch is a major

[jira] Updated: (LUCENE-2023) Improve performance of SmartChineseAnalyzer

2009-11-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2023: Attachment: LUCENE-2023.patch latest iteration, gets rid of SegTokenPair/PathNode. BiSegGraph

Re: [VOTE] Release Apache Lucene Java 2.9.1, take 3

2009-11-02 Thread Grant Ingersoll
+1 On Oct 29, 2009, at 4:27 PM, Michael McCandless wrote: OK, let's try this again! I've built new release artifacts from svn rev 831145 (on the 2.9 branch), here: http://people.apache.org/~mikemccand/staging-area/rc3_lucene2.9.1/ Changes are here:

[jira] Updated: (LUCENE-2023) Improve performance of SmartChineseAnalyzer

2009-11-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2023: Attachment: LUCENE-2023.patch refactor a lot of this analyzer: * move hhmm specific stuff (like

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch Realizing the previous patches approach has grown too

[jira] Updated: (LUCENE-2023) Improve performance of SmartChineseAnalyzer

2009-11-02 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2023: Attachment: LUCENE-2023.patch fix WordTokenFilter to use Version, because if its not going to

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772710#action_12772710 ] John Wang commented on LUCENE-1997: --- Hi Michael: Any plans/decisions on moving

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772735#action_12772735 ] Michael McCandless commented on LUCENE-1997: Hi John -- it seems unlikely to

Re: highlighting error using 1.4rc

2009-11-02 Thread Mark Miller
Umm - crap. This looks looks like a bug in a fix that just went in. My fault on the review. I'll fix it tonight when I get home - unfortunetly, both lucene and sold are about to be released... - Mark http://www.lucidimagination.com (mobile) On Nov 2, 2009, at 5:17 PM, Jake Brownell

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Jake Mannix (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772741#action_12772741 ] Jake Mannix commented on LUCENE-1997: - The current concern is to do with the memory?

Re: [jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller
There are plenty of Lucene users that do go 1000 in. We've been calling it deep paging at LI. I like that name :) - Mark http://www.lucidimagination.com (mobile) On Nov 2, 2009, at 6:04 PM, Jake Mannix (JIRA) j...@apache.org wrote: [

Re: [jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Jake Mannix
Ok, and how many of those users are also running on indices with hundreds of segments? -jake On Mon, Nov 2, 2009 at 3:10 PM, Mark Miller markrmil...@gmail.com wrote: There are plenty of Lucene users that do go 1000 in. We've been calling it deep paging at LI. I like that name :) - Mark

Re: [jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller
Also, eg is Latin for roughly for example - so it's not the concern ;) - Mark http://www.lucidimagination.com (mobile) On Nov 2, 2009, at 6:04 PM, Jake Mannix (JIRA) j...@apache.org wrote: [

Re: [jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller
That I don't know. Probably fewer than more, but that's just me guessing based on common sense :) - Mark http://www.lucidimagination.com (mobile) On Nov 2, 2009, at 6:13 PM, Jake Mannix jake.man...@gmail.com wrote: Ok, and how many of those users are also running on indices with hundreds

Re: [jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Jake Mannix
Right, that's my common sense saying that I'm guessing that worrying about memory usage of the order of numSegments * numResultsReturned is rarely going to be an issue. I think I actually took latin once, so I may have even known what eg literally meant back at some point in prehistory. I just

Re: [jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller
Yeah, I was half joking about the Latin - I'm sure you do know what it means. But you still chose to reword it as the concern. And so I chose to flaunt my ridiculously miniscule grasp of high school Latin :) - Mark http://www.lucidimagination.com (mobile) On Nov 2, 2009, at 6:27 PM, Jake

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772754#action_12772754 ] John Wang commented on LUCENE-1997: --- Hi Michael: Thanks for the heads up. I will

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772764#action_12772764 ] John Wang commented on LUCENE-1997: --- I just looked at the most recent patch. Every entry

[jira] Reopened: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller reopened LUCENE-2013: - bug alert QueryScorer and SpanRegexQuery are incompatible.

[jira] Issue Comment Edited: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772763#action_12772763 ] Mark Miller edited comment on LUCENE-2013 at 11/2/09 11:54 PM:

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772770#action_12772770 ] Mark Miller commented on LUCENE-1997: - Its not as rare as you think - certainly not 3

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772773#action_12772773 ] Earwin Burrfoot commented on LUCENE-1997: - Regarding memory - If I'm not

[jira] Resolved: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller resolved LUCENE-2013. - Resolution: Fixed QueryScorer and SpanRegexQuery are incompatible.

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772776#action_12772776 ] Mark Miller commented on LUCENE-1997: - Yes, but you have to do that with the current

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772779#action_12772779 ] Earwin Burrfoot commented on LUCENE-1997: - Right now DocComparator cheats and

[jira] Commented: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-11-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772778#action_12772778 ] Michael McCandless commented on LUCENE-2013: Mark, does this require a 2.9.1

[jira] Commented: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772782#action_12772782 ] Mark Miller commented on LUCENE-2013: - Umm - yes. Unless we want to draw a line. Its

[jira] Issue Comment Edited: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772782#action_12772782 ] Mark Miller edited comment on LUCENE-2013 at 11/3/09 12:18 AM:

[jira] Commented: (LUCENE-2013) QueryScorer and SpanRegexQuery are incompatible.

2009-11-02 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772785#action_12772785 ] Michael McCandless commented on LUCENE-2013: OK, no problem, I'll respin!

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772790#action_12772790 ] John Wang commented on LUCENE-1997: --- Mark: 100th page at the same time index is

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772792#action_12772792 ] Mark Miller commented on LUCENE-1997: - bq. 100th page at the same time index is at 100

[jira] Updated: (LUCENE-1313) Near Realtime Search (using a built in RAMDirectory)

2009-11-02 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1313: - Attachment: LUCENE-1313.patch * Ensure contiguous is mostly back * Cleaned up the code

[jira] Issue Comment Edited: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772792#action_12772792 ] Mark Miller edited comment on LUCENE-1997 at 11/3/09 12:40 AM:

[jira] Issue Comment Edited: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772792#action_12772792 ] Mark Miller edited comment on LUCENE-1997 at 11/3/09 12:48 AM:

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772794#action_12772794 ] John Wang commented on LUCENE-1997: --- Mark: The point of discussion is memory,

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772798#action_12772798 ] Mark Miller commented on LUCENE-1997: - bq. The point of discussion is memory, unless a

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772809#action_12772809 ] Mark Miller commented on LUCENE-1997: - Actually - while I cannot share any current

[jira] Issue Comment Edited: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772809#action_12772809 ] Mark Miller edited comment on LUCENE-1997 at 11/3/09 1:07 AM: --

[jira] Commented: (LUCENE-1997) Explore performance of multi-PQ vs single-PQ sorting API

2009-11-02 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12772877#action_12772877 ] John Wang commented on LUCENE-1997: --- Another observation, with multiQ approach, seems