Re: changing scoring formula

2008-03-05 Thread Grant Ingersoll
Perhaps the Function query package can help? Otherwise, you can look at things like boosts, similarity overrides and even payloads. Additionally, you can look at implementing your own Query/Scorer combination. -Grant On Mar 5, 2008, at 4:07 PM, sumittyagi wrote: is there any way to ch

[JIRA] Resolved: (NXP-2166) transform tries to extract word file fulltext for empty blobs

2008-03-05 Thread Thierry Delprat (JIRA NUXEO)
[ http://jira.nuxeo.org/browse/NXP-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thierry Delprat resolved NXP-2166. -- Resolution: Fixed > transform tries to extract word file fulltext for empty blobs > --

[jira] Updated: (LUCENE-1202) Clover setup currently has some problems

2008-03-05 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated LUCENE-1202: - Attachment: LUCENE-1202.db-contrib-instrumentation.patch patch to limit the files we ask clover to instr

[jira] Created: (LUCENE-1202) Clover setup currently has some problems

2008-03-05 Thread Hoss Man (JIRA)
Clover setup currently has some problems Key: LUCENE-1202 URL: https://issues.apache.org/jira/browse/LUCENE-1202 Project: Lucene - Java Issue Type: Bug Reporter: Hoss Man (tracking as a

Re: Explanation of "raw" in SearchFiles.java

2008-03-05 Thread Chris Hostetter
: Subject: Explanation of "raw" in SearchFiles.java : hi, : i was going throuh my first program in lucene, and came across this : statement there doesn't seem to be a question here - yes there is a "raw" variable, if you search that code for "raw" you'll se where it gets set by a "-raw" option

changing scoring formula

2008-03-05 Thread sumittyagi
is there any way to change the score of the documents. Actually i want to modify the scores of the documents dynamically, everytime for a given query the results will be sorted according to "lucene scoring formula + an equation". how can i do that...i saw that lucene scoring page but i am not gett

Re: Ideas to refactor Filed

2008-03-05 Thread Michael McCandless
Good morning! eks dev wrote: I have noticed the two potential enhancements in Field, and I am not sure if I read it correctly, so better to ask before crating Jira issue :) 1.. Field uses two methods to determine type of fieldsData, sometimes with boolean isBinary; and sometimes with in

Ideas to refactor Filed

2008-03-05 Thread eks dev
I have noticed the two potential enhancements in Field, and I am not sure if I read it correctly, so better to ask before crating Jira issue :) 1.. Field uses two methods to determine type of fieldsData, sometimes with boolean isBinary; and sometimes with instanceof byt[] The proposal is to redu