Erik Hatcher
|
bae6cd135d
|
Typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640366 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-24 10:13:12 +00:00 |
Chris M. Hostetter
|
93ccbb5670
|
uncommenting firstSearcher and newSearcher queries, they don't hurt anything and they would have made SOLR-509 easier to spot early
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@640120 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-22 23:27:08 +00:00 |
Yonik Seeley
|
705cade858
|
revert enableRemoteStreaming back to false
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634733 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-07 16:31:15 +00:00 |
Yonik Seeley
|
5322a86706
|
add work directory for jetty to use for exploding wars
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634732 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-07 16:29:23 +00:00 |
Grant Ingersoll
|
51f1319500
|
SOLR-342: Added support for Lucene's new index writer options
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@634016 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-05 20:23:36 +00:00 |
Ryan McKinley
|
a5acf417d1
|
SOLR-350 -- manage multiple cores. This implements persist, load and unload.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@633360 13f79535-47bb-0310-9956-ffa450edef68
|
2008-03-04 04:06:17 +00:00 |
Chris M. Hostetter
|
3813608000
|
detailed deprecation comments for the major request handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630746 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-25 07:02:09 +00:00 |
Chris M. Hostetter
|
8cf3175518
|
SOLR-127: HTTP Caching awareness
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630037 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-21 22:44:19 +00:00 |
Grant Ingersoll
|
d5ef760bbc
|
SOLR-477: Added in AnalysisRequestHandler and tests/sample documents
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@629342 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-20 04:06:33 +00:00 |
Yonik Seeley
|
49c896d131
|
fix "optimizied" typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@628889 13f79535-47bb-0310-9956-ffa450edef68
|
2008-02-18 22:13:56 +00:00 |
Ryan McKinley
|
ef545d107f
|
SOLR-418: Adding a query elevation component. This is an optional component to elevate some documents to the top positions (or exclude them) for a given query.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@613059 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-18 05:30:21 +00:00 |
Ryan McKinley
|
fffa39127c
|
SOLR-303 -- moving SearchHandler into org.apache.solr.handler.component
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@610426 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-09 15:57:58 +00:00 |
Ryan McKinley
|
dbf2a965a2
|
SOLR-142 -- don't need gettableFiles in default solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608749 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-04 05:27:35 +00:00 |
Ryan McKinley
|
3a726d0b6d
|
SOLR-142: Added RawResponseWriter and ShowFileRequestHandler. This returns config files directly. If the AdminHandlers is configured, this will be added automatically.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@608150 13f79535-47bb-0310-9956-ffa450edef68
|
2008-01-02 17:15:30 +00:00 |
Ryan McKinley
|
54fa88b6b5
|
SOLR-447 -- automatically register standard Admin request handlers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607451 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-29 17:40:41 +00:00 |
Ryan McKinley
|
83b7501406
|
SOLR-437 remove XPP -- not used since SOLR-133
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@607101 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-27 17:57:55 +00:00 |
Ryan McKinley
|
0841e7ea33
|
SOLR-350 -- dropping 'default' core usage and requiring the core name in the URL. Also fixes broken admin links (SOLR-441)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@606335 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-21 22:23:39 +00:00 |
Ryan McKinley
|
072e526155
|
SOLR-281 -- building a SearchComponent registry with components initialized via the standard plugin utils method.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@602341 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-08 07:27:49 +00:00 |
Ryan McKinley
|
f14885cf0b
|
SOLR-350, SOLR-409 -- adding configurable support for running multiple cores in one sole instance
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601975 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-07 03:49:52 +00:00 |
Ryan McKinley
|
2b53d139be
|
SOLR-281 -- adding a search component framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594268 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-12 19:39:01 +00:00 |
Ryan McKinley
|
c4f99ab049
|
SOLR-408 adding PingRequestHandler.java and deprecating <pingQuery> syntax
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593627 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-09 19:24:18 +00:00 |
Mike Klaas
|
d36587fac6
|
example highlighter config in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@584243 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-12 19:32:07 +00:00 |
Erik Hatcher
|
d385b74c95
|
fix typo in example config comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581270 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-02 14:57:34 +00:00 |
Erik Hatcher
|
c42ea0668e
|
Fix field name typo in dismax configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@581250 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-02 14:13:46 +00:00 |
Ryan McKinley
|
50adbdbc2f
|
SOLR-317 - a stylesheet to display luke info. To view it, check:
http://localhost:8983/solr/admin/luke?wt=xslt&tr=luke.xsl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572881 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-05 05:51:58 +00:00 |
Mike Klaas
|
b9da3b2ace
|
SOLR-310: bound pending deletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572831 13f79535-47bb-0310-9956-ffa450edef68
|
2007-09-04 23:05:39 +00:00 |
Yonik Seeley
|
9c9d272e17
|
remove boolToFilterOptimizer since no standard handlers go through a code path that would use it, and we can specify filters directly now
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@568695 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-22 16:38:51 +00:00 |
Yonik Seeley
|
7482909fcd
|
better RunExecutableListener example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@565997 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-15 01:36:44 +00:00 |
Yonik Seeley
|
bd4e7a8c03
|
SOLR-196: php response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564829 13f79535-47bb-0310-9956-ffa450edef68
|
2007-08-11 03:32:02 +00:00 |
Mike Klaas
|
9c0d22fe9b
|
SOLR-102: RegexFragmenter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557872 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-20 05:34:23 +00:00 |
Chris M. Hostetter
|
ebaeb6443c
|
SOLR-240: New lockType config option supports all Lucene builtin LockFactories
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556099 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-13 18:48:50 +00:00 |
Yonik Seeley
|
0d8a368a97
|
queryResultMaxDocsCached: SOLR-291
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@554688 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-09 15:45:30 +00:00 |
Ryan McKinley
|
4406ef88af
|
SOLR-260 adding default comments and examples to solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552943 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-03 18:33:38 +00:00 |
Ryan McKinley
|
1e037fcf50
|
SOLR-225 -- adding pluggable highlighting formatters and fragmenters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552682 13f79535-47bb-0310-9956-ffa450edef68
|
2007-07-03 06:14:07 +00:00 |
Ryan McKinley
|
fb559461fa
|
SOLR-133 -- moving stax implementation to XmlUpdateRequestHandler. Remove the stax derived tests.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@552198 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-30 18:52:16 +00:00 |
Chris M. Hostetter
|
89bf821efe
|
more SOLR-264 work: add example to schema.xml; fix equals bug in SolrComparatorSource that Koji found; make ValueSource use IndexReader version in it's computation; refactor getSeed to use both the fieldname and the reader version
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@550668 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-26 03:16:05 +00:00 |
Erik Hatcher
|
b72286589d
|
Get back jetty.port setting capability
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@550227 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-24 13:47:42 +00:00 |
Ryan McKinley
|
0973e23e52
|
SOLR-133: Adding StaxUpdateRequestHandler.java and mapping it to:
http://localhost:8983/solr/admin/update/stax
in the example solrconfig.xml
We should test and evaluate this in comparison to the XmlUpdateRequestHandler before replacing it.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@547495 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-15 02:33:39 +00:00 |
Yonik Seeley
|
80aa3bc884
|
restore catenateNumbers=1 in example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545604 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-08 19:53:39 +00:00 |
Mike Klaas
|
2ae74da893
|
Accidently turned off generateWordParts in example schema during testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545599 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-08 19:10:04 +00:00 |
Mike Klaas
|
52d8e2421a
|
SOLR-257: added explicit parameter to schema.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545598 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-08 19:05:46 +00:00 |
Mike Klaas
|
39e0ff32f2
|
SOLR-257: add splitOnCaseChange parameter to WordDelimiterFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545597 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-08 19:02:27 +00:00 |
Erik Hatcher
|
88bf24b000
|
Add system property setting to allow data directory to be overridden
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@544356 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-05 03:13:31 +00:00 |
Ryan McKinley
|
4ccd436bf8
|
SOLR-69: Adding MoreLikeThis support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@544018 13f79535-47bb-0310-9956-ffa450edef68
|
2007-06-04 00:27:20 +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 |
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 |