Ryan McKinley
|
69f9e931e9
|
Adding a utility function to convert SolrDocument -> SolrInputDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601900 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-06 22:55:47 +00:00 |
Erik Hatcher
|
1e85382c27
|
remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601730 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-06 13:19:02 +00:00 |
Ryan McKinley
|
b8af29f247
|
default HashDocSet/@maxSize to 3000 rather then throwing an error if not specified
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601581 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-06 00:08:21 +00:00 |
Chris M. Hostetter
|
7b49ea1ab8
|
directing people to wiki for non-apache hosted mailing list archives
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601573 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-05 23:29:45 +00:00 |
Yonik Seeley
|
e706c72b55
|
do put+get in one operation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601106 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 22:09:41 +00:00 |
Ryan McKinley
|
91d9ce1721
|
SOLR-414 -- convert SpellCheckerRequestHandler to a SolrCoreAware handler rather then using SolrCore.getSolrCore()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@601055 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 19:40:29 +00:00 |
Erik Hatcher
|
3370f73cc0
|
typo fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600983 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-04 15:48:48 +00:00 |
Ryan McKinley
|
c25f9eaeca
|
deprecated getSolrCore() was hiding exceptions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600695 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 21:34:37 +00:00 |
Ryan McKinley
|
7dad8508d8
|
SOLR-421 -- adding SolrDocument
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600593 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 16:41:22 +00:00 |
Ryan McKinley
|
cbfc1f07a2
|
SOLR-421 -- make SolrParams and Solr*Documents serializable
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600589 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 16:35:59 +00:00 |
Yonik Seeley
|
b627573cba
|
The CSV loader incorrectly threw an exception when given header=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600419 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-03 02:05:30 +00:00 |
Ryan McKinley
|
c3f80c5004
|
AbstractPluginLoader needs to return 'null' unless there was something registred to the same location
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@600346 13f79535-47bb-0310-9956-ffa450edef68
|
2007-12-02 17:35:52 +00:00 |
Ryan McKinley
|
9d7995d57c
|
removing the setFacetMinCount() from addFacetField(). see:
http://www.nabble.com/small-bug-in-solrj--resultquery.addFacetField-overwrites-resultquery.setFacetMinCount-to-1.-tf4895967.html
Also fixing the setFields() issue
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@599487 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-29 15:26:04 +00:00 |
Ryan McKinley
|
5122ececbb
|
Set the searcherHolder to null on close. See:
http://www.nabble.com/AlreadyClosedException-in-JUnit-tests--tf4893565.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@599458 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-29 14:36:49 +00:00 |
Ryan McKinley
|
46b26e7b21
|
SOLR-417 -- moving SortSpec to a top level class.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@599071 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-28 17:41:37 +00:00 |
Ryan McKinley
|
e76c594d89
|
SOLR-414 -- Plugin initialization now supports SolrCore and ResourceLoader "Aware" plugins. Plugins that implement SolrCoreAware or ResourceLoaderAware are informed about the SolrCore/ResourceLoader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@597847 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-24 13:51:46 +00:00 |
Mike Klaas
|
de35ba93f1
|
trivial: removed some @author tags, spelling, whitespace
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@596482 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 23:19:17 +00:00 |
Mike Klaas
|
5401d6ed20
|
Minor refactoring to SpellCheckerRequestHandler to enable somewhat-useful subclassing
(sublclasses may override Dictionary implementation)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@596481 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 23:18:11 +00:00 |
Yonik Seeley
|
91c7b66ecf
|
SOLR-413: cap lastDocRequested at maxDoc()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@596359 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-19 16:38:50 +00:00 |
Mike Klaas
|
5e9219e490
|
Removing some code I accidently introduced a while ago (namely, sorting docs by doc id
before retrieval for more sequential disk access)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@595506 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-16 00:37:14 +00:00 |
Mike Klaas
|
dd538e6312
|
rename HiFrequencyDictionary to HighFrequencyDictionary, and add numDocs to spellcheck
handler response so that docfreqs can be converted from counts to frequencies, should the
client be so inclined.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@595184 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-15 02:03:49 +00:00 |
Erik Hatcher
|
c130be21ca
|
SOLR-411: Rename JARs produced to defacto standard names (contributed by Grant Ingersoll)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594936 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-14 16:34:39 +00:00 |
Erik Hatcher
|
8de85b8a38
|
A bit of delicious library specific configuration in the sample solrconfig
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594528 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-13 13:23:58 +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 |
Yonik Seeley
|
8e339464dc
|
check and remove leading zeros when writing IntField: SOLR-394
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@594185 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-12 15:34:45 +00:00 |
Chris M. Hostetter
|
2d3ddfeadc
|
ossummit rescheduled, new dates unknown - use new gif and remove explicit date refrences
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593939 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-11 18:50:49 +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 |
Erik Hatcher
|
ef18068055
|
add pkg ignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593540 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-09 14:33:09 +00:00 |
Chris M. Hostetter
|
99dc6e24eb
|
SOLR-396: new build system support for generating stub tokenizer/tokenfilter factories when lucene jars are updated. includes newly generated factories for all lucene-analyzers-2.2.0.jar langauges
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593359 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-08 23:40:12 +00:00 |
Mike Klaas
|
12a1302ee7
|
javadoc tweaklet
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@593349 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-08 22:56:01 +00:00 |
Ryan McKinley
|
d9ee7b24d3
|
adding a simple test to make sure parsing 'sore desc' does not barf
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@592746 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-07 13:39:35 +00:00 |
Ryan McKinley
|
570e22e7af
|
SOLR-334? The new query parser does not handle 'null' when sort is "score desc"
http://www.nabble.com/Sorting-problem-tf4762114.html
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@592740 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-07 13:21:03 +00:00 |
William Au
|
1bcf8208ba
|
SOLR-393 removed duplicated contentType from raw-schema.jsp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@592428 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-06 14:05:45 +00:00 |
Mike Klaas
|
4b3ae817b7
|
SOLR-395: spell checker upgrade
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@592129 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-05 19:39:14 +00:00 |
Chris M. Hostetter
|
009a33ce22
|
one trivial typo, one significant
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@591159 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-01 22:39:11 +00:00 |
Chris M. Hostetter
|
e1ad6e3ef7
|
SOLR-367: specific return types from create in Token*Factories
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@591158 13f79535-47bb-0310-9956-ffa450edef68
|
2007-11-01 22:37:42 +00:00 |
Yonik Seeley
|
61a6b8db77
|
lucene qparser should pay attention to default operator in schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@590684 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-31 14:47:03 +00:00 |
Ryan McKinley
|
de12906bd3
|
SOLR-389 -- adding better javadocs for RequestHandlerBase -- thanks Grant!
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@589442 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-28 23:27:54 +00:00 |
Chris M. Hostetter
|
92b4f46fab
|
fix old pre-multicore comments that refer to singletons that are no longer singletons
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588520 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-26 04:46:51 +00:00 |
Erik Hatcher
|
548618f4c0
|
set class to abstract, making it possible to run tests by package from an IDE without this one causing a warning
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588355 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-25 21:06:43 +00:00 |
Chris M. Hostetter
|
54de92ed53
|
SOLR-390: notation for future devs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588352 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-25 20:54:41 +00:00 |
Erik Hatcher
|
3cb76525d1
|
Remove unused JSP file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588343 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-25 20:34:58 +00:00 |
Yonik Seeley
|
d89039bbb9
|
add @Override
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588273 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-25 16:24:29 +00:00 |
Yonik Seeley
|
e94db661e5
|
comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@588258 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-25 15:39:56 +00:00 |
Yonik Seeley
|
2d07595bc6
|
SOLR-351: external file value source
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@587098 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-22 13:53:14 +00:00 |
Yonik Seeley
|
fc96a325ed
|
SOLR-334: pluggable query parsers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@587090 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-22 13:43:07 +00:00 |
Yonik Seeley
|
a899f9e24b
|
SOLR-377: make sure FastWriter buffer is flushed after writing response
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@586617 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-19 21:26:05 +00:00 |
Ryan McKinley
|
37345a65d3
|
Adding tests to make sure you get FieldTypeInfo when you ask for the schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@586516 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-19 16:02:31 +00:00 |
Yonik Seeley
|
87e233db19
|
don't buffer string escaping for php response writer either: SOLR-377
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@585775 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-18 01:40:57 +00:00 |
Mike Klaas
|
883aab2010
|
honour onlyMorePopular flag SOLR-382
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@585760 13f79535-47bb-0310-9956-ffa450edef68
|
2007-10-17 23:55:01 +00:00 |