[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-07-16 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[EMAIL PROTECTED]: Project lucene-java (in module lucene-java) failed

2007-07-16 Thread Jason van Zyl
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at [EMAIL PROTECTED] Project lucene-java has an issue affecting its community integration. This issue affects

[jira] Commented: (LUCENE-958) MultiSearcher Filtering with more than one index is broken

2007-07-16 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-958?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12512902 ] Nicolas Lalevée commented on LUCENE-958: I had the same feeling as you Ion because we both generate the filte

Re: Best Practices for getting Strings from a position range

2007-07-16 Thread Grant Ingersoll
On Jul 16, 2007, at 1:06 AM, Chris Hostetter wrote: : Do we have a best practice for going from, say a SpanQuery doc/ : position information and retrieving the actual range of positions of : content from the Document? Is it just to reanalyze the Document : using the appropriate Analyzer and s

[jira] Created: (LUCENE-961) RegexCapabilities is not Serializable

2007-07-16 Thread Konrad Rokicki (JIRA)
RegexCapabilities is not Serializable - Key: LUCENE-961 URL: https://issues.apache.org/jira/browse/LUCENE-961 Project: Lucene - Java Issue Type: Bug Components: QueryParser Affects Versions:

[jira] Resolved: (LUCENE-959) Document Vector->ArrayList

2007-07-16 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved LUCENE-959. - Resolution: Fixed committed. > Document Vector->ArrayList > -- > >

Hudson build is back to normal: Lucene-Nightly #153

2007-07-16 Thread hudson
See http://lucene.zones.apache.org:8080/hudson/job/Lucene-Nightly/153/changes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: search quality - assessment & improvements

2007-07-16 Thread Doron Cohen
Chris Hostetter wrote: > i guess i'm not following how exactly your pivoted norm calculation works > ... it sounds like you are still rewarding 1 term long fields more then True. > any other length ... is the distinction between your approach and the > default implementation just that the defaul

[jira] Commented: (LUCENE-850) Easily create queries that transform subquery scores arbitrarily

2007-07-16 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513103 ] Doron Cohen commented on LUCENE-850: > The function query capability works for many situations, as you > can sto

a site for the "powered by lucene" page

2007-07-16 Thread Amy Chandler
Can someone add this site to the list? The address is www.worksheetworks.com. To see the Lucene link, do any kind of search (e.g. "math") in the search field at the top, and at the bottom of the results list it says "Powered by [lucene logo]" with the logo being a hyperlink to the Apache Lucene

Re: search quality - assessment & improvements

2007-07-16 Thread Chris Hostetter
: Basically it is : (1 - Slope) * Pivot + (Slope) * Doclen : Where Pivot reflects on the average doc length, and : Smaller Slope reduces the amount by which short docs : are preferred over long ones. In collection with very isn't that just a flat line with a slope relative to teh specified "Slo

Re: search quality - assessment & improvements

2007-07-16 Thread Doron Cohen
> : I think both are not good enough for large dynamic collections. > : Both are good enough for experiments. But it should be more > : efficient in a working dynamic large system. > > Hmmm... perhaps what we need is a generalization of the pyaload API to > allow storing/reading payloads on a per d

Re: search quality - assessment & improvements

2007-07-16 Thread Grant Ingersoll
On Jul 16, 2007, at 9:24 PM, Chris Hostetter wrote: Hmmm... perhaps what we need is a generalization of the pyaload API to allow storing/reading payloads on a per document, per field, or per index basis ... along with some sort of "PayloadMerger" that could be used by InexWriter when merg

Re: search quality - assessment & improvements

2007-07-16 Thread Doron Cohen
Chris Hostetter wrote: > isn't that just a flat line with a slope relative to teh > specified "Slope" > ? your pivot just seems to affect the y-intercept (which would be the > lengthNorm for field containing 0 terms) but doesn't that cancel out of > any scoring equation since the fieldNorm is mul