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 |
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 |
Yonik Seeley
|
8348498d08
|
SOLR-466: add CharArrayMap, update SynonymMap to use char[] rather than String Tokens
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@614793 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-24 04:41:38 +00:00 |
Yonik Seeley
|
fdf340d59a
|
lucene 2.3 update
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@614789 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-24 04:14:33 +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 |
Yonik Seeley
|
ef34209e0c
|
re-add removed libs... whoops!
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@613313 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-18 23:37:01 +00:00 |
Grant Ingersoll
|
74862269d9
|
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@613309 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-18 23:27:16 +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
|
ef545d107f
|
SOLR-418: Adding a query elevation component. This is an optional component to elevate some documents to the top positions (or exclude them) for a given query.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@613059 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-18 05:30:21 +00:00 |