[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-04-29 Thread Lars Olson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704022#action_12704022 ] Lars Olson commented on LUCENE-1500: Hi! with the risk of being a noob, I just have to

[jira] Issue Comment Edited: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-04-29 Thread Lars Olson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704022#action_12704022 ] Lars Olson edited comment on LUCENE-1500 at 4/29/09 12:47 AM: --

[jira] Issue Comment Edited: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-04-29 Thread Lars Olson (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704022#action_12704022 ] Lars Olson edited comment on LUCENE-1500 at 4/29/09 12:48 AM: --

[jira] Commented: (LUCENE-1500) Highlighter throws StringIndexOutOfBoundsException

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704047#action_12704047 ] Michael McCandless commented on LUCENE-1500: bq. Should it not solve the

[jira] Commented: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704049#action_12704049 ] Michael McCandless commented on LUCENE-1618: Patch looks good Jason! Can you

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704051#action_12704051 ] Michael McCandless commented on LUCENE-1313: {quote} I assume it's ok for the

Searching for partial matches

2009-04-29 Thread Huntsman84
Hello, I am new to Lucene, and I don't know if it is possible to obtain results providing part of the keyword. For example, if I try to search in, it should return all matches with string, meaning, trinity... Am I expecting too much? Thank you so much! -- View this message in context:

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704136#action_12704136 ] Shai Erera commented on LUCENE-1593: Hmmm .. I think DISI.start() breaks back-compat,

[jira] Commented: (LUCENE-1621) deprecate term and getTerm in MultiTermQuery

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704142#action_12704142 ] Michael McCandless commented on LUCENE-1621: Patch looks good on read through!

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704145#action_12704145 ] Shai Erera commented on LUCENE-1593: Ok - so after I posted the last comment I took my

Re: Searching for partial matches

2009-04-29 Thread Erick Erickson
This is the developers list, this kind of question is more appropriate to the Lucene user's list, see http://lucene.apache.org/java/docs/mailinglists.html. Please subscribe to that list and re-post your question. Plus, you'll get many more eyeballs on the user's list seeing your message.

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704198#action_12704198 ] Michael McCandless commented on LUCENE-1593: bq. So I'm now convinced this

[jira] Updated: (LUCENE-1611) Do not launch new merges if IndexWriter has hit OOME

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1611: --- Attachment: LUCENE-1611.patch New patch that fixes a few issues Christiaan found.

[jira] Updated: (LUCENE-1609) Eliminate synchronization contention on initial index reading in TermInfosReader ensureIndexIsRead

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1609: --- Fix Version/s: 2.9 Eliminate synchronization contention on initial index reading

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704223#action_12704223 ] Michael McCandless commented on LUCENE-1614: Maybe nextDoc and advanceToDoc?

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704225#action_12704225 ] Earwin Burrfoot commented on LUCENE-1607: - Mmm.. what's the status of this one?

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-04-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704229#action_12704229 ] Shai Erera commented on LUCENE-1614: Whoa ! so many emails on this list that I

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704232#action_12704232 ] Shai Erera commented on LUCENE-1593: bq, I'm not sure we can make such a change even

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Patrick Eger (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704246#action_12704246 ] Patrick Eger commented on LUCENE-1607: -- As a quick comment on the implementation, i

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704247#action_12704247 ] Yonik Seeley commented on LUCENE-1607: -- bq. why h 7? Was copied from Solr's hashing

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704252#action_12704252 ] Yonik Seeley commented on LUCENE-1607: -- bq. As a quick comment on the implementation,

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Patrick Eger (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704261#action_12704261 ] Patrick Eger commented on LUCENE-1607: -- Ah I see thanks. Was looking at the most

[jira] Updated: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Earwin Burrfoot updated LUCENE-1607: Attachment: LUCENE-1607.patch This should do. I replaced a pair of intern()s that

[jira] Created: (LUCENE-1624) Don't commit an empty segments_N when IW is opened with create=true

2009-04-29 Thread Michael McCandless (JIRA)
Don't commit an empty segments_N when IW is opened with create=true --- Key: LUCENE-1624 URL: https://issues.apache.org/jira/browse/LUCENE-1624 Project: Lucene - Java Issue

[jira] Updated: (LUCENE-1624) Don't commit an empty segments_N when IW is opened with create=true

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-1624: --- Attachment: LUCENE-1624.patch Attached patch. I plan to commit in a day or so.

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704302#action_12704302 ] Michael McCandless commented on LUCENE-1614: bq. I think I prefer advance(int

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704306#action_12704306 ] Yonik Seeley commented on LUCENE-1607: -- The last patch removed the ability to plug a

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704313#action_12704313 ] Earwin Burrfoot commented on LUCENE-1607: - Is there 'any' benefit of dumping

[jira] Issue Comment Edited: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704306#action_12704306 ] Yonik Seeley edited comment on LUCENE-1607 at 4/29/09 1:23 PM:

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Earwin Burrfoot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704315#action_12704315 ] Earwin Burrfoot commented on LUCENE-1607: - A top bound on cache size will do? If

[jira] Commented: (LUCENE-1593) Optimizations to TopScoreDocCollector and TopFieldCollector

2009-04-29 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704323#action_12704323 ] Michael McCandless commented on LUCENE-1593: {quote} I think we should have an

[jira] Commented: (LUCENE-1313) Realtime Search

2009-04-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704340#action_12704340 ] Jason Rutherglen commented on LUCENE-1313: -- Regarding the MergePolicy, what a

[jira] Issue Comment Edited: (LUCENE-1313) Realtime Search

2009-04-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704340#action_12704340 ] Jason Rutherglen edited comment on LUCENE-1313 at 4/29/09 2:24 PM:

[jira] Updated: (LUCENE-1618) Allow setting the IndexWriter docstore to be a different directory

2009-04-29 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Rutherglen updated LUCENE-1618: - Attachment: LUCENE-1618.patch * Copyright added * CHANGES.txt added * Cleaned up *

[jira] Updated: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-1607: - Attachment: LUCENE-1607.patch Here is another alternative that is limited in size to prevent

Build failed in Hudson: Lucene-trunk #812

2009-04-29 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/812/changes Changes: [pjaol] Fixed bug caused by multiSegmentIndexReader -- [...truncated 11293 lines...] init: test: [echo] Building swing... javacc-uptodate-check: javacc-notice:

[jira] Commented: (LUCENE-1614) Add next() and skipTo() variants to DocIdSetIterator that return the current doc, instead of boolean

2009-04-29 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704462#action_12704462 ] Shai Erera commented on LUCENE-1614: bq. I mean the scorer should go straight to the

[jira] Commented: (LUCENE-1607) String.intern() faster alternative

2009-04-29 Thread Shalin Shekhar Mangar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1607?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12704484#action_12704484 ] Shalin Shekhar Mangar commented on LUCENE-1607: --- Yonik, the string is being