Joel Bernstein
|
ccc10fd593
|
SOLR-9337: Update CHANGES.txt
|
2016-10-10 21:53:00 -04:00 |
Mike McCandless
|
6fb9aef984
|
automaton initial state is always 0
|
2016-10-10 15:30:45 -04:00 |
Joel Bernstein
|
45f2dfe2ce
|
Merge branch 'branch_6x' of https://git-wip-us.apache.org/repos/asf/lucene-solr into branch_6x
|
2016-10-10 15:24:43 -04:00 |
Joel Bernstein
|
5836f4032f
|
SOLR-9337: Add fetch Streaming Expression
|
2016-10-10 14:25:05 -04:00 |
Mike McCandless
|
e585c84f24
|
LUCENE-7476: JapaneseNumberFilter should not invoke incrementToken on its input after it's exhausted
|
2016-10-10 11:37:23 -04:00 |
Adrien Grand
|
cdb42ec466
|
Add tests for Lucene50SegmentInfoFormat.
|
2016-10-10 17:29:07 +02:00 |
Adrien Grand
|
96d571ebc0
|
Rename TestLucene50FieldInfoFormat so that its name reflects the tested class.
|
2016-10-10 16:35:01 +02:00 |
Mike McCandless
|
6f3eb14534
|
LUCENE-7484: FastVectorHighlighter failed to highlight SynonymQuery
|
2016-10-10 09:12:52 -04:00 |
Mikhail Khludnev
|
2b5fc01a5d
|
SOLR-9604,SOLR-9608: fix HttpSolrClientConPoolTest.testPoolSize()
|
2016-10-09 18:24:07 +03:00 |
Mike McCandless
|
f247acfab1
|
LUCENE-7438: fix broken build
|
2016-10-08 06:18:02 -04:00 |
David Smiley
|
3497a2902c
|
LUCENE-7438: Renovate benchmark module's support for highlighting
(cherry picked from commit 5ef60af )
|
2016-10-07 09:58:56 -04:00 |
Kevin Risden
|
9ee5569469
|
SOLR-8385: Narrow StreamFactory.withFunctionName clazz parameter to prevent misconfiguration
|
2016-10-07 08:24:25 -05:00 |
Mike McCandless
|
5d9b5d8c90
|
don't randomize IWC for this test
|
2016-10-07 06:32:00 -04:00 |
Alan Woodward
|
b58ccc3906
|
SOLR-9604,SOLR-9608: Ensure SSL connections are re-used.
Fix ConnectionReuseTest. Add coverage for all SolrClients.
Remove explicit cacheKey for HttpRequestContext, make it singleton.
|
2016-10-07 12:03:07 +03:00 |
Kevin Risden
|
b1a5c5f92e
|
SOLR-9146: Parallel SQL engine should support >, >=, <, <=, <>, != syntax
|
2016-10-06 13:11:44 -05:00 |
markrmiller
|
360ac3ad26
|
SOLR-9278: Update issue number in CHANGES to be orig rather than dupe.
|
2016-10-06 11:53:49 -04:00 |
markrmiller
|
82440f307a
|
SOLR-9470: Index replication interactions with IndexWriter can cause deadlock.
|
2016-10-06 11:47:31 -04:00 |
Adrien Grand
|
739c0a7bf2
|
LUCENE-7468: ASCIIFoldingFilter should not emit duplicated tokens when preserve original is on.
|
2016-10-06 10:57:10 +02:00 |
yonik
|
59d83f57e1
|
SOLR-9592: use correct leaf reader rather than top-level reader in SolrIndexReaderm.decorateDocValues
|
2016-10-05 15:15:32 -04:00 |
Alan Woodward
|
3d0f942502
|
SOLR-9132: RulesTest must tear down collections at the end of each test
|
2016-10-05 15:28:39 +01:00 |
Mike McCandless
|
1f08398146
|
don't randomize IWC for this test
|
2016-10-05 06:10:13 -04:00 |
Mike McCandless
|
8a113ba2f4
|
fix rare test bug
|
2016-10-05 06:02:06 -04:00 |
David Smiley
|
4b6794368d
|
LUCENE-7438: New UnifiedHighlighter
(cherry picked from commit 722e827 )
|
2016-10-04 23:12:47 -04:00 |
Steve Rowe
|
f9e915b3da
|
LUCENE-7472: remove unused import
|
2016-10-04 16:37:54 -04:00 |
Steve Rowe
|
09e03c47c2
|
LUCENE-7472: remove unused import
|
2016-10-04 16:24:31 -04:00 |
Mike McCandless
|
a6a8032c7f
|
LUCENE-7456: PerFieldPostings/DocValuesFormat was failing to delegate the merge method
|
2016-10-04 11:31:33 -04:00 |
Steve Rowe
|
1963b1701d
|
LUCENE-7472: switch TestMultiFieldQueryParser.testSynonyms default split-on-whitespace to true (it's false on master/7.0)
|
2016-10-04 11:03:14 -04:00 |
Steve Rowe
|
c398949d37
|
LUCENE-7472: MultiFieldQueryParser.getFieldQuery() drops queries that are neither BooleanQuery nor TermQuery.
|
2016-10-04 10:51:42 -04:00 |
Noble Paul
|
ffef46ec95
|
SOLR-9589: Remove jackson dependency from SolrJ
|
2016-10-04 19:14:58 +05:30 |
Alan Woodward
|
1e3781500c
|
SOLR-9563: Collection creation can fail if a node doesn't update its state quickly enough
|
2016-10-04 13:48:55 +01:00 |
Alan Woodward
|
23485c3377
|
SOLR-9132: Migrate some more tests
|
2016-10-04 11:13:58 +01:00 |
Mike McCandless
|
6f6f73e0c7
|
LUCENE-7467: improve exception message when token position overflows int
|
2016-10-04 05:28:26 -04:00 |
Jan Høydahl
|
ba482681f3
|
SOLR-9475: Imrpove distro detection by grepping /etc/os-release and adding lsb_release -i
(cherry picked from commit 2ad0082 )
|
2016-10-04 09:26:39 +02:00 |
Noble Paul
|
658cd155e1
|
SOLR-9520: Kerberos delegation support in SolrJ
|
2016-10-04 01:31:35 +05:30 |
Noble Paul
|
d44d07966a
|
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
|
2016-10-04 00:32:36 +05:30 |
Noble Paul
|
50abf9571c
|
SOLR-9520: Kerberos delegation support in SolrJ
|
2016-10-04 00:32:26 +05:30 |
Alexandre Rafalovitch
|
5b10662069
|
SOLR-8140: Remove unfinished admin-extra
Includes UI element and never-implemented commented-out code
|
2016-10-03 23:52:46 +07:00 |
Noble Paul
|
8e31e50138
|
SOLR-9520: Kerberos delegation support in SolrJ
|
2016-10-03 19:13:51 +05:30 |
Noble Paul
|
6e0637bb4f
|
Merge remote-tracking branch 'origin/branch_6x' into branch_6x
|
2016-10-03 15:06:49 +05:30 |
Noble Paul
|
0aca053110
|
SOLR-9588: more guava dependency
|
2016-10-03 15:06:35 +05:30 |
Alexandre Rafalovitch
|
ae7b685e41
|
SOLR-6677: queryConverter message is now at TRACE
|
2016-10-03 16:20:11 +07:00 |
Noble Paul
|
c067df4136
|
SOLR-9588: Remove Guava dependency from SolrJ
|
2016-10-03 13:12:48 +05:30 |
Mikhail Khludnev
|
81a859b962
|
SOLR-9554: clear statics to fix the test failure
|
2016-10-03 10:24:27 +03:00 |
Adrien Grand
|
c6f5abaaeb
|
LUCENE-7469: Avoid TestBooleanRewrites test failures due to floating-point inaccuracy issues.
|
2016-10-03 09:08:55 +02:00 |
Karl Wright
|
cbb39c3e22
|
LUCENE-7430: Add extra space in the shape bounding box to handle quantization issues.
|
2016-10-02 15:44:42 -04:00 |
Karl Wright
|
d4a24af7ea
|
LUCENE-7430: Add some explicit delta for bounds objects that corresponds to point resolution in doc values.
|
2016-10-02 15:19:52 -04:00 |
Mikhail Khludnev
|
cc1841cbb7
|
SOLR-9554: adding a test for concurrent schema upgrade in cloud.
|
2016-10-02 21:33:01 +03:00 |
Alan Woodward
|
a2e24d1fc5
|
SOLR-6677: Call out logging changes in upgrading section of CHANGES
|
2016-10-01 20:21:20 +01:00 |
Christine Poerschke
|
01d5bf2eb1
|
Correct TransformerFactory.defaultFactories initialCapacity. (Diego Ceccarelli via Christine Poerschke)
|
2016-09-30 15:42:01 +01:00 |
Christine Poerschke
|
031de301c2
|
SOLR-9574: Factor out AbstractReRankQuery from ReRankQParserPlugin's private ReRankQuery.
|
2016-09-30 15:42:01 +01:00 |