Commit Graph

790 Commits

Author SHA1 Message Date
Chris M. Hostetter 0f5fea7c1f include the example/logs/ dir in the package, but exclude it's contents
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542765 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 06:45:56 +00:00
Ryan McKinley 3f4ed6dbb2 Adding jetty NOTICE.txt to solr NOTICE.txt
updated copywrite date and header format (added ====) for solr

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542763 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 06:11:09 +00:00
Yonik Seeley 358055ce21 new jetty needs example/logs dir, so package it
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542758 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 05:46:36 +00:00
Ryan McKinley 574dc9f999 Adding newlines to easymock.jar MIT LICENSE.txt
Updating Jetty license to be consistent with 6.1.3

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542755 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 05:38:53 +00:00
Ryan McKinley 6b2bf1b99c SOLR-249 -- adding error codes not used in solr, but useful for custom plugins.
UNAUTHORIZED( 401 ),
  FORBIDDEN( 403 ),

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542737 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 03:13:05 +00:00
Yonik Seeley 7495648e55 update version of easymock license
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542727 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 02:38:11 +00:00
Yonik Seeley 1213ba097c add easymock license
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542725 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 02:35:53 +00:00
Ryan McKinley f66d0e6602 SOLR-249 -- changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542720 13f79535-47bb-0310-9956-ffa450edef68
2007-05-30 02:06:31 +00:00
Ryan McKinley e3dd7faecf SOLR-249 -- depreating new SolrException( int ... ) in favor of new SolrException( enum ...
This also refactors all calls to new SolrException()

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542679 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 22:28:21 +00:00
Yonik Seeley d45042208b add ASF license
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542653 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 21:11:35 +00:00
Chris M. Hostetter 1e5e40cb9c SOLR-238: make tutorial explicit about the version it applies to
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542626 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 19:16:09 +00:00
Yonik Seeley 48033cc123 don't use NIO for jetty... non-persistent connections are slow on windows. SOLR-128
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542609 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 18:25:07 +00:00
Yonik Seeley e864ab6cd8 add usage comments, reformat
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542583 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 16:33:23 +00:00
Yonik Seeley 1e6537cf5e make spellchecker lazy so spell dir won't be created
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542577 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 16:04:57 +00:00
Ryan McKinley 7403608cab Error code cleanup. Changing:
SolrException( 1, ... ) to SolrException( 500, ... ) 
 SolrException( 2, ... ) to SolrException( 400, ... )

Now, the only status codes set in SolrExceptions are valid HTTP status codes: 
 500
 400
 503
 404



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542461 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 08:52:03 +00:00
Chris M. Hostetter a92abb20e3 more hints for people about the format versions of the example rss/atom stylesheets
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542372 13f79535-47bb-0310-9956-ffa450edef68
2007-05-29 01:30:58 +00:00
Mike Klaas 6de7d1dbbc changed example solrconfig.xml to default to lazy field loading
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@542300 13f79535-47bb-0310-9956-ffa450edef68
2007-05-28 19:13:36 +00:00
Chris M. Hostetter 5680b9436b fix warning from javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541944 13f79535-47bb-0310-9956-ffa450edef68
2007-05-26 22:29:12 +00:00
Yonik Seeley 9f9eedc73a give a ping query that works with many different schemas, and is easy to see the source of in the logs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541940 13f79535-47bb-0310-9956-ffa450edef68
2007-05-26 21:11:06 +00:00
Ryan McKinley 5ea9310021 only search for fields solr knows about (otherwise you could get NPE for range query) -- also searching for non-indexed fields is useless.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541824 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 23:47:29 +00:00
Yonik Seeley 6b26f007b2 upgrade note about new style URLS and update handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541768 13f79535-47bb-0310-9956-ffa450edef68
2007-05-25 20:10:25 +00:00
Chris M. Hostetter 88c8335633 SOLR-208: example XSLTs for RSS and Atom
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541391 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 19:06:29 +00:00
Ryan McKinley e1f54f34a6 SOLR-246 -- don't compute top terms when numTerms=0
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541380 13f79535-47bb-0310-9956-ffa450edef68
2007-05-24 18:46:20 +00:00
Ryan McKinley 88a7d07e64 SOLR-128: Upgraded Jetty to the latest stable release 6.1.3
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541050 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 19:56:58 +00:00
Chris M. Hostetter 8d1d5939f7 SOLR-230: improvements to SOLR-230 so curl is not needed at all in tutorial
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541046 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 19:44:03 +00:00
Chris M. Hostetter f03a4ef7bb Hmmm... these are some old changes to the tutorial.xml (sort spec for standard handler), who.xml (Ryan), and features.xml (clarifying faceting) that don't seem to have ever been committed in the HTML/PDF versions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@541043 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 19:39:58 +00:00
Ryan McKinley c93dd85a74 SOLR-234 TrimFilter can update the Token's startOffset and endOffset if updateOffsets="true". By default the Token offsets are unchanged.
This also refactors many of the Filter tests to share common code.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540995 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 17:18:05 +00:00
Otis Gospodnetic 66b04d6ccc - svn propset svn:keywords
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540849 13f79535-47bb-0310-9956-ffa450edef68
2007-05-23 05:57:03 +00:00
Erik Hatcher fbb281c584 YAMLify CHANGES
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540721 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 19:46:35 +00:00
Erik Hatcher a74e62d8c3 adjust tests to work without libxml2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540702 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 19:02:48 +00:00
Erik Hatcher 502b3248d6 Adjust HpricotMapperTest to not cause an error when the Hpricot library is not installed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540696 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:52:55 +00:00
Erik Hatcher a69eeb2674 fix such that running tests works ok without a database, sheesh
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540693 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:40:28 +00:00
Erik Hatcher f2837a8ab0 sparklines is not used in flare, remove auto-generated test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540686 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:32:06 +00:00
Erik Hatcher 1e0e887878 Adjust test for Luke request handler response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540685 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:30:23 +00:00
Erik Hatcher 6bd5301ed5 Allow suggest field to be configured with a suggest_field option to the flare method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540684 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:29:25 +00:00
Erik Hatcher 4bddbd8363 add simile_helper to avoid warning in logs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540683 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:28:09 +00:00
Erik Hatcher add862af79 Adjust delicious library view for change in asin field name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540682 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:26:53 +00:00
Erik Hatcher b681326861 Adjust delicious library view for change in asin field name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540681 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:26:37 +00:00
Erik Hatcher b99ad78761 Exit with message if no filename is provided
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540680 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 18:25:45 +00:00
Erik Hatcher 766f825fe6 Improve the save constraints feature to only show the save box when save is clicked
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540563 13f79535-47bb-0310-9956-ffa450edef68
2007-05-22 12:38:46 +00:00
Yonik Seeley 756b88e8f8 add ngram factories: SOLR-199
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@540219 13f79535-47bb-0310-9956-ffa450edef68
2007-05-21 18:17:40 +00:00
Yonik Seeley de2eebc594 update to lucene 2007-05-20
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539944 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 21:21:49 +00:00
Yonik Seeley 1722c8a485 update to lucene 2007-05-20
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539943 13f79535-47bb-0310-9956-ffa450edef68
2007-05-20 21:21:04 +00:00
Erik Hatcher ebaf102463 Convert delicious library importer to use the mapper/indexer framework.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539801 13f79535-47bb-0310-9956-ffa450edef68
2007-05-19 20:50:19 +00:00
Erik Hatcher 20c42cc6f2 provide the Solr connection to clients of the indexer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539800 13f79535-47bb-0310-9956-ffa450edef68
2007-05-19 20:48:26 +00:00
Yonik Seeley ec60053d44 SOLR-221 compare minimum count currently needed to the term df and avoid unnecessary intersection count, allow minimum term df in order to use the filterCache, otherwise iterate over TermDocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539551 13f79535-47bb-0310-9956-ffa450edef68
2007-05-18 18:37:52 +00:00
Yonik Seeley 849e40a560 SOLR-221 compare minimum count currently needed to the term df and avoid unnecessary intersection count, allow minimum term df in order to use the filterCache, otherwise iterate over TermDocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539531 13f79535-47bb-0310-9956-ffa450edef68
2007-05-18 17:34:27 +00:00
Otis Gospodnetic d272f3e473 - Typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539098 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 20:01:40 +00:00
Otis Gospodnetic 9f16bb262d - Typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@539097 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 20:00:47 +00:00
Erik Hatcher 2ddd39225a SOLR-241: Undefined system properties used in configuration files now cause a clear message to be logged rather than an obscure exception thrown.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@538800 13f79535-47bb-0310-9956-ffa450edef68
2007-05-17 03:40:17 +00:00