Jan Høydahl
81dbad54e0
SOLR-12799: Allow Authentication Plugins to intercept internode requests on a per-request basis
...
Add 'forwardCredentials' parameter to BasicAuth which will then skip using PKI on sub requests
2018-12-13 10:51:56 +01:00
Jan Høydahl
280f67927e
SOLR-7896: Add a login page to Admin UI, with initial support for Basic Auth
2018-12-12 10:37:23 +01:00
Jan Høydahl
5affe7421f
SOLR-13025: SchemaSimilarityFactory fallback to LegacyBM25Similarity for luceneMatchVersion < 8.0
2018-12-12 10:33:50 +01:00
Cassandra Targett
c81822e157
SOLR-12422: Add section on performance issues with Solr Cell; Overhaul and re-organize entire page
2018-12-04 15:08:22 -06:00
Cassandra Targett
ad373ff36e
Ref Guide: typo in "parameter"
2018-12-04 15:08:22 -06:00
Chris Hostetter
5dc988f5ee
SOLR-12839: JSON 'terms' Faceting now supports a 'prelim_sort' option to use when initially selecting the top ranking buckets, prior to the final 'sort' option used after refinement.
2018-11-30 15:49:06 -07:00
Cassandra Targett
5c4ab188eb
SOLR-13023: Ref Guide: Add section to blob store docs on how to delete blobs
2018-11-30 12:31:03 -06:00
Cassandra Targett
2715beb6df
SOLR-12497: fix typo
2018-11-27 13:56:19 -06:00
Cassandra Targett
68c0774458
SOLR-12740: revise migration docs for clarity and typos
2018-11-26 12:15:15 -06:00
Andrzej Bialecki
67cdd21996
SOLR-9856: Update the Ref Guide to no longer list this issue as unresolved.
2018-11-21 19:13:02 +01:00
Christine Poerschke
ea304a3a32
Remove excess <metrics> element in metrics-reporting.adoc file.
2018-11-20 18:50:25 +00:00
Cassandra Targett
4efaecac34
SOLR-12746: Fix formatting for callout list numbers and preamble sections
2018-11-19 14:53:05 -06:00
Alan Woodward
c2bd3aed22
LUCENE-8497: Fix reference to MultiTermAwareComponenent in Solr reference guide
2018-11-19 12:12:24 +00:00
Cassandra Targett
df5540acc9
SOLR-12497: Add documentation for Hadoop credential provider-based keystore/truststore
2018-11-15 00:35:25 -06:00
Cassandra Targett
95d01c6583
SOLR-12927: fix ByteBuffersDirectoryFactory name
2018-11-13 08:37:10 -06:00
Cassandra Targett
c80726d968
SOLR-12913: small grammatical fixes
2018-11-13 08:03:29 -06:00
Cassandra Targett
92c83264c8
SOLR-12927: copy edits (i.e., e.g., capitalized titles, etc.)
2018-11-12 20:02:30 -06:00
Cassandra Targett
8791a38d75
SOLR-12927: Add upgrade notes for Solr 7.6
2018-11-12 20:02:30 -06:00
Jason Gerlowski
52998fa50e
SOLR-12965: Add facet support to JsonQueryRequest
2018-11-10 21:44:25 -05:00
Chris Hostetter
77a4bfaa90
SOLR-12962: Added a new 'uninvertible' option for fields and fieldtypes. This defaults to 'true' for backcompat allowing a FieldCache to be built for indexed fields as needed, but users are encouraged to set this to false (using docValues as needed) to reduce the risk of large fluxuations in heap size due to unexpected attempts to sort/facet/function on non-docValue fields.
2018-11-09 08:30:04 -07:00
Joel Bernstein
780305cf44
SOLR-12913: Fix typo in User Guide
2018-11-08 20:06:05 -05:00
Cassandra Targett
73005d482d
Ref Guide: fix pages missing header license info
2018-11-08 15:02:33 -06:00
Joel Bernstein
01397c1b88
SOLR-12913: Add ltrim and rtrim to the Math Expressions User Guide
2018-11-08 15:29:15 -05:00
Joel Bernstein
9594ee38bb
SOLR-12913: grammer fix
2018-11-07 15:29:13 -05:00
Joel Bernstein
531b16633a
SOLR-12913: Add new facet expression and pivot docs
2018-11-07 15:07:46 -05:00
Alexandre Rafalovitch
936ecf12fb
Remove hyperlink to - now spammy - heliosearch domain
2018-11-07 07:26:12 -05:00
Alexandre Rafalovitch
419d42bf7b
SOLR-12600: Fix parameter names in Solr JSON documentation
2018-11-07 07:01:06 -05:00
Jason Gerlowski
2d95b740db
SOLR-12947: Add SolrJ helper for making JSON DSL requests
...
The JSON request API is great, but it's hard to use from SolrJ. This
commit adds 'JsonQueryRequest', which makes it much easier to write
JSON API requests in SolrJ applications.
2018-11-06 07:34:53 -05:00
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