Commit Graph

498 Commits

Author SHA1 Message Date
Erik Hatcher 8b194f6d2a SOLR-122: Add optional support for libxml2, with fall back to REXML if libxml is not installed. (Contributed by Coda Hale)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@504077 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 11:13:14 +00:00
Erik Hatcher 60766a8813 Make test more lenient, as it seems Solr changed its error reporting format a bit to include
the full stack trace.  Eventually I think the exception message and stack trace should be separated
in the response so a client could pull out just the message easily.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@504076 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 11:11:47 +00:00
Erik Hatcher 844f80c67d removing superfluous return statements
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@504071 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 10:47:24 +00:00
Erik Hatcher 42db0f20fe Upgrade Solr support with modified facet data structure.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@504067 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 10:34:44 +00:00
Erik Hatcher 32280db869 Add gunzip capability to MARC importer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@504065 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 10:30:06 +00:00
Mike Klaas 57fef31f73 Modified AutoCommitTest to add an superfluous document when expecting a commit to occur. This
should block if by chance the commit is taking too long.  Possible caveat: delays might also 
cause extra commits.

 --This line, and those below, will be ignored--

M    src/test/org/apache/solr/update/AutoCommitTest.java


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503885 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 21:32:02 +00:00
Yonik Seeley 64166984f6 handle null key for json.nl=flat
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503795 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 18:22:04 +00:00
Yonik Seeley 24d527bb51 change dataDir to return dir containing index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503488 13f79535-47bb-0310-9956-ffa450edef68
2007-02-04 21:33:20 +00:00
Erik Hatcher 7dec1958a4 Add SIMILE Exhibit view of the currently filtered set, as proof-of-concept.
Adjusted CSS, improved UI dramatically, even including a logo in the header.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503379 13f79535-47bb-0310-9956-ffa450edef68
2007-02-04 09:42:05 +00:00
Erik Hatcher 32d4ad8b3b Added author and page count to import. Adjusted schema to not stem or remove stop words.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503377 13f79535-47bb-0310-9956-ffa450edef68
2007-02-04 09:39:55 +00:00
Erik Hatcher c06fe80ce9 SIMILE Exhibit support (prototype) - Tada!
Also started adding some CSS.




git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503361 13f79535-47bb-0310-9956-ffa450edef68
2007-02-04 05:44:09 +00:00
Erik Hatcher e86589e75b remove unnecessary bin directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503180 13f79535-47bb-0310-9956-ffa450edef68
2007-02-03 07:37:25 +00:00
Erik Hatcher 36c2419c6b Fix up requires so tests can run from TextMate, and of course still with rake
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503179 13f79535-47bb-0310-9956-ffa450edef68
2007-02-03 07:36:54 +00:00
Erik Hatcher ff7c75418b Add Delicious Library <http://www.delicious-monster.com/> importer and small sample set. This is way more fun than processing MARC records!
To launch Solr properly for this dataset, cd solr: java -Dsolr.solr.home=../examples/delicious_library/ -jar start.jar - this will keep this index separate
from any others you may be experimenting with.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503178 13f79535-47bb-0310-9956-ffa450edef68
2007-02-03 07:36:04 +00:00
Mike Klaas a77b94cfe4 Patches autocommit max docs test to be less time-sensitive
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503169 13f79535-47bb-0310-9956-ffa450edef68
2007-02-03 03:59:04 +00:00
Erik Hatcher dcbcfd7e8f Ruby solrshell
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503167 13f79535-47bb-0310-9956-ffa450edef68
2007-02-03 03:45:31 +00:00
Mike Klaas b0a23e258e fixed typo in test solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502500 13f79535-47bb-0310-9956-ffa450edef68
2007-02-02 05:13:13 +00:00
Erik Hatcher 08597d09c8 SOLR-134: Handle Time values using UTC + ISO 8691 representation (contributed by Coda Hale)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502480 13f79535-47bb-0310-9956-ffa450edef68
2007-02-02 04:33:21 +00:00
Erik Hatcher 162cbb9891 SOLR-132: Add tests to verify roundtripping of accented characters from solrb API to Solr (contributed by Antonio Eggberg)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502465 13f79535-47bb-0310-9956-ffa450edef68
2007-02-02 03:20:08 +00:00
Mike Klaas 6d18f027e0 Commit SOLR-126. Omitted the typed collection change in DUH2 (trunk has been updated), and
added autocommits to the stats tracked by DUH2


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502328 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 19:40:26 +00:00
Erik Hatcher 7e18144473 html escape the field values to be displayed, so we get the nicetag shown
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502127 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 05:22:10 +00:00
Erik Hatcher 70897331c0 an example of the accented characters of the example data being displayd from Flare via solrb
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502126 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 05:16:11 +00:00
Yonik Seeley b6dd62544d SimpleOrderedMap, JSON named list changes: SOLR-125
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501512 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 18:36:32 +00:00
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