[
https://issues.apache.org/jira/browse/SOLR-6234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14644515#comment-14644515
]
Timothy Potter commented on SOLR-6234:
--------------------------------------
Looks like some problems with the Javadoc still ... I'm getting this from
running the smoke tester. [~mkhludnev] did you run precommit?
{code}
[smoker]
file:///Users/timpotter/dev/lw/projects/solr_trunk_co/lucene/build/smokeTestRelease/tmp/unpack/solr-6.0.0/solr/build/docs/solr-core/org/apache/solr/search/join/ScoreJoinQParserPlugin.html
[smoker] BROKEN LINK:
file:///Users/timpotter/dev/lw/projects/solr_trunk_co/lucene/build/smokeTestRelease/tmp/unpack/solr-6.0.0/lucene/build/docs/core/org/apache/lucene/search/join.ScoreMode.html
[smoker] Traceback (most recent call last):
[smoker] File
"/Users/timpotter/dev/lw/projects/solr_trunk_co/dev-tools/scripts/smokeTestRelease.py",
line 1463, in <module>
[smoker] main()
[smoker] File
"/Users/timpotter/dev/lw/projects/solr_trunk_co/dev-tools/scripts/smokeTestRelease.py",
line 1408, in main
[smoker] smokeTest(c.java, c.url, c.revision, c.version, c.tmp_dir,
c.is_signed, ' '.join(c.test_args))
[smoker] File
"/Users/timpotter/dev/lw/projects/solr_trunk_co/dev-tools/scripts/smokeTestRelease.py",
line 1453, in smokeTest
[smoker] unpackAndVerify(java, 'solr', tmpDir, 'solr-%s-src.tgz' %
version, svnRevision, version, testArgs, baseURL)
[smoker] File
"/Users/timpotter/dev/lw/projects/solr_trunk_co/dev-tools/scripts/smokeTestRelease.py",
line 592, in unpackAndVerify
[smoker] verifyUnpacked(java, project, artifact, unpackPath,
svnRevision, version, testArgs, tmpDir, baseURL)
[smoker] File
"/Users/timpotter/dev/lw/projects/solr_trunk_co/dev-tools/scripts/smokeTestRelease.py",
line 701, in verifyUnpacked
[smoker] checkJavadocpathFull('%s/solr/build/docs' % unpackPath, False)
[smoker] File
"/Users/timpotter/dev/lw/projects/solr_trunk_co/dev-tools/scripts/smokeTestRelease.py",
line 893, in checkJavadocpathFull
[smoker] raise RuntimeError('broken javadocs links found!')
[smoker] RuntimeError: broken javadocs links found!
{code}
> Scoring modes for query time join
> ----------------------------------
>
> Key: SOLR-6234
> URL: https://issues.apache.org/jira/browse/SOLR-6234
> Project: Solr
> Issue Type: New Feature
> Components: query parsers
> Affects Versions: 5.3
> Reporter: Mikhail Khludnev
> Assignee: Timothy Potter
> Labels: features, patch, test
> Fix For: 5.3
>
> Attachments: SOLR-6234.patch, SOLR-6234.patch, SOLR-6234.patch,
> SOLR-6234.patch, SOLR-6234.patch, SOLR-6234.patch, SOLR-6234.patch,
> otherHandler.patch
>
>
> it adds ability to call Lucene's JoinUtil by specifying local param, ie
> \{!join score=...}.... It supports:
> - {{score=none|avg|max|total}} local param (passed as ScoreMode to JoinUtil)
> - -supports {{b=100}} param to pass {{Query.setBoost()}}- postponed till
> SOLR-7814.
> - -{{multiVals=true|false}} is introduced- YAGNI, let me know otherwise.
> - there is a test coverage for cross core join case.
> - so far it joins string and multivalue string fields (Sorted, SortedSet,
> Binary), but not Numerics DVs. follow-up LUCENE-5868
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]