Commit Graph

1370 Commits

Author SHA1 Message Date
Noble Paul 6457b52936 SOLR-1255 An attempt to visit the replication admin page when its not a defined handler should display an approp message
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792861 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 10:04:29 +00:00
Chris M. Hostetter da8dd622e3 Fix LukeRequestHandler so it doesn't rely on SolrQueryParser and report incorrect stats when field names contain special characters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792751 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 23:50:20 +00:00
Chris M. Hostetter d31c09caf8 SOLR-1257: removed logging.jsp and refrences to it in admin.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792643 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 19:23:59 +00:00
Noble Paul 511ea76b32 SOLR-1264 if master slave is out of sync w/ master replication is not successful
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792474 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 09:57:15 +00:00
Koji Sekiguchi 1ed4c39835 SOLR-1256: Show the output of CharFilters in analysis.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792370 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 01:35:30 +00:00
Mark Robert Miller 7c5825cf25 SOLR-1145: Add capability to specify an infoStream log file for the underlying Lucene IndexWriter in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791578 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06 19:31:37 +00:00
Yonik Seeley cdb2cbfeaa SOLR-1260: support all DocSet operations in DocSlice
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790938 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 15:09:21 +00:00
Noble Paul eae2e9af5d logging messages changed to remove the word snap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790810 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 06:56:30 +00:00
Mark Robert Miller 9b2e0fd1ef missing Apache license header
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790584 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 13:33:35 +00:00
Mark Robert Miller be491bbb82 SOLR-1243: Admin RequestHandlers should not be cached over HTTP.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790580 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 13:20:22 +00:00
Noble Paul eb8e622002 SOLR-1216 snapshoot renamed to backup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790559 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 12:03:50 +00:00
Shalin Shekhar Mangar 32b891de4c SOLR-1253 -- SolrInfoMBeanTest fails when the project root path contains a plus sign
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790477 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 07:22:53 +00:00
Noble Paul 98150f357a changed the variable name according to SOLR-916
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790041 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01 05:24:30 +00:00
Noble Paul 235718d7bb changed javadoc for register()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790040 13f79535-47bb-0310-9956-ffa450edef68
2009-07-01 05:20:16 +00:00
Shalin Shekhar Mangar 5a468f5f94 Fix incorrect comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@789868 13f79535-47bb-0310-9956-ffa450edef68
2009-06-30 18:33:18 +00:00
Yonik Seeley 23d7c016ee revert accidental commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788955 13f79535-47bb-0310-9956-ffa450edef68
2009-06-27 11:17:24 +00:00
Yonik Seeley 0abe46a197 SOLR-1248: fix IndexReader ref counting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788878 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 21:48:46 +00:00
Noble Paul c51a5a2574 SOLR-1198
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788582 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 05:34:24 +00:00
Noble Paul 4221983126 SOLR-1246
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788571 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 04:47:17 +00:00
Mark Robert Miller 613685ac6f SOLR-1242: Human readable JVM info from system handler does integer cutoff rounding, even when dealing with GB. Fixed to round to one decimal place.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788392 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 15:28:53 +00:00
Shalin Shekhar Mangar e340bce86d SOLR-1214 followup -- Fix root cause of test failures by setting solrHome correctly for different scenarios
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@787967 13f79535-47bb-0310-9956-ffa450edef68
2009-06-24 10:25:15 +00:00
Noble Paul f2343ea987 SOLR-1216
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@787212 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 12:05:54 +00:00
Noble Paul ef46688646 resourceloader gives the correct instancedir
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@787179 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 09:29:25 +00:00
Noble Paul f2971ef476 lazily get searcher and schema. for coreadmin requests it does not need these
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@787143 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 05:34:28 +00:00
Noble Paul 60c19978cd no need to wrap a SolrServerException in a SolrServerException
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786988 13f79535-47bb-0310-9956-ffa450edef68
2009-06-21 10:42:18 +00:00
Shalin Shekhar Mangar a41fa5cac6 Fixing incorrect usage of connection and read timeout variables
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786801 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20 12:20:56 +00:00
Noble Paul 6981083fc3 added a sttaic method to get the enum from an int code
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786784 13f79535-47bb-0310-9956-ffa450edef68
2009-06-20 10:02:42 +00:00
Erik Hatcher d48c9f39e8 SOLR-1233: remove /select?qt=/whatever restriction on /-prefixed request handlers.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786508 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 13:52:54 +00:00
Noble Paul 5e3152f9b3 SOLR-1222 should handle multiple calls
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786497 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 13:12:45 +00:00
Noble Paul 7e5cd7b147 SOLR-1222 add convenience methods for deleteById to take a list of strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786465 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 11:54:44 +00:00
Noble Paul fdbc44dfc4 SOLR-1214
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786434 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 09:58:58 +00:00
Noble Paul dce2b6db15 SOLR-1121 missed to add php and phps response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786416 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 09:05:39 +00:00
Ryan McKinley c04d80f55e SOLR-1225 - improve LukeRequestHandler docCount calculation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@785397 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 21:00:48 +00:00
Yonik Seeley 409f39e8bd SOLR-1220: use doubling strategy for keeping track of the number of each term in UnInvertedField
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@785258 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 15:34:07 +00:00
Mark Robert Miller c0f6146779 SOLR-1150: Load Documents for Highlighting one at a time rather than all at once to avoid OOM with many large Documents.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@785218 13f79535-47bb-0310-9956-ffa450edef68
2009-06-16 13:53:25 +00:00
Yonik Seeley 588d8fa51e fix path normalization test to match current behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@784951 13f79535-47bb-0310-9956-ffa450edef68
2009-06-15 19:57:52 +00:00
Yonik Seeley a1df70286c javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783780 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11 14:17:07 +00:00
Grant Ingersoll c679d4066b SOLR-1209: change default search to be Solr powered instead of Google powered
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783728 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11 11:53:05 +00:00
Noble Paul 802a9c7458 SOLR-1215 use double quotes to enclose attributes in solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783715 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11 10:04:37 +00:00
Noble Paul 56d398c149 SOLR-920 logging that re-use is done and the path is made right
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783631 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11 05:15:30 +00:00
Noble Paul 9f0616bdc8 SOLR-1213 SolrResourceLoader.normalizeDir() should add OS specific file separator
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783290 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10 11:09:05 +00:00
Noble Paul b14338ee41 error committed as part of SOLR-1106
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783279 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10 10:08:39 +00:00
Noble Paul d9d2157b60 an extra single quote which was committed as part of SOLR-1106
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783262 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10 09:07:31 +00:00
Noble Paul b888149548 SOLR-1198 moved highlighter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783222 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10 06:24:17 +00:00
Noble Paul f699e49265 removed SOP
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783212 13f79535-47bb-0310-9956-ffa450edef68
2009-06-10 05:57:50 +00:00
Noble Paul 144100faa7 removing an SOP
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782955 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09 11:10:20 +00:00
Noble Paul 2ba1c30b78 SOLR-1198 cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782919 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09 08:56:06 +00:00
Noble Paul 42c9350e9c SOLR-1198 moved searchComponent, indexreaderFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782913 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09 08:36:43 +00:00
Noble Paul cbc9fae327 SOLR-1198 moved updateHandler, updateprocessor to solrconfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782885 13f79535-47bb-0310-9956-ffa450edef68
2009-06-09 05:50:57 +00:00
Mark Robert Miller 8f38d877fa fix test comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782692 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 16:08:30 +00:00