Commit Graph

30228 Commits

Author SHA1 Message Date
Steve Rowe eea4197a3a SOLR-12481: Move CHANGES entry to 7.4 section 2018-06-13 15:11:08 -04:00
Steve Rowe 49afab08dd SOLR-12434: Move CHANGES entry to 7.4 section 2018-06-13 13:46:46 -04:00
Andrzej Bialecki 481a1f859d SOLR-11779: Reduce logging, fix index size conversion bug. 2018-06-13 19:44:55 +02:00
Noble Paul 377f16de5e SOLR-12208: added a testcase for fetching arbitrary replica info 2018-06-14 00:07:30 +10:00
Steve Rowe 6f9f4f70f2 SOLR-12434: Fix standalone mode 'bin/solr config' to not pass in empty -z ZK_HOST param; revert accidental ZK_HOST definition in solr.in.cmd 2018-06-13 09:35:18 -04:00
Alan Woodward 5ae716c412 LUCENE-7444: StandardAnalyzer not longer uses english stopwords by default 2018-06-13 11:38:16 +01:00
Simon Willnauer 7eb74ac50f LUCENE-8164: IndexWriter silently accepts broken payload.
This has been fixed via LUCENE-8165 since we are now checking
for offset+length going out of bounds.

Co-authored-by: Nhat Nguyen <nhat.nguyen@elastic.co>
Co-authored-by: Robert Muir <rmuir@apache.org>
2018-06-13 10:16:33 +02:00
Simon Willnauer 61e68ec1e8 LUCENE-8355: Prevent IW from opening an already dropped segment while DV updates are written
This change fixes an isse where IW asks ReadersAndUpdates to write a DV updates for a
segment that has been dropped concurrently. The race only occurs if ram buffers are filled
up enough to trigger flushing DV to disk.

Co-authored-by: Nhat Nguyen <nhat.nguyen@elastic.co>
2018-06-13 10:10:01 +02:00
Steve Rowe ca35c40f1b SOLR-12481: update.autoCreateFields must be set via Config API command 'set-user-property', but 'bin/solr create' tells users to use the default action 'set-property', which fails because the property is not editable 2018-06-12 21:50:25 -04:00
Steve Rowe 3d8b219273 SOLR-12434: remove debug printing from bin/solr 2018-06-12 21:10:19 -04:00
Steve Rowe 00be7bc2d6 SOLR-12434: remove debug printing from bin/solr 2018-06-12 21:00:39 -04:00
Steve Rowe ade22a1ef9 SOLR-12434: Fix 'bin/solr config' endless loop parsing cmdline args 2018-06-12 20:56:57 -04:00
Steve Rowe ba62472bd3 SOLR-12434: bin/solr {config,healthcheck} ignore ZK_HOST in solr.in.{sh,cmd} 2018-06-12 20:01:20 -04:00
yonik 23da90813c SOLR-9685: fix parsing of tagged sub-queries 2018-06-12 16:06:46 -04:00
Andrzej Bialecki 7c4bad0e8f SOLR-12208: Add simulator support for properly tracking INDEX.sizeInBytes and INDEX.sizeInGB. 2018-06-12 16:22:00 +02:00
Steve Rowe 90e4eca9db LUCENE-8278: move CHANGES entry to 7.4 section 2018-06-12 09:34:53 -04:00
Andrzej Bialecki 87d9343a9b SOLR-12392: Don't create conflicting ops when docs / index size criteria conflict. 2018-06-12 10:43:13 +02:00
Noble Paul d9da757bc5 SOLR-12208: ignored the test , because it fails now 2018-06-12 18:33:56 +10:00
Noble Paul 98a4dd29ef SOLR-12208: Renamed the autoscaling variable 'INDEX.sizeInBytes' to 'INDEX.sizeInGB' 2018-06-12 13:47:12 +10:00
Steve Rowe ead05a10b1 LUCENE-8278: Some end-of-input no-scheme domain-only URL tokens are typed as <ALPHANUM> rather than <URL> 2018-06-11 17:09:30 -04:00
Cassandra Targett 7773bf6764 SOLR-11779: Ref Guide: minor typos; capitalize section titles; remove monospace from section titles 2018-06-11 15:54:30 -05:00
Cassandra Targett f1ce5bb22a Ref Guide: fix missing colons to make proper labeled list 2018-06-11 15:35:13 -05:00
Cassandra Targett fc3f642692 SOLR-12223: Update docs to add Initial Startup section for bi-directional updates 2018-06-11 14:55:21 -05:00
Cassandra Targett efd1690a06 Ref Guide: use headline case for section titles 2018-06-11 14:32:54 -05:00
Cassandra Targett 16242997f2 SOLR-112476: add 7.4 upgrade notes for Ref Guide 2018-06-11 14:32:54 -05:00
Jan Høydahl 43fbf0321d Make spatial example more readable and fix bug where *:* did not show. Fixes #400 2018-06-11 21:21:43 +02:00
Jan Høydahl f76f7fc61f Minor typo in autoscaling refguide docs. Fixes #401 2018-06-11 21:18:40 +02:00
Cassandra Targett 74576b0083 SOLR-9480: Ref Guide minor typo cleanup; remove outdated/unnecessary anchors 2018-06-11 12:02:22 -05:00
David Smiley 4f1b83bd85 SOLR-12274: Solr Ref Guide, spatial-search: Corrected obsolete JTS license info & location 2018-06-11 12:13:12 -04:00
David Smiley 8095139da3 SOLR-12361: Allow nested child documents to be in field values of a SolrInputDocument.
* AddUpdateCommand and it's relationship with DirectUpdateHandler2 was reworked substantially.

Fixes #385
2018-06-11 10:48:30 -04:00
Cassandra Targett c6c1aeb768 SOLR-12160: Ref Guide: break up some longer paragraphs a bit 2018-06-11 08:57:42 -05:00
Cassandra Targett cff9923795 SOLR-12181: Ref Guide: add link to ref'd JIRA issue + minor punctuation fixes 2018-06-11 08:45:50 -05:00
Andrzej Bialecki 16e0c234ed SOLR-11779: Improve stability of this test - use predictable timestamps and avoid sampling races. 2018-06-11 12:23:07 +02:00
Noble Paul 0242409fae SOLR-12474: Add an UpdateRequest Object that implements RequestWriter.ContentWriter 2018-06-11 13:04:54 +10:00
Noble Paul b7e9fb43d0 SOLR-12455: Use the new serializarion in V2 and schema requests 2018-06-10 14:05:00 +10:00
broustant a06256ccee SOLR-11865: QueryElevationComponent changes
* new useConfiguredElevatedOrder setting
* more extensible (customizable via subclass)
** ElevationProvider
** handleInitializationException with cause enum
* use BytesRef for uniqueKey ID pervasively instead of String.
* ElevatorComparatorSource now reuses getBoostedDocs logic
* setSort will short-circuit if there are no elevated Ids
* extensive refactoring and affects some interrelated components
2018-06-09 11:32:24 -04:00
Noble Paul 944b24fab8 SOLR-12455: Refactor JSON serialization code into SolrJ package 2018-06-09 23:40:55 +10:00
Noble Paul 8f9eeb1e2c SOLR-12449: Response /autoscaling/diagnostics shows improper json 2018-06-09 23:35:53 +10:00
Noble Paul 7ffdbf15f5 SOLR-12449: Response /autoscaling/diagnostics shows improper json 2018-06-09 23:35:16 +10:00
Cassandra Targett c524dc2606 Ref Guide: ensure consistency with "etc." in sentences 2018-06-08 15:24:11 -05:00
Cassandra Targett 4dacf90812 SOLR-11982: Ref Guide: remove deprecated content; break up long paragraphs 2018-06-08 15:16:16 -05:00
Cassandra Targett 4c7b7c0063 SOLR-4793: Ref Guide: shorten the section heading & fix refs 2018-06-08 14:38:31 -05:00
Cassandra Targett 9b5dd15471 SOLR-12378: Ref Guide: reformat parameter list; break up big paragraph; fix typos 2018-06-08 14:09:50 -05:00
Cassandra Targett a06c24cf92 Ref Guide: fix inconsistent "eg" and "ie" usages; capitalize ZooKeeper properly 2018-06-08 11:08:41 -05:00
Cassandra Targett eb7bb2d906 SOLR-12338: State default value more directly 2018-06-08 10:49:29 -05:00
Adrien Grand 15078ccc83 SOLR-12392: Bad-apple IndexSizeTriggerTest.test(Split|Merge)Integration. 2018-06-08 16:37:06 +02:00
Adrien Grand d6d24ecfd2 SOLR-12075: Disable TestLargeCluster again. 2018-06-08 16:29:29 +02:00
Jan Høydahl 01aeb3aa4a Update Tika version in 8.0.0 section 2018-06-08 15:22:00 +02:00
Jan Høydahl 30bf6b657f SOLR-12350: Do not use docValues as stored for _str (copy)fields in _default configset 2018-06-08 15:12:48 +02:00
ivera 36b7cdde06 LUCENE-8350: Fix for time-out in RandomGeoPolygonTests 2018-06-08 12:47:26 +02:00