Jan Høydahl
61f64829d8
SOLR-7041: Remove a lot of defaultOperator and defaultSearchField from test configs (still more work to do)
2017-04-29 20:39:50 +02:00
Alexandre Rafalovitch
b02626de50
SOLR-9601: DIH Tika example is now minimal
...
Only keep definitions and files required to show Tika-extraction in DIH
2017-04-01 19:06:50 -04:00
Alexandre Rafalovitch
580f6e98fb
SOLR-7383: Replace DIH 'rss' example with 'atom'
...
rss example was broken for multiple reasons.
atom example showcases the same - and more - features
and uses the smallest config file needed to make it work.
2017-04-01 13:42:23 -04:00
Steve Rowe
1a80e4d694
SOLR-10343: Update Solr default/example and test configs to use SynonymGraphFilterFactory
2017-03-28 11:47:02 -04:00
Steve Rowe
b46b8278c6
SOLR-10344: Update Solr default/example and test configs to use WordDelimiterGraphFilterFactory
2017-03-27 23:53:55 -04:00
Steve Rowe
2d896ee8d2
SOLR-10023: Add non-recursive 'test-nocompile' target: Only runs unit tests. Jars are not download; compilation is not updated; and Clover is not enabled.
2017-02-04 12:50:36 -05:00
Steve Rowe
d817fd43ec
SOLR-9883: In example schemaless configs' default update chain, move the DUP to after the AddSchemaFields URP (which is now tagged as RunAlways), to avoid invalid buffered tlog entry replays.
2017-01-07 16:39:20 -05:00
yonik
c9522a3936
SOLR-9712: block when maxWarmingSearchers is exceeded instead of throwing exception, default to 1, remove from most configs
2016-12-16 11:46:48 -05:00
Adrien Grand
284eb77ece
SOLR-9005: Remove tabs from solr/example/files/conf/update-script.js.
2016-11-07 10:19:03 +01:00
Alexandre Rafalovitch
9148362617
SOLR-9005: Add guard condition to the example js
2016-11-06 15:04:28 +11:00
Noble Paul
5c5c0c93ae
SOLR-9576: Make FieldAnalysisRequestHandler, DocumentAnalysisRequestHandler & DumpRequestHandler implicit
2016-09-28 20:04:04 +05:30
Alexandre Rafalovitch
9f3964c9a6
SOLR-9498: Remove HDFS props from DIH solrconfigs
2016-09-11 23:06:19 +07: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
Mikhail Khludnev
a9dea9a983
SOLR-8445: fix line separator in log4j.properties files
2016-06-07 00:21:49 +03:00
Erick Erickson
5341918a0c
SOLR-9083: Remove deprecated <types> and <fields> from schemas
2016-05-10 06:54:11 -07:00
Varun Thacker
727852fb78
SOLR-9004: Fix name field type definition in films example
2016-04-17 23:51:47 +05:30
Noble Paul
e70c638bcf
SOLR-8766: deprecated <admin> tag in solrconfig.xml is removed
2016-03-08 18:53:59 +05:30
nknize
96b195432f
Update master version to 7.0.0
2016-03-02 02:37:33 -06:00
Noble Paul
79b62ee731
Merge remote-tracking branch 'origin/master'
2016-03-01 09:30:22 +05:30
Noble Paul
1734d03eb9
SOLR-8698: changes the example config to reflect the new behavior
2016-03-01 09:29:30 +05:30
Tomás Fernández Löbbe
20b7453cc8
SOLR-8713: new UI and example solrconfig files point to Reference Guide for Solr Query Syntax instead of the wiki.
...
This closes #12
2016-02-29 08:22:25 -08:00
Christine Poerschke
588e3ff084
SOLR-8621: fix mergePolicyFacory vs. mergePolicyFactory typos in comments in solr/contrib and solr/example solrconfig.xml files.
2016-02-10 21:22:17 +00:00
Shai Erera
a5accccbfc
SOLR-8621: fix solrconfig.xml under contrib and example
2016-02-10 16:33:01 +02:00
Erik Hatcher
8826ea070a
SOLR-7042: bin/post defaults application/json to /update/json/docs now
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1723879 13f79535-47bb-0310-9956-ffa450edef68
2016-01-09 19:30:21 +00:00
Shalin Shekhar Mangar
7bfb2a2949
SOLR-8220: Read field from DocValues for non stored fields
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1721795 13f79535-47bb-0310-9956-ffa450edef68
2015-12-27 10:27:00 +00:00
Shalin Shekhar Mangar
180d7828a7
SOLR-8426: Enable /export, /stream and /sql handlers by default and remove them from example configs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720468 13f79535-47bb-0310-9956-ffa450edef68
2015-12-16 22:10:49 +00:00
Varun Thacker
40486d3220
SOLR-8387: Rename all schema.xml files to managed-schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718932 13f79535-47bb-0310-9956-ffa450edef68
2015-12-09 18:33:46 +00:00
Varun Thacker
a1605404b8
SOLR-8131: example/files config doesn't explicitly mention a schema factory + imporove upgrading instructions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718768 13f79535-47bb-0310-9956-ffa450edef68
2015-12-09 07:21:09 +00:00
Varun Thacker
0e886c19fa
SOLR-8131: Make ManagedIndexSchemaFactory the default schemaFactory when luceneMatchVersion >= 6
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1718258 13f79535-47bb-0310-9956-ffa450edef68
2015-12-07 07:32:41 +00:00
Varun Thacker
4a4f2a00e7
SOLR-8363: Fix luceneMatchVersion check and update in build scripts
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1717898 13f79535-47bb-0310-9956-ffa450edef68
2015-12-04 06:13:46 +00:00
Dawid Weiss
a03ed96eae
SOLR-8294: Cleanup solrconfig.xmls under solr/example/example-DIH/solr (removed obsolete clustering handler sections).
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1714856 13f79535-47bb-0310-9956-ffa450edef68
2015-11-17 19:34:18 +00:00
Erik Hatcher
50bf071600
SOLR-7978: Fixed example/files update-script.js to be Java 7 and 8 compatible
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1701883 13f79535-47bb-0310-9956-ffa450edef68
2015-09-08 23:52:16 +00:00
Uwe Schindler
127392cc73
LUCENE-6732: More filetypes to check
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695586 13f79535-47bb-0310-9956-ffa450edef68
2015-08-12 17:43:08 +00:00
Uwe Schindler
763c8d726c
LUCENE-6732: Remove tabs XSL files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695405 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 23:15:20 +00:00
Uwe Schindler
1331a57e3d
LUCENE-6732: Remove tabs in JS and XML files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695395 13f79535-47bb-0310-9956-ffa450edef68
2015-08-11 23:00:39 +00:00
Erik Hatcher
5003628c65
SOLR-7900: example/files improvements - added language detection and faceting, added title field, relocated .js files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1695116 13f79535-47bb-0310-9956-ffa450edef68
2015-08-10 15:35:59 +00:00
Michael McCandless
a6301dd900
LUCENE-6659: remove IWC's max thread states limit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690299 13f79535-47bb-0310-9956-ffa450edef68
2015-07-10 18:09:58 +00:00
Erik Hatcher
867c75a5d9
Remove explicitly defined request handlers from example and test solrconfig's that are already defined implicitly
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684080 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07 22:31:26 +00:00
Erik Hatcher
ac60a0f8eb
Improve example/files /browse highlight escaping
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1684064 13f79535-47bb-0310-9956-ffa450edef68
2015-06-07 19:24:48 +00:00
Erik Hatcher
f2291c1356
Add as-you-type instant search to example/files /browse
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683778 13f79535-47bb-0310-9956-ffa450edef68
2015-06-05 15:05:20 +00:00
Robert Muir
fe6c3dc939
LUCENE-6508: Simplify directory/lock API
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683606 13f79535-47bb-0310-9956-ffa450edef68
2015-06-04 18:20:44 +00:00
Erik Hatcher
3424a7a0a7
SOLR-7610: fix example/files README and other minor improvements/localization
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1683187 13f79535-47bb-0310-9956-ffa450edef68
2015-06-02 20:56:04 +00:00
Erik Hatcher
be4680abb8
SOLR-7465: New file indexing example, under example/files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1680973 13f79535-47bb-0310-9956-ffa450edef68
2015-05-22 01:23:27 +00:00
Chris M. Hostetter
3c1130402a
SOLR-7470: Fix sample data to eliminate file order dependency for successful indexing, also fixed SolrCloudExampleTest to help catch this in the future
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1676337 13f79535-47bb-0310-9956-ffa450edef68
2015-04-27 17:09:26 +00:00
Shalin Shekhar Mangar
cfac19da39
SOLR-6673: Change default pattern for both console and file appenders
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672331 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09 13:12:29 +00:00
Steven Rowe
4c83c2200c
SOLR-7366: fix regression in ManagedIndexSchema's handling of ResourceLoaderAware objects used by field types, causing example XML docs to not be indexable via bin/post; add a test indexing example docs that fails without the patch and succeeds with it
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1672238 13f79535-47bb-0310-9956-ffa450edef68
2015-04-09 04:42:30 +00:00
Ramkumar Aiyengar
796416d43c
Remove unnecessary svn:executable from some files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1671175 13f79535-47bb-0310-9956-ffa450edef68
2015-04-03 21:56:33 +00:00
Steven Rowe
9d7641b34d
SOLR-7308: fix doc typo.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1669850 13f79535-47bb-0310-9956-ffa450edef68
2015-03-29 00:58:09 +00:00
Erik Hatcher
70bc0af0ee
SOLR-7031: Fix README and CHANGES (merged from r1654827)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1654830 13f79535-47bb-0310-9956-ffa450edef68
2015-01-26 15:27:50 +00:00
Alan Woodward
e61cd9654b
SOLR-6840: Remove support for old-style solr.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652995 13f79535-47bb-0310-9956-ffa450edef68
2015-01-19 13:25:29 +00:00
Erik Hatcher
6f82f47655
Remove prematurely committed files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652759 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 14:21:25 +00:00
Erik Hatcher
22d0422663
Fix Solr smoke tests: SYSTEM_REQUIREMENTS no longer exists where it was testing for it (merged from r1652718)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652721 13f79535-47bb-0310-9956-ffa450edef68
2015-01-18 10:02:59 +00:00
Erik Hatcher
d015e7366b
SOLR-6900: converted to Unix-style options in bin/post and updated usage examples, also updated version string of SimplePostTool
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651916 13f79535-47bb-0310-9956-ffa450edef68
2015-01-15 00:53:17 +00:00
Erik Hatcher
83db0a52a1
SOLR-6870: overhaul/rename tutorial
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651560 13f79535-47bb-0310-9956-ffa450edef68
2015-01-14 03:05:35 +00:00
Erik Hatcher
4e24294c9c
fix a reference to outdated post.sh
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1651017 13f79535-47bb-0310-9956-ffa450edef68
2015-01-12 00:44:24 +00:00
Erik Hatcher
a0c45d4fb9
SOLR-6127: More improvements to the films example: remove fake document, README steps polished
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650688 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 22:39:07 +00:00
Erik Hatcher
ae0c13fae8
SOLR-1723: VelocityResponseWriter improvements
...
SOLR-2035: Add a VelocityResponseWriter $resource tool for locale-specific string lookups.
Lots of VrW code cleanup, more and improved test cases.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1650685 13f79535-47bb-0310-9956-ffa450edef68
2015-01-09 22:32:50 +00:00
Shalin Shekhar Mangar
e13e0de583
SOLR-6897: Nuke non-NRT mode from code and configuration
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649810 13f79535-47bb-0310-9956-ffa450edef68
2015-01-06 14:28:08 +00:00
Erik Hatcher
749d0ccff0
SOLR-6127: README improvements
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649523 13f79535-47bb-0310-9956-ffa450edef68
2015-01-05 13:46:10 +00:00
Erik Hatcher
73837c049e
SOLR-6127: Fix reference to previously renamed script
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649376 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 17:48:03 +00:00
Erik Hatcher
a4965941be
SOLR-6127: fix paths in README
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649355 13f79535-47bb-0310-9956-ffa450edef68
2015-01-04 16:44:49 +00:00
David Wayne Smiley
8fd247cc0e
SOLR-6797: spatial distanceUnits=degrees|kilometers|miles
...
units=degrees is now deprecated.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1649243 13f79535-47bb-0310-9956-ffa450edef68
2015-01-03 20:09:36 +00:00
Erik Hatcher
b520131e23
SOLR-6127: move films example (data) to its own subdirectory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648540 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 15:24:28 +00:00
Uwe Schindler
2f429ab914
Fixed a typo in various solrconfig.xml files. This closes #120
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648511 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 11:47:15 +00:00
Erik Hatcher
c56babbb42
SOLR-6016: Fix example techproduct data to work with schemaless example mode
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648504 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 11:00:23 +00:00
Erik Hatcher
0ff1e75b74
SOLR-6779 (fix /browse on schemaless example) and several other related fixes and cleanups including remove /browse from test configs where it isn't needed, adjusting /browse definition to be valid and not an inappropriate copy of techproducts, fixed /update/extract indexing with data_driven_schema_configs configset, and fixed indexing of solr(-to-solr) example DIH indexing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648456 13f79535-47bb-0310-9956-ffa450edef68
2014-12-30 00:50:57 +00:00
Erick Erickson
410099b6fb
SOLR-6876: Remove unused legacy scripts.conf
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1648246 13f79535-47bb-0310-9956-ffa450edef68
2014-12-28 19:48:03 +00:00
Erik Hatcher
a46a46720a
Adjust films README using new bin/post script instead of curl
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647930 13f79535-47bb-0310-9956-ffa450edef68
2014-12-26 02:45:21 +00:00
Erik Hatcher
6d665f146a
SOLR-6127: Improve example docs, using films data
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647918 13f79535-47bb-0310-9956-ffa450edef68
2014-12-25 21:27:12 +00:00
Timothy Potter
1a494d6384
SOLR-6855: bin/solr -e dih launches, but has some path cruft issues preventing some of the imports don't work
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647825 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 18:32:21 +00:00
Steven Rowe
2189b7a761
LUCENE-6134: fix typos: it's->its, its->it's, etc.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1647735 13f79535-47bb-0310-9956-ffa450edef68
2014-12-24 05:48:58 +00:00
Steven Rowe
ae727f338c
SOLR-6058: Include the new Solr logo and favicon in Solritas (/browse UI) as well as in generated per-release Solr documentation; switch all favicon links' Content-Type: 'image/ico'->'image/x-icon'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646609 13f79535-47bb-0310-9956-ffa450edef68
2014-12-19 01:49:37 +00:00
Anshum Gupta
f821354186
SOLR-6861: Remove post.sh from exampledocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646297 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 17:32:42 +00:00
Chris M. Hostetter
9ab0f64f07
put a really simple html doc in exampledocs for using in ref guide examples
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646116 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 00:17:37 +00:00
Erick Erickson
2d93746254
SOLR-6826: fieldType capitalization is not consistent with the rest of case-sensitive field names
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1645349 13f79535-47bb-0310-9956-ffa450edef68
2014-12-13 20:49:03 +00:00
Timothy Potter
b36c68b16e
SOLR-6833: Examples started with bin/solr -e should use a solr.solr.home directory under the example directory instead of server/solr.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644799 13f79535-47bb-0310-9956-ffa450edef68
2014-12-12 00:21:27 +00:00
Timothy Potter
f8da9b85ca
SOLR-6773: Remove the multicore example as the DIH and cloud examples illustrate multicore behavior
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1644461 13f79535-47bb-0310-9956-ffa450edef68
2014-12-10 15:46:35 +00:00
Noble Paul
9184a44687
SOLR-6792 deprecate AdminHandlers, Clean up solrconfig.xml of unnecessary plugin definitions, implicit registration of /replication, /get and /admin/* handlers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641790 13f79535-47bb-0310-9956-ffa450edef68
2014-11-26 10:27:53 +00:00
Ryan Ernst
5e17f315d4
LUCENE-5950: Move to Java 8 as minimum Java version
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1640833 13f79535-47bb-0310-9956-ffa450edef68
2014-11-20 22:47:21 +00:00
Timothy Potter
05ad610074
SOLR-3619: Rename 'example' dir to 'server'
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1635666 13f79535-47bb-0310-9956-ffa450edef68
2014-10-31 04:30:52 +00:00
Erik Hatcher
4350a1d01c
SOLR-6661: Adjust all example configurations to allow overriding error-prone relative paths for solrconfig.xml <lib> references with solr.install.dir system property; bin/solr scripts will set it appropriately.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634770 13f79535-47bb-0310-9956-ffa450edef68
2014-10-28 03:05:19 +00:00
Timothy Potter
14d27294e9
SOLR-6650: disabled by default
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634621 13f79535-47bb-0310-9956-ffa450edef68
2014-10-27 17:52:04 +00:00
Timothy Potter
23eb9cbfcc
SOLR-6650: Add optional slow request logging at WARN level; this closes #101
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1634086 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 16:21:59 +00:00
Robert Muir
dbe6c7ff05
LUCENE-5969: remove 4.x back compat
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633998 13f79535-47bb-0310-9956-ffa450edef68
2014-10-24 04:48:13 +00:00
Noble Paul
de911858d9
SOLR-6633
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633390 13f79535-47bb-0310-9956-ffa450edef68
2014-10-21 14:53:04 +00:00
Steven Rowe
38f182593a
LUCENE-6007: Regularize ivy.xml files to use configurations that map to remote master configurations, so that Ivy won't try to download extraneous crap
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1632430 13f79535-47bb-0310-9956-ffa450edef68
2014-10-16 20:13:48 +00:00
Noble Paul
f16af7afc0
SOLR-6365 <paramSet> renamed to <initParams>
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1626045 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 18:45:46 +00:00
Uwe Schindler
002860d524
LUCENE-5944: Bump version in trunk
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1625976 13f79535-47bb-0310-9956-ffa450edef68
2014-09-18 13:37:14 +00:00
Noble Paul
6386f1760f
SOLR-6471
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622773 13f79535-47bb-0310-9956-ffa450edef68
2014-09-05 19:44:45 +00:00
Noble Paul
2a5558ed77
SOLR-6365 refactoring and cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622385 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 00:18:08 +00:00
Noble Paul
8306b8a464
SOLR-6365 refactoring and cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1622384 13f79535-47bb-0310-9956-ffa450edef68
2014-09-04 00:16:31 +00:00
Mark Robert Miller
a61a530190
SOLR-4580: Support for protecting content in ZooKeeper.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1621294 13f79535-47bb-0310-9956-ffa450edef68
2014-08-29 12:30:53 +00:00
Shalin Shekhar Mangar
6f1c5de38f
SOLR-6437: Managed schema is not enabled with /update/json and /update/json/docs request handlers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620768 13f79535-47bb-0310-9956-ffa450edef68
2014-08-27 00:37:48 +00:00
Erik Hatcher
f1feec3579
SOLR-6378: Fixed example/example-DIH/ issues with "tika" and "solr" configurations, and tidied up README.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618878 13f79535-47bb-0310-9956-ffa450edef68
2014-08-19 14:56:26 +00:00
Ryan Ernst
73bb9c91d9
LUCENE-5850: Made Version handling more robust and extensible
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618263 13f79535-47bb-0310-9956-ffa450edef68
2014-08-15 19:15:17 +00:00
Joel Bernstein
eddeca9215
SOLR-5244: Exporting Full Sorted Result Sets
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1618068 13f79535-47bb-0310-9956-ffa450edef68
2014-08-14 21:48:13 +00:00
Erik Hatcher
a644d9d073
SOLR-3029: adjust /browse did-you-mean output to new collation response format
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617602 13f79535-47bb-0310-9956-ffa450edef68
2014-08-12 21:46:06 +00:00
Steven Rowe
5575ff520f
SOLR-4385: Stop using SVN Keyword Substitution in Solr src code
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1616393 13f79535-47bb-0310-9956-ffa450edef68
2014-08-07 03:25:40 +00:00
Erik Hatcher
993cd8c273
SOLR-5664: Added support for multi-valued field highlighting in /browse UI
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1616075 13f79535-47bb-0310-9956-ffa450edef68
2014-08-06 01:50:42 +00:00
Erik Hatcher
b130fbaf28
SOLR-4702: Added support for multiple spellcheck collations to /browse UI.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1616073 13f79535-47bb-0310-9956-ffa450edef68
2014-08-06 01:16:42 +00:00