Commit Graph

1157 Commits

Author SHA1 Message Date
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
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 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 63dfdc0d78 SOLR-446 -- make sure TextResponseWriter limits fields to returnFields if specified
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@612215 13f79535-47bb-0310-9956-ffa450edef68
2008-01-15 21:00:36 +00:00
Mike Klaas 78ec5a3699 SOLR-444: do not highlight default search field if none present
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@611967 13f79535-47bb-0310-9956-ffa450edef68
2008-01-14 23:18:00 +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
Erik Hatcher 981d977eef SOLR-42: additional tweaks to get highlighting to work properly (contributed by Grant Ingersoll)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610526 13f79535-47bb-0310-9956-ffa450edef68
2008-01-09 19:41:19 +00:00
Ryan McKinley fffa39127c SOLR-303 -- moving SearchHandler into org.apache.solr.handler.component
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610426 13f79535-47bb-0310-9956-ffa450edef68
2008-01-09 15:57:58 +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
Mike Klaas 06b3f0eed0 SOLR-452 commit: hl.mergeContiguous
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610191 13f79535-47bb-0310-9956-ffa450edef68
2008-01-08 22:02:46 +00:00
Ryan McKinley a405feac80 SOLR-446: TextResponseWriter can write SolrDocuments and SolrDocumentLists the same way it writes Document and DocList.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610156 13f79535-47bb-0310-9956-ffa450edef68
2008-01-08 21:15:19 +00:00
Yonik Seeley 7c660c8526 don't default an encapsulator for split CSV fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610032 13f79535-47bb-0310-9956-ffa450edef68
2008-01-08 15:50:45 +00:00
Yonik Seeley 02909676f7 don't swallow exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610015 13f79535-47bb-0310-9956-ffa450edef68
2008-01-08 14:58:00 +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 9ecfd1a8a6 SOLR-281 -- only initialize search components that are not registered.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609717 13f79535-47bb-0310-9956-ffa450edef68
2008-01-07 17:42:42 +00:00
Yonik Seeley 784586df47 SOLR-42: test missed from previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609334 13f79535-47bb-0310-9956-ffa450edef68
2008-01-06 15:46:41 +00:00
Yonik Seeley 8e069c976c new CSV lib, escape option for loader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609333 13f79535-47bb-0310-9956-ffa450edef68
2008-01-06 15:43:50 +00:00
Yonik Seeley 8dfa3262b0 avoid StringBuilder + String creations if no tag escape set
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609166 13f79535-47bb-0310-9956-ffa450edef68
2008-01-05 16:22:04 +00:00
Yonik Seeley db84ea5964 SOLR-42: HTMLStripReader replaces removed content with spaces to preserve offsets
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@609162 13f79535-47bb-0310-9956-ffa450edef68
2008-01-05 15:59:47 +00:00
Ryan McKinley 71dc04fcef Adding Iterable interface to SolrDocument -- returns an iterator over the entry set
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608979 13f79535-47bb-0310-9956-ffa450edef68
2008-01-04 20:16:02 +00:00
Ryan McKinley dbf2a965a2 SOLR-142 -- don't need gettableFiles in default solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608749 13f79535-47bb-0310-9956-ffa450edef68
2008-01-04 05:27:35 +00:00
Mike Klaas ea0136fa69 SOLR-449 : fix NaN/Infinity display for python&ruby response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608691 13f79535-47bb-0310-9956-ffa450edef68
2008-01-04 00:37: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 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 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 1517b93d2b SOLR-359 -- changing formatting (2 spaces, each enum value on a single line)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608152 13f79535-47bb-0310-9956-ffa450edef68
2008-01-02 17:21:53 +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 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