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
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
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
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
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
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
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
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
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
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
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
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
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
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
7bcf99813d
SOLR-521: StopFilterFactory support for enablePositionIncrements
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@648433 13f79535-47bb-0310-9956-ffa450edef68
2008-04-15 22:19:18 +00:00
Chris M. Hostetter
3813608000
detailed deprecation comments for the major request handlers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@630746 13f79535-47bb-0310-9956-ffa450edef68
2008-02-25 07:02:09 +00:00
Chris M. Hostetter
89bf821efe
more SOLR-264 work: add example to schema.xml; fix equals bug in SolrComparatorSource that Koji found; make ValueSource use IndexReader version in it's computation; refactor getSeed to use both the fieldname and the reader version
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@550668 13f79535-47bb-0310-9956-ffa450edef68
2007-06-26 03:16:05 +00:00
Yonik Seeley
80aa3bc884
restore catenateNumbers=1 in example schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545604 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 19:53:39 +00:00
Mike Klaas
2ae74da893
Accidently turned off generateWordParts in example schema during testing
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545599 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 19:10:04 +00:00
Mike Klaas
52d8e2421a
SOLR-257: added explicit parameter to schema.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545598 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 19:05:46 +00:00
Mike Klaas
39e0ff32f2
SOLR-257: add splitOnCaseChange parameter to WordDelimiterFilter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@545597 13f79535-47bb-0310-9956-ffa450edef68
2007-06-08 19:02:27 +00:00
Ryan McKinley
4ccd436bf8
SOLR-69: Adding MoreLikeThis support
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@544018 13f79535-47bb-0310-9956-ffa450edef68
2007-06-04 00:27:20 +00:00
Yonik Seeley
64f5f2acac
add explicit UTF8 char encoding to example XML config files
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536696 13f79535-47bb-0310-9956-ffa450edef68
2007-05-09 22:40:27 +00:00
Chris M. Hostetter
23e5fb0e47
SOLR-217 - no error if fields are unindexed and unstored, instead let them be quietly ignored
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@536278 13f79535-47bb-0310-9956-ffa450edef68
2007-05-08 18:03:32 +00:00
Ryan McKinley
2787609f91
SOLR-181 -- add "required" fields to IndexSchema.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@533571 13f79535-47bb-0310-9956-ffa450edef68
2007-04-29 23:03:03 +00:00
Yonik Seeley
834c7c60d3
allow fieldType as well as fieldtype in schema
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@527594 13f79535-47bb-0310-9956-ffa450edef68
2007-04-11 18:16:01 +00:00
Chris M. Hostetter
d50b65bc82
SOLR-81: more spellchecker enhancements, cleaned up schema/solrconfig, added support for relative paths as well as RAM based spellchecker directories, fixed NPE when using cmd=rebuild, added cmd=reopen
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@522628 13f79535-47bb-0310-9956-ffa450edef68
2007-03-26 21:11:13 +00:00
Chris M. Hostetter
a2beac1e38
SOLR-89 new PatternReplaceFilter, TrimFilter, and corrisponding Factories
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@494675 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 01:18:38 +00:00
Chris M. Hostetter
21b830ba5c
SOLR-82 - allow default field values to be specified in the schema.xml
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@493170 13f79535-47bb-0310-9956-ffa450edef68
2007-01-05 20:12:18 +00:00
Bertrand Delacretaz
c19acfe50f
comments added to explain the role of these schema files
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489747 13f79535-47bb-0310-9956-ffa450edef68
2006-12-22 20:32:02 +00:00