Commit Graph

2672 Commits

Author SHA1 Message Date
Noble Paul 8b9071efb3 empty collectioons should use Collections.emptyXXX()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807103 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 06:57:16 +00:00
Yonik Seeley c13a6f0208 change example test to match example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806541 13f79535-47bb-0310-9956-ffa450edef68
2009-08-21 13:16:28 +00:00
Yonik Seeley c49369b6c8 SOLR-1368: add ms() and sub() functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806374 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 22:05:09 +00:00
Chris M. Hostetter 9099b123d1 cleanup of comments relating to 'default' field values; cleanup of 'timestamp' usage examples -- switched to using 'manufacturedate_dt' as a generic date field example since yonik doens't want schema to have fields with default values uncommented
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806357 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 21:04:08 +00:00
Chris M. Hostetter 12cc86b408 remove executable bit from csv file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806340 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 20:31:21 +00:00
Chris M. Hostetter a9101ae07a SOLR-1373: Add Filter query to admin/form.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806303 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 18:52:30 +00:00
Chris M. Hostetter 48109b3dc6 SOLR-1371: LukeRequestHandler/schema.jsp errored if schema had no uniqueKey field. The new test for this also (hopefully) adds some future proofing against similar bugs in the future. As a side effect QueryElevationComponentTest was refactored, and a bug in that test was found.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806289 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 18:23:36 +00:00
Erik Hatcher e1f8e33cd9 fix minor comment typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805941 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 19:25:16 +00:00
Noble Paul 5be6d7bb08 SOLR-1275 the last commit was failing the test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805899 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 17:33:52 +00:00
Noble Paul bc280a3922 SOLR-1275 the last commit was failing the test.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805888 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 17:12:05 +00:00
Koji Sekiguchi 00e1299bd6 SOLR-1370: Show the output of CharFilters in FieldAnalysisRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805880 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 17:01:12 +00:00
Grant Ingersoll a86d0c24c3 SOLR-1367: Reverted, but kept the simple docList test, with modifications
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805866 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 16:23:24 +00:00
Erik Hatcher 1b289c4f35 SOLR-1372: Enhance FieldAnalysisRequestHandler to accept text from content stream
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805844 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 15:38:11 +00:00
Noble Paul 27b491ade5 SOLR-1275: Add expungeDeletes to DirectUpdateHandler2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805774 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 12:21:22 +00:00
Noble Paul 462571235e SOLR-1315 backup command should work when there was no commit/optimize since startup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805675 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 06:29:26 +00:00
Chris M. Hostetter 3330f98584 apachecon news
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805545 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 19:24:09 +00:00
Grant Ingersoll f93b220b37 SOLR-1367: simple callback for modifying the Document when using the SolrPluginUtils
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805528 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 18:29:10 +00:00
Yonik Seeley c573d6ea8c fix char filter instantiation broken by reusable tokenstream upgrade
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805263 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 02:50:49 +00:00
Grant Ingersoll 1169caa51b javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805149 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 21:24:47 +00:00
Yonik Seeley b979db09cc add unique key to indexing perf test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804996 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 14:28:15 +00:00
Yonik Seeley 1b609c3af1 try to stop nightly build failures
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804995 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 14:27:54 +00:00
Yonik Seeley 71286043e4 try to fix autocommit test failure on slow host
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804731 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 17:42:47 +00:00
Yonik Seeley bb76127225 SOLR-1353: Implement and use reusable token streams for analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804726 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 17:28:58 +00:00
Yonik Seeley b45440d7c7 upgrade to lucene 2.9-dev r804692
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804700 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 14:45:10 +00:00
Yonik Seeley f424f8fefd add back timestamps to more example docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804477 13f79535-47bb-0310-9956-ffa450edef68
2009-08-15 14:51:20 +00:00
Yonik Seeley 9125046dec fix previous commit of wrong version of TestPhoneticFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804270 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 15:52:24 +00:00
Yonik Seeley 6ff16abc0e fix double metaphone test to match current behavior
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804265 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 15:43:28 +00:00
Yonik Seeley be7ce2712d fix typo in stats test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804207 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 12:57:25 +00:00
Shalin Shekhar Mangar 175f81950e SOLR-1361 -- Incorrect javadoc on SolrInputDocument addField
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804088 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 06:24:32 +00:00
Yonik Seeley 6b0f99d6ad SOLR-1360: Prevent PhoneticFilter from producing duplicate tokens, update to new attribute API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803977 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 18:18:22 +00:00
Yonik Seeley 551e52f899 SOLR-1359: DoubleMetaphone filter could skip or reorder tokens, fix and update to new API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803971 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 18:10:52 +00:00
Noble Paul e654763c48 SOLR-1235
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803784 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 06:08:03 +00:00
Erik Hatcher 56e0a65193 Update standard request to modern sort parameter style
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803735 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 22:48:43 +00:00
Erik Hatcher 4256d6693a revert ASL in a CSV file. that makes it unparsable and broke solr-rubys tests. do we really need a license *in* _every_ file?
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803721 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 21:51:47 +00:00
Grant Ingersoll f6f51121ff License fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803675 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 19:30:11 +00:00
Grant Ingersoll 11a03bf3d6 License fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803674 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 19:29:29 +00:00
Grant Ingersoll e944e751a2 License fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803673 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 19:27:12 +00:00
Grant Ingersoll 70039d6ff1 SOLR-1276: Stats Component test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803571 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 15:54:36 +00:00
Grant Ingersoll bf3968ddaf SOLR-1281: SigUpdateProcFactory now uses SolrResourceLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803560 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 15:37:13 +00:00
Yonik Seeley f586a2e3b8 indexing performance test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802556 13f79535-47bb-0310-9956-ffa450edef68
2009-08-09 16:54:17 +00:00
Yonik Seeley 7b70b51a89 SOLR-1259: fix scale function
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802458 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08 21:33:28 +00:00
Yonik Seeley d0ec8b1bfe doc performance tip
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802444 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08 20:15:30 +00:00
Yonik Seeley 8a3969fb7b SOLR-1142: faster example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802443 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08 20:08:16 +00:00
Yonik Seeley b4acfc32df SOLR-1067: further progress on the problem with null qparser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802424 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08 17:20:43 +00:00
Grant Ingersoll af828c575d SOLR-1274: added extract only output options
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802282 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08 01:39:16 +00:00
Yonik Seeley d880e90b1b SOLR-1349: toString() for SolrDocument Map views
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802275 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08 00:45:15 +00:00
Koji Sekiguchi 86dd3a6cda SOLR-1343: Added HTMLStripCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802263 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 23:05:05 +00:00
Yonik Seeley 05f000d36a docs: spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802215 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 21:33:31 +00:00
Yonik Seeley 6b9be8fccb schema comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802193 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 21:08:43 +00:00
Yonik Seeley 3955b27635 TestDistributedSearch - add random values for all numeric field types, sort asc and desc on all numeric field types
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802020 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 14:27:23 +00:00