1540 Commits

Author SHA1 Message Date
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
Ryan McKinley
993226e54f git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663693 13f79535-47bb-0310-9956-ffa450edef68 2008-06-05 18:16:44 +00:00
Ryan McKinley
0bbb3180fd Adding simple tests to increase code coverage for all SolrInfoMBeans -- this scans the classpath and calls all the functions (not expecting much)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663687 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 18:07:35 +00:00
Ryan McKinley
eaaf6236da SOLR-536: use ConcurrentHashMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663686 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 18:03:21 +00:00
Yonik Seeley
edf6ed2faf doc deprecation alternative
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663665 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 17:15:13 +00:00
Ryan McKinley
bb26cafda2 adding an error message if you create a CommonsHttpSolrServer with parameters in the baseURL
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663645 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 16:02:35 +00:00
Ryan McKinley
f2ce567269 SOLR-536: Add a DocumentObjectBinder to solrj that converts Objects to and from SolrDocuments.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663643 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 15:40:26 +00:00
William Au
17c90ce718 SOLR-590
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663089 13f79535-47bb-0310-9956-ffa450edef68
2008-06-04 13:16:07 +00:00
Bertrand Delacretaz
ef8a49d414 marking myself inactive - haven't contributed to Solr for almost a year now
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@662366 13f79535-47bb-0310-9956-ffa450edef68
2008-06-02 08:56:41 +00:00
Chris M. Hostetter
914a646a7c include example of seting JNDI solr/home in the web.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661922 13f79535-47bb-0310-9956-ffa450edef68
2008-05-31 00:54:08 +00:00
Yonik Seeley
1de21edefe SOLR-587: use Lucene's deleteByQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661778 13f79535-47bb-0310-9956-ffa450edef68
2008-05-30 16:10:09 +00:00
Erik Hatcher
4c5700cdc9 SOLR-515: SimilarityFactory capability, allowing parameters from schema.xml to be used in Similarity construction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661547 13f79535-47bb-0310-9956-ffa450edef68
2008-05-30 01:28:56 +00:00
Yonik Seeley
fb8ea90070 add ability to pass in an analyser to SolrQueryParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661066 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 20:06:27 +00:00
Grant Ingersoll
77a62dd344 rollback stupid commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660912 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 11:51:50 +00:00
Grant Ingersoll
4e12eb0aff git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660658 13f79535-47bb-0310-9956-ffa450edef68 2008-05-27 19:43:35 +00:00
Erik Hatcher
81731ea9b8 javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660511 13f79535-47bb-0310-9956-ffa450edef68
2008-05-27 13:35:45 +00:00
Erik Hatcher
da6341f0ec Add additional UpdateRequest constructor to allow custom update URLs to be used
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660509 13f79535-47bb-0310-9956-ffa450edef68
2008-05-27 13:35:22 +00:00
Otis Gospodnetic
04465637a2 - Added back a TODO per Yonik's request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660178 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26 12:51:03 +00:00
Grant Ingersoll
f6f0c597a4 SOLR-553: Finish off by adding right Lucene jars and fix the spell checker test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660172 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26 12:03:01 +00:00
Otis Gospodnetic
4b81a68252 - Removed a TODO that does not apply any more due to SOLR-539 commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659668 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 21:32:45 +00:00
Otis Gospodnetic
cacf6ae295 SOLR-553 Use SpanScorer when highlighting phrase terms and hl.usePhraseHighlighter=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659664 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 21:23:25 +00:00
Otis Gospodnetic
5ba95af1bb SOLR-505 Give RequestHandlers the possiblity to suppress the generation of HTTP caching headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659657 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 20:55:48 +00:00
Chris M. Hostetter
a0de6f7b9f SOLR-581 - typo in (private) method name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659323 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 00:11:32 +00:00
Chris M. Hostetter
7e4db05ec1 whoops, hadn't finished saving
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659290 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 22:35:36 +00:00
Chris M. Hostetter
cd3b0f0fd7 SOLR-518: Changed luke.xsl to use divs w/css for generating histograms instead of SVG ... also made some other small cleanup changes to luke.xsl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659287 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 22:34:01 +00:00
Grant Ingersoll
3b9df5ffc6 Added javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659216 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 19:20:04 +00:00
Chris M. Hostetter
858b4116d7 SOLR-514: Added explicit media-type with UTF* charset to *.xsl files that don't already have one
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659196 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 18:38:06 +00:00
Koji Sekiguchi
7e6206497d SOLR-510: Nightly release includes client sources.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659125 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 14:37:34 +00:00
Otis Gospodnetic
15fb1cd0cf SOLR-539: Fix for non-atomic long counters and a cast fix to avoid divide by zero
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@658977 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 02:12:50 +00:00
Koji Sekiguchi
7f03f165a7 set svn:eol-style property native to TestSynonymMap.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@658223 13f79535-47bb-0310-9956-ffa450edef68
2008-05-20 12:53:34 +00:00
Chris M. Hostetter
f60122e08d SOLR-470, SOLR-552, and SOLR-544: Multiple fixes to DateField regarding lenient parsing of optional milliseconds, and correct formating using the canonical representation. LegacyDateField has been added for people who have come to depend on the existing broken behavior.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@658003 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 22:00:22 +00:00