Commit Graph

974 Commits

Author SHA1 Message Date
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
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 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 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
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
Ryan McKinley fc15f6f3a6 removing *another* accidentally commited file... sorry about that
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704531 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 13:19:11 +00:00
Chris M. Hostetter d6188fac3e error checking for mandatory param
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704313 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 05:17:41 +00:00
Ryan McKinley 97e369ace8 SOLR-793: Add 'commitWithin' argument to the update add command. This behaves similar to the global autoCommit maxTime argument except that it is set for each request.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704288 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 00:24:04 +00:00
Shalin Shekhar Mangar 25813774b2 SOLR-658 -- Allow Solr to load index from arbitrary directory in dataDir
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@703981 13f79535-47bb-0310-9956-ffa450edef68
2008-10-13 09:12:42 +00:00
Ryan McKinley 01c466c0fa SOLR-736 -- make sure CoreContainer is used to initialize core (even in deprecated case)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702994 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 21:28:53 +00:00
Ryan McKinley 130a2022b1 SOLR-721 -- DirectSolrConnection now uses CoreContainers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702993 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 21:23:21 +00:00
Ryan McKinley 9465b6bc29 make sure the directory exists before listing files (this could only happen if instanceDir is invalid)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702528 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 16:13:02 +00:00
Ryan McKinley 9b4a62d0a4 SOLR-802 -- fixing & => && bug
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702303 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06 23:35:52 +00:00
Ryan McKinley dbf9fc8683 SOLR-657: Replace deprecated calls with the non-deprecated equivalents
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701485 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 18:43:57 +00:00
Chris M. Hostetter b5081cdf69 announce logo contest
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701474 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 18:11:57 +00:00
Erik Hatcher a9380dde07 Add convenience overloaded register method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701352 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 11:40:22 +00:00
Ryan McKinley 2c27d57ec2 SOLR-796 -- remove unused SolrIndexSearcher from DUH2. (no CHANGES.txt since not relevant for users)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701138 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 14:43:24 +00:00
Shalin Shekhar Mangar b34bc9cfcc SOLR-617 -- Allow configurable index deletion policy and provide a default implementation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699975 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29 03:37:41 +00:00
Shalin Shekhar Mangar ef87edc8ae Log completion message after all queries are executed. Moving it out of the for loop.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699618 13f79535-47bb-0310-9956-ffa450edef68
2008-09-27 11:21:13 +00:00
Koji Sekiguchi 774153b891 SOLR-789: The javadoc of RandomSortField is not readable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699549 13f79535-47bb-0310-9956-ffa450edef68
2008-09-27 03:45:40 +00:00
Erik Hatcher ac881d9cc6 fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699484 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 20:18:11 +00:00
Erik Hatcher fb643a58e0 fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699483 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 20:17:12 +00:00
Shalin Shekhar Mangar 26ffb58184 Fixing typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699479 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 20:13:08 +00:00
Otis Gospodnetic e3c5988d56 - Fix XML in Javadoc so it's displayed correctly in HTML
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@698822 13f79535-47bb-0310-9956-ffa450edef68
2008-09-25 05:06:31 +00:00
Shalin Shekhar Mangar db7ca44431 SOLR-771 -- CoreAdminHandler STATUS should display 'normalized' paths
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697377 13f79535-47bb-0310-9956-ffa450edef68
2008-09-20 15:14:54 +00:00
Shalin Shekhar Mangar 2f227fa8dd Removing redundant import as it is already included in _info.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697374 13f79535-47bb-0310-9956-ffa450edef68
2008-09-20 14:53:02 +00:00
Ryan McKinley 458f07b7ad SOLR-560 -- adding maven dependency for slfj4
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696543 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18 02:33:35 +00:00
Ryan McKinley 3c9db8e311 SOLR-560: Use SLF4J logging API rather then JDK logging. The packaged .war file is
shipped with a JDK logging implementation, so logging configuration for the .war should
    be identical to solr 1.3.  However, if you are using the .jar file, you can select 
    which logging implementation to use by dropping a different binding.  
    See: http://www.slf4j.org/  

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696539 13f79535-47bb-0310-9956-ffa450edef68
2008-09-18 02:16:26 +00:00
Yonik Seeley eef0183217 SOLR-374: use IndexReader.reopen
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696469 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 21:49:31 +00:00
Otis Gospodnetic 19f94bf59f SOLR-774 - fixed logging level display
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696381 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 18:02:07 +00:00
Grant Ingersoll 436fb3ef14 1.3.0 news
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696012 13f79535-47bb-0310-9956-ffa450edef68
2008-09-16 19:18:44 +00:00
Yonik Seeley b8b73c9e66 SOLR-767: change logged hits from num returned to num matched
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@694445 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11 20:00:34 +00:00
Grant Ingersoll 1bc5df133d SOLR-770: Update maven links for Woodstox on trunk
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@694295 13f79535-47bb-0310-9956-ffa450edef68
2008-09-11 15:25:06 +00:00
Grant Ingersoll 377d9fc4d9 Fix missing headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@693606 13f79535-47bb-0310-9956-ffa450edef68
2008-09-09 20:58:33 +00:00
Shalin Shekhar Mangar b4271a2cfe Solr logo on registry, threaddump and ping pages should always link back to main admin page
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692777 13f79535-47bb-0310-9956-ffa450edef68
2008-09-07 05:46:27 +00:00
Yonik Seeley 84f9a2a863 SOLR-753: CoreDescriptor holds wrong instance dir for single core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692734 13f79535-47bb-0310-9956-ffa450edef68
2008-09-06 20:53:48 +00:00
Yonik Seeley daa32711c9 SOLR-755: facet.limit=-1 does not work in distributed search
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692549 13f79535-47bb-0310-9956-ffa450edef68
2008-09-05 21:01:19 +00:00
Chris M. Hostetter 4a73efa0cd change network based test to use a URL that is less likely to change at any arbitrary moment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@692256 13f79535-47bb-0310-9956-ffa450edef68
2008-09-04 21:33:41 +00:00
Grant Ingersoll 366d692716 SOLR-749: Allow QParser and ValueSourceParser to be overridden
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@691701 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03 18:03:20 +00:00