[jira] Commented: (LUCENE-998) BooleanQuery.setMaxClauseCount(int) is static

2009-03-09 Thread Justus Pendleton (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680339#action_12680339 ] Justus Pendleton commented on LUCENE-998: - I'd like to reopen discussion on this is

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

2009-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680330#action_12680330 ] Michael McCandless commented on LUCENE-1500: The InvalidTokenOffsetsException.

Re: index large size file

2009-03-09 Thread Michael McCandless
Could you re-ask this on java-user, instead? Thanks. Mike On Mar 9, 2009, at 6:15 PM, Amy Zhou wrote: Hi, I'm having a couple of questions about indexing large size file. As my understanding, the default MaxFieldLength 100,000. In Lucene 2.4, we can set the MaxFieldLength during constru

index large size file

2009-03-09 Thread Amy Zhou
Hi, I'm having a couple of questions about indexing large size file. As my understanding, the default MaxFieldLength 100,000. In Lucene 2.4, we can set the MaxFieldLength during constructor. My questions are: 1) How's the performance if MaxFieldLength is set to UNLIMITED? 2) Any other options f

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

2009-03-09 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1500: - Attachment: Lucene-1500-NewException.patch Added support for testing both Token start or end off

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

2009-03-09 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Harwood updated LUCENE-1500: - Attachment: (was: Lucene-1500-NewException.patch) > Highlighter throws StringIndexOutOfBound

RE: [ANNOUNCE] Lucene Java 2.4.1 released

2009-03-09 Thread Steven A Rowe
On 3/9/2009 at 5:10 PM, Michael McCandless wrote: > OK this is now fixed. Thanks Steve! You've proven wrong the assertion that getting encoding right is a thankless task :). Steve > Steven A Rowe wrote: > > > Hi Mike, > > > > On 3/9/2009 at 2:34 PM, Michael McCandless wrote: > >> See changes

Re: [ANNOUNCE] Lucene Java 2.4.1 released

2009-03-09 Thread Michael McCandless
OK this is now fixed. Thanks Steve! Mike Steven A Rowe wrote: Hi Mike, On 3/9/2009 at 2:34 PM, Michael McCandless wrote: See changes at http://lucene.apache.org/java/2_4_1/changes/Changes.html Minor nit: the encoding of Christian Kohlschütter's name in the 2.4.1 section of CHANGES.txt

[jira] Commented: (LUCENE-1539) Improve Benchmark

2009-03-09 Thread Jason Rutherglen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1539?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680276#action_12680276 ] Jason Rutherglen commented on LUCENE-1539: -- For a performing simultaneous indexin

Re: [ANNOUNCE] Lucene Java 2.4.1 released

2009-03-09 Thread Michael McCandless
Eek -- thanks Steve. I'll do that & push a new Changes.html... Mike Steven A Rowe wrote: Hi Mike, On 3/9/2009 at 2:34 PM, Michael McCandless wrote: See changes at http://lucene.apache.org/java/2_4_1/changes/Changes.html Minor nit: the encoding of Christian Kohlschütter's name in the 2.

RE: [ANNOUNCE] Lucene Java 2.4.1 released

2009-03-09 Thread Steven A Rowe
Hi Mike, On 3/9/2009 at 2:34 PM, Michael McCandless wrote: > See changes at http://lucene.apache.org/java/2_4_1/changes/Changes.html Minor nit: the encoding of Christian Kohlschütter's name in the 2.4.1 section of CHANGES.txt appears to be Latin-1, but changes2html.pl assumes that CHANGES.txt i

[ANNOUNCE] Lucene Java 2.4.1 released

2009-03-09 Thread Michael McCandless
Release 2.4.1 of Lucene is now available. This release fixes bugs from 2.4.0, including one data loss bug where in certain situations binary fields would be truncated to 0 bytes. 2.4.1 has no new features, nor API changes or changes to file formats, so it's fully compatible with 2.4.0. See chang

Re: Getting tokens from search results. Simple concept

2009-03-09 Thread HPDrifter
This maybe what I'm looking for. I'll follow up asap. Grant Ingersoll-6 wrote: > > In contrib/analysis, is a payload Analyzer > (TokenOffsetPayloadTokenFilter) that adds the offsets to each token as > a Payload. Then, you can use SpanQuery.getPayloadSpans() at query > time to retrieve t

Re: Getting tokens from search results. Simple concept

2009-03-09 Thread Grant Ingersoll
In contrib/analysis, is a payload Analyzer (TokenOffsetPayloadTokenFilter) that adds the offsets to each token as a Payload. Then, you can use SpanQuery.getPayloadSpans() at query time to retrieve the payload information and decode the payload. HTH, Grant On Feb 26, 2009, at 9:32 AM, HPDr

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

2009-03-09 Thread Mark Harwood (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12680125#action_12680125 ] Mark Harwood commented on LUCENE-1500: -- Will submit a new patch tonight. > Highlight

[jira] Resolved: (LUCENE-1552) IndexWriter.addIndexes(IndexReader[] readers) doesn't correctly handle exception success flag.

2009-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1552?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-1552. Resolution: Fixed > IndexWriter.addIndexes(IndexReader[] readers) doesn't correctl

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

2009-03-09 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-1500: -- Assignee: Mark Harwood (was: Michael McCandless) Handing this one off to you