Commit Graph

293 Commits

Author SHA1 Message Date
Mark Robert Miller 59c59cf3f4 SOLR-1203: add an example of setting the update.processor for a given RequestHandler to update chain example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@813854 13f79535-47bb-0310-9956-ffa450edef68
2009-09-11 14:29:59 +00:00
Shalin Shekhar Mangar c7696af098 Remove pk from all entities in example DIH configuration
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@812117 13f79535-47bb-0310-9956-ffa450edef68
2009-09-07 12:59:54 +00:00
Noble Paul fcc76e8b7e two declarations of /replication is misleading
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@809123 13f79535-47bb-0310-9956-ffa450edef68
2009-08-29 12:31:13 +00:00
Shalin Shekhar Mangar f703a1d9ae SOLR-1369 -- Add HSQLDB Jar to example-DIH, unzip database and update instructions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@807919 13f79535-47bb-0310-9956-ffa450edef68
2009-08-26 08:14:19 +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
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 d0ec8b1bfe doc performance tip
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802444 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08 20:15:30 +00:00
Yonik Seeley 8a3969fb7b SOLR-1142: faster example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802443 13f79535-47bb-0310-9956-ffa450edef68
2009-08-08 20:08:16 +00:00
Yonik Seeley 05f000d36a docs: spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802215 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 21:33:31 +00:00
Yonik Seeley 6b9be8fccb schema comments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802193 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 21:08:43 +00:00
Yonik Seeley ce84cfc655 SOLR-1339: fix dismax to handle parse exceptions, change types in tests to use new numeric types
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801786 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 19:30:40 +00:00
Yonik Seeley f939400f13 SOLR-1322: multiValued trie fields do work with NumericRangeQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@800924 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 19:06:33 +00:00
Yonik Seeley 1257990144 speeling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@800644 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 01:03:09 +00:00
Yonik Seeley d8027f2de0 SOLR-1291 SOLR-1322 SOLR-1325 SOLR-1328 : more trie integration
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@800565 13f79535-47bb-0310-9956-ffa450edef68
2009-08-03 21:09:05 +00:00
Yonik Seeley 7184a6bf53 make ignored multivalued by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@795244 13f79535-47bb-0310-9956-ffa450edef68
2009-07-17 22:00:22 +00:00
Grant Ingersoll b5620d8614 SOLR-1285: Add DelimitedPayloadTokenFilterFactory, tests and short example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794669 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 13:36:24 +00:00
Shalin Shekhar Mangar 03cf5cdad6 Upgraded to Lucene 2.9-dev r794238.
Other changes include:
    LUCENE-1614 - Use Lucene's DocIdSetIterator.NO_MORE_DOCS as the sentinel value.
    LUCENE-1630 - Add acceptsDocsOutOfOrder method to Collector implementations.
    LUCENE-1673, LUCENE-1701 - Trie has moved to Lucene core and renamed to NumericRangeQuery.
    LUCENE-1662, LUCENE-1687 - Replace usage of ExtendedFieldCache by FieldCache.

SOLR-1241: Solr's CharFilter has been moved to Lucene. Remove CharFilter and related classes from Solr and use Lucene's corresponding code.

SOLR-1261: Lucene trunk renamed RangeQuery & Co to TermRangeQuery.

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794328 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 17:21:04 +00:00
Yonik Seeley 98b4dd2e93 SOLR-284: random cleanups, tests, interface changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793953 13f79535-47bb-0310-9956-ffa450edef68
2009-07-14 15:53:05 +00:00
Mark Robert Miller 7c5825cf25 SOLR-1145: Add capability to specify an infoStream log file for the underlying Lucene IndexWriter in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791578 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06 19:31:37 +00:00
Yonik Seeley 33ba738883 remove clustering from example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791148 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04 16:26:25 +00:00
Yonik Seeley 156b50f302 move clustering server out of example, use clustering libs w/o making a copy
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791147 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04 16:22:40 +00:00
Yonik Seeley b85ec98955 don't copy shell scripts into example bin
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786342 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 00:40:42 +00:00
Mark Robert Miller 6f4075377c SOLR-1151: add dynamic copy field and maxChars example to example schema.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786105 13f79535-47bb-0310-9956-ffa450edef68
2009-06-18 15:07:56 +00:00
Otis Gospodnetic 4457bf3db9 - Typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@783616 13f79535-47bb-0310-9956-ffa450edef68
2009-06-11 03:38:50 +00:00
Mark Robert Miller c1efe96c47 roll back - unrelated schema example change committed with SOLR-243
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782661 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 15:00:31 +00:00
Mark Robert Miller 0502d82893 SOLR-243: Add configurable IndexReaderFactory so that alternate IndexReader implementations can be specified via solrconfig.xml.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782660 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 14:56:31 +00:00
Mark Robert Miller 0334f5e447 SOLR-1184: Add option to not reopen readers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@781716 13f79535-47bb-0310-9956-ffa450edef68
2009-06-04 12:17:31 +00:00
Shalin Shekhar Mangar 44918ec04b SOLR-1183 -- Analysis example script has incorrect path to handler after SOLR-1099 commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@778421 13f79535-47bb-0310-9956-ffa450edef68
2009-05-25 13:43:05 +00:00
Koji Sekiguchi b54b936fcd fix funny README.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776918 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 01:24:42 +00:00
Yonik Seeley 06f159e3fb SOLR-1169: SortedIntDocSet
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776750 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 16:11:11 +00:00
Grant Ingersoll 1fc5ecc6c2 SOLR-769: Add clustering contrib capabilities to Solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776692 13f79535-47bb-0310-9956-ffa450edef68
2009-05-20 13:29:52 +00:00
Yonik Seeley 63c55c742e SOLR-877: TermsComponent internal/external fixes plus rows to limit change
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@773218 13f79535-47bb-0310-9956-ffa450edef68
2009-05-09 13:01:29 +00:00
Yonik Seeley c1b5873565 docs: omitTermFreqAndPositions false for text fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@770977 13f79535-47bb-0310-9956-ffa450edef68
2009-05-02 19:23:08 +00:00
Shalin Shekhar Mangar 1ea1e3ca37 SOLR-1099 -- A FieldAnalysisRequestHandler which provides the analysis functionality of the web admin page as a service. The AnalysisRequestHandler is renamed to DocumentAnalysisRequestHandler which is enhanced with query analysis and showMatch support. AnalysisRequestHandler is now deprecated. Support for both FieldAnalysisRequestHandler and DocumentAnalysisRequestHandler is also provided in the Solrj client.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@767412 13f79535-47bb-0310-9956-ffa450edef68
2009-04-22 08:53:28 +00:00
Shalin Shekhar Mangar 12024eba47 SOLR-934 -- A MailEntityProcessor to enable indexing mails from POP/IMAP sources into a solr index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764601 13f79535-47bb-0310-9956-ffa450edef68
2009-04-13 20:26:10 +00:00
Shalin Shekhar Mangar ad42cc8059 SOLR-940 and SOLR-1079 -- Updating Lucene jars, updating Trie field types per Lucene's changes, adding ReverseStringFilterFactory, updates related to LUCENE-1500.
Committing all the above changes in one go to avoid compile errors due to Lucene API updates (except for ReverseStringFilterFactory).

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@764291 13f79535-47bb-0310-9956-ffa450edef68
2009-04-12 11:03:09 +00:00
Shalin Shekhar Mangar 266be45c7d SOLR-940 -- Add support for Lucene's Trie Range Queries
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@752562 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 18:42:43 +00:00
Yonik Seeley 6ae1c862f4 SOLR-739: Add support for OmitTf
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746868 13f79535-47bb-0310-9956-ffa450edef68
2009-02-23 03:27:43 +00:00
Erik Hatcher 16b846d1b8 Use FQCN for handler. Broken otherwise when uncommented.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746370 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 21:29:12 +00:00
Erik Hatcher 51d709de3c SOLR-1026: Add protected words support to SnowballPorterFilterFactory. Deprecated EnglishPorterFilterFactory and switched example to use English SnowballPorterFilterFactory instead
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746122 13f79535-47bb-0310-9956-ffa450edef68
2009-02-20 03:23:58 +00:00
Chris M. Hostetter 22da31152c SOLR-1022 ... fixing bad example of ignored field (should be multiValued=true)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@745615 13f79535-47bb-0310-9956-ffa450edef68
2009-02-18 19:11:13 +00:00
Yonik Seeley 6555bb7bb3 SOLR-799: Add support for hash based exact/near duplicate document handling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743163 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 23:21:57 +00:00
Erik Hatcher a1566dd585 be more accurate with comment about core handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743008 13f79535-47bb-0310-9956-ffa450edef68
2009-02-10 16:17:36 +00:00
Shalin Shekhar Mangar ccd038d8ef SOLR-991 followup -- Revert change made to schema.xml for testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@738917 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 16:41:30 +00:00
Shalin Shekhar Mangar caf1fc2725 SOLR-991 -- Better error message when parsing solrconfig.xml fails due to malformed XML. Error message notes the name of the file being parsed.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@738916 13f79535-47bb-0310-9956-ffa450edef68
2009-01-29 16:39:01 +00:00
Shalin Shekhar Mangar 6eb1b688e3 SOLR-865 -- Adding support for document updates in binary format and corresponding support in Solrj client
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@734796 13f79535-47bb-0310-9956-ffa450edef68
2009-01-15 20:20:59 +00:00
Yonik Seeley b35c6a23ff include note about benchmarking with example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@729063 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 18:58:07 +00:00
Grant Ingersoll 7ddfd04ae4 SOLR-284: Updated to Tika 0.2. Added in build, pom support
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@726035 13f79535-47bb-0310-9956-ffa450edef68
2008-12-12 15:18:24 +00:00
Grant Ingersoll f85a03ffb0 Add a comment on the use of the example SpellCheckComponent Request Handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@725318 13f79535-47bb-0310-9956-ffa450edef68
2008-12-10 16:01:14 +00:00
Yonik Seeley 607a198092 SOLR-475: close termenums, use fieldValueCache
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724203 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 21:11:55 +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
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
Koji Sekiguchi eb0ec4a3e2 SOLR-822: Add CharFilter so that characters can be filtered before Tokenizer/TokenFilters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@713902 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 01:56:21 +00:00
Yonik Seeley d5096312a6 SOLR-667: change markAndSweep algorithm, make FastLRUCache the default for filterCache in example and test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@710068 13f79535-47bb-0310-9956-ffa450edef68
2008-11-03 14:32:58 +00:00
Grant Ingersoll 153a59999e SOLR-651: Added in TermVectorComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707399 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 15:49:18 +00:00
Shalin Shekhar Mangar fa8ca41a71 SOLR-561 -- Added Replication implemented in Java as a request handler. Supports index replication as well as configuration replication and exposes detailed statistics and progress information on the Admin page. Works on all platforms.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706565 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 09:44:43 +00:00
Ryan McKinley d3d3251e5d SOLR-680: Adding StatsComponent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705915 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 20:19:53 +00:00
Ryan McKinley 180ff531e1 SOLR-813: Adding DoubleMetaphone Filter and Factory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705903 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 18:38:24 +00:00
Ryan McKinley d27f96d416 SOLR-793 -- removing stuff accidentally added with previous commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704301 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 03:36:45 +00:00
Ryan McKinley 97e369ace8 SOLR-793: Add 'commitWithin' argument to the update add command. This behaves similar to the global autoCommit maxTime argument except that it is set for each request.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704288 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 00:24:04 +00:00
Shalin Shekhar Mangar b34bc9cfcc SOLR-617 -- Allow configurable index deletion policy and provide a default implementation.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699975 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29 03:37:41 +00:00
Erik Hatcher 69fd3c455f typo fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699471 13f79535-47bb-0310-9956-ffa450edef68
2008-09-26 20:01:03 +00:00
Shalin Shekhar Mangar a61088f009 Fixing typo in jmx documentation -- serviceurl should be serviceUrl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@697368 13f79535-47bb-0310-9956-ffa450edef68
2008-09-20 14:33:02 +00:00
Otis Gospodnetic 7e65ade752 - Spelling fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@696383 13f79535-47bb-0310-9956-ffa450edef68
2008-09-17 18:07:01 +00:00
Yonik Seeley 96eaf18444 SOLR-747: update example solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@691716 13f79535-47bb-0310-9956-ffa450edef68
2008-09-03 18:27:33 +00:00
Shalin Shekhar Mangar e636a45bc7 Example DataImportHandler configuration with sample hsqldb database. Instructions inside example-DIH/README.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@691151 13f79535-47bb-0310-9956-ffa450edef68
2008-09-02 08:35:50 +00:00
Erik Hatcher 088bdde5ac Fix key to index directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@688119 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 16:57:50 +00:00
Yonik Seeley 35a8df10e3 SOLR-708: CoreAdminHandler unload, reload, alias impl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@687083 13f79535-47bb-0310-9956-ffa450edef68
2008-08-19 16:06:13 +00:00
Yonik Seeley f00c5cbda0 roll back SOLR-683 acceptQueueSize recommendation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686272 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 16:16:01 +00:00
Grant Ingersoll dd81e80044 add some sample multicore docs for testing
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686105 13f79535-47bb-0310-9956-ffa450edef68
2008-08-15 01:46:23 +00:00
Otis Gospodnetic cd0f1a0aec SOLR-683 acceptQueueSize=0 jetty.xml setting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686028 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 20:43:58 +00:00
Ryan McKinley 9e11b2c21d SOLR-695 -- renaming MultiCore* to CoreAdmin*
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685989 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 18:44:56 +00:00
Shalin Shekhar Mangar 1b69ba9a4c 1. Adding handler.component to package list in SolrResourceLoader
2. Changing solrconfig.xml to use short names for SearchHandler and all components

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685786 13f79535-47bb-0310-9956-ffa450edef68
2008-08-14 06:50:48 +00:00
Yonik Seeley 5a59dd7660 remove gram fieldtype from example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685621 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 17:45:08 +00:00
Ryan McKinley 425d8ac209 SOLR-695 -- refactoring MultiCore to CoreContainer
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685577 13f79535-47bb-0310-9956-ffa450edef68
2008-08-13 14:57:20 +00:00
Chris M. Hostetter cabf61cde8 SOLR-689 - rename multicore.xml to solr.xml slong with some syntax changes to improve the terminology and leave ourselves open to additional options in that file
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@685244 13f79535-47bb-0310-9956-ffa450edef68
2008-08-12 17:54:45 +00:00
Yonik Seeley 6ce91c9515 SOLR-683: up max thread count to prevent distributed deadlock when distrib search is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684950 13f79535-47bb-0310-9956-ffa450edef68
2008-08-11 21:46:03 +00:00
Chris M. Hostetter ccf20dfd92 fix comment (simple is the default, not single) and remove redundent verbage
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684395 13f79535-47bb-0310-9956-ffa450edef68
2008-08-10 02:09:02 +00:00
Yonik Seeley 8e0503b667 SOLR-686: single lock factory overwrites previous (multicore reload corruption possibility)_
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684339 13f79535-47bb-0310-9956-ffa450edef68
2008-08-09 20:34:35 +00:00
Chris M. Hostetter f7291f6cd5 SOLR-636 - simplify example configs and make index.jsp links more resilient to configs loaded via an InputStream.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@683415 13f79535-47bb-0310-9956-ffa450edef68
2008-08-06 21:16:12 +00:00
Yonik Seeley 925cefcc46 test chars outside the BMP
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@682523 13f79535-47bb-0310-9956-ffa450edef68
2008-08-04 21:54:33 +00:00
Shalin Shekhar Mangar 2d13d9eab4 SOLR-256 -- Support exposing Solr statistics through JMX
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@680795 13f79535-47bb-0310-9956-ffa450edef68
2008-07-29 18:13:57 +00:00
Ryan McKinley da634f42eb SOLR-660 -- simplify the UpdateRequestProcessorFactory framework and use standard initialization techniques
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@679936 13f79535-47bb-0310-9956-ffa450edef68
2008-07-26 00:20:44 +00:00
Yonik Seeley f9f787d141 SOLR-644: increase jetty POST size
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@678638 13f79535-47bb-0310-9956-ffa450edef68
2008-07-22 04:42:13 +00:00
Erik Hatcher a00dec824d SOLR-632: Revert to Jetty 6.1.3 due to cache header issue with 6.1.11
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677708 13f79535-47bb-0310-9956-ffa450edef68
2008-07-17 20:27:42 +00:00
Erik Hatcher 429ab8a5f6 SOLR-632: Upgrade Jetty to 6.1.11
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@677457 13f79535-47bb-0310-9956-ffa450edef68
2008-07-16 22:46:40 +00:00
Chris M. Hostetter 5d79d6bfe9 small tweak to example multicore schemas -- make the schema names a little more distinct from core names so it's clear which is which when looking at admin screens
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672962 13f79535-47bb-0310-9956-ffa450edef68
2008-07-01 00:25:55 +00:00
Grant Ingersoll 1fb3859f7c Rollback SOLR-609 in favor of getting the defaults from ReqHandler. Change around the config to demonstrate, also updated on the Wiki.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@672852 13f79535-47bb-0310-9956-ffa450edef68
2008-06-30 18:03:23 +00:00
Grant Ingersoll e598716210 SOLR-604: Make relative spellchecking dir be relative to the Solr data dir. Also added sample file based sc to the example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670973 13f79535-47bb-0310-9956-ffa450edef68
2008-06-23 23:59:12 +00:00
Yonik Seeley a10b2432c3 add test to see if default is UTF-8 in post body... will be useful for debugging other apps querying solr
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670050 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 20:12:14 +00:00
Yonik Seeley dceb71ed0b utf8 server config test script
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670049 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 20:00:54 +00:00
Grant Ingersoll 1cd74a0531 SOLR-572: Added SpellCheckComponent functionality.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669485 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19 13:46:54 +00:00
Erik Hatcher 4c5700cdc9 SOLR-515: SimilarityFactory capability, allowing parameters from schema.xml to be used in Similarity construction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661547 13f79535-47bb-0310-9956-ffa450edef68
2008-05-30 01:28:56 +00:00
Chris M. Hostetter cd3b0f0fd7 SOLR-518: Changed luke.xsl to use divs w/css for generating histograms instead of SVG ... also made some other small cleanup changes to luke.xsl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659287 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 22:34:01 +00:00
Chris M. Hostetter 858b4116d7 SOLR-514: Added explicit media-type with UTF* charset to *.xsl files that don't already have one
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659196 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 18:38:06 +00:00
Yonik Seeley 14d84045cc SOLR-559: use Lucene updateDocument, deleteDocuments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@655190 13f79535-47bb-0310-9956-ffa450edef68
2008-05-10 21:16:37 +00:00
Ryan McKinley 24ef016c87 default is no longer a multicore concept
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@650331 13f79535-47bb-0310-9956-ffa450edef68
2008-04-22 00:34:06 +00:00