Ryan McKinley
|
3a726d0b6d
|
SOLR-142: Added RawResponseWriter and ShowFileRequestHandler. This returns config files directly. If the AdminHandlers is configured, this will be added automatically.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608150 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-02 17:15:30 +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
|
b4fa3326f7
|
Let ModifiableSolrParams add existing SolrParms -- this is used in SOLR-142 and SOLR-303
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607453 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-29 18:07:17 +00:00 |
Ryan McKinley
|
54fa88b6b5
|
SOLR-447 -- automatically register standard Admin request handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607451 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-29 17:40:41 +00:00 |
Ryan McKinley
|
aa3db299e4
|
SOLR-350 -- removing name from log if it is null
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607151 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-28 01:28:51 +00:00 |
Ryan McKinley
|
6ff073176e
|
SOLR-350 -- use a default core name "[core]" rather then "[null]"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607113 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-27 19:36:36 +00:00 |
Ryan McKinley
|
83b7501406
|
SOLR-437 remove XPP -- not used since SOLR-133
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607101 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-27 17:57:55 +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
|
873bf03839
|
SOLR-442 -- change indexDir to dataDir for FileFloatSource
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@606084 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-21 01:43:33 +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 |
Ryan McKinley
|
e3ce5f2c7d
|
SOLR-439 -- SolrInputDocument should preserve Field addition order
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@604951 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-17 18:14:38 +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
|
2181f52f66
|
SOLR-350, for non-handler reqeusts, select core with 'String corename = request.getParameter("core");'
This is a temporary fix till we figure something more complex to forward to jsp files
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@603269 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-11 15:21:35 +00:00 |
Erik Hatcher
|
bd0e6827f2
|
SOLR-427: Allow IndexSchema to be loadable from an InputStream.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@602443 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-08 10:42:31 +00:00 |
Ryan McKinley
|
9b79f1af3a
|
SOLR-350, removing old option to set core from query params (Responding to Hoss' comments on SOLR-428 let me see this)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@602342 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-08 07:35:13 +00:00 |
Ryan McKinley
|
072e526155
|
SOLR-281 -- building a SearchComponent registry with components initialized via the standard plugin utils method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@602341 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-08 07:27:49 +00:00 |
Ryan McKinley
|
c0d2db9a89
|
SOLR-350 -- allow configuration of dataDir via multicore.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@602003 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-07 06:21:03 +00:00 |
Ryan McKinley
|
23ea243d95
|
SOLR-350 - change "STOP" to "UNLOAD"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601984 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-07 04:37:07 +00:00 |
Ryan McKinley
|
161280adb0
|
SOLR-350 CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601980 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-07 04:22:44 +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 |
Erik Hatcher
|
1e85382c27
|
remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601730 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-06 13:19:02 +00:00 |
Ryan McKinley
|
b8af29f247
|
default HashDocSet/@maxSize to 3000 rather then throwing an error if not specified
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601581 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-06 00:08:21 +00:00 |
Chris M. Hostetter
|
7b49ea1ab8
|
directing people to wiki for non-apache hosted mailing list archives
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601573 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-05 23:29:45 +00:00 |
Yonik Seeley
|
e706c72b55
|
do put+get in one operation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601106 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 22:09:41 +00:00 |
Ryan McKinley
|
91d9ce1721
|
SOLR-414 -- convert SpellCheckerRequestHandler to a SolrCoreAware handler rather then using SolrCore.getSolrCore()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601055 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 19:40:29 +00:00 |
Erik Hatcher
|
3370f73cc0
|
typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600983 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 15:48:48 +00:00 |
Ryan McKinley
|
c25f9eaeca
|
deprecated getSolrCore() was hiding exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600695 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 21:34:37 +00:00 |
Ryan McKinley
|
7dad8508d8
|
SOLR-421 -- adding SolrDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600593 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 16:41:22 +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 |
Yonik Seeley
|
b627573cba
|
The CSV loader incorrectly threw an exception when given header=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600419 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 02:05:30 +00:00 |
Ryan McKinley
|
c3f80c5004
|
AbstractPluginLoader needs to return 'null' unless there was something registred to the same location
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600346 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-02 17:35:52 +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 |
Ryan McKinley
|
5122ececbb
|
Set the searcherHolder to null on close. See:
http://www.nabble.com/AlreadyClosedException-in-JUnit-tests--tf4893565.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@599458 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-29 14:36:49 +00:00 |
Ryan McKinley
|
46b26e7b21
|
SOLR-417 -- moving SortSpec to a top level class.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@599071 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-28 17:41:37 +00:00 |
Ryan McKinley
|
e76c594d89
|
SOLR-414 -- Plugin initialization now supports SolrCore and ResourceLoader "Aware" plugins. Plugins that implement SolrCoreAware or ResourceLoaderAware are informed about the SolrCore/ResourceLoader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@597847 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-24 13:51:46 +00:00 |
Mike Klaas
|
de35ba93f1
|
trivial: removed some @author tags, spelling, whitespace
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@596482 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 23:19:17 +00:00 |
Mike Klaas
|
5401d6ed20
|
Minor refactoring to SpellCheckerRequestHandler to enable somewhat-useful subclassing
(sublclasses may override Dictionary implementation)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@596481 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 23:18:11 +00:00 |
Yonik Seeley
|
91c7b66ecf
|
SOLR-413: cap lastDocRequested at maxDoc()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@596359 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 16:38:50 +00:00 |
Mike Klaas
|
5e9219e490
|
Removing some code I accidently introduced a while ago (namely, sorting docs by doc id
before retrieval for more sequential disk access)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@595506 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-16 00:37:14 +00:00 |
Mike Klaas
|
dd538e6312
|
rename HiFrequencyDictionary to HighFrequencyDictionary, and add numDocs to spellcheck
handler response so that docfreqs can be converted from counts to frequencies, should the
client be so inclined.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@595184 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-15 02:03:49 +00:00 |
Erik Hatcher
|
c130be21ca
|
SOLR-411: Rename JARs produced to defacto standard names (contributed by Grant Ingersoll)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594936 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-14 16:34:39 +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
|
2b53d139be
|
SOLR-281 -- adding a search component framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594268 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-12 19:39:01 +00:00 |
Yonik Seeley
|
8e339464dc
|
check and remove leading zeros when writing IntField: SOLR-394
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594185 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-12 15:34:45 +00:00 |
Chris M. Hostetter
|
2d3ddfeadc
|
ossummit rescheduled, new dates unknown - use new gif and remove explicit date refrences
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593939 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-11 18:50:49 +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 |
Erik Hatcher
|
ef18068055
|
add pkg ignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593540 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-09 14:33:09 +00:00 |
Chris M. Hostetter
|
99dc6e24eb
|
SOLR-396: new build system support for generating stub tokenizer/tokenfilter factories when lucene jars are updated. includes newly generated factories for all lucene-analyzers-2.2.0.jar langauges
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593359 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-08 23:40:12 +00:00 |