Commit Graph

1587 Commits

Author SHA1 Message Date
Yonik Seeley 6e84739ca4 mark a core having multiple names as experimental
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689491 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 14:23:05 +00:00
Yonik Seeley 6c81041ea4 SOLR-722: CoreContainer.reload should make core aliases point to reloaded core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689489 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 14:20:40 +00:00
Yonik Seeley 74a54a431f SOLR-707: throw exception from DocIterator remove()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@689349 13f79535-47bb-0310-9956-ffa450edef68
2008-08-27 03:23:46 +00:00
Shalin Shekhar Mangar 4b98cf8953 SOLR-724 -- Making the get/set coreProperties method package private to insulate the public API from future changes.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688751 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 15:15:43 +00:00
Shalin Shekhar Mangar 668fc13a82 Small fix -- a null or empty name is not allowed in JMX. Don't put a name to info mbean if it is not supplied.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688705 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 12:34:10 +00:00
Shalin Shekhar Mangar f207fcaf90 Removing incorrectly placed site and placing it in the right folder this time.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688703 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 12:07:42 +00:00
Shalin Shekhar Mangar 9f80d2cd26 Shallow copy of properties does not maintain defaults. Hence returning the original object as is.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688659 13f79535-47bb-0310-9956-ffa450edef68
2008-08-25 08:41:17 +00:00
Shalin Shekhar Mangar 74ed2cbcfe Re-generating website with forrest with the changes in previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688547 13f79535-47bb-0310-9956-ffa450edef68
2008-08-24 18:42:15 +00:00
Shalin Shekhar Mangar 0ae8a8809d Small changes to website in anticipation of 1.3 -- Added notes on newer features, solrj javadocs etc.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688546 13f79535-47bb-0310-9956-ffa450edef68
2008-08-24 18:39:46 +00:00
Shalin Shekhar Mangar 0dd63721aa SOLR-719 -- Persisting solr.xml through SolrJ does not handle relative pathes correctly. Now it is saved relative to the location of the original config file.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688427 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 22:58:16 +00:00
Shalin Shekhar Mangar 2f9694f07b SOLR-720 -- Write container properties before <cores> element rather than after it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688411 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 20:52:18 +00:00
Shalin Shekhar Mangar 8d1ae0a3d0 Changed values assignment from keys.clone() to values.clone()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688408 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 20:34:57 +00:00
Shalin Shekhar Mangar cc32fc4d32 SOLR-716 -- Added support for properties in configuration files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688359 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 16:25:19 +00:00
Shalin Shekhar Mangar b355f57d80 SOLR-714 -- CoreContainer.Load uses incorrect loop variable 'i' instead of 'a'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688332 13f79535-47bb-0310-9956-ffa450edef68
2008-08-23 14:40:20 +00:00
Chris M. Hostetter 41443d51b7 add performance note about SOLR-587 to CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688205 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 22:10:58 +00:00
Shalin Shekhar Mangar f24252c1bd SOLR-718 -- Support persisting solr.xml through SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688188 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 20:25:38 +00:00
Chris M. Hostetter c9d64b5a26 remove private subclasses created for accessing static methods ... they were put in originally to be short aliases for the real classnames, but some people found them more confusing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688169 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 18:42:03 +00:00
Erik Hatcher 088bdde5ac Fix key to index directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688119 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 16:57:50 +00:00
Koji Sekiguchi 072e1818cd SOLR-517: highlighter now returns fragments with hl.requireFieldMatch=true on un-optimized index. updated lucene-*.jar (r687052).
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687825 13f79535-47bb-0310-9956-ffa450edef68
2008-08-21 18:37:44 +00:00
Erik Hatcher ff30eb21e3 Add remove method to NamedList
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687489 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 22:14:09 +00:00
Shalin Shekhar Mangar 5eb8861bb4 Fix admin path for single cores (the core name is not null, it is an empty string)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687340 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 14:19:06 +00:00
Grant Ingersoll b73afa5fbc refactor package target slightly to include generation of maven artifacts
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687335 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 13:51:50 +00:00
Grant Ingersoll 485730a5b9 forgot some groupIds
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687175 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 21:59:05 +00:00
Grant Ingersoll 5e74022bab Updated POM templates to use o.a.solr instead of o.a.lucene.solr per Maven recommendations
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687158 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 21:14:45 +00:00
Yonik Seeley eb5a4abe89 bypass isDeleted if there are no deletions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687148 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 20:39:35 +00:00
Yonik Seeley 267603bdef typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687134 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 19:13:06 +00:00
Yonik Seeley e61df53e1f Upgrade to Lucene 2.4-dev (r686801)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687131 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 19:04:17 +00:00
Shalin Shekhar Mangar 2754d4d87c SOLR-430 -- Added support for reading SpellCheckComponent's response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687102 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 17:29:51 +00:00
Yonik Seeley 3617c176cd SOLR-708: CoreAdminHandler unload, reload, alias impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687084 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 16:07:31 +00:00
Yonik Seeley 35a8df10e3 SOLR-708: CoreAdminHandler unload, reload, alias impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687083 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 16:06:13 +00:00
Yonik Seeley de8c642def SOLR-647: refcount cores
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686780 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18 15:08:28 +00:00
Shalin Shekhar Mangar 0ab15a39be Fixed typo in error message
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686776 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18 14:49:04 +00:00
Erik Hatcher d0bf6ee91f javadoc typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686752 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18 13:41:06 +00:00
Shalin Shekhar Mangar 57d0afc064 Do not try to create connections at core startup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686619 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17 15:41:59 +00:00
Koji Sekiguchi 0cbe7af081 1) remove ruby/CHANGES.txt. 2) add solr-ruby/doc to svn:ignore list.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686583 13f79535-47bb-0310-9956-ffa450edef68
2008-08-17 02:28:58 +00:00
Shalin Shekhar Mangar ef4a80c80a Moving the POMs in the root to src/maven folder per Hoss's wish on solr-dev
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686501 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16 13:49:09 +00:00
Koji Sekiguchi 4c06d30f35 create CHANGES.txt file for solr-ruby and flare and move a change record (SOLR-537) from ./CHANGES.txt to client/ruby/CHANGES.txt.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686479 13f79535-47bb-0310-9956-ffa450edef68
2008-08-16 11:39:51 +00:00
Yonik Seeley 6737f59547 quick'n'dirty sleep/block test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686274 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 16:21:04 +00:00
Yonik Seeley f00c5cbda0 roll back SOLR-683 acceptQueueSize recommendation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686272 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 16:16:01 +00:00
Shalin Shekhar Mangar 67170d7489 Changing SolrException to the non-deprecated one
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686219 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 14:07:54 +00:00
Shalin Shekhar Mangar d00a997ad7 SOLR-704 -- NumberFormatTransformer can silently ignore part of the string while parsing. Now it tries to use the complete string for parsing. Failure to do so will result in an exception.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686196 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 11:53:34 +00:00
Shalin Shekhar Mangar 0291a24619 SOLR-700 -- Allow configurable locales through a locale attribute in fields for NumberFormatTransformer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686176 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 08:49:35 +00:00
Chris M. Hostetter e584e3a060 SOLR-701: be explicit about Locale when parsing/formating milliseconds. Also: refactor usages of TimeZone and Locale so it's clear when UTC and Locale.US are used for various purposes in case someone considers modifying them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686159 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 06:48:32 +00:00
Grant Ingersoll dd81e80044 add some sample multicore docs for testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686105 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 01:46:23 +00:00
Ryan McKinley c81ab40f5f SOLR-695 -- fix pathPrefix error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686098 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 01:15:31 +00:00
Otis Gospodnetic 4f13f01a59 SOLR-589 - Improved handling of badly formated query strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686042 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 21:04:05 +00:00
Shalin Shekhar Mangar a7ba71fa6d SOLR-586 -- Adding dependency to commons-fileupload
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686039 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 20:53:05 +00:00
Otis Gospodnetic cd0f1a0aec SOLR-683 acceptQueueSize=0 jetty.xml setting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686028 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 20:43:58 +00:00
Otis Gospodnetic 0aa8af11c1 SOLR-474 - Spellchecker javadoc improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686022 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 20:27:55 +00:00
Shalin Shekhar Mangar 514c45366a I had forgotten to add Otis's name during the SOLR-663 commit. He had initiated the original issue and contributed the first patch. Sorry about that Otis and thanks :)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686019 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 20:22:41 +00:00