Commit Graph

20 Commits

Author SHA1 Message Date
Yonik Seeley e63135a59f new OpenBitSet, BitDocSet changes to use it, HashDocSet size params moved to the DocSetHitCollector: SOLR-15
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@413324 13f79535-47bb-0310-9956-ffa450edef68
2006-06-10 16:05:12 +00:00
Chris M. Hostetter 4f4219196f more improvements to javadocs
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@412029 13f79535-47bb-0310-9956-ffa450edef68
2006-06-06 07:53:40 +00:00
Chris M. Hostetter e42880a5dc first significant push at improving javadocs for interfaces/classes used heavily by request handler plugins
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@409900 13f79535-47bb-0310-9956-ffa450edef68
2006-05-28 00:41:33 +00:00
Chris M. Hostetter 2fbda0c197 minor javadoc tweaks to reduce warnings
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@409886 13f79535-47bb-0310-9956-ffa450edef68
2006-05-27 21:55:39 +00:00
Chris M. Hostetter f5874a38f3 minor cleanup of existing javadocs to reduce warnings
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@409791 13f79535-47bb-0310-9956-ffa450edef68
2006-05-27 01:35:44 +00:00
William Au dd8d4e28db fixed scripts permission in example
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@405459 13f79535-47bb-0310-9956-ffa450edef68
2006-05-09 16:27:51 +00:00
William Au 2e492c27b1 copy scripts into example
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@399691 13f79535-47bb-0310-9956-ffa450edef68
2006-05-04 12:53:31 +00:00
Chris M. Hostetter c2338fca20 adding neccessary SolrConfig hooks so TestHarness and unit tests can specify arbitrary solrconfig.xml files, modified unit tests to demonstrate this -- per SOLR-3 and SOLR-8
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395148 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 06:00:20 +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
Yonik Seeley 039f7c853a add debugging info by default so we get linenumbers in stacktraces
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@387984 13f79535-47bb-0310-9956-ffa450edef68
2006-03-23 01:00:38 +00:00
Yonik Seeley 03009fad6b temporary fix for solr.war missing in example
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@381199 13f79535-47bb-0310-9956-ffa450edef68
2006-02-26 23:13:52 +00:00
Chris M. Hostetter 9185558954 code requires 1.5, so be explicit in build.xml to cause a meaningful failure
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380879 13f79535-47bb-0310-9956-ffa450edef68
2006-02-25 01:21:36 +00:00
Yonik Seeley d61f5dcc8f document "ant example"
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@380243 13f79535-47bb-0310-9956-ffa450edef68
2006-02-23 22:20:55 +00:00
Yonik Seeley d0edbc44f3 new targets javadocs, nightly, changes to other targets
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@378666 13f79535-47bb-0310-9956-ffa450edef68
2006-02-18 00:17:44 +00:00
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 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 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
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 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