2461 Commits

Author SHA1 Message Date
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
Yonik Seeley
d02a4cfa03 SOLR-1338: use StringHelper.intern()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801981 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 12:54:26 +00:00
Mark Robert Miller
b51b515f6e Upgraded to Lucene 2.9-dev r801856
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801872 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 03:21:06 +00:00
Mark Robert Miller
1b2549e92f SOLR-1342: CapitalizationFilterFactory uses incorrect term length calculations.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801845 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 23:54:49 +00:00
Yonik Seeley
ce84cfc655 SOLR-1339: fix dismax to handle parse exceptions, change types in tests to use new numeric types
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801786 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 19:30:40 +00:00
Yonik Seeley
b33318f06e SOLR-1344: MoreLikeThis handler can't handle numeric id
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801768 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 18:47:16 +00:00
Yonik Seeley
1558db534d SOLR-1340: DocumentAnalysisRequestHandler assumed text analysis for int field, couldn't handle exceptions in analysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801751 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 18:09:56 +00:00
Yonik Seeley
118c25391c analysis.jsp accidentally created tokenstream again with an exhausted reader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801495 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 02:12:46 +00:00
Yonik Seeley
cf9f9281ad DirectUpdateHandlerOptimizeTest used strings as int ids
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801486 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 01:10:59 +00:00
Yonik Seeley
424c27a0b5 DirectUpdateHandlerTest used strings as int ids
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801485 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 01:09:47 +00:00
Yonik Seeley
f01f919b3d TestArbitraryIndexDir didn't work w/o a string-like id
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801479 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 00:30:02 +00:00
Yonik Seeley
9a7eb23597 TestCSV assumed id was a string
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801477 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 00:20:38 +00:00