Ryan McKinley
641e7f3c4a
Adding getters for start/rows. Also setter for sort
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607650 13f79535-47bb-0310-9956-ffa450edef68
2007-12-31 02:05:06 +00:00
Ryan McKinley
e4d59581ca
adding getQuery() for bean access
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607095 13f79535-47bb-0310-9956-ffa450edef68
2007-12-27 17:22:45 +00:00
Ryan McKinley
0841e7ea33
SOLR-350 -- dropping 'default' core usage and requiring the core name in the URL. Also fixes broken admin links (SOLR-441)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@606335 13f79535-47bb-0310-9956-ffa450edef68
2007-12-21 22:23:39 +00:00
Ryan McKinley
ef5c818a43
see http://www.nabble.com/Resource-contention-problem-in-Solrj-to14389367.html
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@605324 13f79535-47bb-0310-9956-ffa450edef68
2007-12-18 20:44:54 +00:00
Erik Hatcher
66b05d1da5
Add support for alternate field highlighting, based on patch by Koji Sekiguchi on SOLR-376
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@603817 13f79535-47bb-0310-9956-ffa450edef68
2007-12-13 04:34:01 +00:00
Ryan McKinley
f14885cf0b
SOLR-350, SOLR-409 -- adding configurable support for running multiple cores in one sole instance
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601975 13f79535-47bb-0310-9956-ffa450edef68
2007-12-07 03:49:52 +00:00
Ryan McKinley
69f9e931e9
Adding a utility function to convert SolrDocument -> SolrInputDocument
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601900 13f79535-47bb-0310-9956-ffa450edef68
2007-12-06 22:55:47 +00:00
Ryan McKinley
cbfc1f07a2
SOLR-421 -- make SolrParams and Solr*Documents serializable
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600589 13f79535-47bb-0310-9956-ffa450edef68
2007-12-03 16:35:59 +00:00
Ryan McKinley
9d7995d57c
removing the setFacetMinCount() from addFacetField(). see:
...
http://www.nabble.com/small-bug-in-solrj--resultquery.addFacetField-overwrites-resultquery.setFacetMinCount-to-1.-tf4895967.html
Also fixing the setFields() issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@599487 13f79535-47bb-0310-9956-ffa450edef68
2007-11-29 15:26:04 +00:00
Erik Hatcher
8de85b8a38
A bit of delicious library specific configuration in the sample solrconfig
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594528 13f79535-47bb-0310-9956-ffa450edef68
2007-11-13 13:23:58 +00:00
Ryan McKinley
c4f99ab049
SOLR-408 adding PingRequestHandler.java and deprecating <pingQuery> syntax
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593627 13f79535-47bb-0310-9956-ffa450edef68
2007-11-09 19:24:18 +00:00
Ryan McKinley
37345a65d3
Adding tests to make sure you get FieldTypeInfo when you ask for the schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@586516 13f79535-47bb-0310-9956-ffa450edef68
2007-10-19 16:02:31 +00:00
Ryan McKinley
4c92caea68
increasing timeout for LargeVolumeJettyTest
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584598 13f79535-47bb-0310-9956-ffa450edef68
2007-10-14 20:16:53 +00:00
Ryan McKinley
cc005c832e
SOLR-378 -- increase timeout to hopefully avoid nightly failures...
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584322 13f79535-47bb-0310-9956-ffa450edef68
2007-10-12 23:32:35 +00:00
Ryan McKinley
872e407adc
Like SOLR-360, the solrj XMLInputFactory needs to be thread safe...
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@582349 13f79535-47bb-0310-9956-ffa450edef68
2007-10-05 17:11:24 +00:00
Erik Hatcher
88e0370f03
Add future example of what a solr-ruby Solr writer type could do with dates
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@582250 13f79535-47bb-0310-9956-ffa450edef68
2007-10-05 13:21:13 +00:00
Erik Hatcher
04b3349792
Fix build to bundle in proper CHANGES file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@582238 13f79535-47bb-0310-9956-ffa450edef68
2007-10-05 12:56:30 +00:00
Erik Hatcher
4efd666e24
Enable Solr::Request::Select to work as a general pass through to any registered request handler using /select?..., and a few other minor changes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581952 13f79535-47bb-0310-9956-ffa450edef68
2007-10-04 15:35:19 +00:00
Ryan McKinley
0d4fec041f
refactor solrj ClientUtils to avoid autoboxing float <> Float. also, don't send float value=1.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581340 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 18:29:29 +00:00
Erik Hatcher
9eb8ab9e2b
Add &show=schema to solr-ruby IndexInfo Luke request
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581251 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 14:14:49 +00:00
Ryan McKinley
1fcddcc76e
moving generally useful DirectXmlRequest from the test package to solrj/request
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581121 13f79535-47bb-0310-9956-ffa450edef68
2007-10-02 01:01:36 +00:00
Ryan McKinley
6fe636ca06
SOLR-369 -- EmbeddedSolrServer needs to call req.close() after query. Thanks Renato
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581065 13f79535-47bb-0310-9956-ffa450edef68
2007-10-01 20:26:11 +00:00
Erik Hatcher
54e45e64d8
Remove helper method that was pushed down to the plugin
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581036 13f79535-47bb-0310-9956-ffa450edef68
2007-10-01 18:51:19 +00:00
Ryan McKinley
7d3906e372
SOLR-359 -- adding getters for fields removed in #580089
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@580790 13f79535-47bb-0310-9956-ffa450edef68
2007-09-30 21:19:13 +00:00
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
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
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
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
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
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
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
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
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