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
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
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
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
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
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
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
Ryan McKinley
4461557efe
SOLR-233 -- adding UTF-8 encoding to xsl:output
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@537004 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 21:39:43 +00:00
Erik Hatcher
c7823d8601
Remove IndexInfoRequestHandler in favor of the Luke request handlers capabilities
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536729 13f79535-47bb-0310-9956-ffa450edef68
2007-05-10 01:48:41 +00:00
Yonik Seeley
64f5f2acac
add explicit UTF8 char encoding to example XML config files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536696 13f79535-47bb-0310-9956-ffa450edef68
2007-05-09 22:40:27 +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
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
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
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
593e218d6d
Adding 'Luke' request handler and other admin helpers: SOLR-163
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532975 13f79535-47bb-0310-9956-ffa450edef68
2007-04-27 05:56:07 +00:00
Ryan McKinley
615e30f16e
SOLR-179 -- Initalization collects any errors and displays them rather then continuing. this feature is configurable in solrconfig.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532912 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 23:37:44 +00:00
Ryan McKinley
1efad83104
removed deprecated additions since Solr 1.1 -- ContentStream.java (moved to util a while ago) and CommitRequestHandler.java
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@532883 13f79535-47bb-0310-9956-ffa450edef68
2007-04-26 22:06:03 +00:00
Yonik Seeley
834c7c60d3
allow fieldType as well as fieldtype in schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@527594 13f79535-47bb-0310-9956-ffa450edef68
2007-04-11 18:16:01 +00:00
Erik Hatcher
65e0b152db
SOLR-184: add echoHandler=true to responseHeader, support echoParams=all (contributed by Ryan McKinley)
...
Additionally I added some unit tests to prove the new features added.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@526634 13f79535-47bb-0310-9956-ffa450edef68
2007-04-09 02:29:24 +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
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
Otis Gospodnetic
e8bcef03d9
- Added a default accuracy of 0.5 for the SpellCheckerRequestHandler
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519172 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 22:55:20 +00:00
Otis Gospodnetic
be9caafee0
- Filename fix - thanks Mr. hawkeyed Hatcher
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@519143 13f79535-47bb-0310-9956-ffa450edef68
2007-03-16 21:00:25 +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
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
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
Erik Hatcher
6248e8f2e2
binary of post.jar not needed
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509062 13f79535-47bb-0310-9956-ffa450edef68
2007-02-19 02:28:05 +00:00
Erik Hatcher
a88d95bc07
Check in binary post.jar to make life easier for curl unfriendly environments
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509013 13f79535-47bb-0310-9956-ffa450edef68
2007-02-18 22:17:33 +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
cb9efe43d0
disable remote streaming by default
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501494 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 17:58:56 +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
Erik Hatcher
bd5ef854d9
Add indexinfo request handler, which returns field information (currently type only) and index state information such as number
...
of documents and Lucene index version. This details about fields and the index returned are still being developed, so the
response may change format until this is finalized.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498345 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 15:03:00 +00:00
Yonik Seeley
6e43239634
maxWarmingSearchers: SOLR-91
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495753 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 22:00:08 +00:00
Chris M. Hostetter
a2beac1e38
SOLR-89 new PatternReplaceFilter, TrimFilter, and corrisponding Factories
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@494675 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 01:18:38 +00:00
Chris M. Hostetter
21b830ba5c
SOLR-82 - allow default field values to be specified in the schema.xml
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@493170 13f79535-47bb-0310-9956-ffa450edef68
2007-01-05 20:12:18 +00:00
Yonik Seeley
2a5ac64a26
LF endings for scripts.conf
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@490746 13f79535-47bb-0310-9956-ffa450edef68
2006-12-28 15:52:47 +00:00
Bertrand Delacretaz
c19acfe50f
comments added to explain the role of these schema files
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489747 13f79535-47bb-0310-9956-ffa450edef68
2006-12-22 20:32:02 +00:00
Yonik Seeley
d201d56c0f
make example schema more friendly to very casual users... omit norms on non-text fields by default, and selected text fields
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487364 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 21:50:06 +00:00
Bertrand Delacretaz
7fdba93037
SOLR-59, make echoParams=explicit the default in the example config
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487204 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 13:20:15 +00:00
Chris M. Hostetter
b2fcbed95b
SOLR-70 - better parsing of pingQuery ... it's still not a very clean syntax, but at least it's now possible to have any pingQuery you want and it will acctaully respect multiple query params
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486904 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 00:15:45 +00:00
Otis Gospodnetic
62989cd49b
- Comment/docs cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486544 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 08:17:12 +00:00
Yonik Seeley
81bef1260c
default useFilterForSortedQuery to off in example
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@485891 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 21:50:41 +00:00
Bertrand Delacretaz
58fc48e498
make 'ant example' more visible and self-explaining
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483871 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 07:48:20 +00:00
Yonik Seeley
ef34156b5e
little comment cleanups
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483194 13f79535-47bb-0310-9956-ffa450edef68
2006-12-06 19:40:18 +00:00
Yonik Seeley
94c5c83320
little schema cleanups
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481036 13f79535-47bb-0310-9956-ffa450edef68
2006-11-30 19:00:07 +00:00
Chris M. Hostetter
48cc7c255d
a few minor improvements: multi-val fields as lists, and DHTML reveal of score explanation if available
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480708 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 20:27:33 +00:00
Yonik Seeley
75164dd17a
license updates
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480395 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 04:30:33 +00:00
Yonik Seeley
f85eb581e0
license updates
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480379 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:48:31 +00:00
Mike Klaas
c982fdedd6
SOLR-52 lazyfields patch implemented.
...
I am going to commit this with solrconfig defaulting to disabling lazyfields and use it in my
application. When I'm satisfied with the behaviour, I'll close SOLR-52 and perhaps enable
lazyfields as the default option.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@479793 13f79535-47bb-0310-9956-ffa450edef68
2006-11-27 22:40:21 +00:00