Commit Graph

733 Commits

Author SHA1 Message Date
Yonik Seeley c511815110 fix delete-by-id when indexed id != readable id
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393619 13f79535-47bb-0310-9956-ffa450edef68
2006-04-12 21:27:06 +00:00
Erik Hatcher 861222dc75 correct typo in comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393368 13f79535-47bb-0310-9956-ffa450edef68
2006-04-12 02:17:40 +00:00
William Au 159cd5d81d fixed usage
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393293 13f79535-47bb-0310-9956-ffa450edef68
2006-04-11 18:55:58 +00:00
Chris M. Hostetter b2aca12c43 SOLR-3 - a general purpose test harness, JUnit base class, and migrated version of SolrTest's newtest.txt to JUnit
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@393142 13f79535-47bb-0310-9956-ffa450edef68
2006-04-11 04:36:46 +00:00
Erik Hatcher 4e0b46dd4e Add default field capability via df query string parameter
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392732 13f79535-47bb-0310-9956-ffa450edef68
2006-04-09 14:05:01 +00:00
William Au 174c830d63 fixed uid/gid in generated rsyncd.conf
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392369 13f79535-47bb-0310-9956-ffa450edef68
2006-04-07 19:16:51 +00:00
Yonik Seeley 64047e0b46 refactor /update to separate servlet, allow post of query to /select
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392311 13f79535-47bb-0310-9956-ffa450edef68
2006-04-07 15:20:12 +00:00
Yonik Seeley 0f57b81cb1 little tutorial updates
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391710 13f79535-47bb-0310-9956-ffa450edef68
2006-04-05 18:48:23 +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
Yonik Seeley 022a7db1a4 error if path is missing and default is not supplied
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391644 13f79535-47bb-0310-9956-ffa450edef68
2006-04-05 15:44:14 +00:00
Yonik Seeley 5547d20f92 make query parameters on command line be defaults, overridable by specific test
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391107 13f79535-47bb-0310-9956-ffa450edef68
2006-04-03 18:31:32 +00:00
Yonik Seeley 66dad9ff30 getDocListAndSet now collects the list and set from a single lucene query
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391100 13f79535-47bb-0310-9956-ffa450edef68
2006-04-03 18:13:14 +00:00
Yonik Seeley d97a9e7adf ability to specify/override query parameters from command line
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391099 13f79535-47bb-0310-9956-ffa450edef68
2006-04-03 18:10:09 +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 38bd428893 avoid taking intersection to get intersectionSize for BitDocSet.intersectionSize(HashDocSet)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@390474 13f79535-47bb-0310-9956-ffa450edef68
2006-03-31 18:52:26 +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
William Au f513261391 more comment for rsyncd_port
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388621 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 19:56:53 +00:00
William Au 31c5cc570d added default for rsync_port
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388620 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 19:56:18 +00:00
William Au 6385f459ca made hostname and webapp name configurable
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388597 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 18:35:53 +00:00
William Au a0c89d8091 corrected minor typo in comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388554 13f79535-47bb-0310-9956-ffa450edef68
2006-03-24 14:59:43 +00:00
Yonik Seeley 8a586795fc use Config.newInstance instead of class.newInstance
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@388010 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 03:03:02 +00:00
William Au c73cc359fa corrected wrong url for curl
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387973 13f79535-47bb-0310-9956-ffa450edef68
2006-03-22 23:35:59 +00:00
William Au 2ae66472c6 replaced ; with ,
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387958 13f79535-47bb-0310-9956-ffa450edef68
2006-03-22 22:35:11 +00:00
William Au 99fa0d06ec added command line args for configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387614 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 20:25:55 +00:00
William Au 250e281eea added command line args for configuration
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387613 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 20:25:41 +00:00
William Au e4bcd07f79 initial version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387612 13f79535-47bb-0310-9956-ffa450edef68
2006-03-21 20:23:46 +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 3cf1cfb107 remove use of deprecated lucene methods
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@385619 13f79535-47bb-0310-9956-ffa450edef68
2006-03-13 19:02:21 +00:00
Yonik Seeley 80fbf57064 solar->solr, remove unused vars, switch to svn keywords
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382663 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 05:19:37 +00:00
Yonik Seeley 6ea6b0ea71 remove unused vars
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382658 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 04:56:22 +00:00
Yonik Seeley 6f90134b24 remove unused class
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382655 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 04:46:45 +00:00
Yonik Seeley 2f065b8194 remove unused vars
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382654 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 04:41:38 +00:00
Yonik Seeley 2a66e0298d solar->solr in scripts
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382652 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 04:33:24 +00:00
Yonik Seeley f606d78b19 expand svn:keywords for text file, change registry to use svn keywords
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382610 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 01:43:03 +00:00
Yonik Seeley 1194714499 add config params to description
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382607 13f79535-47bb-0310-9956-ffa450edef68
2006-03-03 01:34:06 +00:00
Yonik Seeley 6381a2d9bc testing keyword expansion on pre-existing CVS keywords
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382534 13f79535-47bb-0310-9956-ffa450edef68
2006-03-02 22:25:49 +00:00
Yonik Seeley 63b402d2b3 make web.xml more standard, comment out resin fixes, SOLR->Solr, remove solar-status
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382528 13f79535-47bb-0310-9956-ffa450edef68
2006-03-02 22:02:18 +00:00
Yonik Seeley acd34ce844 solar->solr changes
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382438 13f79535-47bb-0310-9956-ffa450edef68
2006-03-02 16:33:58 +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
Doug Cutting 362614966b Change Solar to Solr in docs.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382137 13f79535-47bb-0310-9956-ffa450edef68
2006-03-01 19:50:03 +00:00
William Au 16f75d4f1e updated favicon
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382123 13f79535-47bb-0310-9956-ffa450edef68
2006-03-01 19:06:53 +00:00
Chris M. Hostetter 33f1a3287a adding a 'max' function which is neccessary if you want to keep function scores positive
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@382119 13f79535-47bb-0310-9956-ffa450edef68
2006-03-01 18:44:13 +00:00
Yonik Seeley 6a25e47f58 tutorial docs
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381750 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 19:24:54 +00:00
Yonik Seeley 8b00921b6f update to lucene 1.9-final
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381720 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 17:48:40 +00:00
Yonik Seeley 3bdbe02922 analysis debugging examples
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381717 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 17:25:42 +00:00
Yonik Seeley 4785c328e2 remove resin references from distribution page
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381689 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 16:21:23 +00:00
Yonik Seeley 52c392fdf8 fix grep for pid
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381529 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 01:18:40 +00:00
Yonik Seeley e0df5763c1 analysis tutorial update
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381522 13f79535-47bb-0310-9956-ffa450edef68
2006-02-28 01:07:25 +00:00
Yonik Seeley e06b15428f checkpoint save: more query examples, starting analysis section
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381434 13f79535-47bb-0310-9956-ffa450edef68
2006-02-27 20:28:57 +00:00
Yonik Seeley cb63752cc8 small querying data section
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381417 13f79535-47bb-0310-9956-ffa450edef68
2006-02-27 19:52:59 +00:00
Yonik Seeley a35d6bf284 little changes & typos
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381252 13f79535-47bb-0310-9956-ffa450edef68
2006-02-27 04:15:15 +00:00
Yonik Seeley 539d5d3de0 make valid forrest xdocs
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381246 13f79535-47bb-0310-9956-ffa450edef68
2006-02-27 03:36:04 +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
Yonik Seeley c6cbe9e66a features doc
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380881 13f79535-47bb-0310-9956-ffa450edef68
2006-02-25 02:37:53 +00:00
Yonik Seeley c03c23bc41 default to latest XML output version, remove legacy getnumfound option
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380251 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 22:31:00 +00:00
Yonik Seeley 5685d5ee1c remove unneeded solar-status
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380231 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 21:35:34 +00:00
Yonik Seeley 2e67b64db8 remove non-portable threaddump code
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380227 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 21:19:23 +00:00
Yonik Seeley 3c4deaa835 add statistics for SolrIndexSearcher so we can remove the last reason for having the long outdated solar-status page
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380224 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 21:11:01 +00:00
Yonik Seeley 53ad895510 Better exception error message for what may be a common startup problem
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380206 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 19:47:00 +00:00
William Au 8837b42d16 updated logo to match web site - Solr
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380185 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 18:19:10 +00:00
William Au 0d550d2a6c added missing import for Date
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380184 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 18:18:38 +00:00
Yonik Seeley ff90d5f2d6 chaos => slightly less than chaos. pulled out some common stuff into header.jsp, made healthcheck configurable, changed server start time to SolrCore creation time, removed some more CNET links
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@379696 13f79535-47bb-0310-9956-ffa450edef68
2006-02-22 05:53:23 +00:00
Yonik Seeley 3bf2bcef7c docs: nightly build news, download link, javadocs link
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@379462 13f79535-47bb-0310-9956-ffa450edef68
2006-02-21 14:40:39 +00:00
William Au 015ae45c02 updated logo
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@378391 13f79535-47bb-0310-9956-ffa450edef68
2006-02-16 23:02:59 +00:00
Yonik Seeley ba78c4fc55 change some CNET URLs to apache solr URLS, remove some unused links, fix href="" to href="."
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@377856 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 22:04:26 +00:00
Yonik Seeley d87b93c1c5 make URLs relative
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@377810 13f79535-47bb-0310-9956-ffa450edef68
2006-02-14 19:36:06 +00:00
Yonik Seeley ba5aa8eba0 remove unused try/finally
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@377478 13f79535-47bb-0310-9956-ffa450edef68
2006-02-13 20:04:09 +00:00
Yonik Seeley d4ae734c63 fix getting solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@377004 13f79535-47bb-0310-9956-ffa450edef68
2006-02-11 17:17:33 +00:00
Yonik Seeley 6928aa5513 remove empy import causing JSP compile err
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@376437 13f79535-47bb-0310-9956-ffa450edef68
2006-02-09 21:12:45 +00:00
Yonik Seeley 7106557207 force read of document stored fields in QuerySenderListener (used in firstSearcher and newSearcher event hooks)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@376027 13f79535-47bb-0310-9956-ffa450edef68
2006-02-08 19:19:08 +00:00
Yonik Seeley d1e8ad24c7 move SolarTest to SolrTest
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@375743 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 22:09:17 +00:00
Yonik Seeley d978defacf make apps/SolarTest runnable via ant test
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@375736 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 22:04:39 +00:00
Yonik Seeley 773ec8344b look for config files in ./conf and the main index in ./data/index by default
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@375449 13f79535-47bb-0310-9956-ffa450edef68
2006-02-07 02:58:55 +00:00
Yonik Seeley 00de122b8f remove lucene package and lucene_extras dir, FieldSortedHitQueue is now public in lucene.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@375308 13f79535-47bb-0310-9956-ffa450edef68
2006-02-06 16:24:21 +00:00
Yonik Seeley c1460bf233 positionIncrementGap schema support
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@374539 13f79535-47bb-0310-9956-ffa450edef68
2006-02-02 23:01:47 +00:00
Yonik Seeley bf82fb1970 move FunctionQuery and ConstantScorePrefixQuery to solr package
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@374526 13f79535-47bb-0310-9956-ffa450edef68
2006-02-02 22:06:28 +00:00
Yonik Seeley 1a56b86b6d move SynonymFilter and SynonymMap to solr package
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@374513 13f79535-47bb-0310-9956-ffa450edef68
2006-02-02 21:37:12 +00:00
Yonik Seeley 0affd73fd0 turn off default charset via .htaccess
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373993 13f79535-47bb-0310-9956-ffa450edef68
2006-02-01 05:21:19 +00:00
Yonik Seeley d98a6a1c71 add .htaccess to make UTF-8 default charset
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373986 13f79535-47bb-0310-9956-ffa450edef68
2006-02-01 04:29:39 +00:00
Yonik Seeley 0cf22e2486 initial web site
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373625 13f79535-47bb-0310-9956-ffa450edef68
2006-01-30 23:11:30 +00:00
Yoav Shapira bc5961c145 Don't need the original anymore, it's in the test tree now.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373403 13f79535-47bb-0310-9956-ffa450edef68
2006-01-30 00:00:58 +00:00
Yoav Shapira aa761f1227 Moved the one test class from src/normal stuff to src/test. Still need to rename the org.apache.lucene package classes to org.apache.solr (or do we want org.apache.lucene.solr?)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373402 13f79535-47bb-0310-9956-ffa450edef68
2006-01-29 23:59:59 +00:00
Yonik Seeley 148b4dbc92 initial version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@372455 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 05:37:29 +00:00