Commit Graph

766 Commits

Author SHA1 Message Date
Yonik Seeley 8557aa1fde in facet refinement, skip over facet queries that don't look like refinements. add test that exercizes refinements.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@670028 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 18:38:20 +00:00
Mike Klaas 0150aeaf61 fix XSS vulnerability in analysis page
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669766 13f79535-47bb-0310-9956-ffa450edef68
2008-06-20 02:20:39 +00:00
Yonik Seeley 319fd2b028 SOLR-424: when writing response, gracefully handle invalid zero length int/long field values in the index
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669712 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19 21:50:53 +00:00
Grant Ingersoll be70d4d73a added a comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669492 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19 14:20:34 +00:00
Grant Ingersoll 1cd74a0531 SOLR-572: Added SpellCheckComponent functionality.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@669485 13f79535-47bb-0310-9956-ffa450edef68
2008-06-19 13:46:54 +00:00
Chris M. Hostetter 200f1ddd7c tmp files for tests should be temporary ... and not created in the current working directory
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668771 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 17:56:20 +00:00
Yonik Seeley 3050d8339a SOLR-303: if facet.limit <=0 then don't increase limit sent to shards, and don't test for refinement
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668756 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 17:25:36 +00:00
Yonik Seeley f2fb573cf1 change QParser.parse to public
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668716 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 15:51:35 +00:00
Yonik Seeley 0b20b5e658 SOLR-486: make javabin the default for SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668661 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 13:37:55 +00:00
Yonik Seeley e108b5375c SOLR-601: make QParser.parse public
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668656 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 13:27:53 +00:00
Grant Ingersoll a1b02cc58b SOLR-595: Added support for Field level boosting in MoreLikeThis
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@668638 13f79535-47bb-0310-9956-ffa450edef68
2008-06-17 12:48:57 +00:00
Otis Gospodnetic 96d68357d6 SOLR-592: Added ShardParams interface and changed several string literals to references to constants in CommonParams.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667923 13f79535-47bb-0310-9956-ffa450edef68
2008-06-15 03:28:36 +00:00
Chris M. Hostetter 97da4bab73 2 and a half years seems like a long enough time to be using the wrong favicon.ico. Let's use the same one we have on the website.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667193 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 18:42:10 +00:00
Chris M. Hostetter f690d9facf SOLR-597: SolrServlet no longer "caches" SolrCore. This was causing problems in Resin, and could potentially cause problems for customized usages of SolrServlet.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667190 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 18:27:50 +00:00
Yonik Seeley 7f0cc46ad7 SOLR-596: handle facet.limit=0
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@667187 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 18:11:26 +00:00
Yonik Seeley 423731edd0 use cloned params passed to submit to avoid concurrent modification exception
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@666936 13f79535-47bb-0310-9956-ffa450edef68
2008-06-12 00:53:45 +00:00
Yonik Seeley 4d11b2c89a create new params object for each shard request to prevent concurrent modification exception when SolrJ modifies the params
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@666876 13f79535-47bb-0310-9956-ffa450edef68
2008-06-11 22:34:06 +00:00
Yonik Seeley 2ce5049e36 test all ntz bit positions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@664151 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 21:56:37 +00:00
Ryan McKinley d75e9410c3 adding tests for ntz
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@664083 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 19:07:04 +00:00
Ryan McKinley 16c6d850c5 moving old test utility functions to a junit test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663797 13f79535-47bb-0310-9956-ffa450edef68
2008-06-06 01:44:32 +00:00
Ryan McKinley 552501c596 adding coverage for misc utils
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663739 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 21:12:06 +00:00
Ryan McKinley cd03773e71 increasing test coverage for NamedList and SimpleOrderedMap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663733 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 20:50:03 +00:00
Ryan McKinley 44ce0b1bee SOLR-193 -- increaseing code coverage on SolrDocument. Fixing some missing logic on adding vs. setting an Iterable field
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663723 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 20:10:28 +00:00
Ryan McKinley 0bbb3180fd Adding simple tests to increase code coverage for all SolrInfoMBeans -- this scans the classpath and calls all the functions (not expecting much)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663687 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 18:07:35 +00:00
Yonik Seeley edf6ed2faf doc deprecation alternative
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663665 13f79535-47bb-0310-9956-ffa450edef68
2008-06-05 17:15:13 +00:00
William Au 17c90ce718 SOLR-590
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@663089 13f79535-47bb-0310-9956-ffa450edef68
2008-06-04 13:16:07 +00:00
Bertrand Delacretaz ef8a49d414 marking myself inactive - haven't contributed to Solr for almost a year now
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@662366 13f79535-47bb-0310-9956-ffa450edef68
2008-06-02 08:56:41 +00:00
Chris M. Hostetter 914a646a7c include example of seting JNDI solr/home in the web.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661922 13f79535-47bb-0310-9956-ffa450edef68
2008-05-31 00:54:08 +00:00
Yonik Seeley 1de21edefe SOLR-587: use Lucene's deleteByQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661778 13f79535-47bb-0310-9956-ffa450edef68
2008-05-30 16:10:09 +00:00
Erik Hatcher 4c5700cdc9 SOLR-515: SimilarityFactory capability, allowing parameters from schema.xml to be used in Similarity construction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661547 13f79535-47bb-0310-9956-ffa450edef68
2008-05-30 01:28:56 +00:00
Yonik Seeley fb8ea90070 add ability to pass in an analyser to SolrQueryParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@661066 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 20:06:27 +00:00
Grant Ingersoll 77a62dd344 rollback stupid commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660912 13f79535-47bb-0310-9956-ffa450edef68
2008-05-28 11:51:50 +00:00
Grant Ingersoll 4e12eb0aff git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660658 13f79535-47bb-0310-9956-ffa450edef68 2008-05-27 19:43:35 +00:00
Otis Gospodnetic 04465637a2 - Added back a TODO per Yonik's request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660178 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26 12:51:03 +00:00
Grant Ingersoll f6f0c597a4 SOLR-553: Finish off by adding right Lucene jars and fix the spell checker test
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@660172 13f79535-47bb-0310-9956-ffa450edef68
2008-05-26 12:03:01 +00:00
Otis Gospodnetic 4b81a68252 - Removed a TODO that does not apply any more due to SOLR-539 commit
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659668 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 21:32:45 +00:00
Otis Gospodnetic cacf6ae295 SOLR-553 Use SpanScorer when highlighting phrase terms and hl.usePhraseHighlighter=true
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659664 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 21:23:25 +00:00
Otis Gospodnetic 5ba95af1bb SOLR-505 Give RequestHandlers the possiblity to suppress the generation of HTTP caching headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659657 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 20:55:48 +00:00
Chris M. Hostetter a0de6f7b9f SOLR-581 - typo in (private) method name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659323 13f79535-47bb-0310-9956-ffa450edef68
2008-05-23 00:11:32 +00:00
Grant Ingersoll 3b9df5ffc6 Added javadocs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659216 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 19:20:04 +00:00
Chris M. Hostetter 858b4116d7 SOLR-514: Added explicit media-type with UTF* charset to *.xsl files that don't already have one
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@659196 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 18:38:06 +00:00
Otis Gospodnetic 15fb1cd0cf SOLR-539: Fix for non-atomic long counters and a cast fix to avoid divide by zero
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@658977 13f79535-47bb-0310-9956-ffa450edef68
2008-05-22 02:12:50 +00:00
Chris M. Hostetter f60122e08d SOLR-470, SOLR-552, and SOLR-544: Multiple fixes to DateField regarding lenient parsing of optional milliseconds, and correct formating using the canonical representation. LegacyDateField has been added for people who have come to depend on the existing broken behavior.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@658003 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 22:00:22 +00:00
Koji Sekiguchi 455e7a414e SOLR-319: Changed SynonymFilterFactory to "tokenize" synonyms file.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@657829 13f79535-47bb-0310-9956-ffa450edef68
2008-05-19 13:38:38 +00:00
Otis Gospodnetic bc905bb00d - Javadoc correction
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@657183 13f79535-47bb-0310-9956-ffa450edef68
2008-05-16 19:28:33 +00:00
Otis Gospodnetic b434a76159 - Javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@657182 13f79535-47bb-0310-9956-ffa450edef68
2008-05-16 19:28:13 +00:00
Mike Klaas 12bde0cc22 remove last vestiges of maxPendingDeletes from DUH2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@656826 13f79535-47bb-0310-9956-ffa450edef68
2008-05-15 20:39:13 +00:00
Yonik Seeley 14d84045cc SOLR-559: use Lucene updateDocument, deleteDocuments
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@655190 13f79535-47bb-0310-9956-ffa450edef68
2008-05-10 21:16:37 +00:00
Koji Sekiguchi 291d18433e added Koji Sekiguchi to who page.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@653794 13f79535-47bb-0310-9956-ffa450edef68
2008-05-06 14:50:09 +00:00
Yonik Seeley d0ed896f4b SOLR-562: Namedlistcodec throws NPE for null names
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@653511 13f79535-47bb-0310-9956-ffa450edef68
2008-05-05 15:49:29 +00:00