Robert Muir
|
270487d618
|
LUCENE-6224: package.html -> package-info.java (just o.a.l.search initially)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658001 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-07 00:37:12 +00:00 |
Steven Rowe
|
77bf475f97
|
LUCENE-6044: removed one last (for realz this time) enablePositionIncrements mention from a test schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1658000 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-07 00:16:39 +00:00 |
Steven Rowe
|
6c68cedd50
|
LUCENE-6044: removed one last enablePositionIncrements mention from a test schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657994 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 23:42:17 +00:00 |
Steven Rowe
|
513cefa5e9
|
LUCENE-6044: add CHANGES entry on trunk; remove mention of enablePositionIncrements from test schemas
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657992 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 23:31:48 +00:00 |
Mark Robert Miller
|
dfeca5ca16
|
SOLR-6920, SOLR-6640: A replicated index can end up corrupted when small files end up with the same file name and size.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657969 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 21:38:57 +00:00 |
Adrien Grand
|
bd3753e965
|
LUCENE-6220: Fix ArrayStoreException in grouping tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657921 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 18:52:20 +00:00 |
Robert Muir
|
870918702c
|
LUCENE-6223: fix javadocs warning undetected on java8
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657898 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 16:56:08 +00:00 |
Robert Muir
|
8eed769e18
|
LUCENE-6223: Move BooleanWeight to its own file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657895 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 16:51:14 +00:00 |
Adrien Grand
|
e1786f313f
|
LUCENE-6222: Removed TermFilter.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657886 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 16:26:39 +00:00 |
Alan Woodward
|
4d94bdd81e
|
LUCENE-4524: Fix javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657880 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 16:16:26 +00:00 |
Adrien Grand
|
ea7120a404
|
LUCENE-6220: Remove unnecessary cast.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657878 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 16:05:11 +00:00 |
Adrien Grand
|
1d990166e0
|
LUCENE-6220: Remove needsScores from FilterStrategy.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657876 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 16:02:59 +00:00 |
Adrien Grand
|
e4436aa7fe
|
LUCENE-6220: Move needsScores to Query.createWeight.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657874 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 15:54:53 +00:00 |
Jan Høydahl
|
b2336e3ed5
|
Fix illegal Javadoc @see
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657864 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 15:24:54 +00:00 |
Michael McCandless
|
723a2024cd
|
add missing javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657849 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 14:55:16 +00:00 |
Michael McCandless
|
68b6d00cba
|
fix missing javadocs checker to work with Java 1.8 generated javadocs too
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657805 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 13:37:07 +00:00 |
Alan Woodward
|
c5899ae960
|
LUCENE-4524: Revert some bogus text changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657801 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 13:27:11 +00:00 |
Alan Woodward
|
c13216934c
|
LUCENE-4524: Replace DocsEnum and DocsAndPositionsEnum with PostingsEnum
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657800 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 13:25:22 +00:00 |
Noble Paul
|
fc3df31e2d
|
SOLR-7083:Support managing all named components in solrconfig such as
requestHandler, queryParser, queryResponseWriter, valueSourceParser,
transformer, queryConverter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657781 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 11:08:25 +00:00 |
Noble Paul
|
e78affcaa2
|
SOLR-6924: Splitting the testcase because more SolrConfigHandler features and testcases are coming up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657761 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-06 09:05:59 +00:00 |
Robert Muir
|
4553ad9915
|
workaround javadocs bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657698 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 21:36:04 +00:00 |
Shalin Shekhar Mangar
|
251516bcc7
|
SOLR-6775: Import the right Lists class
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657680 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 20:06:57 +00:00 |
Tomas Eduardo Fernandez Lobbe
|
b96f012f2e
|
SOLR-6648: Add support for highlight and allTermsRequired configuration in AnalyzingInfix and BlendedInfix Solr suggesters
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657655 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 18:24:01 +00:00 |
Tomas Eduardo Fernandez Lobbe
|
442f111b4d
|
Minor javadoc fix in SuggestComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657626 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 17:04:57 +00:00 |
Steven Rowe
|
20e84d6583
|
SOLR-7020: add CHANGES entry on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657615 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 16:02:39 +00:00 |
Robert Muir
|
010e352f60
|
LUCENE-6218: don't decode freqs or enumerate all positions when scoring is not needed
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657554 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 12:34:28 +00:00 |
Shalin Shekhar Mangar
|
0beba279a5
|
SOLR-6775: Creating backup snapshot results in null pointer exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657523 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 10:37:25 +00:00 |
Uwe Schindler
|
6574743bcd
|
Improve documentation a bit.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657519 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 10:31:33 +00:00 |
Shalin Shekhar Mangar
|
b3f57c8343
|
Remove debug printf statements that I had left in accidentally
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657515 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 10:28:24 +00:00 |
Shalin Shekhar Mangar
|
93ba7da65f
|
SOLR-4839: Avoid NPE when jetty.testMode=false
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657495 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 08:42:56 +00:00 |
Shalin Shekhar Mangar
|
118a826378
|
SOLR-7072: Multiple mlt.fl does not work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657493 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 08:36:11 +00:00 |
Shalin Shekhar Mangar
|
98f7513609
|
SOLR-6227: Avoid spurious failures of ChaosMonkeySafeLeaderTest by ensuring there's at least one jetty to kill
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657487 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-05 06:33:28 +00:00 |
Steven Rowe
|
639f72ee71
|
fix typo in exception message
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657438 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 22:39:21 +00:00 |
Michael McCandless
|
c27480daf8
|
fix typo in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657437 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 22:31:28 +00:00 |
Michael McCandless
|
7357346652
|
carry forward 4.10.x CHANGES entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657435 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 22:30:47 +00:00 |
Uwe Schindler
|
7b6c0a0126
|
Add missing documentation: In Lucene 5+, instantiating FSDirectory creates the directory in file system if it does not yet exist
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657428 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 22:20:31 +00:00 |
Gregory Chanan
|
348e1d07e3
|
SOLR-6919: Use separate logger for SolrCore request logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657417 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 22:04:02 +00:00 |
Anshum Gupta
|
efba0e80b0
|
SOLR-7049: LIST Collections API call should be processed directly by the CollectionsHandler instead of the OverseerCollectionProcessor.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657409 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 21:39:47 +00:00 |
Michael McCandless
|
98abb0ed1b
|
LUCENE-6217: add IW.isOpen and IW.getTragicException
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657398 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 21:05:57 +00:00 |
Chris M. Hostetter
|
a5a4469596
|
SOLR-6780: issue did not get backported to 4x branch correctly, fixing CHANGES to accurately record that 5.0 will be first release with fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657314 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 16:56:03 +00:00 |
Adrien Grand
|
c953986209
|
LUCENE-6201: Improvements to minShouldMatch handling.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657286 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 15:29:43 +00:00 |
Shalin Shekhar Mangar
|
d17715000c
|
Remove unused static constant from ZkController
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1657164 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-04 12:38:19 +00:00 |
Noble Paul
|
7a73a2a9b3
|
SOLR-6787: .system collection create fails if /configs dir is not present in ZK
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656747 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-03 14:44:32 +00:00 |
Christian Moen
|
4b93c66c25
|
Added JapaneseNumberFilter (LUCENE-3922)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656670 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-03 10:44:11 +00:00 |
Shalin Shekhar Mangar
|
588ed73b94
|
SOLR-6640: Use SegmentInfos.files in unused file check
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656630 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-03 06:55:01 +00:00 |
Timothy Potter
|
2dfb0a02a8
|
SOLR-4905: Allow fromIndex parameter to JoinQParserPlugin to refer to a single-sharded collection that has a replica on all nodes
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656622 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-03 03:07:26 +00:00 |
Gregory Chanan
|
8ac45d4479
|
SOLR-6919: Log REST info before executing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656596 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-02 22:41:00 +00:00 |
David Wayne Smiley
|
4ee47bdcde
|
LUCENE-6190: PrefixTreeStrategy pointsOnly bug: don't switch predicate
Also refactored placement of hasIndexedLeaves, and fixed a minor equals/hashcode bug.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656473 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-02 14:31:01 +00:00 |
Joel Bernstein
|
5422ecba4e
|
SOLR-7068: Update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656466 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-02 14:11:04 +00:00 |
Michael McCandless
|
80e5fbc7a8
|
LUCENE-6214: don't deadlock when tragedy strikes during getReader and another thread is committing
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1656366 13f79535-47bb-0310-9956-ffa450edef68
|
2015-02-01 21:46:13 +00:00 |