Hudson build is back to normal: Lucene-trunk #724

2009-01-31 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/724/changes - To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org

[jira] Updated: (LUCENE-1532) File based spellcheck with doc frequencies supplied

2009-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-1532: Priority: Minor (was: Major) > File based spellcheck with doc frequencies supplied >

[jira] Commented: (LUCENE-1532) File based spellcheck with doc frequencies supplied

2009-01-31 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669323#action_12669323 ] Mark Miller commented on LUCENE-1532: - Just to expand: I almost think it would be bes

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669275#action_12669275 ] Yonik Seeley commented on LUCENE-1483: -- > > How about an option to deliver docs in so

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-31 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669253#action_12669253 ] Uwe Schindler commented on LUCENE-1483: --- Some other idea: How about adding a API to

Re: [jira] Created: (LUCENE-1533) Deleted documents as a Filter or top level Query

2009-01-31 Thread eks dev
Thanks for confirming it. That is good to know and I am sure there are good reasons for it (performance). Anyhow, sounds like good mouse trap that probably deserves a few comments in javadoc. - From the fact that term exists in term dictionary one cannot conclude that there are actual docume

Re: [jira] Created: (LUCENE-1533) Deleted documents as a Filter or top level Query

2009-01-31 Thread Michael McCandless
Right, we just filter out the docs when iterating through postings. So this means, as segments are merged, the stats get corrected, which means document scores will change for a given query. Mike Mark Miller wrote: eks dev wrote: "...many core unit tests will need to change, or.." Think

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669227#action_12669227 ] Michael McCandless commented on LUCENE-1483: bq. After a reopen, I could tear

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669225#action_12669225 ] Michael McCandless commented on LUCENE-1483: bq. How about an option to delive

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-31 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669224#action_12669224 ] Michael McCandless commented on LUCENE-1483: You are using oal.function.ValueS

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669203#action_12669203 ] Yonik Seeley commented on LUCENE-1483: -- As far as a Solr fix... the code needs more c

Re: Sorting lucene search results

2009-01-31 Thread mitu2009
hi, thanks for your answer. I had tried using TopFieldDocCollector but i got error saying "value is too small or too large" when i passed 5000 as numHits argument value...please suggest a valid value to pass... Thanks. Anshum wrote: > > Hi Mitu, > > Could we have usage/implementatio

[jira] Commented: (LUCENE-1483) Change IndexSearcher multisegment searches to search each individual segment using a single HitCollector

2009-01-31 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669194#action_12669194 ] Yonik Seeley commented on LUCENE-1483: -- How about an option to deliver docs in sorted

Re: [jira] Created: (LUCENE-1533) Deleted documents as a Filter or top level Query

2009-01-31 Thread Mark Miller
eks dev wrote: "...many core unit tests will need to change, or.." Thinking about it a bit more, what is current contract for deleted documents in respect to terms? if we delete document from an index, do we update global freqs and eventually delete terms... or we simply say document ID will n

Re: [jira] Created: (LUCENE-1533) Deleted documents as a Filter or top level Query

2009-01-31 Thread eks dev
"...many core unit tests will need to change, or.." Thinking about it a bit more, what is current contract for deleted documents in respect to terms? if we delete document from an index, do we update global freqs and eventually delete terms... or we simply say document ID will not be found agai

Re: Build failed in Hudson: Lucene-trunk #723

2009-01-31 Thread Michael McCandless
Looks like this was a transient error. The build could not download the Berkely DB JE jar: [get] Error getting http://download.oracle.com/berkeley-db/je-3.3.69.zip to /export/home/hudson/hudson-slave/workspace/Lucene-trunk/trunk/ contrib/db/bdb-je/lib/je-3.3.69.zip It hit a "Conne