902 Commits

Author SHA1 Message Date
Steve Rowe
01808eee93 SOLR-12243: Edismax missing phrase queries when phrases contain multiterm synonyms 2018-11-05 10:32:49 -05:00
Cassandra Targett
1e3cc4861a SOLR-12746: Simplify the Ref Guide HTML structure and use semantic HTML tags where possible. Adds new template files for Asciidoctor HTML conversion. 2018-11-05 09:07:01 -06:00
Gus Heck
45b772f4a9 SOLR-12938 - Cluster status now returns results for aliases instead of
throwing an exception
2018-11-04 12:01:51 -05:00
Andrzej Bialecki
3ed64375ef SOLR-12942: Add an option in IndexSizeTrigger to select the split shard method. 2018-10-31 18:47:34 +01:00
Joel Bernstein
914c431987 SOLR-12913: Add recip and expand percentile docs 2018-10-31 08:48:04 -04:00
Joel Bernstein
0c8675dccc SOLR-12913: RefGuide formatting 2018-10-26 13:41:09 -04:00
Joel Bernstein
4821b30598 SOLR-12913: RefGuide revisions 2018-10-26 13:31:53 -04:00
Cassandra Targett
93ccdce57c SOLR-5004: put param names and values in monospace 2018-10-25 11:06:25 -05:00
Joel Bernstein
7952cec99a SOLR-12913: Streaming Expressions / Math Expressions docs for 7.6 release 2018-10-25 09:17:25 -04:00
Cassandra Targett
16ee847663 SOLR-12827: remove monospace in headings; correct formatting for heading level indicator; remove redundant "Example #" in the example titles 2018-10-24 15:04:33 -05:00
Cassandra Targett
b72f05dac6 SOLR-9317: cleanup a couple of typos; add some description to addreplica examples 2018-10-24 14:41:36 -05:00
Christine Poerschke
e62fe45983 SOLR-12772: Correct dotProduct parameters+syntax documentation 2018-10-24 19:49:35 +01:00
Christine Poerschke
cebf7039ee Fix typo in stream-decorator-reference.adoc file. 2018-10-24 19:22:51 +01:00
David Smiley
3e89b7a771 SOLR-12754: New hl.weightMatches for UnifiedHighlighter WEIGHT_MATCHES
(defaults to true in master/8)
2018-10-23 13:28:10 -04:00
Anshum Gupta
d799fd53c7 SOLR-5004: Allow a shard to be split into 'n' sub-shards using the collections API 2018-10-22 15:01:24 -07:00
Christine Poerschke
c9776d88f9 Three minor variables.adoc edits. 2018-10-22 17:33:11 +01:00
Andrew Lundgren
1a8188d92b SOLR-10981: Support for stream.url or stream.file pointing to gzipped data 2018-10-18 19:53:21 -04:00
Noble Paul
635d1ea535 SOLR-12740: fixed doc asciidoc errors 2018-10-17 12:16:17 +11:00
Noble Paul
761f8aaf79 SOLR-12740: adding a link 2018-10-17 00:22:54 +11:00
Noble Paul
8d3810df54 SOLR-12740: migration docs 2018-10-16 17:38:51 +11:00
David Smiley
306065fca8 LUCENE-12357: Update ref guide notes 2018-10-15 23:38:09 -04:00
Christine Poerschke
1ccd555862 Fix couple of typos. 2018-10-15 15:08:17 -04:00
Jason Gerlowski
42ac07d11b SOLR-12565: Add SolrJ snippet to 'Using ZooKeeper to manage config' ref-guide page 2018-10-11 14:30:43 -04:00
Jan Høydahl
80011d669a SOLR-12620: Remove the Admin UI Cloud -> Graph (Radial) view 2018-10-10 21:54:34 +02:00
Shalin Shekhar Mangar
dbed8bafe6 SOLR-12739: Autoscaling policy framework is now used as the default strategy to select the nodes on which new replicas or replicas of new collections are created.
Previously, the maxShardsPerNode parameter was not allowed on collections when autoscaling policy was configured. Also if an autoscaling policy was configured then the default was to set an unlimited maxShardsPerNode automatically. Now the maxShardsPerNode parameter is always allowed during collection creation and maxShardsPerNode should be set correctly (if required) regardless of whether autoscaling policies are in effect or not. The default value of maxShardsPerNode continues to be 1 as before. It can be set to -1 during collection creation to fall back to the old behavior of unlimited maxShardsPerNode when using autoscaling policy. This patch also fixes PolicyHelper to find the free disk space requirements of a new replica from the leader only if said leader node is alive.
2018-10-09 12:10:28 +05:30
Shalin Shekhar Mangar
ace0db7a0a SOLR-12835: Document statistics exposed by the Query Result Cache when maxRamMB is configured 2018-10-05 08:20:31 +05:30
Shalin Shekhar Mangar
793a677d0f SOLR-12827: Fix blurb in ref guide to say that the key is deprecated instead of saying that it is no longer supported. 2018-10-04 16:22:29 +05:30
Andrzej Bialecki
452c2dabf0 SOLR-12815: Implement maxOps limit for IndexSizeTrigger. 2018-10-04 12:48:25 +02:00
Shalin Shekhar Mangar
152fd966a7 SOLR-12827: Migrate cluster wide defaults syntax in cluster properties to a nested structure
The cluster wide defaults structure has changed from {collectionDefaults: {nrtReplicas : 2}} to {defaults : {collection : {nrtReplicas : 2}}}.  The old format continues to be supported and can be read from ZK as well as written using the V2 set-obj-property syntax but it is deprecated and will be removed in Solr 9. We recommend that users change their API calls to use the new format going forward.
2018-10-04 16:12:55 +05:30
Tomas Fernandez Lobbe
46f753d7c6 SOLR-12767: Always include the achieved rf in the response
This commit deprecates the min_rf parameter. Solr now always includes the achieved replication
factor in the update requests (as if min_rf was always specified). Also, reverts the changes
introduced in SOLR-8034, replicas that don't ack an update will have to recover to prevent
inconsistent shards.
2018-10-03 09:40:15 -07:00
David Smiley
964cc88cee SOLR-12593: remove date parsing from extract contrib
* added "ignored_*" to the default configSet
* Updated Ref Guide info on Solr Cell to demonstrate usage without using the techproducts configSet

Closes #438
2018-09-28 16:50:11 -04:00
Jan Høydahl
03c9c04353 LUCENE-8493: Stop publishing insecure .sha1 files with releases 2018-09-26 15:31:26 +02:00
Shalin Shekhar Mangar
4bcace571e SOLR-9317: ADDREPLICA command should be able to add more than one replica to a collection,shard at a time.
The API now supports 'nrtReplicas', 'tlogReplicas', 'pullReplicas' parameters as well 'createNodeSet' parameter. As part of this change, the CREATESHARD API now delegates placing replicas entirely to the ADDREPLICA command and uses the new parameters to add all the replicas in one API call.
2018-09-21 15:12:21 +05:30
Cassandra Targett
264110e7b9 SOLR-12784: Fix broken link to stemdict.txt by including it in the Guide directly 2018-09-19 14:15:01 -05:00
Steve Rowe
ca86de1784 SOLR-12771: Improve Autoscaling Policy and Preferences documentation 2018-09-17 14:57:52 -04:00
Erick Erickson
b2b597b038 SOLR-12773: Fix typos widely spread around codebase 2018-09-16 09:46:20 -07:00
Christine Poerschke
d6641ffb1d Fix Ma[n]datory typo in stream-decorator-reference.adoc file. 2018-09-13 21:26:19 +01:00
David Smiley
6e8c05f6fe SOLR-12361: ref guide changes & CHANGES.txt organization 2018-09-12 17:34:28 -04:00
Christine Poerschke
41e972ee8a Fix num[u]eric typo in stream-evaluator-reference.adoc file. 2018-09-12 22:30:01 +01:00
Cassandra Targett
b32dcbbe42 Ref Guide: fix typos; params -> parameters 2018-09-12 15:04:28 -05:00
Cassandra Targett
ad7f15d808 Fix typo in build.xml so PDF javadoc links get converted correctly 2018-09-12 15:03:43 -05:00
Cassandra Targett
89bc082478 SOLR-12763: upgrade notes + some MergePolicy param fixes 2018-09-11 13:26:42 -05:00
Varun Thacker
d35d2063a8 SOLR-11836: FacetStream works with bucketSizeLimit of -1 which will fetch all the buckets 2018-09-11 10:58:04 -07:00
Mike McCandless
398074d0f8 LUCENE-8343: change suggesters to use Long instead of long weight during indexing, and double instead of long score at suggest time 2018-09-11 12:03:40 -04:00
Cassandra Targett
a619038e90 SOLR-12701: format/style consistency fixes for math expression docs; CSS change to make bold monospace appear properly 2018-09-11 08:47:16 -05:00
Joel Bernstein
70f001918e SOLR-11943: Fix RefGuide for latlonVectors and haversineMeters functions. 2018-09-09 20:59:13 -04:00
Joel Bernstein
e5232f68cf SOLR-11943: Fix RefGuide for latlonVectors and haversineMeters functions. 2018-09-09 20:53:54 -04:00
Joel Bernstein
304836e675 SOLR-11943: Update RefGuide for latlonVectors and haversineMeters functions. 2018-09-09 20:44:25 -04:00
David Smiley
21d130c3ed SOLR-12357: TRA preemptiveCreateMath option.
Simplified test utility TrackingUpdateProcessorFactory.
Reverted some attempts the TRA used to make in avoiding overseer communication (too complicated).
Closes #433
2018-09-06 23:38:44 -04:00
Tomas Fernandez Lobbe
ccd9f6fccb SOLR-12612: Accept custom keys in cluster properties (doc changes)
Also added missing known cluster properties
2018-09-06 14:38:35 -07:00