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:
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:
[
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:
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
[
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
[
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
[
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
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
[
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
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
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
[
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
[
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
13 matches
Mail list logo