Commit Graph

718 Commits

Author SHA1 Message Date
Andrzej Bialecki 8dd704ef78 SOLR-12470: Search Rate Trigger multiple bug fixes, improvements and documentation updates. 2018-08-14 20:41:42 +02:00
Cassandra Targett 3e58e8ab45 SOLR-12664: Change bottom page nav styling 2018-08-14 12:13:44 -05:00
Cassandra Targett cdc0959afc Ref Guide: small typos; i.e. and e.g. cleanups 2018-08-10 14:58:57 -05:00
Cassandra Targett 4a3f8f6b44 SOLR-12599: clarify availability and number of debug parameters 2018-08-10 14:19:53 -05:00
Cassandra Targett 89a1655e7f SOLR-11766: Move Streaming Expressions to be top-level section of Ref Guide 2018-08-10 08:54:43 -05:00
Cassandra Targett dfb33e97d0 Ref Guide: standardize section titles to use headline case 2018-08-10 08:54:43 -05:00
Cassandra Targett e46c6b83a4 SOLR-11990: standardize "co-locate" for "colocate" throughout 2018-08-10 08:54:43 -05:00
Cassandra Targett d1c73ff6f6 SOLR-11947: Change math-expressions.adoc to remove level 2 section headings; use headline case for dsp.adoc section titles 2018-08-10 08:54:43 -05:00
Mikhail Khludnev 63fc1246f7 SOLR-11834: rollback [subquery] fields documentation 2018-08-09 20:28:45 +03:00
Steve Rowe 6c11284e7c SOLR-12636: escape arrow glyph to fix precommit 2018-08-09 09:56:17 -04:00
Steve Rowe 37e8fea22e SOLR-12636: Improve autoscaling policy rules documentation 2018-08-08 14:23:08 -04:00
Cassandra Targett 2674c53809 Ref Guide: fix typo in MODIFYCOLLECTION example 2018-08-08 08:53:15 -05:00
Jan Høydahl 9306922d65 SOLR-7767: "ZK Status" sub menu under "Cloud" tab to see status of zookeeper ensemble 2018-08-08 12:43:19 +02:00
David Smiley c3887b351e SOLR-12586: Change ParseDateFieldUpdateProcessorFactory to use java.time.DateTimeFormatter, not Joda Time.
Note: slightly different pattern language!
Remove Joda Time.
Closes #428
2018-08-07 11:51:16 -04:00
Varun Thacker b33df4ecff SOLR-12622: Ref guide example for configuring SolrSlf4jReporter 2018-08-04 11:13:22 -07:00
noble 664187f73a SOLR-12592: added support for range , percentage and decimal 2018-08-04 16:34:23 +10:00
Jan Høydahl 17a02c1089 SOLR-8207: Add "Nodes" view to the Admin UI "Cloud" tab, listing nodes and key metrics 2018-08-03 13:55:11 +02:00
Andrzej Bialecki 5de10c7966 SOLR-12344: SolrSlf4jReporter doesn't set MDC context. 2018-08-02 14:29:47 +02:00
Andrzej Bialecki 1133bf98a5 SOLR-12509: Improve SplitShardCmd performance and reliability. 2018-08-01 16:30:59 +02:00
Cassandra Targett 13960594e4 SOLR-11870: Ref Guide: Add docs on filter param for ICU filters 2018-07-31 13:17:14 -05:00
Cassandra Targett ecad9198d8 SOLR-12448: Fix outdated docs that say autoAddReplicas is for shared FS only in Ref Guide and v2 API specs 2018-07-31 12:25:45 -05:00
Cassandra Targett ea221069c3 SOLR-12164: Ref Guide - improve index.adoc so it's a nicer landing page for the Guide 2018-07-30 14:11:55 -05:00
Shalin Shekhar Mangar 179c8f9b48 SOLR-11990: Make it possible to co-locate replicas of multiple collections together in a node.
A collection may be co-located with another collection during collection creation time by specifying a
'withCollection' parameter. It can also be co-located afterwards by using the modify collection API.
The co-location guarantee is enforced regardless of future cluster operations whether they are invoked
manually via the Collection API or automatically by the Autoscaling framework.

Squashed commit of the following:

commit 3827703b38c598f1247c90ab57d3d640ab3a9e21
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Sat Jul 28 11:54:10 2018 +0530

    SOLR-11990: Added change log entry

commit 7977222e07ba47274062cb8d8a69e7956d644000
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Sat Jul 28 11:52:17 2018 +0530

    SOLR-11990: Added change log entry

commit 1857075fdb9d535b6149ad4369fed8b64b0c01f6
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Sat Jul 28 11:49:51 2018 +0530

    SOLR-11990: Added note about co-location guarantees being one way only

commit 8557cbc8a511f21d1fcad99e11ea9d2104d0bef4
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Sat Jul 28 10:43:37 2018 +0530

    SOLR-11990: Remove unused import

commit 864b013fd744edca9b6b84a8a7573fab3c5310d5
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Sat Jul 28 10:21:59 2018 +0530

    SOLR-11990: Fixing compilation issues after merging master

commit dd840a2f7e765ee96c899d4d9ea89b6b67c5ae62
Merge: bb4ffb3 828d281
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Sat Jul 28 10:03:50 2018 +0530

    Merge branch 'master' into jira/solr-11990

    # Conflicts:
    #	solr/solr-ref-guide/src/collections-api.adoc
    #	solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/Clause.java
    #	solr/solrj/src/java/org/apache/solr/client/solrj/cloud/autoscaling/Suggestion.java

commit bb4ffb32c4960a2809ac8927e214e1e012204a73
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jul 27 14:09:44 2018 +0530

    SOLR-11990: Ensure that the suggestion are validated by the policy engine otherwise move to the next candidate replica or the next candidate node

commit a97d45b22f9c232e939f979502c761001be9ae24
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jul 27 13:22:10 2018 +0530

    SOLR-11990: Autoscaling suggestions for withCollection violations should prefer moving replicas before adding replicas

commit 7b5a84338dfe7335599a5e96aff2d26cb4eeaac6
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jul 27 12:22:45 2018 +0530

    SOLR-11990: Fix statement about the behavior of the modify collection API when modifying the withCollection parameter

commit 63aec4fe0de7025c16b6ebc47dad1004531ecee1
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Thu Jul 26 07:29:07 2018 +0530

    SOLR-11990: Added new page to the reference guide describing how to colocate collections together including guarantees and limitations

commit 6bfcd0786bb30353de9c26a01ec97ce3191b58f8
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Wed Jul 25 21:42:25 2018 +0530

    SOLR-11990: Added another test which creates two collections which are colocated with two different collections and ensures that create collection and add replica operations work correctly

commit 4cead778f0044b6fb4012b085abf7b60350f495b
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Wed Jul 25 21:07:47 2018 +0530

    SOLR-11990: Stop or start jettys in test setup to ensure that we always have exactly 2 replicas running before a test starts

commit 70dbfd042c2164fcd76d406eeab1518e4d3147fb
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Wed Jul 25 19:19:07 2018 +0530

    SOLR-11990: Added description of the new withCollection parameter in the reference guide

commit 9d8260852b9d667d4d8e026432fd7727b7789393
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Wed Jul 25 19:16:46 2018 +0530

    SOLR-11990: Reset count down latch during test setup

commit ae508165571b1afde54337859b8d5fdbb1d67312
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Wed Jul 25 15:43:54 2018 +0530

    SOLR-11990: Add support for withCollection in simulated create collection API

commit 84f026b8c4cc25edb548430b8f5ad09d2486b3b5
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Tue Jul 24 17:21:33 2018 +0530

    SOLR-11990: Ported the refactoring made in CreateCollectionCmd to the simulated version so that simulation tests are able to create collections correctly

commit defe111c9d31c8e4f0f00b4f2f3c875f5b2fa602
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Tue Jul 24 16:17:52 2018 +0530

    SOLR-11990: Add missing javadoc for return statement

commit 8e47d5bc4545548c5441909c3fcc1a7901b38185
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Tue Jul 24 16:11:45 2018 +0530

    SOLR-11990: Replace usage of forbidden Charsets with StandardCharsets class

commit 2d1b9eb25ea96a3a42c000ae654400ed44c17554
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Tue Jul 24 16:07:36 2018 +0530

    SOLR-11990: Extract ConditionType to an interface VarType along with a WithCollectionVarType implementation

commit 1de2a4f52a59afca28de75bfa5156a3d6567a4f5
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Tue Jul 24 12:53:26 2018 +0530

    SOLR-11990: Pass strict-ness parameter to the ConditionType so that WITH_COLLECTION can choose not to project add replica in strict mode.

    This ensures that add replica or move replica suggesters always choose nodes that already have withCollection replicas first unless there are violations in doing so. Only if the first pass fails to find a suitable replica, do we go to the other nodes in the cluster. This also removes the need for the majority of changes in AddReplicaSuggester and so they've been reverted.

commit 0d616ed9e9bad791548c87086cba7760d724350d
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Tue Jul 24 11:36:34 2018 +0530

    SOLR-11990: Minor changes to formatting and code comments

commit 1228538f934f35f15797d89c2c66f2deb9cddd8c
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Mon Jul 23 14:26:19 2018 +0530

    SOLR-11990: Added a test which simulates a lost node and asserts that move replica suggester moves the replica on the lost node to a node already having the withCollection present

commit 582f1fd98de93ab73c74a1f623749dd031beb381
Author: Noble Paul <noble@apache.org>
Date:   Mon Jul 23 18:35:22 2018 +1000

    SOLR-11990: NPE removing unnecessary System.out.println

commit 501bc6c1d066321b344bbb8b1de3c2ead52f8c49
Author: Noble Paul <noble@apache.org>
Date:   Mon Jul 23 18:31:07 2018 +1000

    SOLR-11990: NPE during class init

commit acbf4a69321e16cff11cc7cf0a1f076fd9ac0037
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Mon Jul 23 13:55:30 2018 +0530

    SOLR-11990: Added asserts on the nodes that should be selected by the add replica suggester

commit 4824933fd6eb7d1773acbff1a1a0c5e670226e0b
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jul 20 14:30:52 2018 +0530

    SOLR-11990: Added WITH_COLLECTION to global tags. Fixed implementation of addViolatingReplicas and getSuggestions in the clause impl. Added more asserts in testWithCollectionSuggestions.

commit dbadb33211c190026e08d8e3ea587b6f8df8720b
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Fri Jul 20 13:44:36 2018 +0530

    SOLR-11990: Added support for comparing violations, generating suggestions and adding violating replicas

commit ada1f17d5c93a4186260473e4822d2bee1da0e16
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Wed Jul 18 19:14:56 2018 +0530

    SOLR-11990: Fix mock node state provider in TestPolicy to use the right cluster state. Added nocommits to ensure that we return the right suggestions for this feature.

commit ef2d61812e0d96eb2275b3411906d9de57ab835e
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Wed Jul 18 18:39:51 2018 +0530

    SOLR-11990: Add missing node in nodeValues configuration

commit 34841fc01fea4a9f1e6a9f64050e576f2247a72b
Author: Shalin Shekhar Mangar <shalin@apache.org>
Date:   Wed Jul 18 16:32:57 2018 +0530

    SOLR-11990: Make it possible to co-locate replicas of multiple collections together in a node
2018-07-29 07:26:13 +05:30
Varun Thacker 828d2815f1 SOLR-12599: Add more query routing params to the ref guide 2018-07-27 14:31:55 -07:00
Noble Paul dfb18a6d72 SOLR-12536: ref guide typo fixed 2018-07-27 14:27:51 +10:00
Noble Paul 90424cbe27 SOLR-12536: ref guide 2018-07-27 12:37:32 +10:00
Chris Hostetter 71c0bddd14 SOLR-12581: the JSON Facet 'relatedness()' aggregate function now supports a 'min_popularity' option using the extended type:func syntax 2018-07-25 10:06:30 -07:00
Chris Hostetter 98d463ae48 SOLR-12567: JSON Facet "functions" now support an extended "type:func" syntax, similar to other types of facets
This also allows additional local params to be specified for if the aggregation function can take advantage of them.
2018-07-24 10:43:49 -07:00
Erick Erickson 9d7aef6e77 SOLR-12576: Update ref guide for additional information displayed in cloud view 2018-07-23 20:58:32 -07:00
Varun Thacker 9d9c3a0cd8 SOLR-11598: Support more than 4 sort fields in the export writer 2018-07-20 11:38:07 -07:00
Cassandra Targett c152caeb23 Ref Guide: fix URL example rendering in result-grouping.adoc so all characters appear properly 2018-07-20 07:40:24 -05:00
Chris Hostetter 3a5d4a25df SOLR-12343: Fixed a bug in JSON Faceting that could cause incorrect counts/stats when using non default sort options
This also adds a new configurable "overrefine" option
2018-07-19 10:05:28 -07:00
Cassandra Targett d443ed088d SOLR-11453: Ref Guide: add info on location of solr_slow_requests.log 2018-07-18 15:55:12 -05:00
Cassandra Targett 8242fc8368 Ref Guide: tiny edit to standardize usages of "tlog" for "transaction log" 2018-07-18 15:51:20 -05:00
Cassandra Targett 722f7dabd0 SOLR-11277: Ref Guide: add parameters for defining kilo/mega/gigabyte suffixes 2018-07-18 15:49:40 -05:00
Cassandra Targett d6afe1d016 SOLR-12507: clean up italics in MODIFYCOLLECTION example 2018-07-18 15:48:29 -05:00
Alessandro Benedetti 1a83a14668 Merge remote-tracking branch 'upstream/master' into LUCENE-8343 2018-07-18 10:19:21 +01:00
Noble Paul 49b1fe2b6d SOLR-12522: Support a runtime function `#ALL` for 'replica' in autoscaling policies 2018-07-17 15:40:22 +10:00
Chris Hostetter 2b395dabb8 SOLR-12115: explain all the types of Domain changes available in JSON Faceting
this also restructures the order of the content a bit to introduce concepts in the order they will most likelye be useful to most users
2018-07-16 09:15:11 -07:00
Noble Paul 1e50030940 SOLR-12495,SOLR-11986 ref guide 2018-07-16 17:57:57 +10:00
Anshum Gupta 26f76cc1be SOLR-12547: Fix typo in documentation for maxSize based auto-commit 2018-07-11 23:00:49 -07:00
Alexandre Rafalovitch b7d14c50fb SOLR-11694: Remove outdated UIMA module 2018-07-07 09:58:57 -04:00
Ishan Chattopadhyaya c291fa3724 SOLR-12530: Ability to disable configset upload 2018-06-29 19:12:07 +05:30
Noble Paul 62b9cbc6f9 SOLR-11985: added validation and test 2018-06-29 14:53:14 +10:00
Erick Erickson c303c5f126 LUCENE-8370: Reproducing TestLucene{54,70}DocValuesFormat.testSortedSetVariableLengthBigVsStoredFields() failures 2018-06-28 18:28:37 -07:00
Cassandra Targett 38c33de24c SOLR-12529: clean up how to publish ref guide docs 2018-06-28 15:36:14 -05:00
Alan Woodward 0fbe3d257e LUCENE-8356: Remove StandardFilter from Solr schemas 2018-06-27 12:05:23 +01:00
Noble Paul a929003f5b SOLR-11985: ref guide
SOLR-12511: ref guide

SOLR-12517: ref guide
2018-06-27 12:58:08 +10:00
Andrzej Bialecki 1023b839ae SOLR-11665: Improve error handling of shard splitting. Fix splitting of mixed replica types. 2018-06-26 20:35:34 +02:00
David Smiley 095f9eb90d SOLR-12398: Add Heatmap facet option to JSON Facet API.
* moved the preponderance of the implementation from SpatialHeatmapFacets (used by SimpleFacets) into the new API.
2018-06-25 22:37:13 -04:00
Shalin Shekhar Mangar 6b4e9340d8 SOLR-12507: Support deleting properties using a blank parameter value 2018-06-25 16:34:52 +05:30
Shalin Shekhar Mangar fabc408d3b SOLR-12507: Modify collection API should support un-setting properties 2018-06-21 15:45:24 +05:30
Varun Thacker 3d20e8967b SOLR-12489: User specified replicationFactor and maxShardsPerNode is used when specified during a restore operation.
A user can now specify nrtReplicas/tlogReplicas/pullReplicas while restoring the collection.

Specifying replicationFactor or nrtReplicas have the same effect and only one can be specified
2018-06-19 19:45:08 +05:30
Anshum Gupta 6222c46201 SOLR-11277: Documentation for maxSize based auto hard commit 2018-06-18 09:56:43 -07:00
Erick 2519025fda LUCENE-7976: Make TieredMergePolicy respect maxSegmentSizeMB and allow singleton merges of very large segments 2018-06-15 12:33:02 -07:00
Dawid Weiss 47b9ca6f57 SOLR-11200: ioThrottle solr ref guide follow-up. 2018-06-15 09:48:20 +02:00
Steve Rowe fba42bbac6 SOLR-12435: Fix bin/solr help and ref guide text to describe ZK_HOST in solr.in.sh/solr.in.cmd as an alternative to -z cmdline param 2018-06-14 21:06:09 -04:00
Steve Rowe 26a1143dcf SOLR-12437: Document 'bin/solr config' in the ref guide 2018-06-14 16:29:54 -04:00
Varun Thacker a26a1bb249 SOLR-11453: Ref-Guide Changes 2018-06-14 16:29:03 +02:00
Mikhail Khludnev 052fede51d SOLR-9685: documenting #tags in query DSL. 2018-06-14 17:20:54 +03: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
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
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
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
Andrzej Bialecki 417940cdd7 SOLR-12438: Improve status reporting of metrics history API. 2018-06-07 22:26:47 +02:00
Cassandra Targett d7abebd7af SOLR-12376: Add some links to other Ref Guide pages; minor format & typo cleanup 2018-06-07 14:30:51 -05:00
Alessandro Benedetti 2b636e8c3a [LUCENE-8343] minor documentation fixes 2018-06-07 16:51:38 +01:00
Alessandro Benedetti cef9a2283e Merge remote-tracking branch 'upstream/master' into LUCENE-8343 2018-06-07 16:50:58 +01:00
Cassandra Targett 6e88035297 SOLR-12018: Remove comments.apache.org integration for the Ref Guide 2018-06-07 10:17:23 -05:00
Alessandro Benedetti 17cfa63479 [LUCENE-8343] documentation fix 2018-06-06 19:42:08 +01:00
David Smiley cf63392183 SOLR-12376: New TaggerRequestHandler (SolrTextTagger). 2018-06-05 14:04:55 -04:00
Noble Paul f27d8a2dbf SOLR-12387: added documentation 2018-06-05 12:53:22 +10:00
Jan Høydahl 6ca0c5f98a SOLR-12401: Add refGuide docs and CHANGES 2018-05-30 12:51:00 +02:00
Cao Manh Dat 6084da559c SOLR-12338: Replay buffering tlog in parallel 2018-05-30 11:05:48 +07:00
Varun Thacker 8821b80616 fix typo in autoscaling trigger page 2018-05-29 18:49:24 -07:00
Andrzej Bialecki 6bbce38b77 SOLR-11779: Basic long-term collection of aggregated metrics. 2018-05-29 10:35:39 +02:00
Dawid Weiss 0e4e0096fd SOLR-12396: Upgrade Carrot2 to 3.16.0, HPPC to 0.8.1, morfologik to 2.1.5 2018-05-25 09:16:41 +02:00
Steve Rowe 54a63d0d0c SOLR-12388: Enable a strict ZooKeeper-connected search request mode, in which search requests will fail when the coordinating node cant communicate with ZooKeeper, by setting the "shards.tolerant" param to "requireZkConnected" 2018-05-25 01:03:54 -04:00
markrmiller 48bd259516 SOLR-12378: Support missing versionField on indexed docs in DocBasedVersionConstraintsURP. 2018-05-23 15:44:37 -05:00
Chris Hostetter 669b9e7a53 SOLR-9480: A new 'relatedness()' aggregate function for JSON Faceting to enable building Semantic Knowledge Graphs 2018-05-21 08:22:54 -07:00
Steve Rowe d91273ddf0 LUCENE-8273: Rename TermExclusionFilter -> ProtectedTermFilter. Allow ProtectedTermFilterFactory to be used outside of CustomAnalyzer, including in Solr, by allowing wrapped filters and their parameters to be specified on construction. Add tests for ProtectedTermFilterFactory in lucene/common/analysis/ and in solr/core/. Add Solr ref guide documentation for ProtectedTermFilterFactory. Improve javadocs for CustomAnalyzer, ConditionalTokenFilter, and ProtectedTermFilter. 2018-05-20 19:52:07 -04:00
Christine Poerschke 0e1426627a SOLR-12036: use DefaultStreamFactory in Solr Ref Guide (Streaming Expressions) example 2018-05-18 19:58:56 +01:00
Cassandra Targett 7bb3e5c248 Ref Guide: add step to install asciidoctor before jekyll-asciidoc to prevent wrong version of gem being installed as a dependency 2018-05-17 15:03:14 -05:00
Cassandra Targett 0adaeee438 Ref Guide: fix ZK string in kerberos solrj example 2018-05-10 11:53:35 -05:00
Alan Woodward b5021a6658 Fix precommit 2018-05-10 09:32:39 +01:00
Joel Bernstein c2819930d7 SOLR-12280: Add dsp to math-expression children 2018-05-09 16:35:53 -04:00
Joel Bernstein 144f00a1e3 Squashed commit of the following:
commit e5074c3223e394af17f686294a67a1dd3ecdd147
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed May 9 13:16:34 2018 -0400

    SOLR-12280: WIP

commit 69cdeccf161177d10f4d2407542392aaee3fcfe8
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed May 9 13:08:02 2018 -0400

    SOLR-12280: WIP

commit c94f0c87c3e57c023d622ad2411e522c4aac491c
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed May 9 11:54:58 2018 -0400

    SOLR-12280: WIP

commit 68dd1e73355cb84410f2d0ff3a51797ed6194a10
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed May 9 10:54:32 2018 -0400

    SOLR-12280: WIP

commit 04a010543418a469100fa299c606a7b1eed452e1
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed May 9 10:47:27 2018 -0400

    SOLR-12280: WIP

commit a6bbfbadaafe33fcdf93d5c72755e30dadadf017
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed May 9 09:40:08 2018 -0400

    SOLR-12280: WIP

commit 5d27961aa291bcd71527337632981bcdf62369b4
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue May 8 20:43:33 2018 -0400

    SOLR-12280: WIP

commit e982cf939f429c05b736f6292c68dd96d7ebc027
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue May 8 13:27:29 2018 -0400

    SOLR-12280: WIP

commit aae78ab6f387c28a080021bc919ef51864540be2
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue May 8 12:23:52 2018 -0400

    SOLR-12280: WIP

commit 0787ad76f0f4c62c860784b15490d8a988939997
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue May 8 12:20:38 2018 -0400

    SOLR-12280: WIP

commit 4df098376ba05188702cca8582959c3fe18066f5
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue May 8 12:12:11 2018 -0400

    SOLR-12280: WIP

commit 5c0be5136bbab7e0c33b3b8a7b0395b1b330e96d
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue May 8 12:04:57 2018 -0400

    SOLR-12280: WIP

commit 6c6feac4c2e5a49a5eab87a228713d1b93c8fc70
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue May 8 11:57:49 2018 -0400

    SOLR-12280: WIP

commit 7d46d11c9dd3a51b68600c2c889f586147545294
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue May 8 11:50:51 2018 -0400

    SOLR-12280: WIP

commit 8b6bf19d0091203ed63b39d070dd02a9bece6a61
Author: Joel Bernstein <jbernste@apache.org>
Date:   Mon May 7 10:53:14 2018 -0400

    SOLR-12280: WIP

commit 5466591999816eaacde6ce18d824d7688e5f4fe8
Author: Joel Bernstein <jbernste@apache.org>
Date:   Fri May 4 15:12:43 2018 -0400

    SOLR-12280: WIP

commit d7fff7d557a7fd26011c21445b7969b2cd81036f
Author: Joel Bernstein <jbernste@apache.org>
Date:   Fri Apr 27 12:50:27 2018 -0400

    SOLR-12280: Initial commit
2018-05-09 13:24:08 -04:00
Mikhail Khludnev ef8edbab00 SOLR-12303: documenting default \[subquery].qt trap. 2018-05-09 12:47:46 +03:00
Mikhail Khludnev beaf3a47eb SOLR-8998: documentation fix. 2018-05-06 16:46:56 +03:00
Christine Poerschke ab11867364 json-facet-api.adoc typo fix. 2018-05-03 18:42:56 +01:00
Cao Manh Dat ed948efabf SOLR-12278: Fix typo errors in ref-guide 2018-05-03 10:40:21 +07:00
Cao Manh Dat 596d0dc9a6 SOLR-12278: Adding ref-guide doc for IgnoreLargeDocumentProcessorFactory 2018-05-03 10:35:03 +07:00
Mikhail Khludnev df713fc700 SOLR-8998: ref guide update. 2018-05-02 18:23:15 +03:00
Andrzej Bialecki d702dc6133 SOLR-11833: Clarify the meaning of "waitFor". Other minor edits. 2018-04-24 12:22:01 +02:00
Andrzej Bialecki 0d969ab85d SOLR-11833: Allow searchRate trigger to delete replicas. 2018-04-23 22:19:01 +02:00
Chris Hostetter 4e0e8e979b SOLR-9304: Fix Solr's HTTP handling to respect '-Dsolr.ssl.checkPeerName=false' aka SOLR_SSL_CHECK_PEER_NAME 2018-04-22 13:38:37 -07:00
Steve Rowe 22c4b9c36f SOLR-4793: Document usage of ZooKeeper's jute.maxbuffer sysprop for increasing the file size limit above 1MB 2018-04-20 16:06:22 -04:00
Steve Rowe 76578cf17b SOLR-12163: Minor cleanups 2018-04-20 15:59:06 -04:00
Cassandra Targett b99e07c753 SOLR-11646: more v2 examples; redesign Implicit Handler page to add v2 api paths where they exist 2018-04-20 14:28:31 -05:00
Cassandra Targett d08e62d598 SOLR-11646: Add v2 APIs for Config API; change "ConfigSet" to "configset" in docs & specs to match community spelling 2018-04-20 14:28:31 -05:00
Cassandra Targett 42da6f795d SOLR-12163: Updated and expanded ZK ensemble docs 2018-04-19 09:50:09 -05:00
Cassandra Targett aab2c770c6 SOLR-11646: change tab-pane padding to align better under tabs 2018-04-19 08:53:24 -05:00
Steve Rowe 79ed3bdf53 Explicitly call out the fact that schema api modification request bodies are in JSON format. 2018-04-18 14:58:54 -04:00
David Smiley 3d5f2f24c3 SOLR-11336: DocBasedVersionConstraints URP is now more extensible; versionField is a list 2018-04-12 14:04:28 -04:00
Tomas Fernandez Lobbe 8927d469cb SOLR-11982: Add support for indicating preferred replica types for queries 2018-04-11 16:23:00 -07:00
Andrzej Bialecki 376f6c4946 SOLR-12181: Add trigger based on document count / index size. 2018-04-11 15:38:54 +02:00
David Smiley 0292d0f6ea SOLR-12160: Time Routed Alias (TRA) documentation 2018-04-10 23:20:12 -04:00
Mikhail Khludnev ce061a5198 SOLR-11251: documenting debug=timing hint for JSON Facet API. 2018-04-10 16:14:16 +03:00
David Smiley f0aed933a6 SOLR-12139: eq() now works on strings and perhaps anything 2018-04-09 12:17:48 -04:00
Cassandra Targett abaf378d0e Ref Guide: add language to source blocks; split optimistic concurrency example & add explanations 2018-04-06 11:00:09 -05:00
Cassandra Targett b2d756c9f4 Ref Guide: fix color definition so monospace links display with color 2018-04-06 11:00:09 -05:00
Chris Hostetter 73d74107dc Use asciidoctor's 'attribute-missing: warn' option and fix some places that were generating warnings because of unescaped/uninteded attribute syntax 2018-04-05 17:16:00 -07:00
Chris Hostetter 9009fe6378 SOLR-10616: add 'java-javadocs' as a variable in the ref-guide, and cleanup some overly specific mentions of 'Java 8'
Continuation of SOLR-12118
2018-04-05 11:36:24 -07:00
Cassandra Targett 8e7b1b2375 Ref Guide: remove unused README that was copied with our theme design and has never been relevant for us 2018-04-05 12:39:48 -05:00
David Smiley 8b3fc53e6e SOLR-12136: highlighting.adoc: Add links and clarify "hl.fl" must refer to stored fields. 2018-04-05 11:36:10 -04:00
Chris Hostetter c0709f113d SOLR-12134: hook ref-guide 'bare-bones-html' validation into top level documentation target using relative javadoc URL prefixess that are now validated to point to real files 2018-04-03 16:15:09 -07:00
Steve Rowe b87cbc2f75 SOLR-12165: Ref Guide: DisMax default mm param value is improperly documented as 100% 2018-04-03 17:59:34 -04:00
Cassandra Targett a6e24b2098 Ref Guide: fix out of order heading levels (were 3s, should be 2s after 1s) 2018-04-03 10:45:47 -05:00
Jan Høydahl 0989e5874a SOLR-12144: SOLR_LOG_PRESTART_ROTATION now defaults to false, we leverage log4j2 for log rotation on startup 2018-04-03 13:10:20 +02:00
Cassandra Targett b5a3678573 SOLR-12136: fix bad links breaking the build 2018-03-29 14:18:45 -05:00
David Smiley 701af06f62 SOLR-12136: Docs: Improve hl.fl, hl.q, hl.qparser 2018-03-29 12:22:54 -04:00
Jan Høydahl 9e780ba564 LUCENE-7935: Publish .sha512 hash files with the release artifacts 2018-03-28 09:14:03 +02:00
Erick Erickson 08686038e1 SOLR-12136: Document hl.q parameter, plus fixed minor typo in json faceting 2018-03-27 10:21:48 -07:00
Joel Bernstein e51735d8ea SOLR-11947: Try another new anchor format 2018-03-26 22:18:56 -04:00
Joel Bernstein 8e68bdffeb SOLR-11947: Try new anchor format 2018-03-26 21:27:04 -04:00
Joel Bernstein 3adacbc677 SOLR-11947: Fix more broken links 2018-03-26 20:05:47 -04:00
Varun Thacker bd429347b1 SOLR-7887: Log4J2 upgrade fixes part 2 2018-03-26 16:09:04 -07:00
Joel Bernstein 86fb45db35 SOLR-11947: Try different link format 2018-03-26 18:51:43 -04:00
Joel Bernstein be5f73c73a SOLR-11947: Fix ref guide jenkins errors 2018-03-26 18:00:44 -04:00
Joel Bernstein 05dca0493d SOLR-11947: Fix typo 2018-03-26 15:34:57 -04:00
Joel Bernstein 1ed4e226ac SOLR-11947: Squashed commit of the following ref guide changes:
commit 61053f2fe373bff0b451f549e063550f08ecdac1
Author: Joel Bernstein <jbernste@apache.org>
Date:   Mon Mar 26 12:44:12 2018 -0400

    SOLR-11947: Fix orphaned files

commit 42302073bf61fde134caeff71b6db3978e113b4d
Author: Joel Bernstein <jbernste@apache.org>
Date:   Mon Mar 26 12:27:26 2018 -0400

    SOLR-11947: small change

commit b16b1453c2e7d5083f588b4b874c918d521e9fe5
Author: Joel Bernstein <jbernste@apache.org>
Date:   Mon Mar 26 12:23:17 2018 -0400

    SOLR-11947: proofing

commit 57265ce4659a427c179e206b79d8fe05b01a5f93
Author: Joel Bernstein <jbernste@apache.org>
Date:   Sat Mar 24 14:41:48 2018 -0400

    SOLR-11947: monte carlo WIP

commit 04e8381f6b5b329c5fa17c1f31c2d848fe9cec2a
Author: Joel Bernstein <jbernste@apache.org>
Date:   Fri Mar 23 16:24:10 2018 -0400

    SOLR-11947: probabiity WIP

commit 4298a6d514e7e431e322a4f62c22c336430a89f1
Author: Joel Bernstein <jbernste@apache.org>
Date:   Fri Mar 23 13:07:05 2018 -0400

    SOLR-11947: time series WIP

commit 1a7654f9225948cd4adb3056bc2192cc0d24b3ee
Author: Joel Bernstein <jbernste@apache.org>
Date:   Fri Mar 23 11:32:53 2018 -0400

    SOLR-11947: machine learning WIP

commit fae0c3aa46e6f26fecb59077207982b2f584ec86
Author: Joel Bernstein <jbernste@apache.org>
Date:   Thu Mar 22 22:14:15 2018 -0400

    SOLR-11947: machine learning WIP

commit fb6a96b2bdc4bbc4c2b5b62b6e69cd561ef9e31b
Author: Joel Bernstein <jbernste@apache.org>
Date:   Thu Mar 22 14:36:08 2018 -0400

    SOLR-11947: numerical analysis WIP

commit a648ba939c90caf5db2a5b88023bd580d4d1e8af
Author: Joel Bernstein <jbernste@apache.org>
Date:   Thu Mar 22 12:27:33 2018 -0400

    SOLR-11947: numerical analysis WIP

commit ce8f1b710d414d8e3ff3c8676f64fc3017316a15
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed Mar 21 19:56:10 2018 -0400

    SOLR-11947: numerical analysis WIP

commit 5e25a4884341cdd84988e13250f255eb23d7fd50
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue Mar 20 22:01:59 2018 -0400

    SOLR-11947: Curve fitting WIP

commit f381414dc44ecfa781988c5ca75bfb1c80de6674
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue Mar 20 21:49:39 2018 -0400

    SOLR-11947: Curve fitting WIP

commit 4be725132215ed44cc84587bb0d11be216360b74
Author: Joel Bernstein <jbernste@apache.org>
Date:   Mon Mar 19 19:55:10 2018 -0400

    SOLR-11947: Monte Carlo WIP

commit d330b412e46be0ebf8d75e99295e3fe9f978c02c
Author: Joel Bernstein <jbernste@apache.org>
Date:   Sun Mar 18 22:00:55 2018 -0400

    SOLR-11947: Probability WIP

commit e3d6160c1fa650e054b9694c57d34b3950c80175
Author: Joel Bernstein <jbernste@apache.org>
Date:   Sat Mar 17 21:18:43 2018 -0400

    SOLR-11947: More WIP

commit 8484b0283f79825dee8eaee82604120d04511de4
Author: Joel Bernstein <jbernste@apache.org>
Date:   Fri Mar 16 15:03:06 2018 -0400

    SOLR-11947: machine learning WIP

commit 77ecfdc71d79ca8eded0355669310c6025c70d96
Author: Joel Bernstein <jbernste@apache.org>
Date:   Thu Mar 15 21:33:09 2018 -0400

    SOLR-11947: machine learning WIP

commit 7488caf5e54436a0e5fe85c0dda4ea31d8357600
Author: Joel Bernstein <jbernste@apache.org>
Date:   Thu Mar 15 19:08:50 2018 -0400

    SOLR-11947: machine learning WIP

commit 102ee2e1857e7d7f45d7f3195a0a4e91eacb766d
Author: Joel Bernstein <jbernste@apache.org>
Date:   Thu Mar 15 15:18:31 2018 -0400

    SOLR-11947: machine learning WIP

commit 0d5cd2b4a4fd012fe6d640a86733280702cf8673
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed Mar 14 21:49:15 2018 -0400

    SOLR-11947: numerical analysis WIP

commit 31eec30576479a9023c7b0e6ccb2d9f685e128a1
Author: Joel Bernstein <jbernste@apache.org>
Date:   Wed Mar 14 14:41:06 2018 -0400

    SOLR-11947: numerical analysis WIP

commit c6e324ac56ca6e9f229d6acb39fdcf60c3356230
Author: Joel Bernstein <jbernste@apache.org>
Date:   Tue Mar 13 15:16:26 2018 -0400

    SOLR-11947: term vectors WIP

commit 8c843999eabdb82665641caa9c21f07e95b70a86
Author: Joel Bernstein <jbernste@apache.org>
Date:   Mon Mar 12 18:03:53 2018 -0400

    SOLR-11947: Add curve fitting to TOC

commit 09be026f6ad400d965fd373403d7a2eb2fae0c90
Author: Joel Bernstein <jbernste@apache.org>
Date:   Mon Mar 12 15:36:05 2018 -0400

    SOLR-11947: Text analysis WIP

commit e48b4d69abadb603a90c052aa1e36dd60ae7fd33
Author: Joel Bernstein <jbernste@apache.org>
Date:   Sun Mar 11 18:29:20 2018 -0400

    SOLR-11947: TOC changes

commit f71ebc079713e16492ba45cedafc3b9512f6bae2
Author: Joel Bernstein <jbernste@apache.org>
Date:   Sat Mar 10 17:54:04 2018 -0500

    SOLR-11947: WIP term vectors

commit ebc6b3943a27454adaf1a2309b6720bb2ba63c8c
Author: Joel Bernstein <jbernste@apache.org>
Date:   Sat Mar 10 13:34:19 2018 -0500

    SOLR-11947: WIP regression

commit 44752b2d34f46bc7f5693839e42ab3cef9edc47c
Author: Joel Bernstein <jbernste@apache.org>
Date:   Fri Mar 9 22:40:40 2018 -0500

    SOLR-11947: WIP for vectorization.adoc

commit 43254fcb05386264a6d591b1fa2c2573dcc2d2a3
Author: Joel Bernstein <jbernste@apache.org>
Date:   Fri Mar 9 19:42:26 2018 -0500

    SOLR-11947: Test local links

commit b60df2000978f70720eb0a36543752fd3bf07d2c
Author: Joel Bernstein <jbernste@apache.org>
Date:   Thu Mar 8 21:41:17 2018 -0500

    SOLR-11947: Update math-expressions TOC

commit de068c3af8557d60de37cb29f3ed7da3f5442772
Author: Joel Bernstein <jbernste@apache.org>
Date:   Thu Mar 8 21:24:46 2018 -0500

    SOLR-11947: Continued work on math expressions documentation.

commit fe445f2c997ea825d1ae9b9912406521249befc0
Author: Joel Bernstein <jbernste@apache.org>
Date:   Sun Mar 4 20:22:33 2018 -0500

    SOLR-12054: ebeAdd and ebeSubtract should support matrix operations

commit 1f3ae745cc26453a34a64a4327ceac7cc91d23f5
Author: Joel Bernstein <jbernste@apache.org>
Date:   Sun Mar 4 13:24:54 2018 -0500

    SOLR-11947: Initial commit for new math expression docs WIP
2018-03-26 15:05:06 -04:00
Mikhail Khludnev dc2ad7022c SOLR-9510: documentation 2018-03-26 21:46:17 +03:00
Varun Thacker bea6e2307b SOLR-7887: Log4J2 upgrade fixes 2018-03-26 11:32:03 -07:00
Cassandra Targett df9b884434 Ref Guide: fix bad link to another CDCR page 2018-03-26 12:00:07 -05:00
Erick Erickson 624d128b5e SOLR-7887: Upgrade Solr to use log4j2 -- log4j 1 now officially end of life 2018-03-25 19:16:09 -07:00
Chris Hostetter 9cda074e55 EarlyTerminatingSortingCollector is no longer a public class on master (LUCENE-8059) so we should stop linking to it from the ref-guide 2018-03-20 15:20:25 -07:00
Cassandra Targett db62ffe94a Ref Guide: two more bad javadoc links 2018-03-20 15:33:01 -05:00
Cassandra Targett 48512cc68f Ref Guide: fix a few wrong javadoc links 2018-03-20 13:54:37 -05:00
Cassandra Targett a845023652 SOLR-12024: fix parameter name from "encoding" to "encoder" 2018-03-20 12:58:48 -05:00
Chris Hostetter d6ed71b5c4 SOLR-12118: Solr Ref-Guide can now use some ivy version props directly as attributes in content 2018-03-19 10:13:34 -07:00
Cassandra Targett b6427c83fa Ref Guide: Parameterize another place that uses version with solr-docs-version variable 2018-03-16 14:20:46 -05:00
Cassandra Targett 144206db33 Ref Guide: Use version param in GH link for LTR examples; fix name of demo script; make Git URL more precise 2018-03-16 13:45:16 -05:00
Cassandra Targett 80485cf517 SOLR-12067: omitted correct information about where to define autoAddReplica trigger param 2018-03-16 13:18:37 -05:00
Shalin Shekhar Mangar 4c8825b6c6 SOLR-12097: Document the diskType policy attribute and usage of disk space in Collection APIs 2018-03-16 23:38:35 +05:30
Cassandra Targett 92002ed14b SOLR-12067: Ref Guide updates for autoAddeplicas: change default for autoReplicaFailoverWaitAfterExpiration;
running-solr-on-hdfs had inaccurate information about the feature;moved param info to autoscaling trigger docs;
removed unsupported params & added warning about clusterprop deprecation
2018-03-16 08:26:09 -05:00
Shalin Shekhar Mangar d50890e925 SOLR-12098: Document the Lucene spins auto-detection and its effect on CMS dynamic defaults 2018-03-15 23:06:52 +05:30
Shalin Shekhar Mangar 759b0d092f SOLR-12099: Remove reopenReaders attribute from 'IndexConfig in SolrConfig' page in ref guide 2018-03-15 18:19:42 +05:30
Cassandra Targett 12d543cbb8 Ref Guide: make sure some URLs aren't hyperlinked; rename "Appendix" section of AWS docs because it looks weird in the middle of the PDF 2018-03-14 16:02:01 -05:00
David Smiley e9393e88fd SOLR-12081: improve docs on query parsing RE embedded queries, uf 2018-03-13 16:01:57 -04:00
Cassandra Targett 5ebca378c8 SOLR-11648: Add docs for autoscaling suggestions UI that didn't get done with the feature 2018-03-13 13:33:21 -05:00
Cassandra Targett bcf74053fa Ref Guide: add placeholder major changes in solr 8 page into hierarchy so the build doesn't break 2018-03-13 11:15:47 -05:00
Cassandra Targett e95fe39ab8 Ref Guide: Add master-only page for upgrading to Solr 8 - place for notes for now 2018-03-13 11:10:45 -05:00
Cassandra Targett 179421bfea SOLR-12058: Add 7.3 Upgrade Notes to Ref Guide; clarify LIR changes for CHANGES Upgrade Notes 2018-03-13 10:38:25 -05:00
Cassandra Targett 8ba6a95e7c Ref Guide: standardize parameter formatting 2018-03-13 08:49:42 -05:00
Cassandra Targett 2a7826f7a4 Ref Guide: Typo 'Syntac' -> 'Syntax' 2018-03-13 08:49:42 -05:00
David Smiley bf6503ba58 SOLR-11617: rename alias metadata to properties 2018-03-12 10:36:37 -04:00
Joel Bernstein 13d1c4b466 SOLR-11947: Remove place holders for documentation that will not be complete for 7.3 2018-03-11 18:35:08 -04:00
Cassandra Targett b7b638e00b Ref Guide: fix rendering of _val_ param in function query example 2018-03-09 13:23:56 -06:00
Cassandra Targett ab4cd42903 SOLR-12068: Remove unnecessary config from example 2018-03-08 12:09:14 -06:00
Cassandra Targett b20573d91e Ref Guide: really minor typos/grammar fixes 2018-03-08 12:03:42 -06:00
David Smiley ee1c742c19 SOLR-11722: Merge CREATEDROUTEDALIAS command into CREATEALIAS. Only
an API & docs change; the implementation was already there.
2018-03-07 15:16:02 -05:00
Cassandra Targett be11f56bbc SOLR-11795: Add more explanation in places; rework headings a bit; fix CSS for better display of labeled list 2018-03-06 12:54:37 -06:00
Shalin Shekhar Mangar 9cec2221a6 SOLR-11066: Added examples of startTime in ref guide. Added null check for processor and code comments to explain skipped events and lastRunAt initialization. Moved default preferredOp value to ComputePlanAction. Extracted a constant. 2018-03-06 21:27:05 +05:30
koji 122271f28d SOLR-11795: use README.txt rather than .md and add description for default values 2018-03-06 17:14:15 +09:00
Tomas Fernandez Lobbe c1a44251fe SOLR-11960: Add collection-level properties
Similar to cluster properties, but apply to a single collection.
2018-03-05 16:59:56 -08:00
Noble Paul 50a04c077f SOLR-11267: Add support for "add-distinct" atomic update operation 2018-03-05 21:37:10 +11:00
Shalin Shekhar Mangar 2620d36bbd SOLR-11957: Update ref guide and bin/solr script with the new values 2018-03-05 15:53:45 +05:30
koji 6d66fc04b2 SOLR-11795: Add Solr metrics exporter for Prometheus 2018-03-05 15:36:32 +09:00
Cassandra Targett b470a63690 Ref Guide: Fix link to Tika docs on lang detection; typo in autoscaling API path 2018-03-02 13:56:33 -06:00
Shalin Shekhar Mangar 71fc9cd43d SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time 2018-03-03 01:06:21 +05:30
Christine Poerschke c5938f79e5 SOLR-11597: Add contrib/ltr NeuralNetworkModel class.
(Michael A. Alcorn, Yuki Yano, Christine Poerschke)

Closes #270
2018-03-02 18:27:55 +00:00
Cassandra Targett 57cfdb1a48 Ref Guide: fix line height changed in SOLR-11646 which inadvertently vertically stretched the left-hand nav;
adds a new CSS rule for tabbed sections on a page with the larger line height and changes back left-hand nav line height
2018-02-28 15:17:50 -06:00
Dawid Weiss fa7a3ce3ee SOLR-12043: Add mlt.maxdfpct to Solr's documentation 2018-02-28 21:03:21 +01:00
Cassandra Targett 2a158c2ca5 Ref Guide: Copy editing changes committed for 7.3 & fixing typos 2018-02-27 16:05:13 -06:00
koji 4e198a2737 Revert "SOLR-11795: Add Solr metrics exporter for Prometheus"
This reverts commit 6859acc450.
2018-02-24 10:38:06 +09:00
Shalin Shekhar Mangar 4446545de6 Revert "SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time"
This reverts commit 137e647
2018-02-22 20:02:35 +05:30
koji 6859acc450 SOLR-11795: Add Solr metrics exporter for Prometheus 2018-02-22 15:08:46 +09:00
Shalin Shekhar Mangar 137e647f2c SOLR-11066: Implement a scheduled autoscaling trigger that runs on a fixed interval beginning with a given start time 2018-02-22 09:59:23 +05:30
koji 291248c750 Revert "SOLR-11795: Add Solr metrics exporter for Prometheus"
This reverts commit 4bfcbc5c60.
2018-02-21 00:26:03 +09:00
koji 4bfcbc5c60 SOLR-11795: Add Solr metrics exporter for Prometheus 2018-02-20 17:46:47 +09:00
Erick Erickson be7a811f61 SOLR-11964: SOLR-11874: Docs for ulimits (system) and queryAnalyzerFieldType (spellcheck) 2018-02-19 13:07:53 -08:00
Varun Thacker a2eb1dc271 Added copy sheet docs for Apache Zepplin 2018-02-18 21:20:20 -08:00
Joel Bernstein d91e4cbea2 SOLR:11947: Fix ref guide build error 2018-02-16 21:13:31 -05:00
Joel Bernstein cb88bdbee2 SOLR-11947: Work in progress 2018-02-16 19:07:37 -05:00
Cassandra Targett 36d8261c02 SOLR-11893: Fix wrong field name in UI screenshot 2018-02-15 13:01:27 -06:00
Cassandra Targett aa9bf0c6f6 SOLR-11944: Ref Guide: Add examples of GeoJSON and WKT 2018-02-15 12:40:11 -06:00
Christine Poerschke 2c8bbc8c18 SOLR-11941: Add abstract contrib/ltr AdapterModel. 2018-02-13 18:49:25 +00:00
David Smiley 5a26381424 SOLR-11722: Rename max-future-ms to maxFutureMs 2018-02-09 11:24:58 -05:00
David Smiley 02b5172ea2 SOLR-11925: Time Routed Aliases: router.autoDeleteAge feature 2018-02-08 23:12:09 -05:00
Andrzej Bialecki d2e8e10233 Add documentation for searchRate trigger. 2018-02-07 14:45:55 -08:00
Steve Rowe dd90bfbe87 Add warning about inability to consume an input token graph to the Synonym Graph Filter and Managed Synonym Graph Filter entries 2018-02-05 11:26:11 -05:00
Andrzej Bialecki ce5932fc37 SOLR-11778: Docs for per-stage metrics, and the missing "regex" parameter docs. 2018-02-02 14:30:01 +01:00
Cassandra Targett a4320aab8d SOLR-11848: Ref Guide: include info on grouping operations and using curl for large files. This closes #303. 2018-02-01 15:24:14 -06:00
Chris Hostetter 95122e1448 SOLR-11916: new SortableTextField which supports analysis/searching just like TextField, but also sorting/faceting just like StrField 2018-02-01 10:40:29 -07:00
Cassandra Targett 5b5a396b0c SOLR-11715: Fix example queries so they appear correctly; add fl param to geodist example 2018-02-01 10:02:50 -06:00
Cassandra Targett af5bc1c228 SOLR-11835: Adjust Ukranian language example 2018-01-31 12:56:50 -06:00
Noble Paul 0b0e8e5e7a SOLR-11880: ref-guide 2018-01-31 22:23:05 +11:00
Jan Høydahl 4176231e91 Remove debug comment on top of doc file. Fixes #315 2018-01-30 16:42:59 +01:00
Christine Poerschke abf3d11332 SOLR-11480: Remove unused "Admin Extra" files and mentions. (Eric Pugh, Christine Poerschke) 2018-01-30 12:39:44 +00:00
Steve Rowe e6928d857a SOLR-11658: ZK mentions: 3.4.10->3.4.11. Also fixed CHANGES.txt attribution. 2018-01-29 14:20:10 -05:00
Andrzej Bialecki d3d7b0034d SOLR-11376: Support computing plans for only specific collections. 2018-01-29 12:16:16 +01:00
David Smiley 154bdeb7db SOLR-11617: Alias metadata API; returned from LISTALIASES, set via MODIFYALIAS 2018-01-28 16:56:19 -05:00
David Smiley a1828a5664 SOLR-11722: New CREATEROUTEDALIAS cluster command for time routed aliases.
(a refactoring of some of the related parts will follow in next commit)
2018-01-25 14:45:49 -05:00
Steve Rowe 6ca04b62a9 SOLR-11894: Ref guide: remove 'side' param from Edge N-Gram Tokenizer documentation 2018-01-24 05:56:47 -05:00
Ishan Chattopadhyaya 183835ed24 SOLR-11624: Autocreated configsets will not use .AUTOCREATED suffix 2018-01-22 19:48:41 +05:30
Mikhail Khludnev 42832f8839 SOLR-11834: ref-guide: [subquery] doesn't need top level fl to repeat subq.fl 2018-01-17 22:52:12 +03:00
Steve Rowe 03095ce4d2 SOLR-11592: Add OpenNLP language detection to the langid contrib 2018-01-17 11:29:17 -05:00
Chris Hostetter e2bba98dfd SOLR-11854: multivalued primative fields can now be sorted by implicitly choosing the min/max value for asc/desc sort orders 2018-01-16 11:57:44 -07:00
Chris Hostetter 6dcbb2d412 SOLR-3218: Added range faceting support for CurrencyFieldType 2018-01-14 16:30:24 -07:00
Cassandra Targett 60c6890ff0 Ref Guide: typos and small edits 2018-01-11 08:40:26 -06:00
Erick Erickson ae1e192022 SOLR-11829: [Ref-Guide] Indexing documents with existing id 2018-01-09 17:57:53 -08:00
Erick Erickson 1f09d5b350 SOLR-11819: The schema api reference manual page should not use hyphens in the example field name 2018-01-06 20:25:14 -08:00
Shalin Shekhar Mangar caa731a333 SOLR-11748: Remove Autoscaling action throttle 2018-01-02 19:08:36 +05:30
Erick Erickson 8e439a0a5c SOLR-7733: remove optimize from the UI. 2017-12-28 20:41:48 -08:00
Shalin Shekhar Mangar 43f17f7af1 SOLR-11201: Implement autoscaling trigger for arbitrary metrics that creates events when a given metric breaches a threshold 2017-12-22 21:18:50 +05:30
Cassandra Targett 33a64afee7 SOLR-11753: minor typos 2017-12-18 11:55:29 -06:00
Joel Bernstein ca5e2a335b SOLR-11742: Fix error 2017-12-15 17:05:32 -05:00
Joel Bernstein 9dee35f92d SOLR-11742: Add documentation for 7.2 release statistical functions 2017-12-15 15:33:05 -05:00
Steve Rowe 3e2f9e62d7 LUCENE-2899: Add OpenNLP Analysis capabilities as a module 2017-12-15 11:24:18 -05:00
Cassandra Targett 44cc0defe8 SOLR-11753: copy edits; add docs for SOLR-11448 2017-12-13 14:33:46 -06:00
Cassandra Targett 6d23ee96a9 SOLR-11753: add upgrade notes; misc cleanups in other pages 2017-12-12 15:07:33 -06:00
Noble Paul 25f24e094e SOLR-9743: documentation 2017-12-08 19:55:27 +11:00
Noble Paul 24a0708d3c SOLR-11359: added documentation 2017-12-08 17:36:41 +11:00
Adrien Grand 70b36666d4 LUCENE-8051: Typo in LevensHtein distance.
Closes #284
2017-12-06 17:29:16 +01:00
David Smiley d84c92ed11 SOLR-11078: Add note about the trade-off between Point and Trie fields. 2017-12-06 11:23:46 -05:00
Cassandra Targett 5b4efc5a41 Ref Guide: numerous minor typos ("with out", "ie", "eg") + a couple incorrect link refs 2017-12-06 09:45:21 -06:00
Steve Rowe ccedbdd9d6 minor cleanup on spell checking page 2017-12-04 18:04:47 -05:00
Steve Rowe c72c02e525 minor cleanups on highlighting page 2017-12-04 17:56:30 -05:00
Cassandra Targett 52cefbe742 SOLR-11412: Add docs for bi-directional CDCR; split CDCR pages into multiple child pages 2017-12-04 13:55:39 -06:00
David Smiley 83753d0a2a SOLR-11662: synonymQueryStyle option for FieldType used by query parser 2017-12-04 13:25:16 -05:00
Cassandra Targett f2dd3c5f85 SOLR-11646: Add v2 API examples to several pages; add context to about-this-guide.adoc; tweak CSS to make tabs more obvious 2017-12-01 15:59:24 -06:00
Cassandra Targett c2f26183a7 SOLR-11573: Update meta-docs section on including code from non-adoc files 2017-11-28 15:01:02 -06:00
Christine Poerschke 64b3a5bb4b SOLR-11250: A new DefaultWrapperModel class for loading of large and/or externally stored LTRScoringModel definitions. (Yuki Yano, shalin, Christine Poerschke) 2017-11-28 14:55:57 +00:00
Shalin Shekhar Mangar 207e546122 SOLR-11202: Implement a set-property command for AutoScaling API 2017-11-28 16:08:32 +05:30
Cassandra Targett affeec7269 SOLR-11573: Add solr-root-paths param to allow pulling in code blocks from outside solr-ref-guide tree 2017-11-21 13:42:24 -06:00
Cassandra Targett 4ca6e77a02 SOLR-11584: CSS changes for HTML tabs: change padding in tab panes; add space between tabs 2017-11-21 09:15:51 -06:00