Commit Graph

1370 Commits

Author SHA1 Message Date
Shalin Shekhar Mangar 31b15cbb23 Upgraded to Lucene 2.9-dev r768228
Fixes for changes in trie introduced with LUCENE-1602
Implemented SolrIndexSearcher#search(Weight, Filter, Collector) to fix compile error 


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768240 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 09:46:49 +00:00
Shalin Shekhar Mangar 354f780613 SOLR-1126 -- Replicated files have incorrect timestamp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768180 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 06:42:30 +00:00
Shalin Shekhar Mangar 33bcabc9f6 SOLR-1106 -- Made CoreAdminHandler Actions pluggable so that additional actions may be plugged in or the existing ones can be overridden if needed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768165 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 06:30:55 +00:00
Koji Sekiguchi e0fb06b436 SOLR-1125: Use query analyzer rather than index analyzer for queryFieldType in QueryElevationComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@767754 13f79535-47bb-0310-9956-ffa450edef68
2009-04-23 01:31:49 +00:00
Shalin Shekhar Mangar 742731754d SOLR-1108 -- Remove un-needed synchronization in SolrCore constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@767430 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22 09:25:10 +00:00
Shalin Shekhar Mangar 1ea1e3ca37 SOLR-1099 -- A FieldAnalysisRequestHandler which provides the analysis functionality of the web admin page as a service. The AnalysisRequestHandler is renamed to DocumentAnalysisRequestHandler which is enhanced with query analysis and showMatch support. AnalysisRequestHandler is now deprecated. Support for both FieldAnalysisRequestHandler and DocumentAnalysisRequestHandler is also provided in the Solrj client.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@767412 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22 08:53:28 +00:00
Koji Sekiguchi 8911cc1907 now we have six implicit SearchComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@766412 13f79535-47bb-0310-9956-ffa450edef68
2009-04-19 01:31:02 +00:00
Shalin Shekhar Mangar 3f7f21c995 SOLR-844 followup -- Fix bug with incorrect alive count which makes LBHttpSolrServer assume that all servers are down even when one is running
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765912 13f79535-47bb-0310-9956-ffa450edef68
2009-04-17 08:57:53 +00:00
Shalin Shekhar Mangar c6b077ee4c SOLR-1117 -- QueryElevationComponent should call core.getNewestSearcher(false) instead of core.getNewestSearcher(true)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765557 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16 10:08:10 +00:00
Shalin Shekhar Mangar 7769e35924 SOLR-1096 followup -- Change default connection timeout to 5 seconds and read timeout to 20 seconds
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765483 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16 06:29:53 +00:00
Koji Sekiguchi 6610c0489d SOLR-1115: <bool>on</bool> and <bool>yes</bool> in solrconfig.xml work as expected.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765199 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15 13:47:58 +00:00
Shalin Shekhar Mangar 7c009e760d SOLR-940 followup -- Fix for the trie date test case
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764375 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13 08:49:39 +00:00
Shalin Shekhar Mangar c389d5d191 SOLR-1096 -- Introduced httpConnTimeout and httpReadTimeout in replication slave configuration to avoid stalled replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764371 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13 08:42:04 +00:00
Shalin Shekhar Mangar ad42cc8059 SOLR-940 and SOLR-1079 -- Updating Lucene jars, updating Trie field types per Lucene's changes, adding ReverseStringFilterFactory, updates related to LUCENE-1500.
Committing all the above changes in one go to avoid compile errors due to Lucene API updates (except for ReverseStringFilterFactory).

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764291 13f79535-47bb-0310-9956-ffa450edef68
2009-04-12 11:03:09 +00:00
Yonik Seeley 918860396b SOLR-1109: PhoneticFilterFactory doesn't handle maxCodeLength param
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764276 13f79535-47bb-0310-9956-ffa450edef68
2009-04-12 02:24:01 +00:00
Ryan McKinley a162755e24 fix potential NPE with FieldStatsInfo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@763791 13f79535-47bb-0310-9956-ffa450edef68
2009-04-09 20:24:34 +00:00
Chris M. Hostetter c9ed885d3b SOLR-1104: Fix some rounding errors in LukeRequestHandler's histogram
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@763032 13f79535-47bb-0310-9956-ffa450edef68
2009-04-07 23:31:12 +00:00
Shalin Shekhar Mangar 55592e8d7c SOLR-1038 -- Adding addBeans(Iterator) method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@762176 13f79535-47bb-0310-9956-ffa450edef68
2009-04-05 22:24:36 +00:00
Chris M. Hostetter 1055385c07 fix broken link for query parser syntax ... as long as we're changing it point at wiki where there is info about enhancements to syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@761847 13f79535-47bb-0310-9956-ffa450edef68
2009-04-04 00:48:11 +00:00
Shalin Shekhar Mangar d1e4980f66 SOLR-1068 followup -- Shutdown the executor in a finally block if it is alive
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@761578 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03 09:12:00 +00:00
Shalin Shekhar Mangar 6639925275 SOLR-1068 -- Use a single threaded executor to fsync replicated index and configuration files before moving them
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@761577 13f79535-47bb-0310-9956-ffa450edef68
2009-04-03 09:08:37 +00:00
Grant Ingersoll c7c9ef6a63 SOLR-1095: fix stopword and keep filter performance issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@761036 13f79535-47bb-0310-9956-ffa450edef68
2009-04-01 20:07:44 +00:00
Shalin Shekhar Mangar 8c1725beee SOLR-1038 -- Remove the automatic commit from the API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@760113 13f79535-47bb-0310-9956-ffa450edef68
2009-03-30 19:19:17 +00:00
Shalin Shekhar Mangar 8d05c79dc3 SOLR-658 -- Compare the index directories using their canonical paths
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@759641 13f79535-47bb-0310-9956-ffa450edef68
2009-03-29 06:22:07 +00:00
Chris M. Hostetter 3588581c94 SOLR-952: Cleanup duplicated code in deprecated HighlightingUtils
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@758795 13f79535-47bb-0310-9956-ffa450edef68
2009-03-26 18:42:25 +00:00
Koji Sekiguchi 456937a5fc SOLR-822: added a useful idiom to get ChatStream and make private CharReader constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@758161 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25 06:58:57 +00:00
Koji Sekiguchi 82965b7fa1 SOLR-822: avoid ClassCastException when CharStreamAware*TokenizerFactory is used without CharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@758137 13f79535-47bb-0310-9956-ffa450edef68
2009-03-25 03:34:34 +00:00
Yonik Seeley 6bd4909102 SOLR-939: ValueSourceRangeFilter/Query, frange parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@757570 13f79535-47bb-0310-9956-ffa450edef68
2009-03-23 22:08:44 +00:00
Shalin Shekhar Mangar d0573099bc SOLR-1068 -- Use fsync on replicated index and configuration files
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@757209 13f79535-47bb-0310-9956-ffa450edef68
2009-03-22 16:33:46 +00:00
Koji Sekiguchi f3c1736fe5 SOLR-940: use AbstractTrieRangeFilter.asQuery() in Lucene rather than creating ConstantScoreQuery in Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@756955 13f79535-47bb-0310-9956-ffa450edef68
2009-03-21 15:23:08 +00:00
Shalin Shekhar Mangar 08fb323869 SOLR-973 followup -- Lookup the charset only once
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@756879 13f79535-47bb-0310-9956-ffa450edef68
2009-03-21 06:02:43 +00:00
Yonik Seeley cc963a1aea SOLR-1072: fix FileUtilsTest for windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@756783 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 22:03:12 +00:00
Shalin Shekhar Mangar 413d330041 SOLR-973 followup - Create OutputStreamWriter with utf-8 encoding
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@756703 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 18:43:39 +00:00
Shalin Shekhar Mangar 6bbc03a370 SOLR-844 followup -- Use the correct SolrException import from o.a.s.common
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@756682 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 17:40:47 +00:00
Shalin Shekhar Mangar 319f33973d SOLR-844 -- A SolrServer implementation to front-end multiple solr servers and provides load balancing and failover support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@756381 13f79535-47bb-0310-9956-ffa450edef68
2009-03-20 09:10:37 +00:00
Koji Sekiguchi b46fca3934 SOLR-822: rename correctPosition() to correct() in CharFilter because it is for correcting token offset, not for token position
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755945 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 11:52:11 +00:00
Shalin Shekhar Mangar 87b5b4768f Add handler.dataimport to list of known packages
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755901 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 10:32:55 +00:00
Shalin Shekhar Mangar 54819167be SOLR-1038 -- Enhance CommonsHttpSolrServer to add docs in batch using an iterator API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755882 13f79535-47bb-0310-9956-ffa450edef68
2009-03-19 09:15:10 +00:00
Shalin Shekhar Mangar bf48eceb2e SOLR-1041 -- Make dataDir relative to solr home and instanceDir
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755675 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 17:51:30 +00:00
Shalin Shekhar Mangar ad91db6f20 Fixing a typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755674 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 17:50:35 +00:00
Shalin Shekhar Mangar f84e477d4d SOLR-943 followup -- Persist dataDir if present in solr.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755667 13f79535-47bb-0310-9956-ffa450edef68
2009-03-18 17:30:28 +00:00
Shalin Shekhar Mangar 7de4dee17c SOLR-1065 -- A ContentStreamDataSource which can accept HTTP POST data in a content stream. This can be used to push data to Solr instead of just pulling it from DB/Files/URLs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755141 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 07:50:09 +00:00
Chris M. Hostetter 48098e25e7 SOLR-1072: absolute paths used in sharedLib now work. new FileUtils method added for dealing with this kind of path resolution
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@755130 13f79535-47bb-0310-9956-ffa450edef68
2009-03-17 06:18:06 +00:00
Yonik Seeley f1a4aba6be fix tz issues in TestTrie
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@754674 13f79535-47bb-0310-9956-ffa450edef68
2009-03-15 14:56:06 +00:00
Yonik Seeley 255f32eaca fix tz issues in TestTrie
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@754673 13f79535-47bb-0310-9956-ffa450edef68
2009-03-15 14:53:42 +00:00
Yonik Seeley 93587d8e9c pass qparser in getRangeQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@752850 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12 13:12:26 +00:00
Shalin Shekhar Mangar 6c1bc2ef5f SOLR-940 follow up -- Changing test to index and search for NOW/DAY TO NOW/DAY+5DAYS otherwise the millisecond precision fails the test intermittently
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@752823 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12 10:03:15 +00:00
Shalin Shekhar Mangar e53a1f29c1 SOLR-940 followup -- Changing API, implementation and javadocs per Hoss's suggestions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@752785 13f79535-47bb-0310-9956-ffa450edef68
2009-03-12 06:24:13 +00:00
Shalin Shekhar Mangar 60060d89f4 SOLR-940 followup -- Adding FieldType.getRangeQuery method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@752596 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 19:50:04 +00:00
Shalin Shekhar Mangar 266be45c7d SOLR-940 -- Add support for Lucene's Trie Range Queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@752562 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 18:42:43 +00:00
Chris M. Hostetter 1826b73a27 SOLR-1064: registry.jsp incorrectly displaying info for last core initialized regardless of what the current core is
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@752552 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 18:33:31 +00:00
Shalin Shekhar Mangar 1182376282 SOLR-1050 -- NPE thrown in replication admin page due to unhandled casting of null values
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@751374 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 06:37:54 +00:00
Shalin Shekhar Mangar 3569314914 SOLR-1049 -- Do not log a stacktrace if a poll fails due to the master being down
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@750860 13f79535-47bb-0310-9956-ffa450edef68
2009-03-06 11:48:28 +00:00
Yonik Seeley 9d469e91b1 SOLR-1046: Nested query support for function query parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@750577 13f79535-47bb-0310-9956-ffa450edef68
2009-03-05 20:33:51 +00:00
William Au a3cd72c830 SOLR-346: second attempt as first one didn't work
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@750048 13f79535-47bb-0310-9956-ffa450edef68
2009-03-04 15:25:27 +00:00
Otis Gospodnetic 4d72e1806c - Output cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@749215 13f79535-47bb-0310-9956-ffa450edef68
2009-03-02 07:34:25 +00:00
Yonik Seeley 439a3905ba SOLR-764: fix lex sorting for distributed search, change sort string from lex to index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@749056 13f79535-47bb-0310-9956-ffa450edef68
2009-03-01 16:29:31 +00:00
Shalin Shekhar Mangar bfadf96ede SOLR-963 -- SolrQuery#addFacetField - Optimize addition of fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@748974 13f79535-47bb-0310-9956-ffa450edef68
2009-03-01 08:13:12 +00:00
Shalin Shekhar Mangar e40fc9ffad SOLR-1041 -- dataDir is not set relative to solr home
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@748970 13f79535-47bb-0310-9956-ffa450edef68
2009-03-01 07:40:08 +00:00
Chris M. Hostetter 32c63cea8e SOLR-1036: Change default QParser from "lucenePlusSort" to "lucene"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@748763 13f79535-47bb-0310-9956-ffa450edef68
2009-02-28 00:36:30 +00:00
Shalin Shekhar Mangar 47487967fc SOLR-973 -- CommonsHttpSolrServer writes the xml directly to the server
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@747790 13f79535-47bb-0310-9956-ffa450edef68
2009-02-25 14:13:00 +00:00
Shalin Shekhar Mangar ee6ad3d45c SOLR-1035 -- Catch RuntimeException instead of NumberFormatException
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@747284 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24 06:07:37 +00:00
Shalin Shekhar Mangar 8beaf49ee5 Fixing typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@747277 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24 05:05:12 +00:00
Ryan McKinley 72a9df1b55 SOLR-1034 -- ClientUtils.escapeQuery should escape ;
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@747260 13f79535-47bb-0310-9956-ffa450edef68
2009-02-24 02:11:13 +00:00
Shalin Shekhar Mangar e9ec6b2fa9 Use File.isAbsolute for checking absolute path
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@747016 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 13:41:43 +00:00
Yonik Seeley 6ae1c862f4 SOLR-739: Add support for OmitTf
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746868 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 03:27:43 +00:00
Erik Hatcher 160765bdd6 SOLR-1031: Fix XSS vulnerability in schema.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746481 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21 10:44:13 +00:00
Erik Hatcher 5414333861 Fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746123 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 03:28:32 +00:00
Erik Hatcher 51d709de3c SOLR-1026: Add protected words support to SnowballPorterFilterFactory. Deprecated EnglishPorterFilterFactory and switched example to use English SnowballPorterFilterFactory instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746122 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 03:23:58 +00:00
Chris M. Hostetter f11377a06c SOLR-967: New type-safe constructor for NamedList
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746031 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 22:20:32 +00:00
Erik Hatcher b3b94be1ac remove unused import
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745994 13f79535-47bb-0310-9956-ffa450edef68
2009-02-19 21:08:53 +00:00
Shalin Shekhar Mangar f6185b71a7 SOLR-921 -- SolrResourceLoader must cache short class name vs fully qualified classname
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745394 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 06:54:10 +00:00
Shalin Shekhar Mangar bbda7419e5 SOLR-977 -- version=2.2 is not necessary for wt=javabin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745392 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 06:27:20 +00:00
Shalin Shekhar Mangar 5cfb336f5c SOLR-1018 -- Slave is unable to replicate when server acts as repeater (as both master and slave)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743757 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 14:10:32 +00:00
Shalin Shekhar Mangar 1371f5b70b SOLR-1015 -- Incomplete information in replication admin page and http command response when server is both master and slave i.e. when server is a repeater
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743729 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 13:25:25 +00:00
Shalin Shekhar Mangar 71e622d422 SOLR-670 followup -- No need to do commit after calling rollback, also avoids AlreadyClosedException if commit is not called after rollback
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743359 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 15:18:16 +00:00
Shalin Shekhar Mangar 790679130e SOLR-1006 -- ConcurrentLRUCache API improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743294 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 10:54:09 +00:00
Koji Sekiguchi 22c110c5ba SOLR-1016: HTTP 503 error changes 500 in SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743228 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 05:14:11 +00:00
Yonik Seeley 3e75ec8dae SOLR-998: current lucene libs, SolrIndexReader introduction for FileFloatSource fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743196 13f79535-47bb-0310-9956-ffa450edef68
2009-02-11 02:30:13 +00:00
Yonik Seeley 6555bb7bb3 SOLR-799: Add support for hash based exact/near duplicate document handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743163 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 23:21:57 +00:00
Grant Ingersoll 6d50a5079a SOLR-769: Make QueryComponent optional, but default to true. Not all requests need the QueryComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742988 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 14:55:21 +00:00
Erik Hatcher cf26ee4886 comment typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742666 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 18:24:43 +00:00
Grant Ingersoll 7e618a3060 add ACEU news
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742623 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 17:02:40 +00:00
Koji Sekiguchi c7d0222b13 SOLR-976: deleteByQuery is ignored when deleteById is placed prior to deleteByQuery in a <delete>
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742106 13f79535-47bb-0310-9956-ffa450edef68
2009-02-08 14:32:13 +00:00
Shalin Shekhar Mangar 60347b2c2c SOLR-1011 -- Links to Replication page and other cores are 404s
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741940 13f79535-47bb-0310-9956-ffa450edef68
2009-02-07 19:32:57 +00:00
Otis Gospodnetic 794011424e - Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741723 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 21:05:20 +00:00
Otis Gospodnetic 572d84c9c2 SOLR-1005 - DoubleMetaphone Filter Produces NullpointerException on zero-length token
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741721 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 21:04:20 +00:00
Shalin Shekhar Mangar 23099323d5 SOLR-850 -- Addition of timeouts for distributed searching. Configurable through 'shard-socket-timeout' and 'shard-connection-timeout' parameters in SearchHandler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741710 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 20:39:05 +00:00
Shalin Shekhar Mangar 06d1dd5061 SOLR-959 -- Refactored TestReplicationHandler to remove hardcoded port numbers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741684 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 19:21:44 +00:00
Shalin Shekhar Mangar d17cf48d13 SOLR-943 -- Make it possible to specify dataDir in solr.xml and accept the dataDir as a request parameter for the CoreAdmin create command.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741490 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 09:24:51 +00:00
Shalin Shekhar Mangar aa6bc4b770 SOLR-820 followup -- Test for replicate after startup for java based replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741451 13f79535-47bb-0310-9956-ffa450edef68
2009-02-06 07:23:33 +00:00
Erik Hatcher 8347bf242b SOLR-1008: Fix stats.jsp stat item entry name escaping
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741299 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 21:29:07 +00:00
Shalin Shekhar Mangar 6f00fa6f7d SOLR-971 -- Replace StringBuffer with StringBuilder for instances that do not require thread-safety
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741262 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 19:41:55 +00:00
Shalin Shekhar Mangar 23ab5e1869 SOLR-986 -- Return invalid error codes in case of an exception or an error while waiting for external process
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741257 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 19:38:52 +00:00
Shalin Shekhar Mangar 4d4c5e0e1f Reverting SOLR-435 (always run tests before committing)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741097 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 13:10:33 +00:00
Shalin Shekhar Mangar 742dccd202 SOLR-435 -- NullPointerException with no query or empty query
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741046 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 08:41:14 +00:00
Shalin Shekhar Mangar 17ccf4ebef SOLR-820 -- Support replication on startup of master with new index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@740678 13f79535-47bb-0310-9956-ffa450edef68
2009-02-04 10:32:37 +00:00
Shalin Shekhar Mangar 522a5bed44 SOLR-966 -- Enhance the map function query to take in an optional default value
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@740445 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 21:09:04 +00:00
Yonik Seeley 67987bfd25 SOLR-1002: Change SolrIndexSearcher to use insertWithOverflow as Lucene does
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@740319 13f79535-47bb-0310-9956-ffa450edef68
2009-02-03 15:20:54 +00:00
Shalin Shekhar Mangar ffb4b37e8d SOLR-763 -- Add support for Lucene's PositionFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@739247 13f79535-47bb-0310-9956-ffa450edef68
2009-01-30 11:38:23 +00:00
Shalin Shekhar Mangar caf1fc2725 SOLR-991 -- Better error message when parsing solrconfig.xml fails due to malformed XML. Error message notes the name of the file being parsed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@738916 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 16:39:01 +00:00
Shalin Shekhar Mangar 61f9aab471 SOLR-883 -- Implicit properties are not set for Cores created through CoreAdmin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@738378 13f79535-47bb-0310-9956-ffa450edef68
2009-01-28 06:30:58 +00:00
Shalin Shekhar Mangar 398f814393 SOLR-981 -- groupId for Woodstox dependency in maven solrj changed to org.codehaus.woodstox
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737645 13f79535-47bb-0310-9956-ffa450edef68
2009-01-26 08:01:23 +00:00
Shalin Shekhar Mangar b822a6db8b SOLR-978 -- Old files are not removed from slaves after replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737550 13f79535-47bb-0310-9956-ffa450edef68
2009-01-25 17:52:48 +00:00
Chris M. Hostetter 645cb098f5 SOLR-962: Note about null handling in ModifiableSolrParams.add javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737467 13f79535-47bb-0310-9956-ffa450edef68
2009-01-25 01:55:03 +00:00
Chris M. Hostetter 68b72fc830 SOLR-970: Use an ArrayList since we know exactly how long the List will be in advance
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@737464 13f79535-47bb-0310-9956-ffa450edef68
2009-01-25 01:34:21 +00:00
Shalin Shekhar Mangar 25736d341b Log the file names which could not be deleted
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@736746 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22 19:08:47 +00:00
Chris M. Hostetter c704058fbb SOLR-930 - better javadocs explaining SolrCore.close()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@736518 13f79535-47bb-0310-9956-ffa450edef68
2009-01-22 01:31:43 +00:00
Chris M. Hostetter 55fd3840ca note about SolrDocument and SolrDocumentList that should have been added prior to 1.3 release
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@736392 13f79535-47bb-0310-9956-ffa450edef68
2009-01-21 19:49:50 +00:00
Ryan McKinley afe37144ea SOLR-628 -- enable runtime 'forceElevation' changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@735117 13f79535-47bb-0310-9956-ffa450edef68
2009-01-16 20:23:41 +00:00
Chris M. Hostetter 088ad18d2b revert Koji's revert of ryan's exception chaining -- but this time using java 1.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734860 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 23:51:20 +00:00
Shalin Shekhar Mangar 6eb1b688e3 SOLR-865 -- Adding support for document updates in binary format and corresponding support in Solrj client
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734796 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 20:20:59 +00:00
Ryan McKinley 91303ff7df SOLR-961 System.arrayCopy rather then manually
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734790 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 19:54:30 +00:00
Otis Gospodnetic e2c19ac5ad SOLR-960 - Javadoc, one deprecation and one warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734606 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 03:45:56 +00:00
Otis Gospodnetic 4d5b06da5a SOLR-953 - Small code simplification
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734336 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14 05:34:06 +00:00
Otis Gospodnetic 2df304650f SOLR-954 - Javadoc improvement
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734332 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14 05:03:07 +00:00
Otis Gospodnetic bc2202a819 SOLR-956 - Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734330 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14 04:59:33 +00:00
Otis Gospodnetic ac1a1a8730 SOLR-957 - Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734329 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14 04:55:50 +00:00
Otis Gospodnetic b97dd178cd SOLR-958 - Javadoc improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734326 13f79535-47bb-0310-9956-ffa450edef68
2009-01-14 04:53:50 +00:00
Shalin Shekhar Mangar fd7db7e72e SOLR-951 -- Fixed bug in FacetComponent's refinement query generation for local params
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733656 13f79535-47bb-0310-9956-ffa450edef68
2009-01-12 09:09:20 +00:00
Shalin Shekhar Mangar ea3fc08edb SOLR-450 -- Validate start param to be non-negative and show friendly error message
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733458 13f79535-47bb-0310-9956-ffa450edef68
2009-01-11 11:54:41 +00:00
Ryan McKinley 23b5cc2122 SOLR-906 -- don't recursivly call run() -- if the server is getting lots of errors, this could be called often and result in a stack overflow error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733097 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 17:48:16 +00:00
Shalin Shekhar Mangar 80a36aa9a9 SOLR-950 -- Exception in distributed search with facet requests during facet refinement
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@733005 13f79535-47bb-0310-9956-ffa450edef68
2009-01-09 10:58:30 +00:00
Koji Sekiguchi d92209b51b revert XMLLoader.java. stick with Java 1.5
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@732576 13f79535-47bb-0310-9956-ffa450edef68
2009-01-08 00:59:13 +00:00
Ryan McKinley 8d0b47c905 SOLR-906 -- chaning log levels
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@732474 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07 20:35:25 +00:00
Ryan McKinley 2192dbc0d0 not great, but at least don't hide the real exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@732440 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07 19:32:27 +00:00
Shalin Shekhar Mangar 69d4976415 Fixing typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@732229 13f79535-47bb-0310-9956-ffa450edef68
2009-01-07 05:47:49 +00:00
Ryan McKinley cad808454e SOLR-906 -- adding streaming update SolrServer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@732087 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 20:00:33 +00:00
Ryan McKinley 8e25602e24 SOLR-948 -- add helper functions to SolrPluginUtils.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@731840 13f79535-47bb-0310-9956-ffa450edef68
2009-01-06 06:02:22 +00:00
Chris M. Hostetter 4708509a30 SOLR-84: adding editable SVG file for generating any other formats/sizes needed in the future
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@730648 13f79535-47bb-0310-9956-ffa450edef68
2009-01-02 00:02:57 +00:00
Koji Sekiguchi 1d43a36bf9 SOLR-947: QueryParsing.toString() should check firstly ConstantScoreRangeQuery then RangeQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@730514 13f79535-47bb-0310-9956-ffa450edef68
2009-01-01 06:50:50 +00:00
Ryan McKinley d9e76a7cca add deprecation links
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@730269 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 23:11:22 +00:00
Shalin Shekhar Mangar fd6b300d8b Use a HashSet to workaround suspected Lucene bug which returns same file name multiple times
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@730052 13f79535-47bb-0310-9956-ffa450edef68
2008-12-30 06:34:30 +00:00
Yonik Seeley 8c1db20c9a SOLR-540: globbing in hl.fl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@730008 13f79535-47bb-0310-9956-ffa450edef68
2008-12-29 22:48:07 +00:00
Shalin Shekhar Mangar fd89aab62f SOLR-902 -- FastInputStream#read(byte b[], int off, int len) gives incorrect results when amount left to read is less than buffer size
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729834 13f79535-47bb-0310-9956-ffa450edef68
2008-12-29 07:39:26 +00:00
Koji Sekiguchi 3b57a5a624 SOLR-925: Fixed highlighting on fields with multiValued="true" and termOffsets="true"
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729450 13f79535-47bb-0310-9956-ffa450edef68
2008-12-26 01:08:18 +00:00
Shalin Shekhar Mangar 8563645b80 SOLR-847 follow up -- remove pollInterval parameter if it exists in the request because we want to pull only once.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729282 13f79535-47bb-0310-9956-ffa450edef68
2008-12-24 09:13:12 +00:00
Shalin Shekhar Mangar e59ebad16e SOLR-847 -- Enhance the snappull command in ReplicationHandler to accept masterUrl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729263 13f79535-47bb-0310-9956-ffa450edef68
2008-12-24 07:18:43 +00:00
Ryan McKinley 06afa5d24d adding javadoc for getLimitingFacets()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729035 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 16:51:04 +00:00
Shalin Shekhar Mangar 0f95d25fcd SOLR-885 follow up: Overriding constructors for backward compatibility
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728887 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 06:51:37 +00:00
Shalin Shekhar Mangar e2a0d6438f Simplifying the logic
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728884 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 06:36:30 +00:00
Koji Sekiguchi c3de2ce513 SOLR-84: use new Solr logo in admin GUI
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728842 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 01:45:23 +00:00
Shalin Shekhar Mangar 32443026f2 SOLR-885 -- NamedListCodec is renamed to JavaBinCodec and returns Object instead of NamedList.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728622 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 06:46:01 +00:00
Chris M. Hostetter 1fd7abeb57 clean up javadoc warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728584 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 03:13:01 +00:00
Chris M. Hostetter 69cb871e43 whoops ... last commit was a fat finger. changing deprecation method to not refer to a package protected class
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728583 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 03:11:39 +00:00
Chris M. Hostetter 617aafbe47 javadoc content and format improvements (inspired by SOLR-932)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728574 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 03:03:25 +00:00
Chris M. Hostetter 92165b3347 javadoc content and format improvements (inspired by SOLR-932)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728573 13f79535-47bb-0310-9956-ffa450edef68
2008-12-22 02:53:03 +00:00
Chris M. Hostetter c7b3ca5d16 SOLR-924: Code cleanup: make all existing finalize() methods call super.finalize() in a finally block
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728336 13f79535-47bb-0310-9956-ffa450edef68
2008-12-20 20:03:30 +00:00
Yonik Seeley 2c7981cf04 remove java6 feature @Override of interface method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728175 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 22:15:30 +00:00
Chris M. Hostetter a970df56e5 adding source (vector) eps for new logo so we have permannt copy for edint. Also svn adding new logo into site/ directory so it's actually visible (i think klaas just overlooked this)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728174 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 22:14:16 +00:00
Mike Klaas 7483c80001 add logo to Solr site
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728143 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 20:57:31 +00:00
Ryan McKinley f822432153 SOLR-928: SolrDocument and SolrInputDocument now implement the Map<String,?>
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728104 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 18:50:12 +00:00
Ryan McKinley df6ee4bac9 SOLR-930 -- reverting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728082 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 17:56:07 +00:00
Shalin Shekhar Mangar 56ce812335 SOLR-885 -- Changing NamedListCodec to return Object
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728017 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 13:22:05 +00:00
Shalin Shekhar Mangar 3ea8440652 SOLR-918 follow up -- Remove synchronization when iterating over infoRegistry and update Javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727944 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 06:37:28 +00:00
Chris M. Hostetter d495237c0e SOLR-917 followup. improve handling of null handler name to make semantics closer to what they were before ConcurrentHashMap, and cleanup some now superfulous null checks
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727934 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 06:12:57 +00:00
Ryan McKinley bbe3c679db SOLR-930 -- log error close is already closed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727847 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 22:40:30 +00:00
Ryan McKinley d52572f548 SOLR-680 -- StatsComponent -- removing broken median calculation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727782 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 18:14:03 +00:00
Shalin Shekhar Mangar 328cacec62 SOLR-863 -- Fixing NPE. DirectoryFactory should be created before calling SolrIndexWriter.getDirectory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727779 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 18:00:06 +00:00
Shalin Shekhar Mangar 82279f712f SOLR-858 -- BitDocSet.andNot calls instanceof on the wrong type
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727724 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 13:40:08 +00:00
William Au 1514e1fd16 SOLR-897: Fixed Argument list too long error when there are lots of snapshots/backups
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727722 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 13:21:33 +00:00
Shalin Shekhar Mangar c2c78750e8 SOLR-863 -- SolrCore.initIndex should close the directory it gets for clearing the lock and use the DirectoryFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727719 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 13:18:41 +00:00
Chris M. Hostetter 39c1b9b3a5 SOLR-876: WordDelimiterFilter splitOnNumerics and protwords
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727677 13f79535-47bb-0310-9956-ffa450edef68
2008-12-18 08:50:27 +00:00
Yonik Seeley 663f27bd80 SOLR-927: remove synchronization from lazy loaded handler lookup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727564 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 22:50:22 +00:00
Yonik Seeley aa9b5753ad SOLR-911: add filter tags, facet local params, with excludes, output keys, and more efficient facet refinement requests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727560 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 22:41:35 +00:00
Shalin Shekhar Mangar c11997b456 SOLR-917 -- Change RequestHandlers#handlers from a synchronizedMap to a ConcurrentHashMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727372 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 13:12:40 +00:00
Shalin Shekhar Mangar 151d8c4f04 SOLR-918 -- Store SolrInfoMBean in a ConcurrentHashMap instead of a LinkedHashMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727370 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 13:10:47 +00:00
Shalin Shekhar Mangar eb849f8f07 SOLR-913 -- Pattern and CommonsHttpClient made static
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727354 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 12:06:47 +00:00
Shalin Shekhar Mangar aa3a9b6927 SOLR-821 -- Add support for replication to copy conf file to slave with a different name. This allows replication of solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727319 13f79535-47bb-0310-9956-ffa450edef68
2008-12-17 09:19:26 +00:00
Chris M. Hostetter 89557b26aa SOLR-923: some SolrIndexWriter.getDirectory cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727139 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 20:45:17 +00:00
Ryan McKinley 201e7969b1 SOLR-915 - adding docs to CloseHook and making the list a Collection
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727122 13f79535-47bb-0310-9956-ffa450edef68
2008-12-16 19:13:13 +00:00
Shalin Shekhar Mangar b2f340e60f Reverting changes for SOLR-913 -- Expensive Pattern object made static in SnapPuller per discussion on solr-dev
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726505 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 17:56:56 +00:00
Shalin Shekhar Mangar 44758ae090 SOLR-913 -- Expensive Pattern object made static in SnapPuller
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726504 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 17:46:21 +00:00
Shalin Shekhar Mangar de702ae19a SOLR-807 -- BinaryResponseWriter writes fieldType.toExternal if it is not a supported type, otherwise it writes fieldType.toObject. This fixes the bug with encoding/decoding UUIDField.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726502 13f79535-47bb-0310-9956-ffa450edef68
2008-12-14 17:37:36 +00:00
Ryan McKinley b6fbd20943 SOLR-900 -- remove solr-common dependency in core pom
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725397 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 19:34:26 +00:00
Ryan McKinley a4910be586 SOLR-904 expose UpdateRequest documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725358 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 17:47:41 +00:00
Erik Hatcher 0ecca35781 fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724896 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 21:22:18 +00:00
Ryan McKinley eb695fa5a3 avoid null pointer while when you add a null value
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724869 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 20:28:33 +00:00
Ryan McKinley f1422bdf67 expose the sub timer list
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724867 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 20:23:52 +00:00
Shalin Shekhar Mangar 1ffed882a9 Adding a convenience method which passes attributes in a Map
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724662 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 11:18:48 +00:00
Chris M. Hostetter 2430817fe1 ASCIIFoldingFilterFactory generated by stub-analysis-factory-maker.pl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724626 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 07:00:07 +00:00
Chris M. Hostetter 592d5b72c4 change recently added factories to declare specific return types for improved documentation and to aid stub generation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724625 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 06:59:23 +00:00
Chris M. Hostetter 4d0a1f76fc improved messages and bug fixes to stub generation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724624 13f79535-47bb-0310-9956-ffa450edef68
2008-12-09 06:57:24 +00:00
Shalin Shekhar Mangar d3f89a21ac SOLR-901 -- FastOutputStream ignores write(byte[]) call
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724285 13f79535-47bb-0310-9956-ffa450edef68
2008-12-08 08:30:35 +00:00
Yonik Seeley 607a198092 SOLR-475: close termenums, use fieldValueCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724203 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 21:11:55 +00:00
Ryan McKinley a3fff54fc1 SOLR-900: Moving solrj into /src/solrj.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724175 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 19:07:11 +00:00
Yonik Seeley 3b82093b86 normalize facet sort param
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724149 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 16:17:50 +00:00
Yonik Seeley ccc4189bca don't over-request for facet.sort=lex
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724087 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 06:06:39 +00:00
Yonik Seeley 8f184caf79 SOLR-781: facet.sort=false for distrib search + change facet.sort to count/lex
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724065 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 03:20:32 +00:00
Grant Ingersoll 4111e3b758 SOLR-819: Added in factories for Arabic tokenizer/stemmer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724062 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 01:34:47 +00:00
Grant Ingersoll 246a83f0d4 SOLR-875: Upgraded Lucene and consolidated the OpenBitSet implementation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723994 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 14:55:21 +00:00
Grant Ingersoll 527bce2658 SOLR-877: added mincount and maxcount options
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723985 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 14:09:42 +00:00
Grant Ingersoll cedd07b500 SOLR-284: Solr Cell: Add support for Tika content extraction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723977 13f79535-47bb-0310-9956-ffa450edef68
2008-12-06 13:04:26 +00:00
Yonik Seeley 78bc41b54e SOLR-898: Fix null pointer exception for the JSON response writer based formats when nl.json=arrarr with null keys.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723804 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 18:04:11 +00:00
Ryan McKinley 5db15f719a fixing pom for commons-io
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723554 13f79535-47bb-0310-9956-ffa450edef68
2008-12-05 01:39:22 +00:00
Ryan McKinley 44fae80e05 SOLR-889: Upgraded to commons-io-1.4.jar and commons-fileupload-1.2.1.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723071 13f79535-47bb-0310-9956-ffa450edef68
2008-12-03 21:03:33 +00:00
Yonik Seeley 58bd056214 SOLR-892:Fix serialization of booleans for PHPSerializedResponseWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@722541 13f79535-47bb-0310-9956-ffa450edef68
2008-12-02 17:51:08 +00:00
Yonik Seeley 9430364ea5 SOLR-465: use public constructors to get Directory instances
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721939 13f79535-47bb-0310-9956-ffa450edef68
2008-12-01 01:10:30 +00:00
Koji Sekiguchi cea5444e91 SOLR-538: added maxChars attribute for copyField
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721758 13f79535-47bb-0310-9956-ffa450edef68
2008-11-30 04:46:20 +00:00
Yonik Seeley b76a2a7b68 SOLR-879: enable position increments in QP, fix example schemas
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721687 13f79535-47bb-0310-9956-ffa450edef68
2008-11-29 16:38:08 +00:00