Commit Graph

1623 Commits

Author SHA1 Message Date
Yonik Seeley 3abb7bef70 fix tutorial spelling mistake
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@829775 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 12:50:08 +00:00
Yonik Seeley 56a021bca9 replication future safety - only decrement search holder if not null
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@829682 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 00:19:13 +00:00
Yonik Seeley 5b84fb40cf docs - solr tutorial updates
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@829663 13f79535-47bb-0310-9956-ffa450edef68
2009-10-25 21:59:38 +00:00
Ryan McKinley 150a47586e tweek the update log format to show a more reasonable message
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@828300 13f79535-47bb-0310-9956-ffa450edef68
2009-10-22 04:17:01 +00:00
Yonik Seeley ede4df7add do not directly instantiate junit test cases
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@828018 13f79535-47bb-0310-9956-ffa450edef68
2009-10-21 14:01:06 +00:00
Mark Robert Miller f289911fdf change multi-term (wildcard/prefix) queries to auto mode
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@827667 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 15:13:57 +00:00
Koji Sekiguchi 7d9e22db30 SOLR-1099: Use NamedList rather than SimpleOrderedMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@827032 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 11:01:47 +00:00
Chris M. Hostetter 9b1b5e9206 SOLR-1517: only do reverse DNS lookup of localhost once in a static block
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826965 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 05:57:14 +00:00
Chris M. Hostetter b1e21e7041 SOLR-1292: followup tweak based on mailing list discussion: for indexes with lots of segments, estimating the size of all the field caches can take a lot of time (particularly with lots of String based caches) so for now we only estimate the size for items which are part of instanity instances
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826788 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19 19:44:41 +00:00
Yonik Seeley c4169ad26d javadoc - add date boosting example to boost parser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826548 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18 23:00:23 +00:00
Yonik Seeley 811df47121 javadoc - add ord/rord warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826531 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18 21:41:54 +00:00
Yonik Seeley de1f9c752a javadoc - new ms() based example for date boosting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826529 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18 21:35:35 +00:00
Koji Sekiguchi 7499c6a87a SOLR-1515: typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826321 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18 00:31:01 +00:00
Yonik Seeley 1194844912 SOLR-1394: calculate offsets correctly for entities
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826299 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17 19:56:01 +00:00
Yonik Seeley 7aec4a8754 test - try to up check interval... it may not have been completing fast enough
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826278 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17 16:26:51 +00:00
Yonik Seeley 4a55c86b5c try to catch what's causing failures in TestLBHttpSolrServer - fail immediately if we can't grab the requested port
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826277 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17 16:20:41 +00:00
Yonik Seeley b38eff8eec adjust test for html strip changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826243 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17 13:01:07 +00:00
Chris M. Hostetter a4bf5482a8 related to SOLR-201 - when I saw Shalin resolve that issue, i remembered noticing a while back that not declaring a defaultQuery caused all of the admin pages to fail with an NPE. the fix is pretty trivial
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826163 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17 02:37:09 +00:00
Yonik Seeley 09e187a533 SOLR-1394: HTMLStripCharFilter split tokens that contained entities
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826114 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16 22:21:38 +00:00
Grant Ingersoll 259f9c45b7 update the version numbers for the code freeze, also some doc refs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824893 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 19:42:13 +00:00
Grant Ingersoll 74fcd76ddf ASL
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824751 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 13:28:56 +00:00
Koji Sekiguchi 1f9e0eb390 SOLR-670: Rollback should reset not only adds/deletesById/deletesByQuery counts but also cumulative counts of them.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824380 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 15:18:08 +00:00
Yonik Seeley afcfa3c1c2 SOLR-1449: solrconfig.xml syntax to add classpath elements from outside of instanceDir
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824364 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 14:41:51 +00:00
Koji Sekiguchi 9b9ace4d52 added eol-style property
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824357 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 14:25:10 +00:00
Erik Hatcher 608d61f3a9 Fix incorrect parameter name in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824334 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 13:43:17 +00:00
Erik Hatcher 6ad7737fa1 Fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824333 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 13:40:27 +00:00
Erik Hatcher b6e1c80247 Fix Javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824332 13f79535-47bb-0310-9956-ffa450edef68
2009-10-12 13:40:03 +00:00
Koji Sekiguchi 11e29af8f7 SOLR-1275: missing expungeDeletes counts in stats
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824110 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 17:04:31 +00:00
Koji Sekiguchi 4f1bbb5e87 SOLR-1504: empty char mapping can cause ArrayIndexOutOfBoundsException in analysis.jsp and co.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824045 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 10:04:01 +00:00
Yonik Seeley 83fa285c40 tests - fix LargeVolumeJettyTest failure
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823843 13f79535-47bb-0310-9956-ffa450edef68
2009-10-10 11:44:45 +00:00
Yonik Seeley 53e701cd0f SOLR-1503: use 400 instead of 500 for bad XML
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823842 13f79535-47bb-0310-9956-ffa450edef68
2009-10-10 11:13:58 +00:00
Yonik Seeley a247352966 SOLR-1475: Java-based replication doesn't properly reserve its commit point during backups
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823711 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 21:52:42 +00:00
Yonik Seeley b2c0be12a6 SOLR-1458: use saved commit points when replciating optimized indexes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823654 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 18:36:28 +00:00
Chris M. Hostetter 678d377917 fix all warnings from javadoc-solrj
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823653 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 18:27:13 +00:00
Chris M. Hostetter 325e33d3e9 fix all javadoc-core warnings
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823646 13f79535-47bb-0310-9956-ffa450edef68
2009-10-09 18:07:50 +00:00
Yonik Seeley d87d335af8 SOLR-1145: handle parentless infoStream file, move example to mainIndex, uncomment and set to false by default.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823281 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 19:05:06 +00:00
Yonik Seeley 11c0f72446 SOLR-1448: add weblogic.xml to webapp
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823247 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 17:54:42 +00:00
Yonik Seeley aaa638d188 SOLR-1478: use _docid_ to sort by the lucene docid
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823199 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 15:15:50 +00:00
Noble Paul 3a65005154 add datadir param
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@822297 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 14:45:45 +00:00
Yonik Seeley a1614ae8d8 SOLR-1492: add missing support for multivalued stats.facet, add facet and stats support for multi-part trie fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@822286 13f79535-47bb-0310-9956-ffa450edef68
2009-10-06 14:13:20 +00:00
Yonik Seeley 8fc279937d stats tests: avoid grabbing core, use short form for creating requests, generify tests to take other fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@822001 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 20:45:52 +00:00
Mark Robert Miller e33f0f9495 SOLR-1221: Change Solr Highlighting to use the SpanScorer with MultiTerm expansion by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@821556 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04 16:26:06 +00:00
Mark Robert Miller 2a6f6f14d3 SOLR-1319: Upgrade Solr Highlighter classes to new Lucene Highlighter API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@821555 13f79535-47bb-0310-9956-ffa450edef68
2009-10-04 16:24:39 +00:00
William Au 67b09bd627 SOLR-1481
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@821076 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 16:19:50 +00:00
Grant Ingersoll 9b7cf7819f SOLR-1471: fix single value case for missing fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@821014 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 13:31:17 +00:00
Erik Hatcher 014c0a392e SOLR-1478: Enable sort by Lucene's docid
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820948 13f79535-47bb-0310-9956-ffa450edef68
2009-10-02 10:02:51 +00:00
Grant Ingersoll 8997d47156 SOLR-1167: Add XInclude support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820652 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 13:32:22 +00:00
Noble Paul dc5140667e SOLR-1479 Disable Polling only appears in replication control page when replication is going on
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820544 13f79535-47bb-0310-9956-ffa450edef68
2009-10-01 06:23:53 +00:00
Yonik Seeley 96b9fee279 tests: let jetty pick it's port
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820261 13f79535-47bb-0310-9956-ffa450edef68
2009-09-30 13:22:53 +00:00
Yonik Seeley b98ef236e2 increase jetty wait time more... still getting failure on my fast box
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820101 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29 21:53:48 +00:00