Commit Graph

282 Commits

Author SHA1 Message Date
Steven Rowe 7885258d13 SOLR-2452: Add attribution to CHANGES.txt entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144800 13f79535-47bb-0310-9956-ffa450edef68
2011-07-10 10:04:02 +00:00
Steven Rowe 429093b236 SOLR-2452: Rewrote Solr build system (tighter integration with the Lucene build system) and restructured Solr internal and contrib modules
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144761 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 23:01:53 +00:00
Christopher John Male 5c2923a1de SOLR-1825: SolrQuery.addFacetQuery now enables facets automatically
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144564 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 01:02:27 +00:00
Christopher John Male 038a555aef SOLR-2027: FacetField.getValues() now returns empty list instead of null
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144561 13f79535-47bb-0310-9956-ffa450edef68
2011-07-09 00:49:49 +00:00
Chris M. Hostetter 87850a3a9c SOLR-2541: PluginInfo not correctly reading <long/> values
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144415 13f79535-47bb-0310-9956-ffa450edef68
2011-07-08 18:20:57 +00:00
Chris M. Hostetter dd55ad4397 SOLR-2230: fix CommonsHttpSolrServer so that multiple addFile calls work
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144038 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 21:11:21 +00:00
Chris M. Hostetter fd337c605c SOLR-2538: Fix overflow but in range faceting on long/double when values bigger then max int/float are used
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1144014 13f79535-47bb-0310-9956-ffa450edef68
2011-07-07 20:18:55 +00:00
Yonik Seeley 64410c6b88 SOLR-2636: Fix explain functionality for negative queries.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143238 13f79535-47bb-0310-9956-ffa450edef68
2011-07-06 01:18:33 +00:00
Erik Hatcher 8734f21840 fix some typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143045 13f79535-47bb-0310-9956-ffa450edef68
2011-07-05 13:19:13 +00:00
Uwe Schindler d0ab5f6174 SOLR-2631: PingRequestHandler should not allow to ping itsself using "qt" param to prevent infinite loop
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1142179 13f79535-47bb-0310-9956-ffa450edef68
2011-07-02 08:59:58 +00:00
Uwe Schindler 592b402ab5 SOLR-2630: Added new XsltUpdateRequestHandler that works like XmlUpdateRequestHandler but allows to transform the POSTed XML document using XSLT
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141999 13f79535-47bb-0310-9956-ffa450edef68
2011-07-01 17:31:04 +00:00
Christopher John Male 9f0c8252f3 LUCENE-2883: Changes updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141749 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 23:30:18 +00:00
Mark Robert Miller b5be90974b SOLR-2193, SOLR-2565: The default Solr update handler has been improved so
that it uses fewer locks, keeps the IndexWriter open rather than closing it
  on each commit (ie commits no longer wait for background merges to complete), 
  works with SolrCore to provide faster 'soft' commits, and has an improved API 
  that requires less instanceof special casing. 

  You may now specify a 'soft' commit when committing. This will
  use Lucene's NRT feature to avoid guaranteeing documents are on stable storage in exchange
  for faster reopen times. There is also a new 'soft' autocommit tracker that can be
  configured.

 SolrCores now properly share IndexWriters across SolrCore reloads.

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141542 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 13:59:59 +00:00
Simon Willnauer 966a298278 Update CHANGES.TXT for SOLR-2625
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1141406 13f79535-47bb-0310-9956-ffa450edef68
2011-06-30 05:36:02 +00:00
Yonik Seeley e219ad401c SOLR-2429: ability not not cache filters and post filtering
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1140252 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27 17:52:02 +00:00
Koji Sekiguchi 9d6f451871 LUCENE-3234: add phraseLimit parameter for FVH speed up
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139995 13f79535-47bb-0310-9956-ffa450edef68
2011-06-27 01:44:43 +00:00
Jan Høydahl b7c5e42675 SOLR-2458: post.jar fails on non-XML updateHandlers
Fixed by doing the COMMIT through HTTP GET instead of posting XML "<commit/>"
Other improvements:
* Get help with -h and -help in addition to --help
* Support -Doptimize=yes
* More explicit error handling

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139759 13f79535-47bb-0310-9956-ffa450edef68
2011-06-26 10:56:04 +00:00
Christopher John Male 9bf4c3fd8f LUCENE-3232: Moved MutableValues to common module
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139467 13f79535-47bb-0310-9956-ffa450edef68
2011-06-25 00:03:35 +00:00
Mark Robert Miller a23091d9df SOLR-2610: improve changes entry on CloseHook change
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1139285 13f79535-47bb-0310-9956-ffa450edef68
2011-06-24 12:59:58 +00:00
Mark Robert Miller 40fbeddc3b tweak changes entry SOLR-2610
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138890 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23 14:13:40 +00:00
Shalin Shekhar Mangar 77e3dfc016 SOLR-2610 -- Add an option to delete index through CoreAdmin UNLOAD action
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138405 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 11:18:43 +00:00
Robert Muir 4ce9d15bb4 bump 3.3-dev to 3.4-dev
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138357 13f79535-47bb-0310-9956-ffa450edef68
2011-06-22 09:31:18 +00:00
Robert Muir 5aa0bde27b SOLR-2611: Fix typos in the example configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137665 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20 15:31:06 +00:00
Christopher John Male acc3392ae4 SOLR-2533: Added weighting to Sort and SortField
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137612 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20 12:49:15 +00:00
Shalin Shekhar Mangar 532f443146 SOLR-1331 -- Added a srcCore parameter to CoreAdminHandler's mergeindexes action to merge one or more cores' indexes to a target core
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137533 13f79535-47bb-0310-9956-ffa450edef68
2011-06-20 07:32:12 +00:00
Robert Muir df18530cbd sync CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137359 13f79535-47bb-0310-9956-ffa450edef68
2011-06-19 12:27:22 +00:00
Martijn van Groningen d805da14c2 SOLR-2564: Integrating grouping module into Solr 4.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1137037 13f79535-47bb-0310-9956-ffa450edef68
2011-06-17 21:25:59 +00:00
Steven Rowe f4bfaca2ec LUCENE-3204: Added attribution to CHANGES.txt entries
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135825 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 22:03:08 +00:00
Steven Rowe 72d043e3ec LUCENE-3204: Include maven-ant-tasks jar in the source tree and use this jar from generate-maven-artifacts
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135801 13f79535-47bb-0310-9956-ffa450edef68
2011-06-14 21:23:31 +00:00
Uwe Schindler 5e66d65bfd SOLR-2400: Use int[] for position history in serialization
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1135154 13f79535-47bb-0310-9956-ffa450edef68
2011-06-13 16:03:20 +00:00
Uwe Schindler c884384d5c SOLR-2400: Field- and DocumentAnalysisRequestHandler now provide a position history for each token, so you can follow the token through all analysis stages
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1134685 13f79535-47bb-0310-9956-ffa450edef68
2011-06-11 16:46:59 +00:00
Ryan McKinley 1d2d790bc3 SOLR-2417: updated syntax for [explain]
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133520 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 19:34:18 +00:00
Ryan McKinley 3bec90e9eb SOLR-705: adding CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133513 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 19:06:48 +00:00
Ryan McKinley 7386b115af SOLR-1298: Adding missing CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133512 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 18:59:46 +00:00
Robert Muir 50a474b6b6 SOLR-2567: change solr default to TieredMergePolicy
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133486 13f79535-47bb-0310-9956-ffa450edef68
2011-06-08 17:59:53 +00:00
Robert Muir 975e125085 SOLR-2576: add deprecation note to 3.x section
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133189 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 23:00:12 +00:00
Robert Muir 5a1e1bf4c8 SOLR-2576: DirectSolrSpellChecker was not returning freq info for the original token
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133187 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 22:48:41 +00:00
Robert Muir 5cc571ad3f SOLR-2491: support spellcheck collation w/ grouping
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1133043 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 15:16:10 +00:00
Robert Muir 6b6e5e6553 SOLR-2571: Fix DirectSolrSpellchecker's numeric params to use numeric types, add example and test for thresholdTokenFrequency
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132855 13f79535-47bb-0310-9956-ffa450edef68
2011-06-07 02:38:42 +00:00
Robert Muir bdee0a9764 SOLR-2462: use of spellcheck.collate could result in extremely high memory usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1132729 13f79535-47bb-0310-9956-ffa450edef68
2011-06-06 19:14:48 +00:00
Yonik Seeley 1da4ffee6e SOLR-2136: function queries - add bool type and functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1131228 13f79535-47bb-0310-9956-ffa450edef68
2011-06-03 20:48:47 +00:00
Robert Muir 80bbaedfe7 LUCENE_3135, SOLR-2378: update CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1130619 13f79535-47bb-0310-9956-ffa450edef68
2011-06-02 15:54:49 +00:00
Robert Muir 42a2a5df7e LUCENE-3163: remove release dates from CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129427 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30 23:11:10 +00:00
Robert Muir 6314bd4be9 SOLR-2558: remove apache lucene version from solr changes.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1129413 13f79535-47bb-0310-9956-ffa450edef68
2011-05-30 22:36:44 +00:00
Michael McCandless de78bb889f SOLR_2519: move CHANGES entry to the right place
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128855 13f79535-47bb-0310-9956-ffa450edef68
2011-05-29 10:31:48 +00:00
Michael McCandless 0bec9a11fd SOLR-2519: improve defaults for text_* field types
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128854 13f79535-47bb-0310-9956-ffa450edef68
2011-05-29 10:27:23 +00:00
Robert Muir 4dc43afe9d fix changes entry
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128249 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27 10:41:22 +00:00
Robert Muir 1aceb50817 3.2 changes.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1128235 13f79535-47bb-0310-9956-ffa450edef68
2011-05-27 10:05:13 +00:00
Robert Muir 530b894c60 SOLR-1942: Ability to specify codec per field
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127313 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 21:55:28 +00:00
Yonik Seeley 9b31ee389f SOLR-2539: VectorValueSource.floatVal incorrectly used byteVal on sub-sources
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1127301 13f79535-47bb-0310-9956-ffa450edef68
2011-05-24 21:32:08 +00:00