Commit Graph

1370 Commits

Author SHA1 Message Date
Yonik Seeley 7db89131f8 SOLR-14: Add preserveOriginal flag to WordDelimiterFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673715 13f79535-47bb-0310-9956-ffa450edef68
2008-07-03 15:40:14 +00:00
Yonik Seeley de0dc7ecf7 SOLR-443: declare charset for POST body
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673528 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02 22:23:24 +00:00
Yonik Seeley 363d51dd88 add getter for synonym map
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673449 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02 17:34:29 +00:00
Ryan McKinley 7919e2e4fe SOLR-350: fix libDir => sharedLib xml writing error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673430 13f79535-47bb-0310-9956-ffa450edef68
2008-07-02 16:14:51 +00:00
Grant Ingersoll 6b251c9685 SOLR-482: add byte/short sorting support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673221 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 21:49:16 +00:00
Chris M. Hostetter bd9fa2fff7 stop trying to point at favicon.ico with absolute path
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673168 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 18:41:41 +00:00
Chris M. Hostetter 5d79d6bfe9 small tweak to example multicore schemas -- make the schema names a little more distinct from core names so it's clear which is which when looking at admin screens
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672962 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 00:25:55 +00:00
Chris M. Hostetter ceebb01ec2 SOLR-584: make stats.jsp and stats.xsl more robust to new info as they are added - spurred by core name not being displayed properly, fix also includes section for highlighting plugins and some general major refactoring of stats.xsl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672961 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 00:24:25 +00:00
Grant Ingersoll 1fb3859f7c Rollback SOLR-609 in favor of getting the defaults from ReqHandler. Change around the config to demonstrate, also updated on the Wiki.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672852 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30 18:03:23 +00:00
Yonik Seeley bc21016abd add getters to StopFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672830 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30 17:29:18 +00:00
Yonik Seeley e31c9deb9f fix DirectUpdateHandlerOptimizeTest to pass on windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672829 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30 17:29:05 +00:00
Yonik Seeley 3a57d15799 remove numDocsDeleted, which is no longer tracked since lucene handles it
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672297 13f79535-47bb-0310-9956-ffa450edef68
2008-06-27 15:28:44 +00:00
Grant Ingersoll f2c5515c1a SOLR-609: SpellCheckComps now honors defaults
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672257 13f79535-47bb-0310-9956-ffa450edef68
2008-06-27 12:35:36 +00:00
Grant Ingersoll 77a4e2fa4f SOLR-603: Add partial optimize capabilities and deprecate DirectUpdateHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672031 13f79535-47bb-0310-9956-ffa450edef68
2008-06-26 21:14:06 +00:00
Grant Ingersoll a0983feb04 SOLR-423: Add CloseHook notification
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@671960 13f79535-47bb-0310-9956-ffa450edef68
2008-06-26 17:44:37 +00:00
Ryan McKinley 81d4040cff SOLR-536 -- putting back the getBeans function, and keeping SolrServer as a transient variable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@671037 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24 06:10:31 +00:00
Ryan McKinley 0737e7469d SOLR-602 -- add method chaining to SolrQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@671036 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24 06:06:07 +00:00
Ryan McKinley 0953aa3e6a SOLR-536 -- remove recently added "getBeans()" function from QueryResponse. Adding the variable SolrServer makes the response unserializable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@671034 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24 05:53:17 +00:00
Otis Gospodnetic e8f25fa6c3 SOLR-563 - Build for contrib/ projects
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@671021 13f79535-47bb-0310-9956-ffa450edef68
2008-06-24 04:49:25 +00:00
Grant Ingersoll e598716210 SOLR-604: Make relative spellchecking dir be relative to the Solr data dir. Also added sample file based sc to the example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670973 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23 23:59:12 +00:00
Yonik Seeley a10b2432c3 add test to see if default is UTF-8 in post body... will be useful for debugging other apps querying solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670050 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 20:12:14 +00:00
Yonik Seeley dceb71ed0b utf8 server config test script
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670049 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 20:00:54 +00:00
Grant Ingersoll 5b7185e330 SOLR-585: Set the QParser on the ResponseBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670029 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 18:47:17 +00:00
Yonik Seeley 8557aa1fde in facet refinement, skip over facet queries that don't look like refinements. add test that exercizes refinements.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670028 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 18:38:20 +00:00
Mike Klaas 0150aeaf61 fix XSS vulnerability in analysis page
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669766 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 02:20:39 +00:00
Yonik Seeley 319fd2b028 SOLR-424: when writing response, gracefully handle invalid zero length int/long field values in the index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669712 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19 21:50:53 +00:00
Grant Ingersoll be70d4d73a added a comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669492 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19 14:20:34 +00:00
Grant Ingersoll 1cd74a0531 SOLR-572: Added SpellCheckComponent functionality.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669485 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19 13:46:54 +00:00
Chris M. Hostetter 200f1ddd7c tmp files for tests should be temporary ... and not created in the current working directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668771 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 17:56:20 +00:00
Yonik Seeley e8376f4d8d give Lars credit in CHANGES.txt for SOLR-303
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668759 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 17:31:28 +00:00
Yonik Seeley 3050d8339a SOLR-303: if facet.limit <=0 then don't increase limit sent to shards, and don't test for refinement
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668756 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 17:25:36 +00:00
Yonik Seeley 6190ce076f SOLR-486: make javabin the default for solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668731 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 16:29:33 +00:00
Yonik Seeley f2fb573cf1 change QParser.parse to public
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668716 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 15:51:35 +00:00
Yonik Seeley 0b20b5e658 SOLR-486: make javabin the default for SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668661 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 13:37:55 +00:00
Yonik Seeley e108b5375c SOLR-601: make QParser.parse public
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668656 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 13:27:53 +00:00
Grant Ingersoll a1b02cc58b SOLR-595: Added support for Field level boosting in MoreLikeThis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668638 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 12:48:57 +00:00
Otis Gospodnetic 96d68357d6 SOLR-592: Added ShardParams interface and changed several string literals to references to constants in CommonParams.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667923 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15 03:28:36 +00:00
Chris M. Hostetter 97da4bab73 2 and a half years seems like a long enough time to be using the wrong favicon.ico. Let's use the same one we have on the website.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667193 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 18:42:10 +00:00
Chris M. Hostetter f690d9facf SOLR-597: SolrServlet no longer "caches" SolrCore. This was causing problems in Resin, and could potentially cause problems for customized usages of SolrServlet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667190 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 18:27:50 +00:00
Yonik Seeley 7f0cc46ad7 SOLR-596: handle facet.limit=0
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667187 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 18:11:26 +00:00
Yonik Seeley 423731edd0 use cloned params passed to submit to avoid concurrent modification exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@666936 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 00:53:45 +00:00
Yonik Seeley 4d11b2c89a create new params object for each shard request to prevent concurrent modification exception when SolrJ modifies the params
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@666876 13f79535-47bb-0310-9956-ffa450edef68
2008-06-11 22:34:06 +00:00
Ryan McKinley a00f94c4a9 SOLR-536 - adding the binder to SolrServer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@666684 13f79535-47bb-0310-9956-ffa450edef68
2008-06-11 14:38:49 +00:00
Yonik Seeley 2ce5049e36 test all ntz bit positions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@664151 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 21:56:37 +00:00
Ryan McKinley d75e9410c3 adding tests for ntz
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@664083 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 19:07:04 +00:00
Ryan McKinley 16c6d850c5 moving old test utility functions to a junit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663797 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 01:44:32 +00:00
Ryan McKinley 552501c596 adding coverage for misc utils
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663739 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 21:12:06 +00:00
Ryan McKinley cd03773e71 increasing test coverage for NamedList and SimpleOrderedMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663733 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 20:50:03 +00:00
Grant Ingersoll 8fe424422b I think I checked in an unclean version of trunk last time. This is based off of rev 663718 and is the latest trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663725 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 20:28:38 +00:00
Ryan McKinley 44ce0b1bee SOLR-193 -- increaseing code coverage on SolrDocument. Fixing some missing logic on adding vs. setting an Iterable field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663723 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 20:10:28 +00:00