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
[
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
> --
[
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
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
: 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
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
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
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