Commit Graph

2952 Commits

Author SHA1 Message Date
Noble Paul 543395125a SOLR-1704 . move google collections from clustering to core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896759 13f79535-47bb-0310-9956-ffa450edef68
2010-01-07 05:49:45 +00:00
Noble Paul 6292fe589c added an extra getChild() method
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896380 13f79535-47bb-0310-9956-ffa450edef68
2010-01-06 10:49:00 +00:00
Noble Paul 6331869d2f removed unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@896042 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 14:03:36 +00:00
Noble Paul ca76f3b50c SOLR-1697 PluginInfo should load plugins w/o class attribute also
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895909 13f79535-47bb-0310-9956-ffa450edef68
2010-01-05 05:38:27 +00:00
Grant Ingersoll fc9a0a78c9 some useful constants
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895750 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 19:29:41 +00:00
Grant Ingersoll 33df44a6ef SOLR-1302: some slight refactoring for more reusable distance calculations
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895701 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 16:59:56 +00:00
Grant Ingersoll 23216e7844 javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895662 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 15:27:27 +00:00
Grant Ingersoll 5838738379 javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895660 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 15:27:06 +00:00
Grant Ingersoll f6ac4ff2bb SOLR-1692: fix produceSummary issue with Carrot2 clustering
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@895640 13f79535-47bb-0310-9956-ffa450edef68
2010-01-04 14:28:59 +00:00
Yonik Seeley e9e86f2a47 SOLR-1586: add solr-internal tag
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894477 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 20:30:53 +00:00
Grant Ingersoll 911f5c5597 small cleanups
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894362 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 11:56:17 +00:00
Ryan McKinley 4fbcdb8cf7 SOLR-1586 - typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894308 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 03:56:34 +00:00
Grant Ingersoll ed5949c38c SOLR-1586: added GeoHashField and SpatialTileField. Refactored CoordinateFieldType a bit for sharing with SpatialTileField
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894301 13f79535-47bb-0310-9956-ffa450edef68
2009-12-29 02:58:46 +00:00
Grant Ingersoll a9b50cb5e4 SOLR-1131: put the vector/multi VS into the function package
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894217 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 18:38:35 +00:00
Grant Ingersoll 2593733ce4 SOLR-1131: change toMultiVS to vector
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894183 13f79535-47bb-0310-9956-ffa450edef68
2009-12-28 14:41:18 +00:00
Grant Ingersoll ef2a3e1a13 fix broken test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@894060 13f79535-47bb-0310-9956-ffa450edef68
2009-12-27 12:46:00 +00:00
Yonik Seeley a973bfafad SOLR-1131: createFields doesn't return null
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893814 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 22:14:05 +00:00
Yonik Seeley 88b6768a97 SOLR-1131: no need for point value source to recreate sub-value sources for each new reader. Make ToMultiValueSource slightly more generic, specialize for dimention=2, and make point value source inherit from that
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893812 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 21:54:12 +00:00
Yonik Seeley 709c7f8b98 SOLR-1131: fix equals,hashcode of PointTypeValueSource and test that fails w/o the fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893806 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 19:56:40 +00:00
Yonik Seeley 5dd85dd9fa SOLR-1131: remove concept of polyField from IndexSchema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893801 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 18:35:25 +00:00
Yonik Seeley 7fda4a5ac9 SOLR-1131: FieldType javadoc improvements
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893796 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 18:08:37 +00:00
Yonik Seeley 62b1873e30 SOLR-1131: first pass at fixing support for subFieldSuffix (index + search)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893792 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 17:42:48 +00:00
Yonik Seeley 74d642d818 add doc to point type in example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893782 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 15:41:58 +00:00
Yonik Seeley b426c68f7d add doc to point type in example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893781 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 15:39:51 +00:00
Yonik Seeley ae6541492c SOLR-1131: add a point dynamic field to the example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893775 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 15:25:34 +00:00
Yonik Seeley 78c7dc3dbe SOLR-1131: formatting - indent inner class
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893771 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 15:14:26 +00:00
Grant Ingersoll 05237cf80f SOLR-1132: Added support for poly fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893746 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 13:03:22 +00:00
Erik Hatcher 9a5a4ed7b4 Minor typo corrections
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893728 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 10:50:09 +00:00
Shalin Shekhar Mangar 1c2de4a024 SOLR-1686 -- Support fixing the number of shards in BaseDistributedTestCase
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893725 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 09:43:15 +00:00
Shalin Shekhar Mangar 9a5e562aa1 SOLR-1685 -- Extracted field sort value and prefetch processing into two new methods out of QueryComponent.process
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893723 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 09:39:30 +00:00
Shalin Shekhar Mangar d4cd0f95ba Remove irrelevant comments and link to SpellCheckComponent wiki
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893700 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 06:34:54 +00:00
Noble Paul 10a625dd60 SOLR-1621 related
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893699 13f79535-47bb-0310-9956-ffa450edef68
2009-12-24 06:28:54 +00:00
Grant Ingersoll d4b35b513a st
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893576 13f79535-47bb-0310-9956-ffa450edef68
2009-12-23 17:01:42 +00:00
Shalin Shekhar Mangar 9881179cae Skip the response section since we are testing only spellcheck results
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893413 13f79535-47bb-0310-9956-ffa450edef68
2009-12-23 07:16:21 +00:00
Noble Paul d845266cbe SOLR-1661 : Remove adminCore from CoreContainer . removed deprecated methods setAdminCore(), getAdminCore()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893411 13f79535-47bb-0310-9956-ffa450edef68
2009-12-23 06:55:27 +00:00
Yonik Seeley 39fbbd5e94 SOLR-1608: fix number of servers used to test with
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@893194 13f79535-47bb-0310-9956-ffa450edef68
2009-12-22 15:01:44 +00:00
Mark Robert Miller b105beef66 SOLR-1674: Improve analysis tests and cut over to new TokenStream API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@892821 13f79535-47bb-0310-9956-ffa450edef68
2009-12-21 13:53:50 +00:00
Noble Paul 5be5c31bb0 SOLR-1678 Move onError handling to DIH framework
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@892775 13f79535-47bb-0310-9956-ffa450edef68
2009-12-21 11:42:55 +00:00
Shalin Shekhar Mangar d7d599221d SOLR-1667 -- PatternTokenizer does not reset attributes such as positionIncrementGap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@892217 13f79535-47bb-0310-9956-ffa450edef68
2009-12-18 10:43:40 +00:00
Shalin Shekhar Mangar 13d3259092 SOLR-1662 -- Added Javadocs in BufferedTokenStream and fixed incorrect cloning in TestBufferedTokenStream
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@891889 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 20:47:56 +00:00
Shalin Shekhar Mangar 3d3d390db9 SOLR-1660 -- CapitalizationFilter crashes if you use the maxWordCountOption
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@891596 13f79535-47bb-0310-9956-ffa450edef68
2009-12-17 09:19:06 +00:00
Koji Sekiguchi 8b450730d3 SOLR-1653: add PatternReplaceCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890798 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 14:13:59 +00:00
Noble Paul 79b97f996b SOLR-1655 . testcases are modified so thatthey explicitly mention MockDataSource
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890775 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 12:18:59 +00:00
Shalin Shekhar Mangar 0e8eb2a2d8 SOLR-1532 -- Allow StreamingUpdateSolrServer to use a provided HttpClient
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890769 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 11:32:27 +00:00
Noble Paul 326e5201ce SOLR-1654 Add TikaEntityProcessor example to the DIHExample
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890761 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 11:14:33 +00:00
Shalin Shekhar Mangar f5c04ae17b Reverting SOLR-1643 and moving TikaEntityProcessor and test to extras
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890679 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 07:49:07 +00:00
Noble Paul 0b1f7d579d SOLR-1621 :Allow current single core deployments to be specified by solr.xml
SOLR-1637 : Remove ALIAS command

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890675 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 07:05:58 +00:00
Shalin Shekhar Mangar 8e2e344157 SOLR-1610 -- Generify SolrCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890250 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 09:42:00 +00:00
Shalin Shekhar Mangar 68ed49e294 SOLR-1651 -- Fixed Incorrect dataimport handler package name in SolrResourceLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890243 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 09:30:51 +00:00
Shalin Shekhar Mangar 433fd5add1 TermsComponent supports distributed setups now
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890233 13f79535-47bb-0310-9956-ffa450edef68
2009-12-14 08:58:50 +00:00