Commit Graph

315 Commits

Author SHA1 Message Date
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
Yonik Seeley b49e659968 notice/license updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481276 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 16:25:54 +00:00
Chris M. Hostetter 840875e7d9 escape defaultQuery so it's safe to display in HTML forms
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481121 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 00:52:35 +00:00
Chris M. Hostetter eb897e53d0 cleaning up the forms on index.jsp and form.jsp ... main motivation was to get rid of hte stylesheet param since it's pretty much worthless, but i also wanted to try and make the only options displayed on form.jsp things that were general enough to apply to any combination of request handler / response writer pair that comes out of the box ... i deliberatley didn't include all of the highlight and facet params however, because I wasworred that would make the page too cluttered.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481116 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 00:16:46 +00:00
Yonik Seeley 94c5c83320 little schema cleanups
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481036 13f79535-47bb-0310-9956-ffa450edef68
2006-11-30 19:00:07 +00:00
Yonik Seeley 5cd80933e5 use standard incubator disclaimer
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481010 13f79535-47bb-0310-9956-ffa450edef68
2006-11-30 17:47:03 +00:00
Yonik Seeley 1be86c4dc4 remove now-redundant xpp3 license
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480977 13f79535-47bb-0310-9956-ffa450edef68
2006-11-30 15:51:06 +00:00
Chris M. Hostetter 48cc7c255d a few minor improvements: multi-val fields as lists, and DHTML reveal of score explanation if available
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480708 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 20:27:33 +00:00
Chris M. Hostetter c5dbbf9f4a SOLR-3 Removed src/apps containing the legacy SolrTest app
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480683 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 18:58:27 +00:00
Chris M. Hostetter 1900dbebbb first pass at a decent manifest file for our JAR and WAR
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480436 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 07:08:17 +00:00
Yonik Seeley 75164dd17a license updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480395 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 04:30:33 +00:00
Yonik Seeley f85eb581e0 license updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480379 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:48:31 +00:00
Yonik Seeley 191287553e remove accidentally added file
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480368 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:29:10 +00:00
Yonik Seeley fb358696c6 licensing
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480367 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:25:52 +00:00
Yonik Seeley 9b670ca24b licensing updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480359 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:10:41 +00:00
Yonik Seeley 5e8b63d8f7 add incubation notice, example pointer
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480273 13f79535-47bb-0310-9956-ffa450edef68
2006-11-28 23:18:07 +00:00
Yonik Seeley ea57196686 prepend apache to name, add tgz when packaging
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480259 13f79535-47bb-0310-9956-ffa450edef68
2006-11-28 22:36:42 +00:00
Otis Gospodnetic 63e97b471c - Javadoc cosmetics
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480210 13f79535-47bb-0310-9956-ffa450edef68
2006-11-28 21:09:51 +00:00
Mike Klaas c982fdedd6 SOLR-52 lazyfields patch implemented.
I am going to commit this with solrconfig defaulting to disabling lazyfields and use it in my 
application.  When I'm satisfied with the behaviour, I'll close SOLR-52 and perhaps enable 
lazyfields as the default option.



git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@479793 13f79535-47bb-0310-9956-ffa450edef68
2006-11-27 22:40:21 +00:00
Yonik Seeley 91c83248e6 clarify comments
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@478173 13f79535-47bb-0310-9956-ffa450edef68
2006-11-22 14:38:56 +00:00
Chris M. Hostetter 57653c5490 SOLR-71: Date Math for DateField
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@477465 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 01:55:05 +00:00
Bertrand Delacretaz d68fbb7bea who.* files regenerated with Forrest
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@477081 13f79535-47bb-0310-9956-ffa450edef68
2006-11-20 07:06:21 +00:00
Bertrand Delacretaz 599540618b added my name (in the right file this time)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@477080 13f79535-47bb-0310-9956-ffa450edef68
2006-11-20 07:03:25 +00:00
Yonik Seeley bd7fe4c6bb add subersion revision numbers for lucene nightlies
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@476187 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 15:59:32 +00:00
Bertrand Delacretaz 9f08d0ca01 added my name
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@476096 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 10:08:57 +00:00
Mike Klaas 383145546b updated to lucene nightly 2006-11-15
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@475475 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 22:41:57 +00:00
Chris M. Hostetter 11d9ba2463 SOLR-68 - new ClassLoader that knows about jars in solr/lib/ used for accessing resources specified in Config files, ie: plugins. Added example/solr/README.txt while i was at it so the various subdirs including 'lib' would be documented.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@474625 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 02:05:32 +00:00