Commit Graph

1210 Commits

Author SHA1 Message Date
Yonik Seeley d78f61db76 don't factor in +-Inf,NaN in scale function
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578456 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 15:33:42 +00:00
Ryan McKinley 4674b5f446 SOLR-215 -- fixing SolrEventListener initalization and adding test that instantiates an SolrEventListener on startup.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578451 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 14:48:21 +00:00
Erik Hatcher b8bdf5add6 SOLR-362: add JUnit to Solr libraries
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578230 13f79535-47bb-0310-9956-ffa450edef68
2007-09-21 19:08:03 +00:00
William Au 1e4355a10f updated note for SOLR-282
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577959 13f79535-47bb-0310-9956-ffa450edef68
2007-09-21 01:50:46 +00:00
Yonik Seeley b91bd4f941 fix typo in abs.name() value source
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577879 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 19:02:05 +00:00
Ryan McKinley da32f1d023 SOLR-360 -- removing static JUnit references
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577437 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 20:33:03 +00:00
Yonik Seeley 11ec236ebf clarify stax comments, change logging level
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577432 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 20:15:39 +00:00
Ryan McKinley aec2619ae0 SOLR-260 -- adding solrj tests for fast concurrent updates. With the commited low number for threads and docs, these would not always fail. But increasing the number takes a long time to run.
I think we should leave it low and let people increase the value for performance testing...  these will fail if something is amiss with concurancy even at low numbers.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577427 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 19:53:11 +00:00
Ryan McKinley 46f8c77617 SOLR-360 -- reverting #577405,
set factory.setProperty("reuse-instance", Boolean.FALSE); 
works for 1.6.  The BEA parser works for 1.5

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577421 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 19:40:53 +00:00
Yonik Seeley 61c2d20d8a SOLR-354: optimize delete by query of all docs... changes were accidentally committed previously in r576683
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577412 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 18:30:54 +00:00
Ryan McKinley 2ecd6ef1a6 SOLR-360 -- create a new XMLInputFactory for each request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577405 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 18:03:03 +00:00
Ryan McKinley e3adf0ec78 SOLR-215 -- synchronizing getSolrCore()
see: http://www.nabble.com/synchronization-issue-in-SolrCore.getSolrCore%28%29---tf4477891.html

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577395 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 17:32:16 +00:00
Ryan McKinley 533f5cb7a5 SOLR-361 : refactor solrj tests so they are more extendable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577394 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 17:31:05 +00:00
Yonik Seeley c364ddd185 make solr.py work with current server
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577338 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 15:55:56 +00:00
Ryan McKinley c5b328d565 typo. thanks Thorsten
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@576897 13f79535-47bb-0310-9956-ffa450edef68
2007-09-18 13:18:01 +00:00
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