Commit Graph

1210 Commits

Author SHA1 Message Date
Erik Hatcher 0e857b7324 Added license information about the SOLR-494 added JQuery library
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@637468 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 20:55:35 +00:00
Erik Hatcher 2f39d9ff04 SOLR-494: Added Ajaxed schema explorer (contributed Greg Ludington)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@637466 13f79535-47bb-0310-9956-ffa450edef68
2008-03-15 20:49:21 +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
Yonik Seeley d2617b4a2a lower logging noise level in SolrDispatchFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@635924 13f79535-47bb-0310-9956-ffa450edef68
2008-03-11 13:49:58 +00:00
Yonik Seeley d5620505bf SOLR-350: fix JSPs broken by previous patch
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@635917 13f79535-47bb-0310-9956-ffa450edef68
2008-03-11 13:26:55 +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
Yonik Seeley 705cade858 revert enableRemoteStreaming back to false
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634733 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 16:31:15 +00:00
Yonik Seeley 5322a86706 add work directory for jetty to use for exploding wars
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634732 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 16:29:23 +00:00
Yonik Seeley e6df3c5da9 fix handling of null token type in analysis.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634671 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 13:42:45 +00:00
Ryan McKinley e7fe4cf429 RawResponse should use the Reader rather then a Stream
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634542 13f79535-47bb-0310-9956-ffa450edef68
2008-03-07 05:22:41 +00:00
Yonik Seeley f19e8c1113 normalize the solr data directory regardless of source
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634414 13f79535-47bb-0310-9956-ffa450edef68
2008-03-06 21:01:51 +00:00
Chris M. Hostetter 9e781737c6 SOLR-496 - use Long for Cache-Control max-age
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634072 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 22:48:54 +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
Yonik Seeley 9c3841c013 fix JSONWriter writing of SolrDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633860 13f79535-47bb-0310-9956-ffa450edef68
2008-03-05 14:34:39 +00:00
Yonik Seeley 1eaa4395f0 add missing ASL headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633708 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 23:38:24 +00:00
Yonik Seeley fb295f381c StringBuffer -> StringBuilder
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633706 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 23:35:43 +00:00
Yonik Seeley a739470963 SOLR-334: nested query type added
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633664 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 21:59:50 +00:00
Yonik Seeley f24266698e SOLR-334 fix: use defType if no type was specified in the local params for the query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633635 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 20:56:44 +00:00
Yonik Seeley 4f11226916 recurseCount for parent was never decremented
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633579 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 18:40:50 +00:00
Yonik Seeley 5b4ed51ec7 create QueryValueSource from boost, not from main query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633564 13f79535-47bb-0310-9956-ffa450edef68
2008-03-04 17:42:44 +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
Grant Ingersoll 56f85a877d cleaned up the javadocs a bit to make more readable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633211 13f79535-47bb-0310-9956-ffa450edef68
2008-03-03 18:03:56 +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
Yonik Seeley 0148a9cee6 close request in DirectSolrConnection
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@632541 13f79535-47bb-0310-9956-ffa450edef68
2008-03-01 02:53:09 +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 b4d3eeb0d1 SOLR-356: pluggable functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@632005 13f79535-47bb-0310-9956-ffa450edef68
2008-02-28 15:31:04 +00:00
Yonik Seeley a73850ef3b SOLR-356: pluggable functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@631979 13f79535-47bb-0310-9956-ffa450edef68
2008-02-28 14:11:23 +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 0c2e3ebdd4 SOLR-489 - ading some @deprecation javadoc details
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@631124 13f79535-47bb-0310-9956-ffa450edef68
2008-02-26 08:19:26 +00:00
Yonik Seeley 9c95415d7d upgrade to lucene 2.3.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@631020 13f79535-47bb-0310-9956-ffa450edef68
2008-02-25 22:23:16 +00:00
Chris M. Hostetter d9607c5f78 lengthen connect timeout in test added for SOLR-127
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630756 13f79535-47bb-0310-9956-ffa450edef68
2008-02-25 08:03:05 +00:00
Chris M. Hostetter 3813608000 detailed deprecation comments for the major request handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630746 13f79535-47bb-0310-9956-ffa450edef68
2008-02-25 07:02:09 +00:00
Grant Ingersoll d075a69c01 SOLR-451: minor change to make analysis use POST instead of GET. Also made the input area a little bigger to make it more readable.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630573 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 02:44:32 +00:00
Grant Ingersoll ac58a1a4dd SOLR-468: Changed semantics of CapitalizationFilterFactory to keep the original token, not the value in the map
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630572 13f79535-47bb-0310-9956-ffa450edef68
2008-02-24 02:34:15 +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
Grant Ingersoll fe9dcf82cb fixed typo on FIRST
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630012 13f79535-47bb-0310-9956-ffa450edef68
2008-02-21 21:51:44 +00:00
Grant Ingersoll ff37f3c5f0 SOLR-478: Added ability to get back unique key info from LukeReqHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629343 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 04:15:10 +00:00
Grant Ingersoll d5ef760bbc SOLR-477: Added in AnalysisRequestHandler and tests/sample documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629342 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 04:06:33 +00:00
Grant Ingersoll e1f97aff7e SOLR-479: Added clover test code coverage
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629340 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 03:57:44 +00:00
Grant Ingersoll 427cbbfb93 SOLR-324: fixed support for longs/doubles, still need to add short and byte, per next Lucene update from trunk.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629334 13f79535-47bb-0310-9956-ffa450edef68
2008-02-20 03:36:49 +00:00
Grant Ingersoll 191e72edde added Grant to committer list
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@628962 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 01:52:45 +00:00
Grant Ingersoll 9f25cd201f SOLR-481: Handle UnknownHostException
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@628955 13f79535-47bb-0310-9956-ffa450edef68
2008-02-19 01:42:22 +00:00
Yonik Seeley 49c896d131 fix "optimizied" typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@628889 13f79535-47bb-0310-9956-ffa450edef68
2008-02-18 22:13:56 +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 a5fc9fc90f SOLR-472 - add comments to ResourceLoader and make sure it only calls "normalize" once
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@618799 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 22:21:42 +00:00
Yonik Seeley 8609f34c23 add test for custom query parser from solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@618528 13f79535-47bb-0310-9956-ffa450edef68
2008-02-05 03:46:33 +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
Mike Klaas 40a9f64a0e AutoCommitTest: faster and less likely to fail due to slow hardware
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@616641 13f79535-47bb-0310-9956-ffa450edef68
2008-01-30 05:55:58 +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