Commit Graph

116 Commits

Author SHA1 Message Date
Erik Hatcher bd5ef854d9 Add indexinfo request handler, which returns field information (currently type only) and index state information such as number
of documents and Lucene index version.  This details about fields and the index returned are still being developed, so the
response may change format until this is finalized.



git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498345 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 15:03:00 +00:00
Yonik Seeley 6e43239634 maxWarmingSearchers: SOLR-91
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495753 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 22:00:08 +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
Yonik Seeley 2a5ac64a26 LF endings for scripts.conf
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@490746 13f79535-47bb-0310-9956-ffa450edef68
2006-12-28 15:52:47 +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
Yonik Seeley d201d56c0f make example schema more friendly to very casual users... omit norms on non-text fields by default, and selected text fields
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487364 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 21:50:06 +00:00
Bertrand Delacretaz 7fdba93037 SOLR-59, make echoParams=explicit the default in the example config
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487204 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 13:20:15 +00:00
Chris M. Hostetter b2fcbed95b SOLR-70 - better parsing of pingQuery ... it's still not a very clean syntax, but at least it's now possible to have any pingQuery you want and it will acctaully respect multiple query params
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486904 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 00:15:45 +00:00
Otis Gospodnetic 62989cd49b - Comment/docs cleanup
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486544 13f79535-47bb-0310-9956-ffa450edef68
2006-12-13 08:17:12 +00:00
Yonik Seeley 81bef1260c default useFilterForSortedQuery to off in example
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@485891 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 21:50:41 +00:00
Bertrand Delacretaz 58fc48e498 make 'ant example' more visible and self-explaining
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483871 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 07:48:20 +00:00
Yonik Seeley ef34156b5e little comment cleanups
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483194 13f79535-47bb-0310-9956-ffa450edef68
2006-12-06 19:40:18 +00:00
Yonik Seeley 94c5c83320 little schema cleanups
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481036 13f79535-47bb-0310-9956-ffa450edef68
2006-11-30 19:00:07 +00:00
Chris M. Hostetter 48cc7c255d a few minor improvements: multi-val fields as lists, and DHTML reveal of score explanation if available
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480708 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 20:27:33 +00:00
Yonik Seeley 75164dd17a license updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480395 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 04:30:33 +00:00
Yonik Seeley f85eb581e0 license updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480379 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:48:31 +00:00
Mike Klaas c982fdedd6 SOLR-52 lazyfields patch implemented.
I am going to commit this with solrconfig defaulting to disabling lazyfields and use it in my 
application.  When I'm satisfied with the behaviour, I'll close SOLR-52 and perhaps enable 
lazyfields as the default option.



git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@479793 13f79535-47bb-0310-9956-ffa450edef68
2006-11-27 22:40:21 +00:00
Chris M. Hostetter 57653c5490 SOLR-71: Date Math for DateField
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@477465 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 01:55:05 +00:00
Chris M. Hostetter 11d9ba2463 SOLR-68 - new ClassLoader that knows about jars in solr/lib/ used for accessing resources specified in Config files, ie: plugins. Added example/solr/README.txt while i was at it so the various subdirs including 'lib' would be documented.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@474625 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 02:05:32 +00:00
Yonik Seeley 0546616464 ASF license headers
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@473134 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 23:13:58 +00:00
Mike Klaas 5cd72ec45a checked patch for SOLR-65
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@472720 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 00:43:54 +00:00
Yonik Seeley a84079798d new license header
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@472574 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 18:25:52 +00:00
Chris M. Hostetter 1a12258057 SOLR-49 - new XSLTResponseWriter for server side XSLT processing, and a new QueryResponseWriter.init(NamedList) method
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@465317 13f79535-47bb-0310-9956-ffa450edef68
2006-10-18 17:53:08 +00:00
Yonik Seeley f69188fa4d clarify that schema version is not app level
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@448950 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 14:45:48 +00:00
Yonik Seeley f65467a7e0 more docs for cache params
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@447850 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 14:05:35 +00:00
Yonik Seeley 0e8037a9a6 remove double-add typo from post.sh
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@447221 13f79535-47bb-0310-9956-ffa450edef68
2006-09-18 03:53:12 +00:00
Chris M. Hostetter ec38c40d94 SOLR-46 - support for appended and invariant SolrParams in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@442747 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 22:50:06 +00:00
Chris M. Hostetter 74f787bede more progress on SOLR-43
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@440841 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 19:29:08 +00:00
Mike Klaas d34d6aa515 Compressable field patch (SOLR-45)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@440837 13f79535-47bb-0310-9956-ffa450edef68
2006-09-06 19:11:29 +00:00
Chris M. Hostetter 22c19c970d modified example of using an existing analyzer to refrence one that supports a default constructor
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@438575 13f79535-47bb-0310-9956-ffa450edef68
2006-08-30 18:22:33 +00:00
Yonik Seeley 07b2a866ac SolrParams: SOLR-43
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@434136 13f79535-47bb-0310-9956-ffa450edef68
2006-08-23 19:34:57 +00:00
Otis Gospodnetic bc40671140 - Fixed typos
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@428003 13f79535-47bb-0310-9956-ffa450edef68
2006-08-02 14:21:09 +00:00
Yonik Seeley 0d60aba624 UTF-8 example: SOLR-38
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@425496 13f79535-47bb-0310-9956-ffa450edef68
2006-07-25 19:41:43 +00:00
Erik Hatcher ae014f4319 add defaultOperator example to example schema.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@425036 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 13:07:12 +00:00
Yonik Seeley e24147b019 make json response writers available by default
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423629 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 22:00:28 +00:00
Yonik Seeley 929d0d332e accute accent instead of grave
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423279 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 22:56:05 +00:00
Yonik Seeley 02aafbc34d JSON, Python, Ruby response writers: SOLR-31
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423170 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 18:27:20 +00:00
Yonik Seeley 336fcb7e69 add example of international char to sample doc
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423164 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 18:15:56 +00:00
Chris M. Hostetter 9561be65e8 SOLR-11 - BufferedTokenStream and RemoveDuplicatesTokenFilter from SOLR-11-BufferedTokenStream-RemoveDuplicatesTokenFilter.patch plus some additional tests and example config changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@419443 13f79535-47bb-0310-9956-ffa450edef68
2006-07-06 05:39:04 +00:00
Chris M. Hostetter 2d04fecca2 Support for customizing the QueryResponseWriter per request - SOLR-16
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@409560 13f79535-47bb-0310-9956-ffa450edef68
2006-05-26 05:44:02 +00:00
Yonik Seeley 1a66aa3853 enable multiple solr webapps with JNDI config
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@408501 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 21:55:12 +00:00
Chris M. Hostetter d63338bd35 new DisMaxRequestHandler as well as some generic SolrPluginUtils
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@408103 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 22:17:21 +00:00
Yonik Seeley 7b2989a3c5 fix update URL in post.sh
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@406949 13f79535-47bb-0310-9956-ffa450edef68
2006-05-16 13:58:40 +00:00
William Au c0df776a1f downgrade of jetty from 6 to 5.1.11RC0
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@405548 13f79535-47bb-0310-9956-ffa450edef68
2006-05-09 21:54:05 +00:00
William Au e1670d97b4 remove from svn, copy from src instead
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@399690 13f79535-47bb-0310-9956-ffa450edef68
2006-05-04 12:52:44 +00:00
William Au bf0cf89a03 initial version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@399300 13f79535-47bb-0310-9956-ffa450edef68
2006-05-03 13:40:05 +00:00
William Au 221a8d91fb initial version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@399299 13f79535-47bb-0310-9956-ffa450edef68
2006-05-03 13:39:40 +00:00
William Au 3985e51474 added admin-extra.html to gettableFiles
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398999 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 18:21:43 +00:00
William Au aa8f2572b6 initial version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398997 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 18:18:36 +00:00
Yonik Seeley 903814afa5 re-enable writeLock and commitLock configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391645 13f79535-47bb-0310-9956-ffa450edef68
2006-04-05 15:45:04 +00:00
Erik Hatcher 72326ccaca fix misspelling in configuration file
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391110 13f79535-47bb-0310-9956-ffa450edef68
2006-04-03 18:36:02 +00:00
Yonik Seeley 4202b65619 added postOptimize hooks, analogous to postCommit hooks but only called after an optimize command. Useful for only distributing optimized indicies
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@390501 13f79535-47bb-0310-9956-ffa450edef68
2006-03-31 21:25:20 +00:00
Yonik Seeley 34dc132902 removed legacy solar name support, change default config directory to ./solr/conf, make data directory ./solr/data, make base dir (./solr) configurable from solr.solr.home property, preliminary support for multiple solr wars, enhance exception message when resource isn't found.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@390446 13f79535-47bb-0310-9956-ffa450edef68
2006-03-31 15:45:36 +00:00
Yonik Seeley 0f9bcba8ad move default configuration dir from ./conf to ./solrconf
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@386349 13f79535-47bb-0310-9956-ffa450edef68
2006-03-16 14:56:45 +00:00
Yonik Seeley b1d2aae8a7 partial solar->solr changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382181 13f79535-47bb-0310-9956-ffa450edef68
2006-03-01 22:24:22 +00:00
Yonik Seeley 556adb3a09 remove javadoc context
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381782 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 21:08:51 +00:00
Yonik Seeley 44c19f4a4b example config update
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381523 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 01:07:50 +00:00
Chris M. Hostetter c4ed693c58 adding first pass at tutorial, and some more documentation links to the schema.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380887 13f79535-47bb-0310-9956-ffa450edef68
2006-02-25 02:54:01 +00:00
Chris M. Hostetter 865611e749 newlines are good
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380886 13f79535-47bb-0310-9956-ffa450edef68
2006-02-25 02:53:14 +00:00
Yonik Seeley 4a52b6acc1 example of healthcheck file config
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380325 13f79535-47bb-0310-9956-ffa450edef68
2006-02-24 03:51:40 +00:00
Yonik Seeley c83c192001 add solr example doc
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380238 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 22:00:43 +00:00
Yonik Seeley 3bd4668a16 teeny typo
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380204 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 19:20:32 +00:00
Yonik Seeley 1aec5a3da7 changes in the schema, and some sample docs
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380201 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 19:18:22 +00:00
Yonik Seeley 9e67b94b41 jetty 6.0.0beta9 stripped down
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@378126 13f79535-47bb-0310-9956-ffa450edef68
2006-02-16 00:08:26 +00:00
Yonik Seeley 389c5e6125 example config
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@377065 13f79535-47bb-0310-9956-ffa450edef68
2006-02-11 21:35:33 +00:00