Shawn Heisey
e66ff585dd
SOLR-9295: Remove BOM (unicode Byte Order Mark) from text files.
2016-07-11 12:06:23 -06:00
Mike McCandless
3125fccd8d
LUCENE-7373: remove deprecated API
2016-07-11 11:40:17 -04:00
Mike McCandless
df9efb8b6d
LUCENE-7373: deprecate Directory.renameFile, which both renamed and fsync'd the directory, replacing it with separate rename and syncMetaData methods
2016-07-11 11:15:46 -04:00
Noble Paul
cf3a500542
Merge remote-tracking branch 'origin/master'
2016-07-11 19:29:42 +05:30
Noble Paul
74de196565
SOLR-8995: Use Lamdas for Thread/Runnable
2016-07-11 19:29:15 +05:30
Mike McCandless
de6485ea6a
add missing succes=true in NRT replicator; remove some dead code
2016-07-11 09:23:11 -04:00
Mike McCandless
044aabfb30
Remove IW.slowFileExists, since it's only called from "used to be helpful but now useless" asserts:
...
- Directory.copyFrom now throws an exception if the test already exists
- Directory.sync now throws an exception if a file name didn't already exist
2016-07-11 05:32:56 -04:00
Shalin Shekhar Mangar
42e1caf2bf
SOLR-9291: ZkSolrResourceLoader should not retry fetching resources if the server has been shutdown
2016-07-11 07:35:10 +05:30
David Smiley
360b9a3528
SOLR-9270: spatialContextFactory now accepts "JTS" alias. Spatial config attributes with old package names are now rewritten with a warning.
2016-07-09 10:49:12 -04:00
yonik
67b638880d
SOLR-9163: sync basic_configs w/ data_driven_schema_configs
2016-07-08 15:43:30 -04:00
Mike McCandless
cbbc505268
LUCENE-7276: MatchNoDocsQuery now inclues an optional reason for why it was used
2016-07-08 13:07:54 -04:00
Alan Woodward
be8d56ada6
SOLR-9181: Fix race in constructState() and missing call in forceUpdateCollection()
2016-07-08 10:01:31 +01:00
markrmiller
91a9d96454
SOLR-9236: Don't use System.currentTimeMillis.
2016-07-07 20:31:53 -04:00
markrmiller
c588415583
SOLR-9236: Fix import.
2016-07-07 12:47:03 -04:00
markrmiller
546093812c
SOLR-9236: AutoAddReplicas will append an extra /tlog to the update log location on replica failover.
2016-07-07 09:37:28 -04:00
Mike McCandless
1bd5d17891
improve docs
2016-07-07 08:45:01 -04:00
Christine Poerschke
976079a8ee
SOLR-9090: Add directUpdatesToLeadersOnly flag to solrj CloudSolrClient. (Marvin Justice, Christine Poerschke)
2016-07-07 10:03:21 +01:00
Dawid Weiss
f61a5f27d2
Added tests.awaitsfix to properties passed to forked JVMs in tests. Added a little info about tests.filter to test-help.
2016-07-07 10:15:40 +02:00
Adrien Grand
f1528bf338
LUCENE-7369: Similarity.coord and BooleanQuery.disableCoord are removed.
2016-07-07 10:02:29 +02:00
Shalin Shekhar Mangar
24d6b78469
SOLR-8858: SolrIndexSearcher#doc() completely ignores field filters unless lazy field loading is enabled.
...
This closes #47 .
2016-07-07 13:22:15 +05:30
Erick
7743718d29
SOLR-9277: Clean up some more remnants of supporting old and new style solr.xml in tests
2016-07-06 19:51:06 -07:00
jbernste
2bd6c4ecd7
SOLR-9193,SOLR-9243: update CHANGES.txt
2016-07-06 19:06:16 -04:00
jbernste
d9a0eba1a3
SOLR-9193: Fix-up javdoc
2016-07-06 18:59:05 -04:00
Erick Erickson
db295440a6
SOLR-7903: Comment out trappy references to example docs in elevate.xml files
2016-07-06 14:50:43 -07:00
Chris Hostetter
1125a8a8ef
Merge remote-tracking branch 'refs/remotes/origin/master' (SOLR-9180)
2016-07-06 14:25:40 -07:00
Shalin Shekhar Mangar
380c5a6b97
SOLR-9207: PeerSync recovery failes if number of updates requested is high. A new useRangeVersions config option is introduced (defaults to true) to send version ranges instead of individual versions for peer sync.
2016-07-07 02:32:45 +05:30
Chris Hostetter
ae316f1e39
SOLR-9180: More comprehensive tests of psuedo-fields for RTG and SolrCloud requests
...
This commit also includes new @AwaitsFix'ed tests for the following known issues...
* SOLR-9285 ArrayIndexOutOfBoundsException when ValueSourceAugmenter used with RTG on uncommitted doc
* SOLR-9286 SolrCloud RTG: psuedo-fields (like ValueSourceAugmenter, [shard], etc...) silently fails (even for committed doc)
* SOLR-9287 single node RTG: NPE if score is requested
* SOLR-9288 RTG: fl=[docid] silently missing for uncommitted docs
* SOLR-9289 SolrCloud RTG: fl=[docid] silently ignored for all docs
2016-07-06 13:42:21 -07:00
jbernste
c473441958
SOLR-9193: Added terms.limit and distrib=true params to /terms request
2016-07-06 14:06:38 -04:00
jbernste
12741cc933
SOLR-9193: Added test using the termFreq param and basic error handling
2016-07-06 14:06:38 -04:00
jbernste
ad8b22d0b2
SOLR-9193: Fix conflict between parameters of TermsComponent and json facet API
2016-07-06 14:06:38 -04:00
jbernste
360c4da90b
SOLR-9193: fixing failing tests due to changes in TermsComponent
2016-07-06 14:06:38 -04:00
jbernste
e1f51a20d7
SOLR-9193: Add scoreNodes Streaming Expression
2016-07-06 14:06:38 -04:00
jbernste
551bdc6f53
SOLR-9243:Add terms.list parameter to the TermsComponent to fetch the docFreq for a list of terms
2016-07-06 14:06:37 -04:00
David Smiley
3ca4fea578
LUCENE-7340: MemoryIndex.toString renamed to toStringDebug; fix NPE
2016-07-06 11:24:03 -04:00
Mike McCandless
503da1fcb9
LUCENE-7302: IW.getMaxCompletedSequenceNumber was returning the wrong value after IW.deleteAll
2016-07-06 09:29:30 -04:00
Mike McCandless
bc502bd9c9
LUCENE-7287: normalize Ukrainian morfologik dictionary to have unique token+lemma pairs
2016-07-06 06:17:32 -04:00
Varun Thacker
032e31aea7
LUCENE-2605: Remove unused imports
2016-07-06 14:23:23 +05:30
Varun Thacker
5fadc4ee23
SOLR-9088: Fixed TestManagedSchemaAPI failures which exposed race conditions in the schema API
2016-07-06 14:08:05 +05:30
Varun Thacker
bfe5c5ae49
SOLR-9242: Collection backup/restore to provide a param for specifying underlying storage repository to use
2016-07-06 13:18:13 +05:30
Erick Erickson
da1f6e9813
SOLR-8848:When a SolrJ alias watch is triggered, the new alias state should be logged
2016-07-05 18:03:56 -07:00
Steve Rowe
24e5c1c205
LUCENE-2605: Classic QueryParser no longer splits on whitespace by default.
2016-07-05 18:52:35 -04:00
Steve Rowe
17d113dac1
LUCENE-2605: Add classic QueryParser option setSplitOnWhitespace() to control whether to split on whitespace prior to text analysis. Default behavior remains unchanged: split-on-whitespace=true.
2016-07-05 18:03:42 -04:00
Chris Hostetter
54b3945572
SOLR-9235: Fixed NPE when using non-numeric range query in deleteByQuery
2016-07-05 14:18:55 -07:00
Alan Woodward
521764ffa5
SOLR-9181: More logging
2016-07-05 15:17:24 +01:00
Alan Woodward
e6e0765e86
SOLR-9181: Add some logging to ZkStateReader to try and debug test failures
2016-07-05 10:46:43 +01:00
Shalin Shekhar Mangar
8653be9a5b
SOLR-8048: Stop using deprecated CollectionAdminRequest.Reload constructor
2016-07-05 12:53:35 +05:30
Shalin Shekhar Mangar
2d6b7ea966
SOLR-8048: Close the http client in a finally clause at the end of the test
2016-07-05 12:48:04 +05:30
Erick
32e0f5fd25
SOLR-9276: Remove remnants of old-style core definitions from OpenCloseCoreStressTest
2016-07-04 17:13:39 -07:00
Erick Erickson
9dd9a6fc91
SOLR-9194: Enhance the bin/solr script to perform file operations to/from Zookeeper. Windows text fix 3
2016-07-04 10:25:40 -07:00
Christine Poerschke
fd80ead401
LUCENE-7358: Remove redundant failonerror=true in (contrib|modules)-crawl elements.
2016-07-04 11:42:30 +01:00