Grant Ingersoll
|
cedd07b500
|
SOLR-284: Solr Cell: Add support for Tika content extraction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723977 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-06 13:04:26 +00:00 |
Yonik Seeley
|
474ab9a515
|
increase time to commit to avoid test failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723836 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 19:45:49 +00:00 |
Shalin Shekhar Mangar
|
7fe3fa9468
|
SOLR-893 -- Unable to delete documents via SQL and deletedPkQuery with deltaimport
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723824 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 19:14:11 +00:00 |
Yonik Seeley
|
78bc41b54e
|
SOLR-898: Fix null pointer exception for the JSON response writer based formats when nl.json=arrarr with null keys.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723804 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 18:04:11 +00:00 |
Ryan McKinley
|
5db15f719a
|
fixing pom for commons-io
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723554 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-05 01:39:22 +00:00 |
Shalin Shekhar Mangar
|
90b387a92d
|
SOLR-887 -- A Transformer to strip HTML tags.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723410 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-04 19:50:43 +00:00 |
Ryan McKinley
|
44fae80e05
|
SOLR-889: Upgraded to commons-io-1.4.jar and commons-fileupload-1.2.1.jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@723071 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-03 21:03:33 +00:00 |
Yonik Seeley
|
58bd056214
|
SOLR-892:Fix serialization of booleans for PHPSerializedResponseWriter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@722541 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-02 17:51:08 +00:00 |
Yonik Seeley
|
9430364ea5
|
SOLR-465: use public constructors to get Directory instances
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721939 13f79535-47bb-0310-9956-ffa450edef68
|
2008-12-01 01:10:30 +00:00 |
Ryan McKinley
|
ffb547eabd
|
adding ant-example to the explain list...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721875 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-30 19:33:45 +00:00 |
Koji Sekiguchi
|
cea5444e91
|
SOLR-538: added maxChars attribute for copyField
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721758 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-30 04:46:20 +00:00 |
Yonik Seeley
|
2ded3e2345
|
SOLR-836: Add missing a to the example stopwords.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721688 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-29 16:48:20 +00:00 |
Yonik Seeley
|
b76a2a7b68
|
SOLR-879: enable position increments in QP, fix example schemas
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721687 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-29 16:38:08 +00:00 |
Ryan McKinley
|
497a61a2fb
|
make TermsParams an interface rather then a class (like all the other params classes)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721684 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-29 15:37:18 +00:00 |
Grant Ingersoll
|
f1a3951c6d
|
SOLR-877: add in term prefix, change some param names, added more tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721681 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-29 13:51:56 +00:00 |
Grant Ingersoll
|
222f4863bc
|
SOLR-877: Added support for multiple fields, plus some more tests
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721675 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-29 12:40:57 +00:00 |
Grant Ingersoll
|
b78bb222e5
|
SOLR-877: output ints instead of strings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721534 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-28 16:53:09 +00:00 |
Grant Ingersoll
|
b55c2b6592
|
SOLR-877: Add access to TermEnum capabilities via TermsComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@721491 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-28 13:30:02 +00:00 |
Shalin Shekhar Mangar
|
5e6e0e3258
|
SOLR-829 -- Allow slaves to request compressed files from master during replication
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720502 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-25 14:19:14 +00:00 |
Yonik Seeley
|
156491848a
|
SOLR-475:multi-valued faceting via un-inverted field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720403 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-25 04:02:09 +00:00 |
Koji Sekiguchi
|
b3a2445d6b
|
SOLR-878: ignore luke directory for svn
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720380 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-25 01:57:00 +00:00 |
Ryan McKinley
|
2391d81e3e
|
SOLR-878: add an ant task to download and run luke
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720273 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-24 19:43:58 +00:00 |
Grant Ingersoll
|
14c9ca77d7
|
remove java Utils logging
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720210 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-24 15:35:13 +00:00 |
Yonik Seeley
|
d22d850fe8
|
SOLR-667: add finalizer to ConcurrentLRUCache in case destroy() is forgotten
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720058 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-23 22:32:22 +00:00 |
Yonik Seeley
|
0fc7b87070
|
SOLR:667 generics, add cleanupThread, evictionListener to ConcurrentLRUCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720051 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-23 21:42:22 +00:00 |
Yonik Seeley
|
741fe7a24d
|
fix null pointer exception after lucene upgrade
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720004 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-23 16:47:12 +00:00 |
Erik Hatcher
|
db76a97aa0
|
Morph client-side demo to use built-in Solr example fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719831 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-22 09:19:57 +00:00 |
Koji Sekiguchi
|
e4e015758d
|
SOLR-657: fix a bug which was accidentally introduced when r701485 was committed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719793 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-22 02:51:22 +00:00 |
Shalin Shekhar Mangar
|
d5b7feddcc
|
SOLR-465 -- Upgraded to Lucene 2.9-dev (r719351)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719353 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 20:21:14 +00:00 |
Ryan McKinley
|
075cdc5890
|
SOLR-793: fix possible deadlock
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719347 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 19:52:11 +00:00 |
William Au
|
177f900343
|
SOLR-830: Use perl regex to improve accuracy of finding latest snapshot in snappuller
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719233 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 14:14:07 +00:00 |
William Au
|
3962cb987e
|
SOLR-346: Use perl regex to improve accuracy of finding latest snapshot in snapinstaller
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719232 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 14:09:18 +00:00 |
Shalin Shekhar Mangar
|
e3ba95b8b8
|
SOLR-873 -- Fix case-sensitive field names and columns
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719187 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-20 07:19:41 +00:00 |
Ryan McKinley
|
2ea46096b9
|
SOLR-871: Removed dependancy on stax-utils.jar. If you using solr.jar and running
java 6, you can also remove woodstox and geronimo. (ryan)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@719022 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 18:49:06 +00:00 |
Shalin Shekhar Mangar
|
dee0496714
|
SOLR-872 -- Better error message for incorrect copyField destination
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718946 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 12:53:29 +00:00 |
Shalin Shekhar Mangar
|
8f14ef8475
|
SOLR-869 -- Fix file descriptor leak in SolrResourceLoader#getLines
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718941 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-19 12:25:08 +00:00 |
Ryan McKinley
|
993c2dbb98
|
adding empty javadoc target for maven build
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718647 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-18 16:42:41 +00:00 |
Erik Hatcher
|
24b25d5314
|
Fix errant refactoring - v.json is not a boolean parameter, doh
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718556 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-18 11:02:46 +00:00 |
Erik Hatcher
|
eca2d15122
|
Partial acceptance of SolrJS related patch - prefix all parameters with v., added in JSON wrapping, but did not include the rawResponse bit yet as it isn't needed by any current example and is planned to be reworked to use SolrJs API more natively
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718553 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-18 11:00:31 +00:00 |
Erik Hatcher
|
a1374ef19c
|
Quote filter queries, add TODO for adding escaping or field qparser usage
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718552 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-18 10:59:03 +00:00 |
Erik Hatcher
|
8d2d6b24e0
|
Fix bug with getResourceStream method - was returning template name, not template contents. Added v. prefix to template override parameters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718549 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-18 10:33:17 +00:00 |
Erik Hatcher
|
be934a496e
|
Add empty test target for main build to be happy
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718529 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-18 09:29:59 +00:00 |
Ryan McKinley
|
dbb6b924e3
|
add empty 'build' target so ant generate-maven-artifacts works
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718488 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-18 05:37:31 +00:00 |
Ryan McKinley
|
a7f7bf6bd3
|
SOLR-803, not sure how this got removed from CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718431 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-17 23:09:23 +00:00 |
Ryan McKinley
|
cc7675278e
|
SOLR-868 -- adding some missing files. add "dist" to ignore list
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718423 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-17 22:50:23 +00:00 |
Ryan McKinley
|
fb340c0406
|
SOLR-868: Adding solrjs as a contrib package: contrib/javascript.
(Matthias Epheser via ryan)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718422 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-17 22:42:45 +00:00 |
Ryan McKinley
|
4c52f8212c
|
SOLR-867 move getParsedResponse utility
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718395 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-17 21:44:01 +00:00 |
Shalin Shekhar Mangar
|
a788efe789
|
SOLR-864 -- DataImportHandler does not catch and log Errors
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718187 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-17 08:26:29 +00:00 |
Shalin Shekhar Mangar
|
f9b1fb4d63
|
SOLR-840 -- BinaryResponseWriter does not handle incompatible data in fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@718179 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-17 06:34:09 +00:00 |
Koji Sekiguchi
|
51444a5ac6
|
hide implementation detail of pcmList
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@714230 13f79535-47bb-0310-9956-ffa450edef68
|
2008-11-15 10:44:38 +00:00 |