Yonik Seeley
|
efe1da6895
|
SOLR-349: new functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@576683 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-18 04:04:38 +00:00 |
Ryan McKinley
|
deafb3207e
|
escape all non-alpha/numeric characters with \
Thanks erik. See also: 575369
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@575809 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-14 22:45:02 +00:00 |
Ryan McKinley
|
4d8f34f394
|
ClientUtils escapes !
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@575369 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-13 16:51:35 +00:00 |
Ryan McKinley
|
1bccc85177
|
ClientUtils also needs to escape the slop: ~
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@575064 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-12 20:19:13 +00:00 |
William Au
|
39328264aa
|
use a combination of default values that is supported by Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574920 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-12 12:40:55 +00:00 |
William Au
|
14e8c34757
|
SOLR-352: remove duplicated commit and optimize
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574608 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-11 14:19:38 +00:00 |
William Au
|
7f54a7c94e
|
SOLR-335: work-around in lieu of PingRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574605 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-11 14:18:03 +00:00 |
William Au
|
2b25ec85ef
|
SOLR-335: work-around in lieu of PingRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574600 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-11 14:08:39 +00:00 |
Ryan McKinley
|
31480199dd
|
solrj upgrade to commons-httpclient-3.1.jar (API is compatible)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574434 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-11 02:18:18 +00:00 |
Ryan McKinley
|
e355097b60
|
SOLR-215 -- remove static reference to getInstanceDir()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574027 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-09 17:01:02 +00:00 |
Ryan McKinley
|
f736f3fb08
|
SOLR-215 -- create a new SolrCore if one does not exist
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574025 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-09 16:24:51 +00:00 |
Ryan McKinley
|
e3dacf01c7
|
SOLR-215 -- removing the core name and 'cores' registry stuff. this should be part of SOLR-350, not SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573950 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-09 05:59:56 +00:00 |
Ryan McKinley
|
fb9d1c34bb
|
SOLR-215 -- start webapp w/o crashing!
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573947 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-09 04:41:11 +00:00 |
Ryan McKinley
|
2e1941b207
|
SOLR-215 -- removing static references to "instanceDir" -- this will let each core have its own instanceDir and ClassLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573946 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-09 04:34:44 +00:00 |
Ryan McKinley
|
ec60f7a3ca
|
Force the server to stop at shutdown. Hopefully this will help our tests pass regularly while running on hudson.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573897 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 19:47:01 +00:00 |
Ryan McKinley
|
5f003559b5
|
SOLR-215 - remove static singleton for SolrCore. This commit enables multiple solr cores, but does not yet provide an interface to manage them. This is a rather substantial change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573893 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 19:03:54 +00:00 |
Yonik Seeley
|
e595f5e7ce
|
fix javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573774 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 02:39:42 +00:00 |
Yonik Seeley
|
1ce8c6feb3
|
SOLR-348: short-circuit faceting if less than mincount docs match
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573770 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-08 01:38:23 +00:00 |
Erik Hatcher
|
112796dd03
|
Add test to check the proper parsability of CHANGES.yml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573430 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-07 02:47:47 +00:00 |
Erik Hatcher
|
843b9fe797
|
Fix YAML parsing issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573296 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-06 15:24:27 +00:00 |
Mike Klaas
|
d38a98d85a
|
SOLR-299: python client will be replaced, but fix a buglet in the interim
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573019 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-05 18:16:17 +00:00 |
Ryan McKinley
|
50adbdbc2f
|
SOLR-317 - a stylesheet to display luke info. To view it, check:
http://localhost:8983/solr/admin/luke?wt=xslt&tr=luke.xsl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572881 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-05 05:51:58 +00:00 |
Mike Klaas
|
b9da3b2ace
|
SOLR-310: bound pending deletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572831 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-04 23:05:39 +00:00 |
Chris M. Hostetter
|
3954767c5e
|
plagerizing apachecon blurb from TLP site
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572462 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-04 00:33:57 +00:00 |
Erik Hatcher
|
b016188d22
|
Add support for _delete_ option of modifying a document. This requires patches from SOLR-139 that are not committed to Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@569952 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-27 01:31:09 +00:00 |
Erik Hatcher
|
5bf7de1f56
|
Make filter_queries unrequired
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@569951 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-27 01:29:35 +00:00 |
Chris M. Hostetter
|
7f9bfa9e7d
|
SOLR-308: UUIDField class, can generate random UUIDs when special value of 'NEW' is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@569279 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-24 07:28:36 +00:00 |
Erik Hatcher
|
8f752e08bb
|
fix mlt.fl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568955 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-23 12:17:29 +00:00 |
Yonik Seeley
|
9c9d272e17
|
remove boolToFilterOptimizer since no standard handlers go through a code path that would use it, and we can specify filters directly now
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568695 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 16:38:51 +00:00 |
Erik Hatcher
|
0a2aab70e9
|
Fix modify document implementation to support multivalued fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568654 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 15:22:06 +00:00 |
Erik Hatcher
|
e801fecc99
|
add language values to Tang example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568578 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 12:06:30 +00:00 |
Erik Hatcher
|
8c0599def1
|
Add preliminary support for SOLR-139, allowing updateable documents. Added utility method to backslash escape strings suitable for QueryParser. Bumped version number for another upcoming gem push.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568577 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 12:05:15 +00:00 |
Erik Hatcher
|
d72ae657f1
|
Fix typos
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568349 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 01:07:40 +00:00 |
Erik Hatcher
|
7068f0344e
|
Add highlighter fragment size and more like this support to Standard request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568347 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 01:05:55 +00:00 |
Erik Hatcher
|
dfa0b8a004
|
Preparing for an 0.0.4 rubyforge gem push
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@566795 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-16 18:30:47 +00:00 |
William Au
|
c56381bdab
|
SOLR-333: Changed distributiondump.jsp to use Solr HOME instead of CWD to get path
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@566340 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 20:55:14 +00:00 |
William Au
|
71eb9a40d2
|
moved bug fixes for 282, 294, and 136 into the correct release
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@566332 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 20:41:33 +00:00 |
Erik Hatcher
|
dfc60d67b1
|
Rubyism tidying
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@566295 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 18:33:11 +00:00 |
Erik Hatcher
|
6a3597cdb7
|
Add entity test, to show text goes through literally
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@566294 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 18:32:22 +00:00 |
Yonik Seeley
|
7482909fcd
|
better RunExecutableListener example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@565997 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 01:36:44 +00:00 |
Ryan McKinley
|
e7e530bcd7
|
SOLR-326 remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@565144 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-12 20:47:42 +00:00 |
Yonik Seeley
|
29c83e3741
|
SOLR-196: php response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564920 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-11 13:01:09 +00:00 |
Yonik Seeley
|
bd4e7a8c03
|
SOLR-196: php response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564829 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-11 03:32:02 +00:00 |
Yonik Seeley
|
e238a4fa1f
|
SOLR-331: fix WordDelimiterFilter offsets for synonyms
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564638 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-10 15:55:42 +00:00 |
Yonik Seeley
|
1d70c0e51b
|
SOLR-331: fix WordDelimiterFilter offsets for synonyms
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564635 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-10 15:53:03 +00:00 |
Mike Klaas
|
7cb55d9904
|
typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564078 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-09 02:46:02 +00:00 |
Mike Klaas
|
3064ab7a10
|
Make autocommit tests slightly more tolerant of system load
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564075 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-09 02:12:08 +00:00 |
Ryan McKinley
|
06b56541a6
|
DocumentBuilder needs to skip null values. This adds a test to make sure that happens.
http://www.nabble.com/indexing-null-values--tf4238702.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564010 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-08 20:23:36 +00:00 |
Chris M. Hostetter
|
e8533194c0
|
whoops ... args were being passed in wrong order
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@563753 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-08 05:31:06 +00:00 |
Erik Hatcher
|
022e1d7633
|
SOLR-323: Remove JAR that now ships with Solr itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@563201 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-06 17:32:21 +00:00 |