Hi, everyone!
As we known, solr uses lucene scoring.
This score is the raw score. Scores returned from Hits aren't
necessarily the raw score, however. If the top-scoring document scores
greater than 1.0, all scores are normalized from that score, such that
all scores from Hits are uaranteed to be 1
It is said that this new feather will be added in solr1.3, but I am not sure
about that.
I think the following maybe useful for you:
https://issues.apache.org/jira/browse/SOLR-303
https://issues.apache.org/jira/browse/SOLR-255
2007/11/8, j 90 <[EMAIL PROTECTED]>:
>
> Hi, I'm new to Solr but ver
You can get it from svn (http://svn.apache.org/repos/asf/lucene/solr/trunk)
or solr nightly-built version(
http://people.apache.org/builds/lucene/solr/nightly/).
Before using svn server, you maybe need to install a svn client in Windows,
such as tortoiseSVN. If you are using a linux system, make s
lance,
The following is a instance schema fieldtype using solr1.2 and CJK package.
And it works. As you said, CJK does parse cjk string in a bi-gram way, just
like turning 'C1C2C3C4' into 'C1C2 C2C3 C3C4'.
More to the point, it is worthwhile to mention that the index expand beyond
tolerance to us