Commit Graph

675 Commits

Author SHA1 Message Date
Yonik Seeley cb9efe43d0 disable remote streaming by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501494 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 17:58:56 +00:00
Erik Hatcher 54bf86c7b8 doing away with brittle case statement
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501328 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 06:54:50 +00:00
Erik Hatcher 05d7b69626 straggler, creating empty module so it is defined, so classes later can be created as class Solr::ClassName
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501321 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 06:28:02 +00:00
Erik Hatcher a877d34a49 Cosmetic cleanup, eliminating double nesting of modules which visually reads a bit cleaner, less nesting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501320 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 06:27:09 +00:00
Erik Hatcher 8e82ba6386 Define Solr::Request first thing, allowing future simplification of the request class definitions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501319 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 06:07:43 +00:00
Erik Hatcher 3051e0a8dd Simplify Solr::Exception - Exception already allows for a message
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501318 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 06:06:37 +00:00
Erik Hatcher bcc539c7ae Cosmetic cleanup of Rakefile, adding descriptions for all publicly desirable tasks
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501317 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 06:05:21 +00:00
Chris M. Hostetter 3c603b2aea SOLR-104 - Support for Update Plugins: giving RequestHandlers access to ContentStreams, new URL structure allowing for more RESTful URLs, common baseclass for RequestHandlers, refactoring existing XML based updates into a RequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501174 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 20:33:21 +00:00
Erik Hatcher 7e877bc49f Add more features to the UI: inverting/removing of filters and queries, Ajax suggestion of terms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500769 13f79535-47bb-0310-9956-ffa450edef68
2007-01-28 10:15:08 +00:00
Erik Hatcher 8ad1ec2f87 Add TODO note about perhaps replacing our mock with the use of flexmock. Not worth adding this dependency just yet, only when we feel pain in mocking later
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500588 13f79535-47bb-0310-9956-ffa450edef68
2007-01-27 18:49:31 +00:00
Erik Hatcher ee16eafe72 add testcase Coda Hale also contributed, missed in previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500587 13f79535-47bb-0310-9956-ffa450edef68
2007-01-27 18:47:56 +00:00
Erik Hatcher f061d45a84 Allow Solr startup-time to be configurable, setting the default down to 5 seconds.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500584 13f79535-47bb-0310-9956-ffa450edef68
2007-01-27 18:43:35 +00:00
Erik Hatcher 1c738dba1f SOLR-121: Add support for multiple document adds. (contributed by Coda Hale)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500566 13f79535-47bb-0310-9956-ffa450edef68
2007-01-27 17:26:54 +00:00
Erik Hatcher 7aef3946df SOLR-120: Add persistent HTTP connections. (contributed by Coda Hale).
Also, some additional commenting and cleanup.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500545 13f79535-47bb-0310-9956-ffa450edef68
2007-01-27 15:26:15 +00:00
Yonik Seeley dcb98c1eca generics for NamedList: SOLR-107
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500050 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 23:22:52 +00:00
Yonik Seeley 8cf4a87acb facet.prefix: SOLR-117
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499834 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 16:32:01 +00:00
Erik Hatcher f027d99c6f fix test that fails on zones server by replacing reference to localhost with 127.0.0.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499804 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 14:31:40 +00:00
Erik Hatcher b85c0cbbd2 Remove Solr specific licenses, leaving it with only ASL for solrb
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499476 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 16:52:48 +00:00
Erik Hatcher 70d1a4f8ce tidy up documentation and add license, preparing for an 0.01 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499463 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 16:16:01 +00:00
Erik Hatcher bbf2ddef81 fix tests due to change in symbols to strings in hash
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499443 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 15:28:17 +00:00
Erik Hatcher 29935fe9a7 add TODO about all docs constant
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499440 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 15:25:41 +00:00
Erik Hatcher 7dc02690f9 Add test for field_facets method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499439 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 15:23:55 +00:00
Erik Hatcher 1bebd85d26 Add helper method to retrieve and sort facets
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499438 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 15:23:11 +00:00
Erik Hatcher f294acbcd7 :"word.word" symbols make rdoc unhappy, unfortunately, so changed them to just strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499433 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 15:19:26 +00:00
Erik Hatcher 07a87711db add TODO listing task to Rakefile
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499431 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 15:09:51 +00:00
Erik Hatcher 39c8be6447 Add support for new facet.prefix feature
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499218 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 02:59:17 +00:00
Erik Hatcher 2f37fb1633 add some additional facet mappings to MARC importer example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499216 13f79535-47bb-0310-9956-ffa450edef68
2007-01-24 02:57:50 +00:00
Chris M. Hostetter 1c227b2393 svn should ignore logs dirs in sample solr home (logs is created if you use scripts)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498884 13f79535-47bb-0310-9956-ffa450edef68
2007-01-23 01:22:44 +00:00
Erik Hatcher 85e54f0043 Update link to Solrs home page (thanks Ryan)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498883 13f79535-47bb-0310-9956-ffa450edef68
2007-01-23 01:16:22 +00:00
Yonik Seeley befe8bd62b negative queries: SOLR-80
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498813 13f79535-47bb-0310-9956-ffa450edef68
2007-01-22 21:23:22 +00:00
Erik Hatcher 4dffe932f5 Add some comments about auto-commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498663 13f79535-47bb-0310-9956-ffa450edef68
2007-01-22 15:57:13 +00:00
Erik Hatcher 0e560eccfa Upgrade to Rails 1.2, only this JavaScript file changed in the application itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498511 13f79535-47bb-0310-9956-ffa450edef68
2007-01-22 02:38:55 +00:00
Erik Hatcher da5722fa35 Omit functional tests from gem as the overhead of a Solr server and risk someone would run functional tests against an existing Solr instance and remove all documents is not worth it at this point
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498454 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 21:04:39 +00:00
Erik Hatcher 80606b5f15 Bring test coverage back to 100 percent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498447 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 20:42:14 +00:00
Erik Hatcher d5bc3ec4ba add new indexinfo request capability
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498440 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 20:00:18 +00:00
Erik Hatcher 189ffc877c Push @response down into Request::Standard, because not all Ruby responses have a response key
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498439 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 19:58:54 +00:00
Erik Hatcher 18e95b18a7 Remove creating new Solr::Document in #add, as AddDocument.new already does this. This change allows a SolrDocument to be passed to #add/#update, instead of just a Hash
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498436 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 19:54:53 +00:00
Erik Hatcher b9f5817c3c remove temporary test data directory before running functional tests, and convert to rm_rf instead of rm_f in other places, and also set the default task to unit test instead of unit+functional tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498428 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 19:11:34 +00:00
Erik Hatcher 7b6a592110 Clean up test language. Sorry I didn't catch this earlier in Ed's patch.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498392 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 16:08:31 +00:00
Erik Hatcher bd5ef854d9 Add indexinfo request handler, which returns field information (currently type only) and index state information such as number
of documents and Lucene index version.  This details about fields and the index returned are still being developed, so the
response may change format until this is finalized.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498345 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 15:03:00 +00:00
Erik Hatcher b631c61ad3 Add ability to see details of test failures by adding -Djunit.details to the command-line.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498333 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 14:56:35 +00:00
Yonik Seeley 33ad0e6975 HashDocSet new hash, union, andNot: SOLR-114
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498246 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 05:46:31 +00:00
Chris M. Hostetter 2135986f8d permanent redirect for legacy docs/api links that may be out in mailing lists (prior to graduation, we had a symlink, but that broke when we moved the site, and this is a better long term fix)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497731 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 08:04:31 +00:00
Yonik Seeley a5810b1e96 try and fix breadcrumb issue again
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497487 13f79535-47bb-0310-9956-ffa450edef68
2007-01-18 16:27:03 +00:00
Yonik Seeley 99925152d3 site updates, lucene logo, release links
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497299 13f79535-47bb-0310-9956-ffa450edef68
2007-01-18 05:10:35 +00:00
Yonik Seeley c4526dcf88 remove more incubating references
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497253 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 23:51:21 +00:00
Yonik Seeley 81dddad163 remove more incubating references
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497251 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 23:49:34 +00:00
Yonik Seeley 1c62f43aaf remove incubating from README/build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497250 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 23:46:30 +00:00
Yonik Seeley b2ec237b5d remove incubating from CHANGES, test svn move
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497238 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 23:16:59 +00:00
Doug Cutting 4b43d35820 Graduate solr from incubator to lucene.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497231 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 23:06:16 +00:00