Commit Graph

604 Commits

Author SHA1 Message Date
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
Yonik Seeley 0c33839e65 add licensing info for snowball stemmers
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487304 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 19:02:09 +00:00
Yonik Seeley 65b37766d6 docs: version back-compat
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487286 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 18:15:08 +00:00
Bertrand Delacretaz 7fdba93037 SOLR-59, make echoParams=explicit the default in the example config
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487204 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 13:20:15 +00:00
Bertrand Delacretaz 17dee73e4e SOLR-59, copy request parameters to Solr's response
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487199 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 13:03:40 +00:00
Bertrand Delacretaz fef1ac15cc add .project and .classpath to svn:ignore, for Eclipse
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487190 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 12:36:09 +00:00
Yonik Seeley fd37d3620f adding intro and release notes type stuff to CHANGES
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486976 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 05:48:58 +00:00
Chris M. Hostetter c86a81b90e when i added the version numbers to the Info page, I created some new temp variables in _info.jsp (assuming the numbers might be useful on other pages as well) that wound up conflicting with a temp variable already in use in distribution.jsp ... this commit cleans up _info.jsp so that only variables we want to bleed into the other JSPs do so.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486907 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 00:30:34 +00:00
Chris M. Hostetter b2fcbed95b SOLR-70 - better parsing of pingQuery ... it's still not a very clean syntax, but at least it's now possible to have any pingQuery you want and it will acctaully respect multiple query params
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486904 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 00:15:45 +00:00
Otis Gospodnetic 62989cd49b - Comment/docs cleanup
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486544 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 08:17:12 +00:00
Otis Gospodnetic 90d1f4832b - Comment fixes
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486396 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 22:54:51 +00:00
Otis Gospodnetic 88b053e2cb - SOLR-58: make admin pages return XML and transform them to HTML using XSL
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486373 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 22:24:47 +00:00
Yonik Seeley 81bef1260c default useFilterForSortedQuery to off in example
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@485891 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 21:50:41 +00:00