Commit Graph

541 Commits

Author SHA1 Message Date
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
Chris M. Hostetter d06948412d per suggestion on solr-user, added a mime-mapping for .xsl files to the web.xml so that the mime-type will be set correctly even if the servlet container doesn't have one configured. used application/xslt+xml instead of application/xml based on W3C XSLT recommendation since 2003/May ... tested in Firefox2 and IE6
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@485856 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 20:30:02 +00:00
Yonik Seeley 2b82b8abc9 add yonik's public key
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@484818 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 22:01:20 +00:00
Chris M. Hostetter 636477db58 build.xml cleanup: removed some targets that were not longer useful, clarified the descriptions of some targets, added a macro to build the MD5 checksum files as part of hte package target
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@484780 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 21:01:58 +00:00
Chris M. Hostetter ec9f977a90 add description to example target
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483882 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 08:32:57 +00:00
Chris M. Hostetter db54dcf890 war now contains the solr jar, instead of the direct class files ... this also allows us to display the MANIFEST.MF version info on registry.jsp (it can't read from the WAR's manifest for some reason)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483872 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 08:01:51 +00:00
Bertrand Delacretaz 58fc48e498 make 'ant example' more visible and self-explaining
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483871 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 07:48:20 +00:00
Bertrand Delacretaz 8448546abe KEYS.txt added to store our PGP keys
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483868 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 07:18:24 +00:00
Yonik Seeley ef34156b5e little comment cleanups
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483194 13f79535-47bb-0310-9956-ffa450edef68
2006-12-06 19:40:18 +00:00
Yonik Seeley 462ca75cb9 useColdSearcher: LUCENE-77
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@482875 13f79535-47bb-0310-9956-ffa450edef68
2006-12-06 03:25:43 +00:00
Chris M. Hostetter fc9694bd2f new numeric build property specversion added so we can ensure our manifest files have a purely numeric Specification-Version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@482538 13f79535-47bb-0310-9956-ffa450edef68
2006-12-05 07:34:22 +00:00
Yonik Seeley 07918af75d change ver to 1.1-dev
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481687 13f79535-47bb-0310-9956-ffa450edef68
2006-12-03 02:14:24 +00:00
Yonik Seeley 1275a2bd98 put license and notice in solr jar and war
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481314 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 17:40:39 +00:00
Yonik Seeley d7e5cc00dc added incubation disclaimer to CHANGES.txt per incubator
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481280 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 16:35:42 +00:00