Commit Graph

884 Commits

Author SHA1 Message Date
Yonik Seeley 6e454e8330 add example and dist-example targets to build.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@378133 13f79535-47bb-0310-9956-ffa450edef68
2006-02-16 01:05:55 +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 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 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
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 1ba72bdb16 lucene_nightly_20060206
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@375296 13f79535-47bb-0310-9956-ffa450edef68
2006-02-06 15:17:00 +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
Yoav Shapira 5aec260733 Updated to include building instructions.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373400 13f79535-47bb-0310-9956-ffa450edef68
2006-01-29 23:54:58 +00:00
Yoav Shapira e818051f18 It semi-works now, but some cleanup still needed, especially around lucene_extras and the unit tests conversion to JUnit.
BTW, why is the XPP jar named with an O (the letter) instead of a 0 (the digit zero) in the version?


git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373320 13f79535-47bb-0310-9956-ffa450edef68
2006-01-29 15:50:23 +00:00
Yoav Shapira 3a6bc17158 I think we might need this ;)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373317 13f79535-47bb-0310-9956-ffa450edef68
2006-01-29 15:19:01 +00:00
Yoav Shapira b663f5916a Initial version of build.xml -- not working yet, but I need to commit here since there's no JDK 1.5 on minotaur, and I'll continue on my laptop to make it work.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@373315 13f79535-47bb-0310-9956-ffa450edef68
2006-01-29 15:16:56 +00:00
Yonik Seeley 05ea3d894e lucene 1.9 dev nightlies 20050127
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@372965 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 20:05:25 +00:00
Yonik Seeley 5ddb8a240d change names to include version
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@372963 13f79535-47bb-0310-9956-ffa450edef68
2006-01-27 20:04:27 +00:00
William Au a740ff6dc6 added CHANGES to test commit access
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@372579 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 18:16:09 +00:00
Yonik Seeley 62483208ef servlet-api.jar 2.4 from Tomcat 5.5.12
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@372575 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 17:32:24 +00:00
Yonik Seeley 7457db67a7 xpp3-1.1.3.4.O
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@372572 13f79535-47bb-0310-9956-ffa450edef68
2006-01-26 17:20:43 +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
Chris M. Hostetter 77e6e7313c Testing Commit access
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@372067 13f79535-47bb-0310-9956-ffa450edef68
2006-01-25 00:55:24 +00:00
Doug Cutting 3cdb369a61 Bootstrap solr project.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@369921 13f79535-47bb-0310-9956-ffa450edef68
2006-01-17 21:26:43 +00:00