Commit Graph

1885 Commits

Author SHA1 Message Date
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
Grant Ingersoll cd4135489d added small doc. comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706646 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 14:51:41 +00:00
Shalin Shekhar Mangar 3803c42a6b SOLR-811 -- Allow a "deltaImportQuery" attribute in SqlEntityProcessor which is used for delta imports instead of DataImportHandler manipulating the SQL itself
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706588 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 11:57:56 +00:00
Shalin Shekhar Mangar 9c0c4a1621 SOLR-746 -- Added "omitHeader" request parameter to omit the header from the response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706577 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 11:21:26 +00:00
Shalin Shekhar Mangar fa8ca41a71 SOLR-561 -- Added Replication implemented in Java as a request handler. Supports index replication as well as configuration replication and exposes detailed statistics and progress information on the Admin page. Works on all platforms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706565 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 09:44:43 +00:00
Shalin Shekhar Mangar be8a3a53ff SOLR-782 -- Refactored SolrWriter to make it a concrete class and removed wrappers over SolrInputDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706542 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 07:05:39 +00:00
Ryan McKinley fa5f2fd1db SOLR-680 -- missing CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705923 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 20:56:12 +00:00
Ryan McKinley d3d3251e5d SOLR-680: Adding StatsComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705915 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 20:19:53 +00:00
Ryan McKinley f0adcb6bd6 javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705906 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 18:55:50 +00:00
Ryan McKinley 180ff531e1 SOLR-813: Adding DoubleMetaphone Filter and Factory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705903 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 18:38:24 +00:00
Erik Hatcher b82469d7c6 just upcasing Solr in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705486 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17 06:07:02 +00:00
Shalin Shekhar Mangar 13eaf6d061 SOLR-808 -- Write string keys in Maps as extern strings in the javabin format
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704862 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 11:13:46 +00:00
Shalin Shekhar Mangar eb6e94c679 SOLR-670 -- Add support for rollbacks in UpdateHandler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704853 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 10:38:56 +00:00