Erik Hatcher
5bc0a3b009
add mock base class
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492698 13f79535-47bb-0310-9956-ffa450edef68
2007-01-04 19:18:25 +00:00
Erik Hatcher
9da08c70d7
refactor the solr mock a bit more
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492692 13f79535-47bb-0310-9956-ffa450edef68
2007-01-04 19:09:20 +00:00
Erik Hatcher
0b3fc2da6b
first attempt at making a mock Solr::Connection base test case
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492628 13f79535-47bb-0310-9956-ffa450edef68
2007-01-04 16:40:07 +00:00
Erik Hatcher
e534b04f31
Ignore the solr test data directory
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492584 13f79535-47bb-0310-9956-ffa450edef68
2007-01-04 14:39:55 +00:00
Erik Hatcher
0e22e6fd27
remove diagnostic puts and add ASL
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492583 13f79535-47bb-0310-9956-ffa450edef68
2007-01-04 14:39:13 +00:00
Erik Hatcher
d526f56974
SOLR-95: refactored how Solr starts for tests. A few additional changes: added conf directory under test to allow the Solr test server to have its own configuration and data directory and set solr.solr.home when launching Solr.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492570 13f79535-47bb-0310-9956-ffa450edef68
2007-01-04 14:00:18 +00:00
Erik Hatcher
7641746534
SOLR-94: start Solr before tests are run, shut it down afterwards (contributed by Ed Summers). Original patch modified slightly to set the Jetty port to 8888
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492374 13f79535-47bb-0310-9956-ffa450edef68
2007-01-04 01:00:30 +00:00
Erik Hatcher
93635b2d34
Move solr installation from flare to solrb
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492150 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 13:53:10 +00:00
Erik Hatcher
d57c97bdd7
move core ruby-solr API to client/ruby/solrb
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492143 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 13:30:57 +00:00
Erik Hatcher
4d9c4504e1
sooner rather than later, tease the Solr DSL out from the web framework
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492042 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 04:57:00 +00:00
Erik Hatcher
42ec4b2acc
Fix issue with non-Rails environment from
...
require 'solr'
Reported by Ed Summers (edsu).
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492019 13f79535-47bb-0310-9956-ffa450edef68
2007-01-03 02:30:09 +00:00
Erik Hatcher
ed0f589bae
improve README
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491883 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 18:25:02 +00:00
Erik Hatcher
69d5d408b3
ignore index dir
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491881 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 18:20:55 +00:00
Erik Hatcher
e6a093f30b
remove redundant example code
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491880 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 18:20:20 +00:00
Erik Hatcher
1469ed8390
add empty data directory
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491875 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 18:11:54 +00:00
Erik Hatcher
522c1afa69
remove index, let solr create it individually
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491838 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 16:31:39 +00:00
Erik Hatcher
c6166be4e9
add log file ignores
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491830 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 16:14:48 +00:00
Erik Hatcher
4c78c098c6
add some of Rails generated directories
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491828 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 16:13:28 +00:00
Erik Hatcher
8570fa21b3
add a version of Solr under Flare too
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491827 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 16:11:42 +00:00
Erik Hatcher
01048167ae
initial commit of Flare beginnings
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@491824 13f79535-47bb-0310-9956-ffa450edef68
2007-01-02 16:05:29 +00:00
Yonik Seeley
2a5ac64a26
LF endings for scripts.conf
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@490746 13f79535-47bb-0310-9956-ffa450edef68
2006-12-28 15:52:47 +00:00
Yoav Shapira
445eca12ec
test for JUnit presence, and fail with an informative message if JUnit is not present for the build. Somewhat surprisingly, we need JUnit for the core compile target, as opposed to just the compileTests target, so do that test in compile as well. Also a minor language improvement in tutorial.xml for the web site.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@490031 13f79535-47bb-0310-9956-ffa450edef68
2006-12-24 15:07:37 +00:00
Chris M. Hostetter
e44e51ece0
SOLR-92: better handling of Attributes in DOMUtils.getText
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489961 13f79535-47bb-0310-9956-ffa450edef68
2006-12-24 01:10:00 +00:00
Bertrand Delacretaz
c19acfe50f
comments added to explain the role of these schema files
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489747 13f79535-47bb-0310-9956-ffa450edef68
2006-12-22 20:32:02 +00:00
Yonik Seeley
62658b3885
update release date in news, add link to download dir
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489446 13f79535-47bb-0310-9956-ffa450edef68
2006-12-21 19:37:51 +00:00
Bertrand Delacretaz
a4b637a6db
SOLR-90, typo in comments
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489296 13f79535-47bb-0310-9956-ffa450edef68
2006-12-21 09:13:20 +00:00
Otis Gospodnetic
26fca51862
- 'Massive' changes - added a few full-stops. Period.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488919 13f79535-47bb-0310-9956-ffa450edef68
2006-12-20 04:43:39 +00:00
Mike Klaas
f0edf7f848
Moved creation of reqeust and response out of the try/finally block. I don't see any way for
...
them to throw an exception, and it is bad form to reference a variable created in the try in
the finally block (fortifysoftware issue)
--This line, and those below, will be ignored--
M src/webapp/src/org/apache/solr/servlet/SolrServlet.java
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488778 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 19:31:26 +00:00
Chris M. Hostetter
072c3c5922
removing sitemap.xmap -- doesn't seem to affect the generated site at all using forrest-0.7, and Thorsten Scherler says it prevents our site from building with forrest-0.8
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488760 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 18:55:46 +00:00
Yonik Seeley
48b2a71a04
correct potential null pointer exception in unused DirectUpdateHandler found by fortifysoftware
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488729 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 17:21:00 +00:00
Yonik Seeley
36e388040b
fix escapes in StrUtils.split*: SOLR-87
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488728 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 17:08:17 +00:00
Yonik Seeley
43fb64bb80
set exe bits for zip too
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488067 13f79535-47bb-0310-9956-ffa450edef68
2006-12-17 22:28:56 +00:00
Chris M. Hostetter
c2946f7e44
explicitly set executable bit on scripts when packaging tgz release artifact
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488054 13f79535-47bb-0310-9956-ffa450edef68
2006-12-17 21:38:20 +00:00
Yonik Seeley
c900566f79
bump version numbers
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487935 13f79535-47bb-0310-9956-ffa450edef68
2006-12-17 03:37:59 +00:00
Yonik Seeley
b2911576f1
commit release news to site. do not sync site yet.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487893 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 21:29:31 +00:00
Yonik Seeley
fe6343a808
crlf text files in zip archive
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487885 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 21:08:42 +00:00
Chris M. Hostetter
a19cb467a9
make link to Javadocs explicitly point at index.html so local file:/// browsing of docs in distributions will work as well
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487868 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 19:37:11 +00:00
Yonik Seeley
f1ca91f735
change docs/api to api
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487831 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 17:16:31 +00:00
Chris M. Hostetter
6c995edfc2
SOLR-74 - user input wasn't being HTML escaped when echoed back on the page
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487773 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 08:38:09 +00:00
Yonik Seeley
c45fc39d2d
change eol-style on scripts
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487649 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 20:29:36 +00:00
Bertrand Delacretaz
40d43851fd
minor typos and formatting changes
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487646 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 20:21:11 +00:00
Chris M. Hostetter
0c2424603c
typos and case changes
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487640 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 19:55:49 +00:00
Yonik Seeley
94aa557d88
reverting analysis.jsp changes from SOLR-58
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487639 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 19:53:39 +00:00
Chris M. Hostetter
9d29a06cf5
added copy of the website to the distribution, and added some verbage to the README.txt file so it would be more usefull to people downloading distributions
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487638 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 19:53:10 +00:00
Bertrand Delacretaz
e23c98a24b
ignore Eclipse's .settings file as well
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487475 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 07:36:02 +00:00
Chris M. Hostetter
dc2d6485ff
SOLR-78 - replaced usage of Node.getTextContent with new helper method which allows Solr to work with DOM Level 2 parsers instead of requiring DOM Level 3
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487438 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 03:32:28 +00:00
Yonik Seeley
e03b4e564d
add missing ASL header
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487434 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 02:37:49 +00:00
Yonik Seeley
66b77c3297
new style ASL header
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487373 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 22:31:13 +00:00
Yonik Seeley
d201d56c0f
make example schema more friendly to very casual users... omit norms on non-text fields by default, and selected text fields
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487364 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 21:50:06 +00:00
Yonik Seeley
5cfad2b7cb
getting started note to README: SOLR-83
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487340 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 20:28:30 +00:00