Christine Poerschke
30c9f4311a
SOLR-9627: Add QParser.getSortSpec, deprecate misleadingly named QParser.getSort (Judith Silverman, Christine Poerschke)
2016-10-17 18:04:40 -04:00
Hrishikesh Gadre
06ae3eb2ec
SOLR-9642: Refactor the snapshot cleanup mechanism to rely on Lucene
...
The current snapshot cleanup mechanism is based on reference counting
the index files shared between multiple segments. Since this mechanism
completely skips the Lucene APIs, it is not portable (e.g. it doesn't
work on 4.10.x version).
This patch provides an alternate implementation which relies exclusively
on Lucene IndexWriter (+ IndexDeletionPolicy) for cleanup.
mend
2016-10-17 13:57:11 -04:00
Alan Woodward
c9eb9e10e4
SOLR-9566: Don't put replicas into recovery when collections are created
2016-10-17 17:19:31 +01:00
Christine Poerschke
e87072bc5a
SOLR-6203: in QueryComponent rename groupSortStr to sortWithinGroupStr (so that name and meaning match)
2016-10-15 21:13:44 -04:00
Christine Poerschke
c620fc2954
SOLR-9625: Add HelloWorldSolrCloudTestCase class (Christine Poerschke, Alan Woodward, Alexandre Rafalovitch)
2016-10-15 10:18:17 -04:00
Jan Høydahl
bc5e06e34c
SOLR-9325: solr.log is now written to $SOLR_LOGS_DIR without changing log4j.properties
...
(cherry picked from commit 33db4de
)
2016-10-14 23:20:56 +02:00
Dennis Gove
edde433594
SOLR-8487: Adds CommitStream to support sending commits to a collection being updated
2016-10-14 11:43:13 -04:00
Dennis Gove
5e6a8e7c75
SOLR-9103: Restore ability for users to add custom Streaming Expressions
2016-10-14 11:35:38 -04:00
Adrien Grand
b5a98cc52c
LUCENE-7486: Explain() should initialize maxScore to NEGATIVE_INFINITY too.
2016-10-14 15:29:57 +02:00
Mikhail Khludnev
96e0c2ff48
SOLR-9639: CDCR Tests only fix. Wait until recovery is over before
...
remove the tmp_colletion.
2016-10-14 14:48:35 +03:00
Mike McCandless
1a0786332d
LUCENE-7491: also allow for merging segment with points before one without points for a given field (thank you MockRandomMergePolicy!)
2016-10-13 10:20:12 -04:00
Mike McCandless
67d206c665
LUCENE-7490: SimpleQueryParser now parses '*' as MatchAllDocsQuery
2016-10-12 13:30:48 -04:00
Adrien Grand
f10312a4c4
LUCENE-7492: Fix LRUQueryCache javadocs.
2016-10-12 16:40:43 +02:00
Mike McCandless
86b03358d5
LUCENE-7491: fix merge exception if the same field has points in some segments but not in others
2016-10-12 09:23:25 -04:00
Jan Høydahl
df41706295
SOLR-9610: New AssertTool in SolrCLI for easier cross platform assertions from command line
...
(cherry picked from commit 6512d0c
)
2016-10-12 09:22:53 +02:00
yonik
0375122c8e
fix ununsed imports
2016-10-11 21:52:32 -04:00
yonik
5c3b12a407
fix package-before-license nit
2016-10-11 20:48:04 -04:00
yonik
690a78780d
SOLR-9432: json facet refinement progress, test refinement info going to shards
2016-10-11 17:14:26 -04:00
Kevin Risden
98827c5cad
SOLR-8969: Fix static cloud check
2016-10-11 15:28:00 -05:00
Kevin Risden
2e03aa97b2
SOLR-8969: Resolve NPE for SQLHandler when in non-cloud mode
2016-10-11 11:14:42 -05:00
Uwe Schindler
3bd3a4cbc4
LUCENE-7486: DisjunctionMaxQuery does not work correctly with queries that return negative scores
2016-10-11 18:08:43 +02:00
Christine Poerschke
ca625ea566
(part of) SOLR-6203: ResponseBuilder.setSortSpec arg name tweak. (Judith Silverman via Christine Poerschke)
2016-10-11 11:58:51 -04:00
Jan Høydahl
f3cbc1a7ab
SOLR-9534: Fix typo in help, said "-V or -version", but should be "-V or -verbose"
...
(cherry picked from commit 8648fd5
)
2016-10-11 11:25:45 +02:00
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