Commit Graph

2169 Commits

Author SHA1 Message Date
Grant Ingersoll 44302daeb2 SOLR-1138: gracefully handle empty and null queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@771268 13f79535-47bb-0310-9956-ffa450edef68
2009-05-04 11:07:15 +00:00
Erik Hatcher 5383ab17b3 Fix PageTool to work with distributed query response also
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@771133 13f79535-47bb-0310-9956-ffa450edef68
2009-05-03 22:38:03 +00:00
Shalin Shekhar Mangar 46cee7fa27 SOLR-1099 follow up -- Fix NPE in FieldAnalysisRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@771099 13f79535-47bb-0310-9956-ffa450edef68
2009-05-03 18:47:50 +00:00
Shalin Shekhar Mangar 99a48e5604 SOLR-1092 -- Added a new command named 'import' which does not automatically clean the index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@770980 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02 19:50:25 +00:00
Yonik Seeley c1b5873565 docs: omitTermFreqAndPositions false for text fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@770977 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02 19:23:08 +00:00
Shalin Shekhar Mangar c514dd50eb SOLR-1136 -- Remove unnecessary while in SqlEntityProcessor.nextRow()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@770580 13f79535-47bb-0310-9956-ffa450edef68
2009-05-01 08:44:16 +00:00
Shalin Shekhar Mangar 735c395391 SOLR-748 -- FacetComponent helper classes are made public as an experimental API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@770431 13f79535-47bb-0310-9956-ffa450edef68
2009-04-30 20:20:33 +00:00
Shalin Shekhar Mangar ec6e90dce5 SOLR-1135 -- Java replication creates Snapshot in the directory where Solr was launched
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@770082 13f79535-47bb-0310-9956-ffa450edef68
2009-04-30 06:19:02 +00:00
Yonik Seeley 9e07dfce5d SOLR-465: use non-deprecated SolrIndexWriter constructor
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769816 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 16:22:25 +00:00
Shalin Shekhar Mangar 9f5b8ad035 SOLR-1127 -- Add support for field name to be templatized
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769751 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 11:23:28 +00:00
Koji Sekiguchi 3dc6f5e2f2 fix spelling in Exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769656 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 04:57:19 +00:00
Koji Sekiguchi aaf2be3f73 fix broken javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769654 13f79535-47bb-0310-9956-ffa450edef68
2009-04-29 04:54:25 +00:00
Chris M. Hostetter 88249e3977 SOLR-965: Better error message when <pingQuery> is not configured.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769574 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 22:23:48 +00:00
Yonik Seeley 97db6150fa SOLR-465: fix SolrIndexWriter constructors to take DirectoryFactory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769506 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 19:15:22 +00:00
Shalin Shekhar Mangar cf2cbe45df SOLR-1094 followup -- Fix for single correctly spelled word
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769357 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 12:16:22 +00:00
Shalin Shekhar Mangar 809a559b63 SOLR-1094 -- Incorrect value of correctlySpelled attribute in some cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769310 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 09:24:05 +00:00
Shalin Shekhar Mangar d7f7ca176f SOLR-1120 followup -- Introduced a DocWrapper which takes care of maintaining document level session variables
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769058 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27 16:55:46 +00:00
Shalin Shekhar Mangar 6ea022f90b SOLR-997 -- Wait for a longer time for slave to complete replication in TestReplicationHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769052 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27 16:34:08 +00:00
Shalin Shekhar Mangar 46b27f1033 Adding "Other Changes" section heading back to change log
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769051 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27 16:30:11 +00:00
Shalin Shekhar Mangar 4f2697e904 SOLR-1110 -- Support sorting on trie fields with Distributed Search
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769040 13f79535-47bb-0310-9956-ffa450edef68
2009-04-27 16:05:13 +00:00
Yonik Seeley f1be0a4f20 SOLR-1124: add top() function, fix ord/rord
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768420 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 21:31:05 +00:00
Yonik Seeley accb58ed6f fix CHANGES numbers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768419 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 21:30:48 +00:00
Yonik Seeley 6bf3c5e259 fix CHANGES numbers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768418 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 21:19:34 +00:00
Shalin Shekhar Mangar 0c2d903c18 Upgraded to Lucene 2.9-dev r768336
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768345 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 16:09:09 +00:00
Grant Ingersoll a7a8b3459d SOLR-1128: added metadata output to extract only option
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@768281 13f79535-47bb-0310-9956-ffa450edef68
2009-04-24 12:42:22 +00:00
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
Shalin Shekhar Mangar e2a020b6c6 SOLR-1060 -- A LineEntityProcessor which can stream lines of text from a given file to be indexed directly or for processing with transformers and child entities.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@766638 13f79535-47bb-0310-9956-ffa450edef68
2009-04-20 10:12:50 +00:00
Shalin Shekhar Mangar a336753fdc SOLR-1120 -- Simplify EntityProcessor API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@766608 13f79535-47bb-0310-9956-ffa450edef68
2009-04-20 07:36:55 +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 05116b7cc0 SOLR-1079 followup -- Replace omitTf by omitTermFreqAndPositions in upgrade note
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765877 13f79535-47bb-0310-9956-ffa450edef68
2009-04-17 07:23:35 +00:00
Shalin Shekhar Mangar 3c2e9ab3d6 SOLR-1080 followup -- Additional test cases for RegexTransformer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765559 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16 10:15:54 +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 49a83c536e SOLR-969 -- Changed the FULL_DUMP, DELTA_DUMP, FIND_DELTA constants in Context to String. Changed Context.currentProcess() to return a string instead of an integer.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765499 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16 08:01: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
Shalin Shekhar Mangar 67fa0ec527 SOLR-1076 followup -- Fix bug with resolving batchSize
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765481 13f79535-47bb-0310-9956-ffa450edef68
2009-04-16 06:16:42 +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
Koji Sekiguchi a31c7a692f moved close() of InputStream to finally block
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@765030 13f79535-47bb-0310-9956-ffa450edef68
2009-04-15 01:28:07 +00:00
Ryan McKinley a5a9be2d19 Adding Apache license header to the extraction contrib project
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764786 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14 14:21:59 +00:00
Shalin Shekhar Mangar be6911ec84 SOLR-934 fix -- Copy libs from contrib/extraction/lib for setting up mail example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764709 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14 08:28:06 +00:00
Shalin Shekhar Mangar b157e9c6e2 SOLR-934 followup -- Make CustomFilter static, remove extra logging code, check log level before logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764691 13f79535-47bb-0310-9956-ffa450edef68
2009-04-14 07:15:16 +00:00
Shalin Shekhar Mangar 12024eba47 SOLR-934 -- A MailEntityProcessor to enable indexing mails from POP/IMAP sources into a solr index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764601 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13 20:26:10 +00:00
Grant Ingersoll 5a6d6cb386 SOLR-804: added lucene misc jar rev 764281
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764580 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13 19:36:51 +00:00
Shalin Shekhar Mangar 40a1e6da34 SOLR-1059 -- Fixing bug where skipping a row containing nested entities did not skip the nested entities. Handling special flag variables is in one method now.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764379 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13 09:00:59 +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