Commit Graph

429 Commits

Author SHA1 Message Date
Ryan McKinley 8f8c6f390b hidden local variable in tests -- close was refering to the wrong thing.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684188 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 06:48:05 +00:00
Ryan McKinley aa525ba32a SOLR-653 -- adding note about removing "overwrite"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684171 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 02:21:58 +00:00
Chris M. Hostetter f7291f6cd5 SOLR-636 - simplify example configs and make index.jsp links more resilient to configs loaded via an InputStream.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683415 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 21:16:12 +00:00
Shalin Shekhar Mangar 25a88db881 SOLR-591 -- Changed Solrj default value for facet.sort to true
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682587 13f79535-47bb-0310-9956-ffa450edef68
2008-08-05 05:43:59 +00:00
Koji Sekiguchi a00e9176f0 SOLR-662: solr-ruby now supports all highlighter parameters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681409 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 16:21:05 +00:00
Shalin Shekhar Mangar 0cda9c8825 SOLR-611 -- Expose sort_values returned by QueryComponent in SolrJ's QueryResponse
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680319 13f79535-47bb-0310-9956-ffa450edef68
2008-07-28 11:20:49 +00:00
Ryan McKinley 0f5af69cff SOLR-654 -- add setResponse( NamedList<Object> rsp ) to SolrResponse base class and remove the constructor initalization from the implementaions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679649 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 03:18:24 +00:00
Ryan McKinley d5a66e7bc9 SOLR-655 -- Adds the compilation of solrj as a prerequisite for generating core-javadoc and the compiled classes and libraries to the classpath. Adds a missing import to IndexSchema. Fixes 2 javadoc comments with improper @param usage in ClientUtils.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679647 13f79535-47bb-0310-9956-ffa450edef68
2008-07-25 02:46:02 +00:00
Ryan McKinley ba127328c5 SOLR-653 -- remove the 'overwrite' options from solrj. Since we plan to remove these in the future, we should keep them out of the API before its first official release.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679548 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 21:17:43 +00:00
Ryan McKinley c0f037cd1f change Collection<Object> to Collection<?> in solrj object binder
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679438 13f79535-47bb-0310-9956-ffa450edef68
2008-07-24 15:53:57 +00:00
Ryan McKinley 8854b2b627 SOLR-641 -- use the binary parser for embeded solr server
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678624 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 03:17:13 +00:00
Yonik Seeley 4f03b00164 SOLR-612: allow POST for queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678592 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 22:54:54 +00:00
Ryan McKinley 9bcace789e fix spelling error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678481 13f79535-47bb-0310-9956-ffa450edef68
2008-07-21 16:53:54 +00:00
Ryan McKinley dca260e4b8 replacing non-existing "count" argument with useful "numTerms" argument
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678225 13f79535-47bb-0310-9956-ffa450edef68
2008-07-19 21:42:28 +00:00
Ryan McKinley fc7e78c9ef SOLR-536 -- fixing array of size 1 error.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678204 13f79535-47bb-0310-9956-ffa450edef68
2008-07-19 18:56:30 +00:00
Ryan McKinley c9b7eb19cc make the luke response vars Serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678202 13f79535-47bb-0310-9956-ffa450edef68
2008-07-19 18:53:02 +00:00
Erik Hatcher 46c5c167e7 Release today
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676570 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14 12:30:44 +00:00
Erik Hatcher e31e14dcc1 Readying for an 0.0.6 gem push
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676566 13f79535-47bb-0310-9956-ffa450edef68
2008-07-14 12:21:03 +00:00
Erik Hatcher 15f8c56803 SOLR-627: Add shards support to Standard request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676396 13f79535-47bb-0310-9956-ffa450edef68
2008-07-13 18:30:57 +00:00
Yonik Seeley a62779f12c javadoc fix Long->Integer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@675686 13f79535-47bb-0310-9956-ffa450edef68
2008-07-10 19:13:51 +00:00
Yonik Seeley 7990b2399a return this to allow method chaining for setTimeAllowed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@674286 13f79535-47bb-0310-9956-ffa450edef68
2008-07-06 12:04:43 +00:00
Yonik Seeley 5f5bd5320b SOLR-502: Add search timeout support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@674249 13f79535-47bb-0310-9956-ffa450edef68
2008-07-06 01:16:12 +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
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
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
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 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
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
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 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
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
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
Koji Sekiguchi f4e41c8c8f SOLR-537: Use of hl.maxAlternateFieldLength parameter from solr-ruby
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@657290 13f79535-47bb-0310-9956-ffa450edef68
2008-05-17 03:31:18 +00:00
Ryan McKinley 0a58ceee76 add get/set for luke 'count' field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@654915 13f79535-47bb-0310-9956-ffa450edef68
2008-05-09 18:49:02 +00:00
Grant Ingersoll 6b7518d4b4 SOLR-400: Handle OpenDNS failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648683 13f79535-47bb-0310-9956-ffa450edef68
2008-04-16 12:38:35 +00:00
Yonik Seeley edfcaa6161 SOLR-486: Binary response format
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648384 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 19:22:38 +00:00
Yonik Seeley 1e5bd1390b remove redundant new
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@647197 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 15:22:14 +00:00
Chris M. Hostetter aca45bce71 SOLR-533: Fixed tests so they don't use hardcoded port numbers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@647048 13f79535-47bb-0310-9956-ffa450edef68
2008-04-11 05:22:54 +00:00
Yonik Seeley a04d84f27c SOLR-512: set parameters on UpdateRequest
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@641486 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 19:03:08 +00:00
Ryan McKinley bd9aeb7b5b SOLR-350 -- fixing more jsp references... added tests to check "/solr/" and "/solr/admin/threaddump.jsp"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@641106 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 01:39:01 +00:00
Ryan McKinley 68aaec038a make SolrServer serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640964 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 20:10:12 +00:00
Ryan McKinley 5e3d3a2df0 SOLR-350 -- removed static access for SolrMultiCore. Also adding a new constructor to MultiCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640843 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 15:01:23 +00:00
Ryan McKinley 7a32b537a9 SOLR-503 -- restructure src/webapp to keep jsps and WEB-INF in same directory. Added test to hit jsp files. (currently only checks if they compile ok)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640123 13f79535-47bb-0310-9956-ffa450edef68
2008-03-22 23:57:52 +00:00
Grant Ingersoll b331ca07fa SOLR-497: Added date faceting to QueryResponse
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@638357 13f79535-47bb-0310-9956-ffa450edef68
2008-03-18 13:12:27 +00:00
Ryan McKinley 45d3ab73a2 start and rows are not field parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@636349 13f79535-47bb-0310-9956-ffa450edef68
2008-03-12 14:50:12 +00:00
Ryan McKinley 0d633bdcea SOLR-350 -- make MultiCore subclassable so to allow custom persistance methods (for example, SQL)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@635334 13f79535-47bb-0310-9956-ffa450edef68
2008-03-09 19:29:04 +00:00
Grant Ingersoll 51f1319500 SOLR-342: Added support for Lucene's new index writer options
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634016 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 20:23:36 +00:00
Ryan McKinley a5acf417d1 SOLR-350 -- manage multiple cores. This implements persist, load and unload.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633360 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 04:06:17 +00:00
Erik Hatcher 7f9cddcd01 SOLR-492: Add facet.offset support to standard/dismax requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@632578 13f79535-47bb-0310-9956-ffa450edef68
2008-03-01 11:17:28 +00:00
Ryan McKinley dd622ea5f5 SOLR-476: CommonsHttpSolrServer can set the ResponseParser on a per request basis.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@632228 13f79535-47bb-0310-9956-ffa450edef68
2008-02-29 05:34:51 +00:00
Yonik Seeley cc61bb647b SOLR-303 Distributed Search over HTTP
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@631357 13f79535-47bb-0310-9956-ffa450edef68
2008-02-26 19:47:07 +00:00
Chris M. Hostetter 8cf3175518 SOLR-127: HTTP Caching awareness
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630037 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 22:44:19 +00:00
Erik Hatcher afd4e0e962 SOLR-473: RDoc patch contributed Chris Kline
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@627357 13f79535-47bb-0310-9956-ffa450edef68
2008-02-13 11:07:51 +00:00
Ryan McKinley 7735a84c2a SOLR-467 -- remove "core" options from solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@617933 13f79535-47bb-0310-9956-ffa450edef68
2008-02-03 00:15:33 +00:00
Ryan McKinley ea27734f4e adding @Override to subclasses
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@615267 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 16:53:27 +00:00
Ryan McKinley b396846531 deleting duplicate file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@615263 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 16:45:51 +00:00
Yonik Seeley 4c9faf1c00 SOLR-457: SolrJ updates - allow client to pass HttpClient, change interfaces to classes, use InputStream for XML parser, make XML factory static
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@615112 13f79535-47bb-0310-9956-ffa450edef68
2008-01-25 05:18:16 +00:00
Ryan McKinley 17c461e26d SOLR-436: To make future changes easier, SolrServer changed from an interface to an abstract super class.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@614633 13f79535-47bb-0310-9956-ffa450edef68
2008-01-23 19:31:31 +00:00
Ryan McKinley e71870c4f6 removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@614585 13f79535-47bb-0310-9956-ffa450edef68
2008-01-23 17:29:43 +00:00
Ryan McKinley 24006c12d2 SOLR-462: Changes to CommonsHttpSolrServer.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@613304 13f79535-47bb-0310-9956-ffa450edef68
2008-01-18 22:46:58 +00:00
Ryan McKinley 107eebe1a3 change test to make sure everything is cleared first
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@613056 13f79535-47bb-0310-9956-ffa450edef68
2008-01-18 05:11:50 +00:00
Ryan McKinley be28a247ec SOLR-434 - change interfaces should support >2B docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610414 13f79535-47bb-0310-9956-ffa450edef68
2008-01-09 15:14:09 +00:00
Ryan McKinley d029ba59c8 make SolrResponse Serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609879 13f79535-47bb-0310-9956-ffa450edef68
2008-01-08 05:52:51 +00:00
Ryan McKinley 2a074e6dc1 let SolrQuery take null start/rows to remove them (rather then throw NPE)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609854 13f79535-47bb-0310-9956-ffa450edef68
2008-01-08 02:57:08 +00:00
Ryan McKinley b80c55ebb4 no functional changes -- adding faceting test for solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609740 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 18:57:49 +00:00
Ryan McKinley 8729434f96 use ClientUtils to escape filterQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608638 13f79535-47bb-0310-9956-ffa450edef68
2008-01-03 21:30:39 +00:00
Yonik Seeley a7610123de SolrJ xml parsing: allow different types in an array and allow null in array
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608637 13f79535-47bb-0310-9956-ffa450edef68
2008-01-03 21:30:05 +00:00
Ryan McKinley edddef5231 make FacetField.java Serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608595 13f79535-47bb-0310-9956-ffa450edef68
2008-01-03 18:54:44 +00:00
Ryan McKinley 641e7f3c4a Adding getters for start/rows. Also setter for sort
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607650 13f79535-47bb-0310-9956-ffa450edef68
2007-12-31 02:05:06 +00:00
Ryan McKinley e4d59581ca adding getQuery() for bean access
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607095 13f79535-47bb-0310-9956-ffa450edef68
2007-12-27 17:22:45 +00:00
Ryan McKinley 0841e7ea33 SOLR-350 -- dropping 'default' core usage and requiring the core name in the URL. Also fixes broken admin links (SOLR-441)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@606335 13f79535-47bb-0310-9956-ffa450edef68
2007-12-21 22:23:39 +00:00
Ryan McKinley ef5c818a43 see http://www.nabble.com/Resource-contention-problem-in-Solrj-to14389367.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@605324 13f79535-47bb-0310-9956-ffa450edef68
2007-12-18 20:44:54 +00:00
Erik Hatcher 66b05d1da5 Add support for alternate field highlighting, based on patch by Koji Sekiguchi on SOLR-376
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@603817 13f79535-47bb-0310-9956-ffa450edef68
2007-12-13 04:34:01 +00:00
Ryan McKinley f14885cf0b SOLR-350, SOLR-409 -- adding configurable support for running multiple cores in one sole instance
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601975 13f79535-47bb-0310-9956-ffa450edef68
2007-12-07 03:49:52 +00:00
Ryan McKinley 69f9e931e9 Adding a utility function to convert SolrDocument -> SolrInputDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601900 13f79535-47bb-0310-9956-ffa450edef68
2007-12-06 22:55:47 +00:00
Ryan McKinley cbfc1f07a2 SOLR-421 -- make SolrParams and Solr*Documents serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600589 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 16:35:59 +00:00
Ryan McKinley 9d7995d57c removing the setFacetMinCount() from addFacetField(). see:
http://www.nabble.com/small-bug-in-solrj--resultquery.addFacetField-overwrites-resultquery.setFacetMinCount-to-1.-tf4895967.html

Also fixing the setFields() issue

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@599487 13f79535-47bb-0310-9956-ffa450edef68
2007-11-29 15:26:04 +00:00
Erik Hatcher 8de85b8a38 A bit of delicious library specific configuration in the sample solrconfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594528 13f79535-47bb-0310-9956-ffa450edef68
2007-11-13 13:23:58 +00:00
Ryan McKinley c4f99ab049 SOLR-408 adding PingRequestHandler.java and deprecating <pingQuery> syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593627 13f79535-47bb-0310-9956-ffa450edef68
2007-11-09 19:24:18 +00:00
Ryan McKinley 37345a65d3 Adding tests to make sure you get FieldTypeInfo when you ask for the schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@586516 13f79535-47bb-0310-9956-ffa450edef68
2007-10-19 16:02:31 +00:00
Ryan McKinley 4c92caea68 increasing timeout for LargeVolumeJettyTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584598 13f79535-47bb-0310-9956-ffa450edef68
2007-10-14 20:16:53 +00:00
Ryan McKinley cc005c832e SOLR-378 -- increase timeout to hopefully avoid nightly failures...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584322 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 23:32:35 +00:00
Ryan McKinley 872e407adc Like SOLR-360, the solrj XMLInputFactory needs to be thread safe...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@582349 13f79535-47bb-0310-9956-ffa450edef68
2007-10-05 17:11:24 +00:00
Erik Hatcher 88e0370f03 Add future example of what a solr-ruby Solr writer type could do with dates
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@582250 13f79535-47bb-0310-9956-ffa450edef68
2007-10-05 13:21:13 +00:00
Erik Hatcher 04b3349792 Fix build to bundle in proper CHANGES file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@582238 13f79535-47bb-0310-9956-ffa450edef68
2007-10-05 12:56:30 +00:00
Erik Hatcher 4efd666e24 Enable Solr::Request::Select to work as a general pass through to any registered request handler using /select?..., and a few other minor changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581952 13f79535-47bb-0310-9956-ffa450edef68
2007-10-04 15:35:19 +00:00
Ryan McKinley 0d4fec041f refactor solrj ClientUtils to avoid autoboxing float <> Float. also, don't send float value=1.0
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581340 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 18:29:29 +00:00
Erik Hatcher 9eb8ab9e2b Add &show=schema to solr-ruby IndexInfo Luke request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581251 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 14:14:49 +00:00
Ryan McKinley 1fcddcc76e moving generally useful DirectXmlRequest from the test package to solrj/request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581121 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 01:01:36 +00:00
Ryan McKinley 6fe636ca06 SOLR-369 -- EmbeddedSolrServer needs to call req.close() after query. Thanks Renato
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581065 13f79535-47bb-0310-9956-ffa450edef68
2007-10-01 20:26:11 +00:00
Erik Hatcher 54e45e64d8 Remove helper method that was pushed down to the plugin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581036 13f79535-47bb-0310-9956-ffa450edef68
2007-10-01 18:51:19 +00:00
Ryan McKinley 7d3906e372 SOLR-359 -- adding getters for fields removed in #580089
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580790 13f79535-47bb-0310-9956-ffa450edef68
2007-09-30 21:19:13 +00:00
Ryan McKinley 39e99c9a63 1. remove @deprecated servlets: /select and /update from JettySolrRunner (added in 1.3)
2. added a main() function to JettySolrRunner so you can easily debug the example setup from within eclipse

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580763 13f79535-47bb-0310-9956-ffa450edef68
2007-09-30 18:34:38 +00:00
Erik Hatcher 95803ec77e Remove old TODO
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580485 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 20:58:35 +00:00
Erik Hatcher b1a09b7379 Move flare helper method into plugin too
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580343 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 13:18:42 +00:00
Erik Hatcher ebf602df89 SOLR-359: LukeResponse.FieldInfo should expose the selected flags info and the indexInfo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580089 13f79535-47bb-0310-9956-ffa450edef68
2007-09-27 16:43:42 +00:00