Commit Graph

2466 Commits

Author SHA1 Message Date
Noble Paul 303b6c3836 SOLR-1129 Support binding dynamic fields to beans in SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794144 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 05:55:46 +00:00
Mark Robert Miller cf2aac0ca3 remove unnecessary overrides
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794088 13f79535-47bb-0310-9956-ffa450edef68
2009-07-14 22:09:48 +00:00
Yonik Seeley 98b4dd2e93 SOLR-284: random cleanups, tests, interface changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793953 13f79535-47bb-0310-9956-ffa450edef68
2009-07-14 15:53:05 +00:00
Yonik Seeley 8bb8d6561c SOLR-1266: add WordDelimiterFilter.stemEnglishPossessive option
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793090 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 19:40:33 +00:00
Chris M. Hostetter 2d1dae0056 followup to SOLR-1255 ... previous commit caused compilation errors in test cases, this commit alters the methods added to SolrCore/RequestHandlers both to fix the compilation error and be more generally useful beyond just SOLR-1255
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793088 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 19:37:30 +00:00
Chris M. Hostetter 6fcc6ed152 fix javadoc-all and make it less brittle to future changes in contrib libs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793061 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 18:11:32 +00:00
Erik Hatcher dafd6d49d6 debug log when xpath entities are skipped, to aid in troubleshooting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792973 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 15:07:44 +00:00
Erik Hatcher ed9dc8531e javadoc grammar fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792972 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 15:05:59 +00:00
Erik Hatcher a7c25f8813 SOLR-1229: fixes for deletedPkQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792963 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 14:55:28 +00:00
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 bc59a19e85 there are rumblings about new code to make it possible to use libs without copying them into the lib dirs; but until that happens let's at least use svn:ignore to keep them from cluttering up 'svn status'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792726 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 21:59:52 +00:00
Chris M. Hostetter 6240c76c0f 1) removing some additional lib copying yonik seems to have
missed in r791147
2) setting some props on the lib dir so download jars are 
   ignored
3) tweaking clean-downloads so it's less brittle to rev'ing 
   downloads in the future (multiple versions might have
   been left in lib accidently)
   




git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792724 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 21:52:13 +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
Erik Hatcher 237bfa3137 SOLR-1265: Add variable resolving for URLDataSource properties like baseUrl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792555 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 13:46:45 +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
Noble Paul 4bd75f0221 SOLR-1263. SOLR-1234 did not fix it completely
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791700 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 04:57:54 +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 33ba738883 remove clustering from example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791148 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04 16:26:25 +00:00
Yonik Seeley 156b50f302 move clustering server out of example, use clustering libs w/o making a copy
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791147 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04 16:22:40 +00:00
Yonik Seeley 3dfc05b1e0 SOLR-1260: support all DocSet operations in DocSlice
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790948 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 15:16:24 +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
Yonik Seeley 35384b4db3 prevent clustering from being added to solr.war
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790699 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 18:10:23 +00:00
Yonik Seeley 0cad24adf9 add missing ASL headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790601 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 14:11:26 +00:00
Yonik Seeley 43eb481c2f reformat to remove tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790599 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 14:08:37 +00:00
Yonik Seeley dabddad667 SOLR-769: make response JSON friendly, use SolrQueryRequest instead of core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790594 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 13:51:19 +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 49ff8d7775 SOLR-1229 deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788587 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 05:44:26 +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 9860cfab58 SOLR-1234 handling '/' in handler names
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788580 13f79535-47bb-0310-9956-ffa450edef68
2009-06-26 05:20:23 +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
Noble Paul e7c97672d0 hudson failed becaus of this unnecessary @Override annotation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788292 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 08:43:18 +00:00
Noble Paul a678924f96 SOLR-996 had an incorrect fix.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788291 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 08:39:25 +00:00
Noble Paul c0543d2d71 SOLR-1244 JdbcDataSource uses wrong overload of getConnection on JNDI DataSource
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788265 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 05:30:15 +00:00
Noble Paul 57a2a11ac8 SOLR-1245 DIH eats up SQL exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788252 13f79535-47bb-0310-9956-ffa450edef68
2009-06-25 04:51:11 +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 b33d055a08 36.SOLR-1234: Multiple DIH does not work because all of them write to dataimport.properties. Use the handler name as the properties file name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@787205 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 11:27:53 +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