William Au
|
89f1018ef7
|
allowed inclusion of customized content into first table
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398981 13f79535-47bb-0310-9956-ffa450edef68
|
2006-05-02 17:42:28 +00:00 |
William Au
|
7ae4a26c56
|
added query arg optional for getting optional content
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398977 13f79535-47bb-0310-9956-ffa450edef68
|
2006-05-02 17:40:14 +00:00 |
William Au
|
6945bc6dc9
|
adjust size of Solr logo;added enable/disable link;add javascript var for hostname
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398975 13f79535-47bb-0310-9956-ffa450edef68
|
2006-05-02 17:39:22 +00:00 |
William Au
|
e16e400afb
|
first working version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398974 13f79535-47bb-0310-9956-ffa450edef68
|
2006-05-02 17:38:11 +00:00 |
William Au
|
580baa8964
|
adjusted size of Solr logo
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398971 13f79535-47bb-0310-9956-ffa450edef68
|
2006-05-02 17:28:19 +00:00 |
Chris M. Hostetter
|
0359b97c80
|
moved DateField format question so it shows up in javadocs
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398012 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-28 21:12:31 +00:00 |
Erik Hatcher
|
1898a8adbe
|
remove inadvertent addition of unused imports
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@396249 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-23 10:07:50 +00:00 |
Erik Hatcher
|
8ac675d682
|
Add getParams to SolrQueryRequest to allow support for multiple same-named parameters in the same way the servlet request allows
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@396247 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-23 09:58:24 +00:00 |
Erik Hatcher
|
765cd54cd8
|
add escaping of attribute values
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395950 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-21 17:10:12 +00:00 |
Yonik Seeley
|
ced4e20ace
|
SITE: apachecon eu 2006 presentation news
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395702 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-20 21:30:43 +00:00 |
Yonik Seeley
|
9c9604b8a7
|
handle null returned by parameter map val for servlet args
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395379 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-19 20:05:06 +00:00 |
Chris M. Hostetter
|
c2338fca20
|
adding neccessary SolrConfig hooks so TestHarness and unit tests can specify arbitrary solrconfig.xml files, modified unit tests to demonstrate this -- per SOLR-3 and SOLR-8
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395148 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-19 06:00:20 +00:00 |
Yonik Seeley
|
99a3a71234
|
explicit XPP3 licensing
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395049 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-18 21:36:47 +00:00 |
Yonik Seeley
|
ed514af83b
|
update changelog
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395040 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-18 21:09:38 +00:00 |
Yonik Seeley
|
26ead39774
|
add resin version to web.xml comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@394977 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-18 16:08:24 +00:00 |
Yonik Seeley
|
b08fd5ad09
|
catch NumberFormatException and provide fieldname: SOLR-10
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@394956 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-18 14:38:29 +00:00 |
Yonik Seeley
|
c511815110
|
fix delete-by-id when indexed id != readable id
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393619 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-12 21:27:06 +00:00 |
Erik Hatcher
|
861222dc75
|
correct typo in comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393368 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-12 02:17:40 +00:00 |
William Au
|
159cd5d81d
|
fixed usage
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393293 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-11 18:55:58 +00:00 |
Chris M. Hostetter
|
b2aca12c43
|
SOLR-3 - a general purpose test harness, JUnit base class, and migrated version of SolrTest's newtest.txt to JUnit
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393142 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-11 04:36:46 +00:00 |
Erik Hatcher
|
4e0b46dd4e
|
Add default field capability via df query string parameter
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392732 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-09 14:05:01 +00:00 |
Yonik Seeley
|
e76cc52516
|
update changelog
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392375 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-07 20:06:15 +00:00 |
William Au
|
174c830d63
|
fixed uid/gid in generated rsyncd.conf
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392369 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-07 19:16:51 +00:00 |
Yonik Seeley
|
64047e0b46
|
refactor /update to separate servlet, allow post of query to /select
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392311 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-07 15:20:12 +00:00 |
Yonik Seeley
|
0f57b81cb1
|
little tutorial updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391710 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-05 18:48:23 +00:00 |
Yonik Seeley
|
903814afa5
|
re-enable writeLock and commitLock configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391645 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-05 15:45:04 +00:00 |
Yonik Seeley
|
022a7db1a4
|
error if path is missing and default is not supplied
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391644 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-05 15:44:14 +00:00 |
Yonik Seeley
|
431d3b7518
|
lucene nightly 20060405
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391643 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-05 15:42:49 +00:00 |
Yonik Seeley
|
47d8727a30
|
update change log
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391119 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-03 19:04:45 +00:00 |
Erik Hatcher
|
72326ccaca
|
fix misspelling in configuration file
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391110 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-03 18:36:02 +00:00 |
Yonik Seeley
|
5547d20f92
|
make query parameters on command line be defaults, overridable by specific test
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391107 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-03 18:31:32 +00:00 |
Yonik Seeley
|
66dad9ff30
|
getDocListAndSet now collects the list and set from a single lucene query
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391100 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-03 18:13:14 +00:00 |
Yonik Seeley
|
d97a9e7adf
|
ability to specify/override query parameters from command line
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391099 13f79535-47bb-0310-9956-ffa450edef68
|
2006-04-03 18:10:09 +00:00 |
Yonik Seeley
|
4202b65619
|
added postOptimize hooks, analogous to postCommit hooks but only called after an optimize command. Useful for only distributing optimized indicies
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@390501 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-31 21:25:20 +00:00 |
Yonik Seeley
|
38bd428893
|
avoid taking intersection to get intersectionSize for BitDocSet.intersectionSize(HashDocSet)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@390474 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-31 18:52:26 +00:00 |
Yonik Seeley
|
34dc132902
|
removed legacy solar name support, change default config directory to ./solr/conf, make data directory ./solr/data, make base dir (./solr) configurable from solr.solr.home property, preliminary support for multiple solr wars, enhance exception message when resource isn't found.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@390446 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-31 15:45:36 +00:00 |
William Au
|
f513261391
|
more comment for rsyncd_port
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388621 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-24 19:56:53 +00:00 |
William Au
|
31c5cc570d
|
added default for rsync_port
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388620 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-24 19:56:18 +00:00 |
William Au
|
6385f459ca
|
made hostname and webapp name configurable
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388597 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-24 18:35:53 +00:00 |
William Au
|
a0c89d8091
|
corrected minor typo in comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388554 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-24 14:59:43 +00:00 |
Yonik Seeley
|
8a586795fc
|
use Config.newInstance instead of class.newInstance
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388010 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-23 03:03:02 +00:00 |
Yonik Seeley
|
039f7c853a
|
add debugging info by default so we get linenumbers in stacktraces
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387984 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-23 01:00:38 +00:00 |
William Au
|
c73cc359fa
|
corrected wrong url for curl
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387973 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-22 23:35:59 +00:00 |
William Au
|
2ae66472c6
|
replaced ; with ,
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387958 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-22 22:35:11 +00:00 |
William Au
|
99fa0d06ec
|
added command line args for configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387614 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-21 20:25:55 +00:00 |
William Au
|
250e281eea
|
added command line args for configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387613 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-21 20:25:41 +00:00 |
William Au
|
e4bcd07f79
|
initial version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387612 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-21 20:23:46 +00:00 |
Yonik Seeley
|
0f9bcba8ad
|
move default configuration dir from ./conf to ./solrconf
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@386349 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-16 14:56:45 +00:00 |
Yonik Seeley
|
3cf1cfb107
|
remove use of deprecated lucene methods
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@385619 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-13 19:02:21 +00:00 |
Yonik Seeley
|
286b985709
|
lucene upgrade to 1.9.1
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382941 13f79535-47bb-0310-9956-ffa450edef68
|
2006-03-03 21:56:49 +00:00 |