Commit Graph

231 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 2f227fa8dd Removing redundant import as it is already included in _info.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697374 13f79535-47bb-0310-9956-ffa450edef68
2008-09-20 14:53:02 +00:00
Ryan McKinley 3c9db8e311 SOLR-560: Use SLF4J logging API rather then JDK logging. The packaged .war file is
shipped with a JDK logging implementation, so logging configuration for the .war should
    be identical to solr 1.3.  However, if you are using the .jar file, you can select 
    which logging implementation to use by dropping a different binding.  
    See: http://www.slf4j.org/  

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696539 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18 02:16:26 +00:00
Otis Gospodnetic 19f94bf59f SOLR-774 - fixed logging level display
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696381 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 18:02:07 +00:00
Shalin Shekhar Mangar b4271a2cfe Solr logo on registry, threaddump and ping pages should always link back to main admin page
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692777 13f79535-47bb-0310-9956-ffa450edef68
2008-09-07 05:46:27 +00:00
Shalin Shekhar Mangar 5eb8861bb4 Fix admin path for single cores (the core name is not null, it is an empty string)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687340 13f79535-47bb-0310-9956-ffa450edef68
2008-08-20 14:19:06 +00:00
Yonik Seeley de8c642def SOLR-647: refcount cores
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686780 13f79535-47bb-0310-9956-ffa450edef68
2008-08-18 15:08:28 +00:00
Shalin Shekhar Mangar 67170d7489 Changing SolrException to the non-deprecated one
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686219 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 14:07:54 +00:00
Ryan McKinley c81ab40f5f SOLR-695 -- fix pathPrefix error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686098 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 01:15:31 +00:00
Ryan McKinley 9e11b2c21d SOLR-695 -- renaming MultiCore* to CoreAdmin*
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685989 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 18:44:56 +00:00
Ryan McKinley 5ddfe45731 SOLR-695 -- modifying MultiCore implementaion to treat "singlecore" as a CoreCollection with only one Core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685744 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 01:49:59 +00:00
Ryan McKinley 489d042120 SOLR-545 -- fixing javadoc reference to multicore.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685649 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 19:35:37 +00:00
Ryan McKinley 53ac275c93 SOLR-545 -- send an error if you hit the deprecated /update servlet within a MultiCore system...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685645 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 19:26:39 +00:00
Ryan McKinley 425d8ac209 SOLR-695 -- refactoring MultiCore to CoreContainer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685577 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 14:57:20 +00:00
Chris M. Hostetter cabf61cde8 SOLR-689 - rename multicore.xml to solr.xml slong with some syntax changes to improve the terminology and leave ourselves open to additional options in that file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685244 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12 17:54:45 +00:00
Grant Ingersoll cc9e4dd3de SOLR-489: Add in deprecation comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684908 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 20:37:36 +00:00
Ryan McKinley 475fb4aec3 SOLR-545 -- sending error code rather then throwing an exception in jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684623 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 02:14:43 +00:00
Ryan McKinley bf41a13714 SOLR-545 -- this aspect of SOLR-545 just fixes the behavior when a multicore environment falls through to /admin/ or /select via the SolrServlet
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684606 13f79535-47bb-0310-9956-ffa450edef68
2008-08-10 22:33:18 +00:00
Shalin Shekhar Mangar 662980fd8a Return Level.OFF is log level is null
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683672 13f79535-47bb-0310-9956-ffa450edef68
2008-08-07 18:38:42 +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 d222a0da07 SOLR-554 -- Hierarchical JDK log level selector for SOLR Admin replaces logging.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682264 13f79535-47bb-0310-9956-ffa450edef68
2008-08-04 06:03:46 +00:00
Ryan McKinley 686e3fc804 deprecating a constructor that used deprecated method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682005 13f79535-47bb-0310-9956-ffa450edef68
2008-08-02 16:19:15 +00:00
Ryan McKinley d0664e7856 SOLR-638 -- add a reference to CoreDescriptor within SolrCore and give that access to MultiCore. This will inable inter-core communiction from anywhere that has access to a core.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677941 13f79535-47bb-0310-9956-ffa450edef68
2008-07-18 15:29:22 +00:00
Chris M. Hostetter 946c74fffa SOLR-615: minor cleanup of some XML imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677047 13f79535-47bb-0310-9956-ffa450edef68
2008-07-15 21:30:37 +00:00
Yonik Seeley a11f1fc0b5 SOLR-501: Fix admin/analysis.jsp UTF-8 input for some other servlet containers such as Tomcat
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676183 13f79535-47bb-0310-9956-ffa450edef68
2008-07-12 14:59:12 +00:00
Yonik Seeley 7d2d6e5e7e SOLR-522: Make analysis.jsp show payloads
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676180 13f79535-47bb-0310-9956-ffa450edef68
2008-07-12 14:12:29 +00:00
Chris M. Hostetter bd9fa2fff7 stop trying to point at favicon.ico with absolute path
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@673168 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 18:41:41 +00:00
Chris M. Hostetter ceebb01ec2 SOLR-584: make stats.jsp and stats.xsl more robust to new info as they are added - spurred by core name not being displayed properly, fix also includes section for highlighting plugins and some general major refactoring of stats.xsl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672961 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 00:24:25 +00:00
Mike Klaas 0150aeaf61 fix XSS vulnerability in analysis page
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669766 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 02:20:39 +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
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
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 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
Grant Ingersoll d6839a0414 SOLR-267: Reopen. Remove adding info to the HTTP Header. Remove double responseHeader in the namedList response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@649185 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 16:57:55 +00:00
Grant Ingersoll f0a4b30cdc SOLR-267: Logging updates, now logs how many hits, plus some other logging changes to reduce double logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@649066 13f79535-47bb-0310-9956-ffa450edef68
2008-04-17 12:37:38 +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
William Au 500358c2da SOLR-535
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@645614 13f79535-47bb-0310-9956-ffa450edef68
2008-04-07 17:01:16 +00:00
Erik Hatcher c124044825 SOLR-519: Fix path to jQuery script
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@642710 13f79535-47bb-0310-9956-ffa450edef68
2008-03-30 11:15:06 +00:00
Erik Hatcher 493608377f Fix JSPs that refered to removed SolrMultiCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@641115 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 02:22:51 +00:00
Erik Hatcher d273c9a727 Fix a couple of multicore related issues in both index.jsp pages
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@641109 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 02:09:07 +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 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
Erik Hatcher f0f2b88680 Enlighted by Hoss' question, clarify a bit more about nesting Solr within a larger web application
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640667 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 01:40:00 +00:00
Erik Hatcher 01b7029218 Clarify path-prefix in web.xml comments and javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640654 13f79535-47bb-0310-9956-ffa450edef68
2008-03-25 00:42:36 +00:00
Erik Hatcher 5e04a269e6 Incorporate the prefixPath, if configured, on the forwards
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640449 13f79535-47bb-0310-9956-ffa450edef68
2008-03-24 15:53:46 +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
Erik Hatcher 08a254c5d3 Fix LukeRequestHandler and schema browser to work properly with multicore (patch supplied by Greg Ludington)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@639430 13f79535-47bb-0310-9956-ffa450edef68
2008-03-20 19:56:17 +00:00
Yonik Seeley bd79f33d0a additional distributed faceting tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@638529 13f79535-47bb-0310-9956-ffa450edef68
2008-03-18 19:40:16 +00:00
Erik Hatcher 588fec267a Wire in the schema browser to the main admin menu
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@638152 13f79535-47bb-0310-9956-ffa450edef68
2008-03-18 00:16:23 +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
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 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
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
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
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
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
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
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 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
Ryan McKinley 7c4867c70d SOLR-20 -- add a warning to SolrUpdateServlet if it is sent parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@612896 13f79535-47bb-0310-9956-ffa450edef68
2008-01-17 18:01:36 +00:00
Ryan McKinley 5bfe7bff4c SOLR-350 -- change the multicore initialization path in the DispatchFilter to use an existing MultiCore configuration if it is already configured.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@611821 13f79535-47bb-0310-9956-ffa450edef68
2008-01-14 14:52:25 +00:00
Ryan McKinley dc484ada1e SOLR-142 -- adding deprecation warnings to get-file.jsp and raw-schema.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608613 13f79535-47bb-0310-9956-ffa450edef68
2008-01-03 20:15:06 +00:00
Ryan McKinley d94f1b68c8 SOLR-142 -- removing unused jsp file. See:
http://www.nabble.com/remove-raw-schema.jsp--td14582104.html

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608601 13f79535-47bb-0310-9956-ffa450edef68
2008-01-03 19:17:18 +00:00
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 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 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 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
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 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
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 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
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
William Au 1bcf8208ba SOLR-393 removed duplicated contentType from raw-schema.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@592428 13f79535-47bb-0310-9956-ffa450edef68
2007-11-06 14:05:45 +00:00
Erik Hatcher 3cb76525d1 Remove unused JSP file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588343 13f79535-47bb-0310-9956-ffa450edef68
2007-10-25 20:34:58 +00:00
Ryan McKinley 6d8ae540e2 SOLR-215 -- extracting multicore config stuff from SOLR-350. This does three key things (that will make SOLR-350 easier to maintain)
1. extract SolrCore from SolrRequestParser -- this lets it be shared across cores
2. go back to the 1.2 interface for XmlUpdateRequestHandler
  public void doLegacyUpdate(Reader input, Writer output)
3. add a constructor to Config that lets you set the instanceDir explicitly (otherwise it forced static and needs to be specified as a property)


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578507 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 21:44:38 +00:00
Ryan McKinley c5b328d565 typo. thanks Thorsten
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@576897 13f79535-47bb-0310-9956-ffa450edef68
2007-09-18 13:18:01 +00:00
Ryan McKinley e355097b60 SOLR-215 -- remove static reference to getInstanceDir()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574027 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 17:01:02 +00:00
Ryan McKinley e3dacf01c7 SOLR-215 -- removing the core name and 'cores' registry stuff. this should be part of SOLR-350, not SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573950 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 05:59:56 +00:00
Ryan McKinley fb9d1c34bb SOLR-215 -- start webapp w/o crashing!
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573947 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 04:41:11 +00:00
Ryan McKinley 2e1941b207 SOLR-215 -- removing static references to "instanceDir" -- this will let each core have its own instanceDir and ClassLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573946 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 04:34:44 +00:00
Ryan McKinley 5f003559b5 SOLR-215 - remove static singleton for SolrCore. This commit enables multiple solr cores, but does not yet provide an interface to manage them. This is a rather substantial change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573893 13f79535-47bb-0310-9956-ffa450edef68
2007-09-08 19:03:54 +00:00
William Au c56381bdab SOLR-333: Changed distributiondump.jsp to use Solr HOME instead of CWD to get path
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@566340 13f79535-47bb-0310-9956-ffa450edef68
2007-08-15 20:55:14 +00:00
Ryan McKinley e7e530bcd7 SOLR-326 remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@565144 13f79535-47bb-0310-9956-ffa450edef68
2007-08-12 20:47:42 +00:00
Ryan McKinley d486144782 adding a 'close' method to DirectSolrConnection. SOLR-212
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@561922 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 19:13:26 +00:00
Ryan McKinley 77f2a49896 SOLR-301 -- Move deprecated functions out of o.a.s.common and put it in the deprecated classes from SOLR-135. This seperates the parameter defination classes from the SolrParams classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@561900 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 18:36:45 +00:00
Ryan McKinley bf183356ed change UTF8 to ASCII
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@561050 13f79535-47bb-0310-9956-ffa450edef68
2007-07-30 17:20:18 +00:00
Yonik Seeley 30b52fa18a make admin submit buttons work w/o javascript: SOLR-322
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@560807 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 20:25:02 +00:00
Chris M. Hostetter 773ec01848 SOLR-305: analysis.jsp can be given a fieldtype instead of a field name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557870 13f79535-47bb-0310-9956-ffa450edef68
2007-07-20 05:28:42 +00:00
Chris M. Hostetter a53367d319 removing all author tags per dev list consensus
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@555343 13f79535-47bb-0310-9956-ffa450edef68
2007-07-11 17:46:25 +00:00
Chris M. Hostetter 4006ae52db point query syntax help to Solr wiki instead of lucene-java site so the few extensions can be noticed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@550607 13f79535-47bb-0310-9956-ffa450edef68
2007-06-25 21:00:16 +00:00
Ryan McKinley ecdbcc62d5 SOLR-135 -- missed one...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547487 13f79535-47bb-0310-9956-ffa450edef68
2007-06-15 02:16:07 +00:00
Ryan McKinley 3503a882d9 SOLR-20: make private URL parsing function public so it is accessible to an embedded solrj client.
(this commit also includes StrUtils refactoring ommited of previous commit)

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547324 13f79535-47bb-0310-9956-ffa450edef68
2007-06-14 17:26:38 +00:00
Ryan McKinley b4d1694ef7 SOLR-135: refactoring common classes into a "common" package. This commit moves the files (and updates the imports).
THIS BREAKS API COMPATIBILITY!!!

the next commit will put stub classes in place where the missing classes are.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547101 13f79535-47bb-0310-9956-ffa450edef68
2007-06-14 03:26:18 +00:00
Ryan McKinley 669e43d7af SOLR-259 -- add log.log(Level.SEVERE, ... when solr home isn't found. Thanks Will!
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@546223 13f79535-47bb-0310-9956-ffa450edef68
2007-06-11 18:58:45 +00:00
Ryan McKinley dc61cf9adc missing import. my bad
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@543939 13f79535-47bb-0310-9956-ffa450edef68
2007-06-03 16:49:39 +00:00
Ryan McKinley 5aeba950b4 comment spelling errors
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@543839 13f79535-47bb-0310-9956-ffa450edef68
2007-06-03 04:03:09 +00:00
Ryan McKinley 89f74f85b9 expanding SolrRequestParsers api to construct a SolrQueryRequest from a Collection, not just a List. (this is useful for an embedded SOLR-20 client)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@543831 13f79535-47bb-0310-9956-ffa450edef68
2007-06-03 02:57:47 +00:00