Ryan McKinley
39e99c9a63
1. remove @deprecated servlets: /select and /update from JettySolrRunner (added in 1.3)
...
2. added a main() function to JettySolrRunner so you can easily debug the example setup from within eclipse
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580763 13f79535-47bb-0310-9956-ffa450edef68
2007-09-30 18:34:38 +00:00
Erik Hatcher
95803ec77e
Remove old TODO
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580485 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 20:58:35 +00:00
Erik Hatcher
b1a09b7379
Move flare helper method into plugin too
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580343 13f79535-47bb-0310-9956-ffa450edef68
2007-09-28 13:18:42 +00:00
Erik Hatcher
ebf602df89
SOLR-359: LukeResponse.FieldInfo should expose the selected flags info and the indexInfo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580089 13f79535-47bb-0310-9956-ffa450edef68
2007-09-27 16:43:42 +00:00
Erik Hatcher
aa1e9e1064
Minor formatting changes, and exposed Solr::Connection from Context
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579880 13f79535-47bb-0310-9956-ffa450edef68
2007-09-27 02:59:33 +00:00
Erik Hatcher
8b242f76ee
Add templates to the plugin
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579879 13f79535-47bb-0310-9956-ffa450edef68
2007-09-27 02:58:47 +00:00
Erik Hatcher
d2ba024634
Remove SIMILE link from default view - it will come back as a configuration option somehow
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579878 13f79535-47bb-0310-9956-ffa450edef68
2007-09-27 02:58:29 +00:00
Erik Hatcher
fdfcbf0d30
Move layout and routes to flare plugin
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579748 13f79535-47bb-0310-9956-ffa450edef68
2007-09-26 18:27:23 +00:00
Erik Hatcher
56ceddd6c0
Add Spellcheck support
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579743 13f79535-47bb-0310-9956-ffa450edef68
2007-09-26 18:04:49 +00:00
Yonik Seeley
2faac488b3
getters for QueryValueSource
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579446 13f79535-47bb-0310-9956-ffa450edef68
2007-09-26 03:26:24 +00:00
Yonik Seeley
c947254a3d
fix BoostedQuery.rewrite
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579445 13f79535-47bb-0310-9956-ffa450edef68
2007-09-26 03:25:30 +00:00
Erik Hatcher
0658c38980
remove views now within the Flare plugin
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579352 13f79535-47bb-0310-9956-ffa450edef68
2007-09-25 19:03:57 +00:00
Erik Hatcher
d7bd3f981a
Add Rails Engines, MIT licensed. And move the heart of Flare's UI into the plugin where it belongs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579351 13f79535-47bb-0310-9956-ffa450edef68
2007-09-25 19:01:11 +00:00
Chris M. Hostetter
1ccfec05f1
javadoc warning cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578977 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 21:20:53 +00:00
Chris M. Hostetter
bb036b1df9
SOLR-362 followup: cleaning up some build.xml cruft from when i thought we needed to jump through a lot of hoops
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578668 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 06:11:42 +00:00
Ryan McKinley
6d8ae540e2
SOLR-215 -- extracting multicore config stuff from SOLR-350. This does three key things (that will make SOLR-350 easier to maintain)
...
1. extract SolrCore from SolrRequestParser -- this lets it be shared across cores
2. go back to the 1.2 interface for XmlUpdateRequestHandler
public void doLegacyUpdate(Reader input, Writer output)
3. add a constructor to Config that lets you set the instanceDir explicitly (otherwise it forced static and needs to be specified as a property)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578507 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 21:44:38 +00:00
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