Commit Graph

272 Commits

Author SHA1 Message Date
Chris M. Hostetter 066c566636 improve explanation of implicit response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@888158 13f79535-47bb-0310-9956-ffa450edef68
2009-12-07 22:11:34 +00:00
Yonik Seeley ace3e15d0d SOLR-1577: fix data dir default to stay under solr home
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@883202 13f79535-47bb-0310-9956-ffa450edef68
2009-11-23 00:36:42 +00:00
Koji Sekiguchi 7aeed67afe update URL version of Lucene API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@882828 13f79535-47bb-0310-9956-ffa450edef68
2009-11-21 02:32:17 +00:00
Yonik Seeley 743b7e7364 add warning about indexDefaults, let mainIndex.maxFieldLength inherit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@829843 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 15:55:57 +00:00
Chris M. Hostetter 13964ddded SOLR-1521: eliminate ./contrib/clustering/example and move the clustring example configs to ./example ... use system properties to enable the component/handler used in the example so that they don't confuse people who haven't downloaded the neccessary libs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@829493 13f79535-47bb-0310-9956-ffa450edef68
2009-10-25 04:34:35 +00:00
Mark Robert Miller 175538c82e quick attempt at improving maxBoolClause doc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@827678 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 15:18:24 +00:00
Yonik Seeley ed436c5cd4 example schema - make StopFilter.enablePositionIncrements use consistent
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826758 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19 18:48:57 +00:00
Yonik Seeley 0afb986b1e docs - note about SolrCell jars being referenced outside of example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826712 13f79535-47bb-0310-9956-ffa450edef68
2009-10-19 16:12:15 +00:00
Yonik Seeley a659c981e9 avoid ord() rord() in our examples
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826526 13f79535-47bb-0310-9956-ffa450edef68
2009-10-18 21:00:09 +00:00
Yonik Seeley 16df0cfe16 simplify classpath regex
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826289 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17 19:05:53 +00:00
Yonik Seeley ff3fd6f77f replicat on startup in the example config (commented out)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826067 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16 20:16:10 +00:00
Yonik Seeley 8ad2fed634 don't cause serious errors in the example server
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@825968 13f79535-47bb-0310-9956-ffa450edef68
2009-10-16 16:00:02 +00:00
Chris M. Hostetter d157af5424 make all examples of refrencing solr jars consistent across the various solrconfig.xml files - new regex will match official version numbers, dev version numbers, and 'nightly' version numbers, but will prevent the JVM from loading the 'src' and 'doc' jars
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824882 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 18:58:59 +00:00
Yonik Seeley dd8ebf60d9 fix nightly: be more flexible about solr-cell regex matching jar
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824844 13f79535-47bb-0310-9956-ffa450edef68
2009-10-13 17:11:41 +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
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
Shalin Shekhar Mangar 454d21428e SOLR-1483 -- Added notes on sortMissingFirst, sortMissingLast and removed note on StatsComponent and faceting not working for trie fields
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823025 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 05:34:54 +00:00
Yonik Seeley f090dd8fbc clarify precisionStep==0
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@821673 13f79535-47bb-0310-9956-ffa450edef68
2009-10-05 03:27: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
Yonik Seeley 1a3b38acaa SOLR-1458: save optimized index points, fix deletion policy wrt number of optimized points to save, change policy to have a separate count for optimized
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819336 13f79535-47bb-0310-9956-ffa450edef68
2009-09-27 16:37:40 +00:00
Shalin Shekhar Mangar 162ace4e88 Disable indexing attachements in DIH mail example and do not copy tika and dependencies anymore into DIH mail example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@818420 13f79535-47bb-0310-9956-ffa450edef68
2009-09-24 09:59:17 +00:00
Shalin Shekhar Mangar e8f899dc26 SOLR-1366 -- Clear documentation/warning in example solrconfig.xml and changelist about using a custom IndexReaderFactory with ReplicationHandler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@817801 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22 19:50:27 +00:00
Noble Paul 352c8543ad SOLR-1447
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@817650 13f79535-47bb-0310-9956-ffa450edef68
2009-09-22 13:14:35 +00:00
Yonik Seeley edbbdd8d2b add comment about logging and -server mode for benchmarking
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@817378 13f79535-47bb-0310-9956-ffa450edef68
2009-09-21 19:15:54 +00:00
Yonik Seeley 7b914a84f0 remove exampleAnalysis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@816387 13f79535-47bb-0310-9956-ffa450edef68
2009-09-17 21:33:32 +00:00
Yonik Seeley 8f852b81b8 map was changed to fmap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@815993 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16 22:42:49 +00:00
Noble Paul fac2bd65bc added binary to example schema
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@814494 13f79535-47bb-0310-9956-ffa450edef68
2009-09-14 06:39:54 +00:00
Yonik Seeley 6acf11c821 SOLR-284: improve example server for extracting request handler
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@814378 13f79535-47bb-0310-9956-ffa450edef68
2009-09-13 19:37:33 +00:00
Grant Ingersoll 9b936ce650 SOLR-1296: Add support for termInfosIndexDivisor and termIndexInterval
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@814160 13f79535-47bb-0310-9956-ffa450edef68
2009-09-12 12:27:42 +00:00
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