Commit Graph

1457 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar b7bdc34715 Fail main build on error in contrib builds
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681607 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 06:28:08 +00:00
Shalin Shekhar Mangar dd946e7e54 Fixed directory name for DataImportHandler's javadoc target
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681606 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 06:26:35 +00:00
Shalin Shekhar Mangar 68083b3af4 SOLR-622: SpellCheckComponent supports auto-loading indices on startup and optionally, (re)builds indices on newSearcher event, if configured in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681604 13f79535-47bb-0310-9956-ffa450edef68
2008-08-01 06:11:58 +00:00
Yonik Seeley 258cb3e84d pass current searcher to newSearcher hook
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681447 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 19:27:36 +00:00
Yonik Seeley a7cda85584 LRUCache impl synchronizes on the map, not the cache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681440 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 18:59:52 +00:00
Koji Sekiguchi a00e9176f0 SOLR-662: solr-ruby now supports all highlighter parameters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681409 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 16:21:05 +00:00
Shalin Shekhar Mangar ccb0ce8080 Removing files generated by DataImportHandler tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681334 13f79535-47bb-0310-9956-ffa450edef68
2008-07-31 10:49:27 +00:00
Shalin Shekhar Mangar 79e77502f6 SOLR-469 -- Added DataImportHandler as a contrib project.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@681182 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 19:35:58 +00:00
Shalin Shekhar Mangar 842680f15d Removed call to SolrCore.log and SolrCore import.
Replaced reference to java.io.File with File


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680936 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 08:24:07 +00:00
Shalin Shekhar Mangar 4ac6ce3190 SOLR-663 -- Allow multiple files for stopwords, keepwords, protwords and synonyms
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680935 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 08:11:56 +00:00
Shalin Shekhar Mangar a18aea63f1 SOLR-666 -- Expose warmup time in statistics for SolrIndexSearcher and LRUCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680916 13f79535-47bb-0310-9956-ffa450edef68
2008-07-30 06:09:16 +00:00
Yonik Seeley 909aab1576 scale back DirectUpdateHandlerOptimizeTest by a factor of 10
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680841 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 20:57:38 +00:00
Shalin Shekhar Mangar 5bb355297a Propset svn:keywords for files
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680834 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 20:29:15 +00:00
Yonik Seeley 4d12601ec9 use compound file for DirectUpdateHandlerOptimizeTest to avoid out-of-fd errs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680824 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 20:11:57 +00:00
Shalin Shekhar Mangar eb3858a453 Added searcherName to the statistics.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680815 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 19:48:02 +00:00
Yonik Seeley b9fcb32589 SOLR-486: add efficient Iterator support for binary protocol
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680810 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 19:41:01 +00:00
Shalin Shekhar Mangar 2d13d9eab4 SOLR-256 -- Support exposing Solr statistics through JMX
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680795 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 18:13:57 +00:00
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