[jira] Updated: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-03-02 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard updated LUCENE-2287: Attachment: LUCENE-2287.patch Two tests still fail, but more of my own tests are passing

[jira] Commented: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-03-02 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12840333#action_12840333 ] Michael Goddard commented on LUCENE-2287: - It seems that the discussion here

[jira] Updated: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-03-01 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard updated LUCENE-2287: Attachment: LUCENE-2287.patch * Removed the Java 5 code which had crept in * Two tests

[jira] Commented: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-03-01 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12839753#action_12839753 ] Michael Goddard commented on LUCENE-2287: - The backward compatibility break

[jira] Created: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-02-26 Thread Michael Goddard (JIRA)
: Improvement Components: contrib/highlighter Affects Versions: 2.9.1 Environment: Linux, Solaris, Windows Reporter: Michael Goddard Priority: Minor I haven't yet been able to resolve why I'm seeing spurious highlighting in nested SpanQuery instances

[jira] Updated: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-02-26 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard updated LUCENE-2287: Attachment: LUCENE-2287.patch This is a very rough initial patch, has way too much cruft

[jira] Updated: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-02-26 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard updated LUCENE-2287: Attachment: LUCENE-2287.patch JUnit error solved, but there are still four tests failing

[jira] Updated: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-02-26 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard updated LUCENE-2287: Attachment: LUCENE-2287.patch This patch is closer: 2 errors and 1 failure on the JUnit

[jira] Updated: (LUCENE-2287) Unexpected terms are highlighted within nested SpanQuery instances

2010-02-26 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard updated LUCENE-2287: Attachment: LUCENE-2287.patch 0 errors, 2 failures. Unexpected terms are highlighted

[jira] Commented: (LUCENE-794) Extend contrib Highlighter to properly support PhraseQuery, SpanQuery, ConstantScoreRangeQuery

2008-02-20 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12570917#action_12570917 ] Michael Goddard commented on LUCENE-794: I'm fairly certain that Mark H.'s comments

[jira] Updated: (LUCENE-794) Extend contrib Highlighter to properly support phrase queries and span queries

2008-01-24 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Goddard updated LUCENE-794: --- Attachment: spanhighlighter_24_January_2008.patch Relocated the fir.close() to after

[jira] Commented: (LUCENE-794) Extend contrib Highlighter to properly support phrase queries and span queries

2008-01-14 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12558819#action_12558819 ] Michael Goddard commented on LUCENE-794: Mark, I've still got a little work to do

[jira] Commented: (LUCENE-794) Extend contrib Highlighter to properly support phrase queries and span queries

2007-11-26 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12545462 ] Michael Goddard commented on LUCENE-794: Mark, I did a little bit more with this since I needed support

[jira] Commented: (LUCENE-724) Oracle JVM implementation for Lucene DataStore also a preliminary implementation for an Oracle Domain index using Lucene

2007-07-12 Thread Michael Goddard (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-724?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512169 ] Michael Goddard commented on LUCENE-724: Marcelo, Are you still working on this? I have been experimenting

Re: Visibility of RegexCapabilities interface?

2007-03-07 Thread Michael Goddard
Erik and Chris, Thank you for reviewing this. All is good now. Mike Erik Hatcher wrote: On Mar 6, 2007, at 2:27 PM, Chris Hostetter wrote: :PFRegexCapabilities.java:3: : org.apache.lucene.search.regex.RegexCapabilities is not public in : org.apache.lucene.search.regex; cannot be

Visibility of RegexCapabilities interface?

2007-03-06 Thread Michael Goddard
Hi, When I updated to the latest version of Lucene (Rev 514838), I noticed that one of my classes would no longer compile. The error message I got was PFRegexCapabilities.java:3: org.apache.lucene.search.regex.RegexCapabilities is not public in org.apache.lucene.search.regex; cannot be

[jira] Commented: (LUCENE-689) NullPointerException thrown by equals method in SpanOrQuery

2006-10-20 Thread Michael Goddard (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-689?page=comments#action_12443776 ] Michael Goddard commented on LUCENE-689: Otis, you have an excellent point. At the time I encountered this error, I was in a hurry to get something

[jira] Created: (LUCENE-689) NullPointerException thrown by equals method in SpanOrQuery

2006-10-18 Thread Michael Goddard (JIRA)
Components: Search Affects Versions: 2.1 Environment: Java 1.5.0_09, RHEL 3 Linux, Tomcat 5.0.28 Reporter: Michael Goddard Part of our code utilizes the equals method in SpanOrQuery and, in certain cases (details to follow, if necessary), a NullPointerException gets thrown

Re: NearSpan

2006-04-18 Thread Michael Goddard
Karl, If you get this one figured out, I'd be very happy. Unless I replace the line reading throw new RuntimeException(Unexpected: ordered); with this one return false; I see plenty of these exceptions being thrown. I look forward to how this plays out and if you are able to come

NullPointerException: FSDirectory.create(FSDirectory.java:174)

2005-08-05 Thread Michael Goddard
Hello, Today, while using Lucene 1.9-rc1-dev, I encountered this exception: java.lang.NullPointerException at org.apache.lucene.store.FSDirectory.create(FSDirectory.java:174) at org.apache.lucene.store.FSDirectory.init(FSDirectory.java:150) at