Commit Graph

130 Commits

Author SHA1 Message Date
Chris M. Hostetter 46428da0dc SOLR-115 - minor optimization, replace uses of BooleanQuery.getClauses() with BooleanQuery.clauses()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536282 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 18:15:48 +00:00
Chris M. Hostetter 23e5fb0e47 SOLR-217 - no error if fields are unindexed and unstored, instead let them be quietly ignored
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536278 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 18:03:32 +00:00
Ryan McKinley c3df2607b0 SOLR-214 - use the charset encoded in the contentType to decode the posted text. Even though they are supposed to, some containers do not obey this specification.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536019 13f79535-47bb-0310-9956-ffa450edef68
2007-05-07 23:35:55 +00:00
Ryan McKinley 94a68ef0cc adding message about paths that start with '/'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@534297 13f79535-47bb-0310-9956-ffa450edef68
2007-05-02 03:08:57 +00:00
Ryan McKinley 2787609f91 SOLR-181 -- add "required" fields to IndexSchema.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533571 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 23:03:03 +00:00
Ryan McKinley aa93003946 SOLR-170 -- adding a 'sort' parameter that works for both dismax and standard request handlers. The ';' is still suported (if the 'sort' parameter is not in the query). This also adds a new test class for StandardRequestHandler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533566 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 22:10:20 +00:00
Ryan McKinley 25a185b7da SOLR-204: Make it possible for the request dispatcher to handle /select. This offers uniform error handling for /update and /select.
This change will affect anyone who has added "enableRemoteStreaming" to their solrconfig.xml since solr1.1

Where you had:
<requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" /> 

You now need:
<requestDispatcher handleSelect="true" >
  <requestParsers enableRemoteStreaming="false" multipartUploadLimitInKB="2048" />
</requestDispatcher>



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533558 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 20:47:23 +00:00
Ryan McKinley 3bf5bb67d5 changes.txt for SOLR-212
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533540 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 18:38:55 +00:00
Yonik Seeley 246ad4dd57 make writeLockTimeout work: SOLR-222
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533507 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 14:05:21 +00:00
Ryan McKinley c92187b2f1 mapping /update to XmlUpdateRequestHandler in the example solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533401 13f79535-47bb-0310-9956-ffa450edef68
2007-04-28 17:47:35 +00:00
Ryan McKinley ed76c23e70 changes.txt for SOLR-162
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532978 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 06:02:58 +00:00
Ryan McKinley 26b8cae1f8 editing CHANGES.txt for SOLR-179
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532921 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 00:35:18 +00:00
Ryan McKinley 1b817c008d Adding a regex pattern TokenizerFactory.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532508 13f79535-47bb-0310-9956-ffa450edef68
2007-04-25 22:23:40 +00:00
Erik Hatcher 3d2217788d SOLR-184 leftover, sorry
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@529810 13f79535-47bb-0310-9956-ffa450edef68
2007-04-18 00:03:42 +00:00
Yonik Seeley db21821167 avoid recursive find, test for maxdepth support, filter snapshot names on master: SOLR-207
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@529471 13f79535-47bb-0310-9956-ffa450edef68
2007-04-17 02:25:28 +00:00
Yonik Seeley 731416af36 CSV updates: SOLR-66
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@524175 13f79535-47bb-0310-9956-ffa450edef68
2007-03-30 16:59:58 +00:00
Yonik Seeley 18dc9d98e4 stream.contentType, stream.file: SOLR-197
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@523774 13f79535-47bb-0310-9956-ffa450edef68
2007-03-29 17:28:31 +00:00
Yonik Seeley 8e21217939 RunExecutableListener didn't wait if configured: SOLR-198
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@523757 13f79535-47bb-0310-9956-ffa450edef68
2007-03-29 16:09:25 +00:00
Chris M. Hostetter d50b65bc82 SOLR-81: more spellchecker enhancements, cleaned up schema/solrconfig, added support for relative paths as well as RAM based spellchecker directories, fixed NPE when using cmd=rebuild, added cmd=reopen
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522628 13f79535-47bb-0310-9956-ffa450edef68
2007-03-26 21:11:13 +00:00
Yonik Seeley 876dd28846 lazy loading request handlers: SOLR-182
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522584 13f79535-47bb-0310-9956-ffa450edef68
2007-03-26 18:21:26 +00:00
Yonik Seeley a3376478fd 400 errors for numeric parsing exceptions, RequiredSolrParams: SOLR-183
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522106 13f79535-47bb-0310-9956-ffa450edef68
2007-03-24 21:10:19 +00:00
Mike Klaas cf7c86a95a commit SOLR-172
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@520088 13f79535-47bb-0310-9956-ffa450edef68
2007-03-19 20:25:19 +00:00
Otis Gospodnetic f1c149f8fb - SOLR-81: SpellCheckerRequentHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519107 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 19:28:47 +00:00
William Au a1b021eb60 SOLR 188
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@518637 13f79535-47bb-0310-9956-ffa450edef68
2007-03-15 14:22:24 +00:00
Mike Klaas 25227a299d enables multi-param for several dismax params (SOLR-174)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@514851 13f79535-47bb-0310-9956-ffa450edef68
2007-03-05 20:22:10 +00:00
Yonik Seeley 6fdf11d7aa fix synonymfilter offsets: SOLR-167
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@513517 13f79535-47bb-0310-9956-ffa450edef68
2007-03-01 21:36:36 +00:00
Yonik Seeley 52d00cda6a fix display of multiple tokens at same position: SOLR-168
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@513152 13f79535-47bb-0310-9956-ffa450edef68
2007-03-01 05:46:34 +00:00
Chris M. Hostetter 919a3881d0 SOLR-173 - fix for 'too many open files' - close requests at end of SolrDispatchFilter, and only get Searcher in response writers if it's actually needed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511970 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 19:42:21 +00:00
Chris M. Hostetter 81fef0c161 reverting some of Erik's recent changes to the SolrQueryParser constructor and implementing the intent in a new IndexSchema.getSolrQueryParser method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510689 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 22:18:02 +00:00
Chris M. Hostetter 0aa2a95ee7 SOLR-158: new qs (Query Slop) param for DisMaxRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510325 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 00:37:51 +00:00
Chris M. Hostetter a76bf773c6 SOLR-152 - support for q.alt in dismax handler so requests without query strings can return results based on whatever alternate query is configured
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510322 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 00:22:10 +00:00
Chris M. Hostetter e1c7613805 SOLR-166 - JNDI solr.home code refactoring
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509407 13f79535-47bb-0310-9956-ffa450edef68
2007-02-20 01:41:34 +00:00
Chris M. Hostetter cacf143d65 SOLR-166 - JNDI solr.home code refactoring
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509406 13f79535-47bb-0310-9956-ffa450edef68
2007-02-20 01:38:26 +00:00
Erik Hatcher 4ac02f06f8 SOLR-86: SimplePostTool, contributed by Bertrand Delecretaz
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509009 13f79535-47bb-0310-9956-ffa450edef68
2007-02-18 21:30:03 +00:00
Yonik Seeley 28d75b04bc make solr more easily embeddable: SOLR-149
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508859 13f79535-47bb-0310-9956-ffa450edef68
2007-02-18 03:33:13 +00:00
Yonik Seeley 304d6f86ff upgrade to Lucene 2.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508806 13f79535-47bb-0310-9956-ffa450edef68
2007-02-17 20:48:20 +00:00
Erik Hatcher 33c0b65e47 SOLR-79: Add system property ${<sys.prop>[:<default>]} substitution for
configuration files loaded, including schema.xml and solrconfig.xml.
    (Erik Hatcher with inspiration from Andrew Saar)



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508485 13f79535-47bb-0310-9956-ffa450edef68
2007-02-16 16:42:49 +00:00
Erik Hatcher 2db80e7db1 SOLR-157: Fixed NPE caused by index fields which do not appear on schema.xml. (contributed by Ryan McKinley)
Also relocated package from request package to handler package, and removed experimental warning.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@506187 13f79535-47bb-0310-9956-ffa450edef68
2007-02-12 00:21:36 +00:00
Chris M. Hostetter a3775daf45 fix for SOLR-145, some Exceptions were being ignored by RequestHandlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@504683 13f79535-47bb-0310-9956-ffa450edef68
2007-02-07 20:48:10 +00:00
Yonik Seeley 28cb43d63b upgrading note about JSON response format
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@504233 13f79535-47bb-0310-9956-ffa450edef68
2007-02-06 18:33:53 +00:00
Mike Klaas 6d18f027e0 Commit SOLR-126. Omitted the typed collection change in DUH2 (trunk has been updated), and
added autocommits to the stats tracked by DUH2


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502328 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 19:40:26 +00:00
Yonik Seeley b6dd62544d SimpleOrderedMap, JSON named list changes: SOLR-125
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501512 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 18:36:32 +00:00
Chris M. Hostetter 3c603b2aea SOLR-104 - Support for Update Plugins: giving RequestHandlers access to ContentStreams, new URL structure allowing for more RESTful URLs, common baseclass for RequestHandlers, refactoring existing XML based updates into a RequestHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501174 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 20:33:21 +00:00
Yonik Seeley dcb98c1eca generics for NamedList: SOLR-107
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500050 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 23:22:52 +00:00
Yonik Seeley 8cf4a87acb facet.prefix: SOLR-117
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499834 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 16:32:01 +00:00
Yonik Seeley befe8bd62b negative queries: SOLR-80
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498813 13f79535-47bb-0310-9956-ffa450edef68
2007-01-22 21:23:22 +00:00
Yonik Seeley 33ad0e6975 HashDocSet new hash, union, andNot: SOLR-114
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498246 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 05:46:31 +00:00
Yonik Seeley b2ec237b5d remove incubating from CHANGES, test svn move
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497238 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 23:16:59 +00:00
Yonik Seeley b9e804e032 facet.mincount,facet.offset,facet.sort params: SOLR-106
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@496811 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 18:26:14 +00:00
Erik Hatcher daa6ab89ca spellcheck
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495841 13f79535-47bb-0310-9956-ffa450edef68
2007-01-13 05:19:47 +00:00