Commit Graph

884 Commits

Author SHA1 Message Date
Ryan McKinley b0137594bb changing docID to docId
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533304 13f79535-47bb-0310-9956-ffa450edef68
2007-04-28 06:05:57 +00:00
Chris M. Hostetter db98c1dc64 tweak so 'ant test' output is brief by default in both ant 1.6.5 and 1.7
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533237 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 21:52:31 +00:00
Ryan McKinley 44c3d4b48f Initialized typo -- thanks otis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533207 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 20:11:02 +00:00
Otis Gospodnetic 1b4417fb90 - Javadoc typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533184 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 18:25:11 +00:00
Yonik Seeley ddc153ac37 remove obsolete sort comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533177 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 17:50:15 +00:00
Otis Gospodnetic 5573feaa62 - Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533176 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 17:43:34 +00:00
Ryan McKinley e4284d09bb SOLR-203 path normalization. If you register a path '/path' it shoudl work for '/path' and '/path/'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532987 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 06:32:33 +00:00
Ryan McKinley 302ac7b48b adding svn:keywords
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532982 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 06:21:44 +00:00
Ryan McKinley ed76c23e70 changes.txt for SOLR-162
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532978 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 06:02:58 +00:00
Ryan McKinley 593e218d6d Adding 'Luke' request handler and other admin helpers: SOLR-163
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532975 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 05:56:07 +00:00
Ryan McKinley 26b8cae1f8 editing CHANGES.txt for SOLR-179
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532921 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 00:35:18 +00:00
Ryan McKinley 615e30f16e SOLR-179 -- Initalization collects any errors and displays them rather then continuing. this feature is configurable in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532912 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 23:37:44 +00:00
Ryan McKinley 1efad83104 removed deprecated additions since Solr 1.1 -- ContentStream.java (moved to util a while ago) and CommitRequestHandler.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532883 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 22:06:03 +00:00
Ryan McKinley 11a8345aa5 Changing feature list to say 'Faceted Browsing' rather then 'Result Grouping'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532880 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 21:57:03 +00:00
Erik Hatcher eaed609277 Add buffering to allow indexer to add multiple documents at a time, determined by the :buffer_docs parameter. If not specified, individual documents are added to Solr.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532580 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 02:54:53 +00:00
Erik Hatcher d42109383e Add requires of new classes for easier including
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532573 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 02:15:50 +00:00
Erik Hatcher 5eea178d99 Add SolrSource class, which simply iterates over all documents matching query and filter constraints to be returned. This is suitable for use with a Mapper and the Indexer to pull documents (stored fields only) from one Solr instance to another.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532572 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 02:15:13 +00:00
Erik Hatcher 5cd57a4a57 Add option to stringify symbols when looking them up from an original object. An alternate approach could be to have two different classes, one for objects with symbol keys, and one for string keys
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532569 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 02:09:50 +00:00
Erik Hatcher d1f038a1c8 Allow a Hash to be an available mapper parameter, instead of the client having to create a Mapper instance itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532567 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 02:08:11 +00:00
Erik Hatcher 4866d6e22f rename tab_delimited to just delimited and added splitter parameter allowing lines to be split on any regular expression
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532565 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 02:06:01 +00:00
Ryan McKinley 1b817c008d Adding a regex pattern TokenizerFactory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532508 13f79535-47bb-0310-9956-ffa450edef68
2007-04-25 22:23:40 +00:00
Ryan McKinley c899349310 Removed the unused import: com.sun.org.apache.xerces.internal.util.URI.MalformedURIException;
This avoids the compile warning for java 1.6:
 warning: com.sun.org.apache.xerces.internal.util.URI is Sun proprietary API and may be removed in a future release

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532458 13f79535-47bb-0310-9956-ffa450edef68
2007-04-25 19:48:19 +00:00
Ryan McKinley b38421cfdf adding Ryan as a Solr Committer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532456 13f79535-47bb-0310-9956-ffa450edef68
2007-04-25 19:44:01 +00:00
Erik Hatcher 3d2217788d SOLR-184 leftover, sorry
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@529810 13f79535-47bb-0310-9956-ffa450edef68
2007-04-18 00:03:42 +00:00
Erik Hatcher bcf88974a9 getting a start on some Flare plugin unit tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@529547 13f79535-47bb-0310-9956-ffa450edef68
2007-04-17 09:58:19 +00:00
Yonik Seeley db21821167 avoid recursive find, test for maxdepth support, filter snapshot names on master: SOLR-207
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@529471 13f79535-47bb-0310-9956-ffa450edef68
2007-04-17 02:25:28 +00:00
Mike Klaas 0cf8721a40 AutoCommit tracker again prints to the logfile its parameters. There parameters are also
available in the DUH2 admin ui statistics


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@529452 13f79535-47bb-0310-9956-ffa450edef68
2007-04-17 00:20:59 +00:00
Bertrand Delacretaz 18f1bda15d finalize() was not correctly overridden, typo in function name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@529367 13f79535-47bb-0310-9956-ffa450edef68
2007-04-16 19:20:23 +00:00
Erik Hatcher 2970a6c196 typo corrections in comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@529098 13f79535-47bb-0310-9956-ffa450edef68
2007-04-16 00:08:59 +00:00
Erik Hatcher 690dbac32c add sorting capability to Flare::Context
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@528431 13f79535-47bb-0310-9956-ffa450edef68
2007-04-13 10:34:14 +00:00
Erik Hatcher 46873c3ccc Update to require Rails 1.2.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@528296 13f79535-47bb-0310-9956-ffa450edef68
2007-04-13 00:37:31 +00:00
Erik Hatcher 021f4eef00 Ignore blank queries instead of adding a bum empty one, and change redirect not be hard-coded
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@528295 13f79535-47bb-0310-9956-ffa450edef68
2007-04-13 00:36:31 +00:00
Erik Hatcher d116528602 Revert dismax support for the time being - this will be resurrected (with test cases even) in the near future when it works properly
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@528294 13f79535-47bb-0310-9956-ffa450edef68
2007-04-13 00:35:37 +00:00
Yonik Seeley 834c7c60d3 allow fieldType as well as fieldtype in schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@527594 13f79535-47bb-0310-9956-ffa450edef68
2007-04-11 18:16:01 +00:00
Erik Hatcher 65e0b152db SOLR-184: add echoHandler=true to responseHeader, support echoParams=all (contributed by Ryan McKinley)
Additionally I added some unit tests to prove the new features added.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@526634 13f79535-47bb-0310-9956-ffa450edef68
2007-04-09 02:29:24 +00:00
Erik Hatcher 6e21109499 Spelling correction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@526626 13f79535-47bb-0310-9956-ffa450edef68
2007-04-09 00:54:49 +00:00
Erik Hatcher a85eefd70a Add XPathMapper, useful for mapping XML file data into Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@525033 13f79535-47bb-0310-9956-ffa450edef68
2007-04-03 04:50:54 +00:00
Erik Hatcher 7ab87c4293 Only use symbols for mapping keys. Strings pass through as static field values
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@525031 13f79535-47bb-0310-9956-ffa450edef68
2007-04-03 04:49:31 +00:00
Erik Hatcher dcf9e3ea66 Dynamically load all tests for suite.rb (contribution from Josh Goebel)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524986 13f79535-47bb-0310-9956-ffa450edef68
2007-04-03 01:01:25 +00:00
Erik Hatcher 83066b443b Add better update request handler, CVS handler, etc from latest Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524983 13f79535-47bb-0310-9956-ffa450edef68
2007-04-03 00:53:42 +00:00
Erik Hatcher 8756ade7f6 Allow passing through of options to Solr::Connection
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524982 13f79535-47bb-0310-9956-ffa450edef68
2007-04-03 00:52:17 +00:00
Erik Hatcher 421dc4ffc8 add TODO about new xml update handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524981 13f79535-47bb-0310-9956-ffa450edef68
2007-04-03 00:50:17 +00:00
Yonik Seeley 665e7d7834 factor out commit param parsing: SOLR-185
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524612 13f79535-47bb-0310-9956-ffa450edef68
2007-04-01 15:14:26 +00:00
Yonik Seeley 32d95f5c89 factor out commit param parsing: SOLR-185
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524611 13f79535-47bb-0310-9956-ffa450edef68
2007-04-01 15:13:25 +00:00
Yonik Seeley 55ee8f2305 fix queryString parsing to handle UTF8 (percent encoded): SOLR-202
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524524 13f79535-47bb-0310-9956-ffa450edef68
2007-04-01 03:43:42 +00:00
Yonik Seeley 6b58a8536b CSV: default commit to false, add tests for skip, skipLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524452 13f79535-47bb-0310-9956-ffa450edef68
2007-03-31 17:07:26 +00:00
Yonik Seeley f519838b7f parse skip for CSV
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524299 13f79535-47bb-0310-9956-ffa450edef68
2007-03-30 22:30:17 +00:00
Yonik Seeley 731416af36 CSV updates: SOLR-66
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524175 13f79535-47bb-0310-9956-ffa450edef68
2007-03-30 16:59:58 +00:00
Yonik Seeley 18dc9d98e4 stream.contentType, stream.file: SOLR-197
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@523774 13f79535-47bb-0310-9956-ffa450edef68
2007-03-29 17:28:31 +00:00
Yonik Seeley 8e21217939 RunExecutableListener didn't wait if configured: SOLR-198
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@523757 13f79535-47bb-0310-9956-ffa450edef68
2007-03-29 16:09:25 +00:00