Noble Paul
e1b225318d
SOLR-1335 load core properties from a properties file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807914 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 07:46:22 +00:00
Chris M. Hostetter
97269bda04
SOLR-914: General finalize() improvements
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807872 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 04:18:22 +00:00
Chris M. Hostetter
d9ed24e9e4
fun with forrest: all images previously only in site/skin/images have now been copied to src/site/src/documentation/skins/lucene/images ... this fixes all the remaining broken link errors
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807848 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 22:54:02 +00:00
Chris M. Hostetter
fe66658fea
more fun with forrest: these two images were in site/skin/images but not anywhere in src/site .. copying them into the images directory for our theme solved the broken links errors about them
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807843 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 22:31:00 +00:00
Chris M. Hostetter
ef6b8d1470
instruction_arrow.png is (evidently) part of the theme we are using, but forrest couldn't find it becuase it was only in site/images and not in the images directory for our theme
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807833 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 22:11:49 +00:00
Chris M. Hostetter
6c82a21437
for reasosn that make no sense to me, forrest/cocoon seem to have been freaking out with an error of 'images/solr_FC.jpg BROKEN: null' ever since r730648 when i added solr_FC.svg. aparently they don't like jpg files and svg files haven't the same root name. renaming this file (so something more seo friendly) seems to fix that problem. NOTE: there are still other broken link problems, but those seem to be unrelated due to a bug in the theme we are using
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807825 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 22:04:37 +00:00
Chris M. Hostetter
405b30dc12
SOLR-1378: add site news and feature spot for new Solr book
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807776 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 19:29:33 +00:00
Noble Paul
d09b0533a2
SOLR-1229 deletedPkQuery feature does not work when pk and uniqueKey field do not have the same value
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807537 13f79535-47bb-0310-9956-ffa450edef68
2009-08-25 09:54:26 +00:00
Ryan McKinley
f3b3a29360
SOLR-1377: The TokenizerFactory API has changed to explicitly return a Tokenizer
...
rather then a TokenStream (that may be or may not be a Tokenizer). This change
is required to take advantage of the Token reuse improvements in lucene 2.9.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807338 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 18:58:22 +00:00
Yonik Seeley
5d1bb05f32
SOLR-1156: Sort TermsComponent results by frequency
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807289 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 15:56:32 +00:00
Noble Paul
e7f856a4d8
javadoc changes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807122 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 08:39:35 +00:00
Noble Paul
7b708bb413
SOLR-1198 moved PluginInfo out of solrconfig
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807120 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 08:36:26 +00:00
Noble Paul
8b9071efb3
empty collectioons should use Collections.emptyXXX()
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807103 13f79535-47bb-0310-9956-ffa450edef68
2009-08-24 06:57:16 +00:00
Yonik Seeley
c13a6f0208
change example test to match example schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806541 13f79535-47bb-0310-9956-ffa450edef68
2009-08-21 13:16:28 +00:00
Yonik Seeley
c49369b6c8
SOLR-1368: add ms() and sub() functions
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806374 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 22:05:09 +00:00
Chris M. Hostetter
9099b123d1
cleanup of comments relating to 'default' field values; cleanup of 'timestamp' usage examples -- switched to using 'manufacturedate_dt' as a generic date field example since yonik doens't want schema to have fields with default values uncommented
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806357 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 21:04:08 +00:00
Chris M. Hostetter
12cc86b408
remove executable bit from csv file
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806340 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 20:31:21 +00:00
Chris M. Hostetter
a9101ae07a
SOLR-1373: Add Filter query to admin/form.jsp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806303 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 18:52:30 +00:00
Chris M. Hostetter
48109b3dc6
SOLR-1371: LukeRequestHandler/schema.jsp errored if schema had no uniqueKey field. The new test for this also (hopefully) adds some future proofing against similar bugs in the future. As a side effect QueryElevationComponentTest was refactored, and a bug in that test was found.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806289 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 18:23:36 +00:00
Erik Hatcher
e1f8e33cd9
fix minor comment typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805941 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 19:25:16 +00:00
Noble Paul
5be6d7bb08
SOLR-1275 the last commit was failing the test.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805899 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 17:33:52 +00:00
Noble Paul
bc280a3922
SOLR-1275 the last commit was failing the test.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805888 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 17:12:05 +00:00
Koji Sekiguchi
00e1299bd6
SOLR-1370: Show the output of CharFilters in FieldAnalysisRequestHandler
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805880 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 17:01:12 +00:00
Grant Ingersoll
a86d0c24c3
SOLR-1367: Reverted, but kept the simple docList test, with modifications
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805866 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 16:23:24 +00:00
Erik Hatcher
1b289c4f35
SOLR-1372: Enhance FieldAnalysisRequestHandler to accept text from content stream
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805844 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 15:38:11 +00:00
Noble Paul
27b491ade5
SOLR-1275: Add expungeDeletes to DirectUpdateHandler2
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805774 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 12:21:22 +00:00
Noble Paul
462571235e
SOLR-1315 backup command should work when there was no commit/optimize since startup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805675 13f79535-47bb-0310-9956-ffa450edef68
2009-08-19 06:29:26 +00:00
Chris M. Hostetter
3330f98584
apachecon news
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805545 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 19:24:09 +00:00
Grant Ingersoll
f93b220b37
SOLR-1367: simple callback for modifying the Document when using the SolrPluginUtils
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805528 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 18:29:10 +00:00
Yonik Seeley
c573d6ea8c
fix char filter instantiation broken by reusable tokenstream upgrade
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805263 13f79535-47bb-0310-9956-ffa450edef68
2009-08-18 02:50:49 +00:00
Grant Ingersoll
1169caa51b
javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@805149 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 21:24:47 +00:00
Yonik Seeley
b979db09cc
add unique key to indexing perf test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804996 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 14:28:15 +00:00
Yonik Seeley
1b609c3af1
try to stop nightly build failures
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804995 13f79535-47bb-0310-9956-ffa450edef68
2009-08-17 14:27:54 +00:00
Yonik Seeley
71286043e4
try to fix autocommit test failure on slow host
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804731 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 17:42:47 +00:00
Yonik Seeley
bb76127225
SOLR-1353: Implement and use reusable token streams for analysis
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804726 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 17:28:58 +00:00
Yonik Seeley
b45440d7c7
upgrade to lucene 2.9-dev r804692
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804700 13f79535-47bb-0310-9956-ffa450edef68
2009-08-16 14:45:10 +00:00
Yonik Seeley
f424f8fefd
add back timestamps to more example docs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804477 13f79535-47bb-0310-9956-ffa450edef68
2009-08-15 14:51:20 +00:00
Yonik Seeley
9125046dec
fix previous commit of wrong version of TestPhoneticFilter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804270 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 15:52:24 +00:00
Yonik Seeley
6ff16abc0e
fix double metaphone test to match current behavior
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804265 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 15:43:28 +00:00
Yonik Seeley
be7ce2712d
fix typo in stats test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804207 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 12:57:25 +00:00
Shalin Shekhar Mangar
175f81950e
SOLR-1361 -- Incorrect javadoc on SolrInputDocument addField
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@804088 13f79535-47bb-0310-9956-ffa450edef68
2009-08-14 06:24:32 +00:00
Yonik Seeley
6b0f99d6ad
SOLR-1360: Prevent PhoneticFilter from producing duplicate tokens, update to new attribute API
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803977 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 18:18:22 +00:00
Yonik Seeley
551e52f899
SOLR-1359: DoubleMetaphone filter could skip or reorder tokens, fix and update to new API
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803971 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 18:10:52 +00:00
Noble Paul
e654763c48
SOLR-1235
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803784 13f79535-47bb-0310-9956-ffa450edef68
2009-08-13 06:08:03 +00:00
Erik Hatcher
56e0a65193
Update standard request to modern sort parameter style
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803735 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 22:48:43 +00:00
Erik Hatcher
4256d6693a
revert ASL in a CSV file. that makes it unparsable and broke solr-rubys tests. do we really need a license *in* _every_ file?
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803721 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 21:51:47 +00:00
Grant Ingersoll
f6f51121ff
License fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803675 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 19:30:11 +00:00
Grant Ingersoll
11a03bf3d6
License fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803674 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 19:29:29 +00:00
Grant Ingersoll
e944e751a2
License fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803673 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 19:27:12 +00:00
Grant Ingersoll
70039d6ff1
SOLR-1276: Stats Component test
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@803571 13f79535-47bb-0310-9956-ffa450edef68
2009-08-12 15:54:36 +00:00