[jira] Created: (LUCENE-1930) Scale moderator not in line with sinusoidal projector

2009-09-28 Thread Nicolas Helleringer (JIRA)
Scale moderator not in line with sinusoidal projector - Key: LUCENE-1930 URL: https://issues.apache.org/jira/browse/LUCENE-1930 Project: Lucene - Java Issue Type: Bug Components:

[jira] Created: (LUCENE-1931) no hits query - query object that returns no hits

2009-09-28 Thread John Wang (JIRA)
no hits query - query object that returns no hits - Key: LUCENE-1931 URL: https://issues.apache.org/jira/browse/LUCENE-1931 Project: Lucene - Java Issue Type: New Feature Components:

[jira] Updated: (LUCENE-1931) no hits query - query object that returns no hits

2009-09-28 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John Wang updated LUCENE-1931: -- Attachment: nohitsquery.patch 2 classes: NoHitsQuery.java: query implementation TestNoHitsQuery.java:

Re: q.alt matching no documents

2009-09-28 Thread John Wang
patch created for lucene: https://issues.apache.org/jira/browse/LUCENE-1931 I am not sure what the right thing to do here is to hook it into QueryParser.java. Maybe the Solr people can comment on how to hook it into Solr. -John On Mon, Sep 28, 2009 at 6:31 AM, John Wang wrote: > You can actu

[jira] Commented: (LUCENE-1931) no hits query - query object that returns no hits

2009-09-28 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760265#action_12760265 ] Yonik Seeley commented on LUCENE-1931: -- Just return null from Weight.scorer() and you

[jira] Commented: (LUCENE-1931) no hits query - query object that returns no hits

2009-09-28 Thread John Wang (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760268#action_12760268 ] John Wang commented on LUCENE-1931: --- Good to know! Thanks -John > no hits query - que

[jira] Commented: (LUCENE-1930) Scale moderator not in line with sinusoidal projector

2009-09-28 Thread Nicolas Helleringer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760272#action_12760272 ] Nicolas Helleringer commented on LUCENE-1930: - Further more there should be 2

Re: Lucene 2.9.0-rc5 : Reader stays open after IndexWriter.updateDocument(), is that possible?

2009-09-28 Thread Daniel Shane
Oh boy! It seems like I have found the problem in my case, which afaik, has nothing to do with lucene but rather the library we use to tokenize HTML document. Its just that we have changed our HTML parser at the same time as the version of Lucene and nekoHTML (cyberneko) does not close its HT

[jira] Commented: (LUCENE-1931) no hits query - query object that returns no hits

2009-09-28 Thread Simon Willnauer (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760350#action_12760350 ] Simon Willnauer commented on LUCENE-1931: - Maybe I miss something but what is the

Hits deprecated note is wrong

2009-09-28 Thread Mark Miller
Bummer - through a user, just found out we missed correcting the docs for moving from Hits. He was quite perturbed ;) * @deprecated * see {...@link TopScoreDocCollector} and {...@link TopDocs} : * * TopScoreDocCollector collector = new TopScoreDocCollector(hitsPerPage); * searcher.search

Re: Hits deprecated note is wrong

2009-09-28 Thread Mark Miller
Mark Miller wrote: > Bummer - through a user, just found out we missed correcting the docs > for moving from Hits. He was quite perturbed ;) > > * @deprecated > * see {...@link TopScoreDocCollector} and {...@link TopDocs} : > * > * TopScoreDocCollector collector = new TopScoreDocCollector(hi

[jira] Updated: (LUCENE-1929) Highlighter doesn't support NumericRangeQuery or deprecated RangeQuery

2009-09-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1929?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1929: Summary: Highlighter doesn't support NumericRangeQuery or deprecated RangeQuery (was: Highlighter

[jira] Commented: (LUCENE-1931) no hits query - query object that returns no hits

2009-09-28 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1931?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12760411#action_12760411 ] Mark Miller commented on LUCENE-1931: - Here is the history of this issue: http://sear