Shalin Shekhar Mangar
|
ed366c71ad
|
Removed call to SolrCore.log with config parameter and SolrCore import to avoid dependency to SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680648 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-29 08:52:25 +00:00 |
Chris M. Hostetter
|
c2917b47e4
|
return lowest level stats as well as computed stats
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680553 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-28 22:50:08 +00:00 |
Shalin Shekhar Mangar
|
0cda9c8825
|
SOLR-611 -- Expose sort_values returned by QueryComponent in SolrJ's QueryResponse
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680319 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-28 11:20:49 +00:00 |
Ryan McKinley
|
da634f42eb
|
SOLR-660 -- simplify the UpdateRequestProcessorFactory framework and use standard initialization techniques
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679936 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-26 00:20:44 +00:00 |
Ryan McKinley
|
645fd551f6
|
SOLR-661 -- fix NPE when there is no query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679925 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-25 23:08:35 +00:00 |
Shalin Shekhar Mangar
|
22cd8ef46f
|
SOLR-648: SpellCheckComponent throws NullPointerException on using spellcheck.q request parameter after restarting Solr, if reload is called but build is not called.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679816 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-25 14:28:39 +00:00 |
Shalin Shekhar Mangar
|
feb5d94cab
|
Corrected misspelled word in comment text
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679779 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-25 12:27:49 +00:00 |
Shalin Shekhar Mangar
|
68c59ccb8f
|
Remove duplicate license header in class
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679778 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-25 12:25:25 +00:00 |
Ryan McKinley
|
0f5af69cff
|
SOLR-654 -- add setResponse( NamedList<Object> rsp ) to SolrResponse base class and remove the constructor initalization from the implementaions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679649 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-25 03:18:24 +00:00 |
Ryan McKinley
|
d5a66e7bc9
|
SOLR-655 -- Adds the compilation of solrj as a prerequisite for generating core-javadoc and the compiled classes and libraries to the classpath. Adds a missing import to IndexSchema. Fixes 2 javadoc comments with improper @param usage in ClientUtils.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679647 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-25 02:46:02 +00:00 |
Ryan McKinley
|
ba127328c5
|
SOLR-653 -- remove the 'overwrite' options from solrj. Since we plan to remove these in the future, we should keep them out of the API before its first official release.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679548 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-24 21:17:43 +00:00 |
Ryan McKinley
|
90146c2bb3
|
removing only @author tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679521 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-24 20:00:41 +00:00 |
Chris M. Hostetter
|
3d140bcfb6
|
SOLR-645: Refactory faceting tests into SimpleFacetsTest
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679490 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-24 19:02:17 +00:00 |
Ryan McKinley
|
c16ddbb9b9
|
SOLR-652 -- fixing highlighting error when q.alt="*:* and no q is sent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679477 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-24 18:07:01 +00:00 |
Ryan McKinley
|
c0f037cd1f
|
change Collection<Object> to Collection<?> in solrj object binder
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679438 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-24 15:53:57 +00:00 |
Erik Hatcher
|
48f098b89a
|
SOLR-649: Facet param constant DRYing (Lars Kotthoff)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679428 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-24 14:41:56 +00:00 |
Yonik Seeley
|
f9f787d141
|
SOLR-644: increase jetty POST size
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678638 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-22 04:42:13 +00:00 |
Ryan McKinley
|
8854b2b627
|
SOLR-641 -- use the binary parser for embeded solr server
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678624 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-22 03:17:13 +00:00 |
Yonik Seeley
|
3b7621142e
|
SOLR-623: fix snapcleaner for OSX
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678622 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-22 02:56:19 +00:00 |
Yonik Seeley
|
d8779e18ae
|
SOLR-642: make ShardResponse public
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678620 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-22 02:34:00 +00:00 |
Yonik Seeley
|
4f03b00164
|
SOLR-612: allow POST for queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678592 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-21 22:54:54 +00:00 |
Ryan McKinley
|
9bcace789e
|
fix spelling error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678481 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-21 16:53:54 +00:00 |
Yonik Seeley
|
5dd7e5bd9b
|
SOLR-640: spellcheck reference leaks
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678457 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-21 16:18:21 +00:00 |
Yonik Seeley
|
cb8eb4236a
|
SOLR-593: getNewestSearcher() to fix inform deadlocks from getSearcher(), fix elevation component not decrementing it's reference
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678418 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-21 14:01:34 +00:00 |
Shalin Shekhar Mangar
|
91170a2535
|
SOLR-616 -- FileBasedSpellChecker does not apply accuracy configuration.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678306 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-20 19:06:02 +00:00 |
Shalin Shekhar Mangar
|
ebb0e0dda5
|
Finally able to understand what alphabetical order means :(
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678279 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-20 14:47:31 +00:00 |
Shalin Shekhar Mangar
|
a60aa83fde
|
Adding my name to the "Who We Are" page. Also, changing the position of Koji so that list is in alphabetical order.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678257 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-20 07:27:51 +00:00 |
Ryan McKinley
|
dca260e4b8
|
replacing non-existing "count" argument with useful "numTerms" argument
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678225 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-19 21:42:28 +00:00 |
Ryan McKinley
|
d4532fd381
|
fix white space in NamedList
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678210 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-19 20:00:05 +00:00 |
Ryan McKinley
|
fc7e78c9ef
|
SOLR-536 -- fixing array of size 1 error.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678204 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-19 18:56:30 +00:00 |
Ryan McKinley
|
c9b7eb19cc
|
make the luke response vars Serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678202 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-19 18:53:02 +00:00 |
Ryan McKinley
|
3c33837cbd
|
SOLR-619 -- switch to System.arraycopy() for array copy
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678096 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-19 04:21:20 +00:00 |
Ryan McKinley
|
bed156e2e1
|
SOLR-619 -- refactored IndexSchema so it allows registering copy fields within SolrCoreAware.inform()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678050 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-18 21:43:42 +00:00 |
Ryan McKinley
|
ae123e592a
|
SOLR-638 -- removing reloadCore() from CoreDescriptor
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677987 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-18 18:10:03 +00:00 |
Ryan McKinley
|
d0664e7856
|
SOLR-638 -- add a reference to CoreDescriptor within SolrCore and give that access to MultiCore. This will inable inter-core communiction from anywhere that has access to a core.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677941 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-18 15:29:22 +00:00 |
Chris M. Hostetter
|
d86a9b8a20
|
fix a lot of trivial javadoc warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677767 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-17 22:44:30 +00:00 |
Erik Hatcher
|
a00dec824d
|
SOLR-632: Revert to Jetty 6.1.3 due to cache header issue with 6.1.11
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677708 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-17 20:27:42 +00:00 |
Erik Hatcher
|
bb64899936
|
Fix docs to match current qparser syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677576 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-17 13:16:13 +00:00 |
Yonik Seeley
|
14d8ee7389
|
javadoc fix, update to new localparams syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677573 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-17 13:03:08 +00:00 |
Ryan McKinley
|
59374d665a
|
no need for 'createMultiCore' to be public. This is only useful for a subclass to extend
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677565 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-17 11:53:48 +00:00 |
Erik Hatcher
|
429ab8a5f6
|
SOLR-632: Upgrade Jetty to 6.1.11
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677457 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-16 22:46:40 +00:00 |
Ryan McKinley
|
76d6fdb825
|
SOLR-572 -- expose the configured spellcheckers. This will give other custom components access to the same spelling dictionaries
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677329 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-16 16:34:02 +00:00 |
Ryan McKinley
|
fc04ff8a9f
|
SOLR-605 -- moving spellcheck parameters to o.a.s.common.params
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677067 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-15 22:08:02 +00:00 |
Chris M. Hostetter
|
946c74fffa
|
SOLR-615: minor cleanup of some XML imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677047 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-15 21:30:37 +00:00 |
Chris M. Hostetter
|
d7a76cb4aa
|
SOLR-594 - upgrade documentation about calling inform for anyone who might be using StopFilterFactory, SynonymFilterFactory, or EnglishProterFilterFactory directly from java code.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677034 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-15 20:37:38 +00:00 |
Yonik Seeley
|
466513c4c5
|
SOLR-626: DistributedSearch - fix so scores are returned if requested in field list
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676789 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-15 02:24:54 +00:00 |
Erik Hatcher
|
46c5c167e7
|
Release today
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676570 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-14 12:30:44 +00:00 |
Erik Hatcher
|
e31e14dcc1
|
Readying for an 0.0.6 gem push
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676566 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-14 12:21:03 +00:00 |
Chris M. Hostetter
|
8efac905dc
|
SOLR-520: Deprecated unused LengthFilter since already core in Lucene-Java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676460 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-14 01:04:38 +00:00 |
Erik Hatcher
|
15f8c56803
|
SOLR-627: Add shards support to Standard request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@676396 13f79535-47bb-0310-9956-ffa450edef68
|
2008-07-13 18:30:57 +00:00 |