Commit Graph

1747 Commits

Author SHA1 Message Date
Ryan McKinley e5c7179e7b SOLR-560 -- upgrading slf4j to version 1.5.5 (since I just added jcl-over-slf4j-1.5.5.jar)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@712009 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06 23:25:37 +00:00
Ryan McKinley ae29d6afe7 SOLR-560: replacing commons-logging with jcl-over-slf4j, this will transparently use SLF4J anywhere that HttpClient uses commons logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@712008 13f79535-47bb-0310-9956-ffa450edef68
2008-11-06 23:16:58 +00:00
Erik Hatcher 3c8e56ecc3 SOLR-837: Fix inject parameter on PhoneticFilterFactory and DoubleMetaphoneFilterFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711737 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 23:06:08 +00:00
Yonik Seeley beb67ada0f SOLR-667: acceptableSize was always set to maxSize
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711675 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 19:33:47 +00:00
Yonik Seeley 12273bbdc2 remove the now redundant setResponseParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711574 13f79535-47bb-0310-9956-ffa450edef68
2008-11-05 14:32:55 +00:00
Yonik Seeley f133519278 SOLR-751: WordDelimiterFilter didn't adjust the start offset of single tokens
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711450 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 22:19:46 +00:00
Yonik Seeley a01c44d3a2 SOLR-818: fix null pointer exception in SolrQuery.setFields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@711360 13f79535-47bb-0310-9956-ffa450edef68
2008-11-04 19:08:11 +00:00
Yonik Seeley d5096312a6 SOLR-667: change markAndSweep algorithm, make FastLRUCache the default for filterCache in example and test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@710068 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03 14:32:58 +00:00
Erik Hatcher 965f609838 test placeholder - tests will be forthcoming, promise
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709668 13f79535-47bb-0310-9956-ffa450edef68
2008-11-01 10:34:39 +00:00
Erik Hatcher e66202b181 Add ignores
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709650 13f79535-47bb-0310-9956-ffa450edef68
2008-11-01 04:52:10 +00:00
Erik Hatcher d9407baa70 Wire in a SolrResourceLoader bridge for Velocity templates, allowing a JAR of templates to live in conf/lib. Refactored the footer.vm template to use this mechanism as an example.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709649 13f79535-47bb-0310-9956-ffa450edef68
2008-11-01 04:49:56 +00:00
Ryan McKinley 028e364415 SOLR-620: change html script header... now works in FF
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709505 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 17:55:09 +00:00
Erik Hatcher 4c5bf18559 SOLR-620: First draft
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709499 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 17:33:02 +00:00
Shalin Shekhar Mangar 96b0ebc980 SOLR-832 -- Rows parameter is not honored in non-debug mode and can abort a running import in debug mode.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709352 13f79535-47bb-0310-9956-ffa450edef68
2008-10-31 05:32:03 +00:00
Yonik Seeley 9071230c73 SOLR-667: fix incorrect put() fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709189 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 16:11:20 +00:00
Shalin Shekhar Mangar 451f519e49 SOLR-667 -- Thread safety fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709188 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 16:06:38 +00:00
Shalin Shekhar Mangar e26e274933 We are using BinaryResponseParser as the default now
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709186 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 15:58:26 +00:00
Shalin Shekhar Mangar 39e750d4b9 SOLR-667 -- Making markAndSweep method public
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709089 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 05:35:31 +00:00
Shalin Shekhar Mangar 68add68a6f SOLR-742 -- More code cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@709088 13f79535-47bb-0310-9956-ffa450edef68
2008-10-30 05:21:18 +00:00
Yonik Seeley fbf5c2fc46 javadoc core.getSearcher()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708999 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 20:28:02 +00:00
Shalin Shekhar Mangar 19c70e9df5 SOLR-742 -- Add ability to create dynamic fields with custom DataImportHandler transformers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708967 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 18:05:26 +00:00
Shalin Shekhar Mangar 411a2fe607 Finishing a half-sentence in the Javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708946 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 17:21:59 +00:00
Shalin Shekhar Mangar bca3f50107 More comments, fixed typos.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708837 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 08:54:54 +00:00
Shalin Shekhar Mangar 2cc8be768a Add null check to avoid NPE during JMX registration
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708824 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 08:30:57 +00:00
Shalin Shekhar Mangar a61286806e Moving abort outside of importLock. Abort does not need to acquire a lock.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708810 13f79535-47bb-0310-9956-ffa450edef68
2008-10-29 07:16:42 +00:00
Shalin Shekhar Mangar 6125bd15e6 SOLR-667 -- A LRU cache implementation based upon ConcurrentHashMap and other techniques to reduce contention and synchronization overhead, to utilize multiple CPU cores more effectively.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708656 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 20:13:49 +00:00
Shalin Shekhar Mangar 5a7f0c6cd9 SOLR-795 -- SpellCheckComponent supports building indices on optimize if configured in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708653 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 19:59:44 +00:00
Yonik Seeley 9c3ab6d75f SOLR-651: fix - get the searcher and schema from the request instead of the core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708621 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 17:56:12 +00:00
Ryan McKinley 1dfb5f4d58 SOLR-827 -- fix solrj admin create core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708606 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 16:45:32 +00:00
Yonik Seeley eb5ae4dcc0 SOLR-561: add more comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708578 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 14:05:52 +00:00
Shalin Shekhar Mangar f12ed3dee6 Return iif lock could not be obtained.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708511 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 10:27:08 +00:00
Shalin Shekhar Mangar bbde265bfe Forgot to remove lock after changing isLocked to tryLock
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708491 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 09:30:33 +00:00
Shalin Shekhar Mangar dec0603c36 Use tryLock instead of isLocked
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708487 13f79535-47bb-0310-9956-ffa450edef68
2008-10-28 09:05:14 +00:00
Ryan McKinley 75ce21b97e moving deprecation CHANGES to the 'other' section -- they don't make sense as a 'new feature'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708269 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:24:14 +00:00
Ryan McKinley a1d7881ee7 SOLR-803: fix CoreAdminRequest.createCore error
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708266 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:21:56 +00:00
Ryan McKinley f05d6cac52 SOLR-816 -- fixing issue number. Previous commit referred to the wrong issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708261 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:15:41 +00:00
Ryan McKinley 70ab45ce2d SOLR-813: Deprecate access to SolrConfig from IndexSchema. Rather then access
SolrConfig from the schema, plugins should get the config from the core.  IndexSchema
still has access to the ResourceLoader.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708259 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:10:45 +00:00
Erik Hatcher 079c1d1b9b fieldName does not make sense as the key, use sourceInfo instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707990 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26 13:23:43 +00:00
Koji Sekiguchi 0b94b4a0cb change lucene version to 2.9-dev in common-build.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707827 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25 08:52:02 +00:00
Koji Sekiguchi 4f520d9a3c SOLR-805: Added that Lucene was upgraded to 2.9-dev
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707805 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25 01:31:15 +00:00
Yonik Seeley 87b0576d0d SOLR-561: thread safe fixes, commit point reservation fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707683 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 16:50:45 +00:00
Koji Sekiguchi e5371125cb SOLR-805: DisMax queries are not being cached in QueryResultCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707641 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 14:14:12 +00:00
Grant Ingersoll e424c8723a added some more comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707472 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 20:53:45 +00:00
Grant Ingersoll 153a59999e SOLR-651: Added in TermVectorComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707399 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 15:49:18 +00:00
Shalin Shekhar Mangar 1e5562a910 SOLR-728 -- Add synchronization to avoid race condition of multiple imports working concurrently
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707295 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 06:54:56 +00:00
Shalin Shekhar Mangar ca6e3f100f SOLR-823 -- Request parameter variables ${dataimporter.request.xxx} are not resolved
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707287 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 06:16:45 +00:00
Shalin Shekhar Mangar 325594751f SOLR-561 update -- Increment packetsWritten variable after writing out the packet
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707279 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 05:54:18 +00:00
Yonik Seeley 62fc6816a3 SOLR-561 update: reserve index commit points for very short durations
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707239 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 00:57:43 +00:00
Shalin Shekhar Mangar 0d8d200c20 Use IndexCommit#getTimestamp added in Lucene 2.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706893 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 08:16:04 +00:00
Grant Ingersoll d76776eb1b SOLR-532: WordDelimFilter respects payloads and other Token attributes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706667 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 15:50:03 +00:00