Commit Graph

192 Commits

Author SHA1 Message Date
William Au 0a428ad3fb check solr return code
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@472148 13f79535-47bb-0310-9956-ffa450edef68
2006-11-07 16:07:57 +00:00
Chris M. Hostetter 1f94c5bb60 adding faceted search and list of output types to detailed query features list
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@471866 13f79535-47bb-0310-9956-ffa450edef68
2006-11-06 20:16:04 +00:00
Mike Klaas 2c71186808 BugFix: field boosts were being ignored and doc boosts applied to fields rather than the doc
(testcase + fix)


git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@471059 13f79535-47bb-0310-9956-ffa450edef68
2006-11-03 23:44:11 +00:00
William Au a0239f9f42 blackslash escape * in ssh command used for zsh compatibility
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@470951 13f79535-47bb-0310-9956-ffa450edef68
2006-11-03 19:01:53 +00:00
Yonik Seeley d2fbaf889f added json.wrf, wrapper function: SOLR-56
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@465369 13f79535-47bb-0310-9956-ffa450edef68
2006-10-18 20:58:27 +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
Chris M. Hostetter a66dc55848 examples of syntax for parseFunction
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@453782 13f79535-47bb-0310-9956-ffa450edef68
2006-10-06 21:43:18 +00:00
Chris M. Hostetter 2faaa1bbcd SOLR-25 - change FunctionQuery to use ComplexExplanation
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@452973 13f79535-47bb-0310-9956-ffa450edef68
2006-10-04 18:53:06 +00:00
Chris M. Hostetter 98f8010f65 javadoc additions and cleanup
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@448815 13f79535-47bb-0310-9956-ffa450edef68
2006-09-22 05:04:06 +00:00
Yonik Seeley 8c79297a75 use FilterCache for faceting single-term non-bool fields
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@448695 13f79535-47bb-0310-9956-ffa450edef68
2006-09-21 21:37:36 +00:00
Yonik Seeley 6646560c9d add getContext() to SolrQueryRequest
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@448664 13f79535-47bb-0310-9956-ffa450edef68
2006-09-21 20:26:32 +00:00
Otis Gospodnetic 8207bd1349 - Typo fixes
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@448448 13f79535-47bb-0310-9956-ffa450edef68
2006-09-21 03:36:13 +00:00
William Au afe77428f2 solr-48 - added javascript to catch empty query
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@447831 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 12:33:34 +00:00
Chris M. Hostetter 202004d649 quick fix of SOLR-47
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@443442 13f79535-47bb-0310-9956-ffa450edef68
2006-09-14 19:16:36 +00:00
Yonik Seeley 0fcfe874c9 getDocSet optimized for TermQuery
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@443119 13f79535-47bb-0310-9956-ffa450edef68
2006-09-13 20:55:46 +00:00
Erik Hatcher cd441b610a Add request q.op=AND|OR to specify default operator for query parsing
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@443053 13f79535-47bb-0310-9956-ffa450edef68
2006-09-13 18:17:21 +00:00
Chris M. Hostetter 6594c7c47d small tweak: facet.limit now assumes a sensible default of 100 to prevent extreme amounts of data from being returned to a naive client. negative values for facet.limit force the limitless behavior
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@442752 13f79535-47bb-0310-9956-ffa450edef68
2006-09-12 23:11:58 +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
Erik Hatcher 224e098352 Correct typo in comment
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@441775 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 10:26:01 +00:00
Mike Klaas 2a9441745c Updated to lucene-nightly 20060907
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@441700 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 00:26:42 +00:00
Chris M. Hostetter 447ddf06ea SOLR-44 - simple facet support for StandardRequestHandler and DisMaxRequestHandler
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@441175 13f79535-47bb-0310-9956-ffa450edef68
2006-09-07 18:55:14 +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
Yonik Seeley 2a7b13bd8f BitSetIterator.next(int startFrom) public, add test
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@440369 13f79535-47bb-0310-9956-ffa450edef68
2006-09-05 15:23:18 +00:00
Mike Klaas a094b2bdbc Patch for SOLR-37 (highlighting param changes and new features)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@439428 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 19:22:47 +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
Mike Klaas a871cfabc0 Updated site--added Mike Klaas to committers list
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@433387 13f79535-47bb-0310-9956-ffa450edef68
2006-08-21 22:01:01 +00:00
Mike Klaas 10a5c4cafc Added highlight param documentation and removed unused import from StandardRequestHandler
(testing checkin).


git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@432676 13f79535-47bb-0310-9956-ffa450edef68
2006-08-18 18:51:04 +00:00
Chris M. Hostetter 8b71759e78 adding upcomping ApacheCon presentation
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@431750 13f79535-47bb-0310-9956-ffa450edef68
2006-08-16 01:08:54 +00:00
Yonik Seeley 0a69bbbcff fix OpenBitSet.flip(start,end)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@431284 13f79535-47bb-0310-9956-ffa450edef68
2006-08-14 02:39:23 +00:00
Yonik Seeley ed7ab7baec fix OpenBitSet.equals typecheck
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@431076 13f79535-47bb-0310-9956-ffa450edef68
2006-08-12 19:14:44 +00:00
Yonik Seeley 95639bc526 json:escape chars<=0x1f, python:encode tab
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@429137 13f79535-47bb-0310-9956-ffa450edef68
2006-08-06 15:29:03 +00:00
Yonik Seeley 75770514c9 HyphenatedWordsFilter: SOLR-41
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@428512 13f79535-47bb-0310-9956-ffa450edef68
2006-08-03 20:19:45 +00:00
Yonik Seeley 27b737fbc2 escape > to avoid illegal ]]> in content
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@427594 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 14:53:45 +00:00
Yonik Seeley c62a888c0d highlight,JSON features, tutorial JDKvsJRE
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@427142 13f79535-47bb-0310-9956-ffa450edef68
2006-07-31 15:33:23 +00:00
Yonik Seeley db7731ce70 don't indent single element maps and arrays
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@426165 13f79535-47bb-0310-9956-ffa450edef68
2006-07-27 17:47:18 +00:00
Yonik Seeley ecddbc6337 allow flags on getDocListAndSet method: SOLR-39
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@425567 13f79535-47bb-0310-9956-ffa450edef68
2006-07-26 00:34:14 +00:00
Yonik Seeley c45d042365 javadoc from Karl Wettin
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@425424 13f79535-47bb-0310-9956-ffa450edef68
2006-07-25 15:34:52 +00:00
Erik Hatcher 769edb8e78 Allow the query parser default operator to be configurable via schema.xml
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@425033 13f79535-47bb-0310-9956-ffa450edef68
2006-07-24 13:00:46 +00:00
Yonik Seeley 91270b567e highlighting params in CommonParams changed to non-static
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423718 13f79535-47bb-0310-9956-ffa450edef68
2006-07-20 02:35:15 +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 e6f9c04807 fix conflicting mime-types
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423628 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 21:58:23 +00:00
Yonik Seeley 70c8fc4b46 declare admin-pages to return UTF-8, add space in content-type strings: SOLR-35
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423562 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 18:48:16 +00:00
Yonik Seeley 5f8d60640f set svn:eol-style native
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423263 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 21:52:05 +00:00
Yonik Seeley 163f926c44 exception if both generate and catenate==0: SOLR-34
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423235 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 20:35:17 +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
William Au a17c5ab3e7 Included unique key field name/value (if available) in log message of add: SOLR-18)
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423076 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 12:53:58 +00:00
Yonik Seeley f2b5656245 TestXMLEscaping.java: SOLR-33
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422772 13f79535-47bb-0310-9956-ffa450edef68
2006-07-17 17:57:38 +00:00
Yonik Seeley 1451c6ca7c work around Jetty bug with non-ascii chars in Writer: SOLR-32
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422768 13f79535-47bb-0310-9956-ffa450edef68
2006-07-17 17:29:50 +00:00
Yonik Seeley 10d32f1c7b add ISOLatin1AccentFilterFactory: SOLR-28
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422753 13f79535-47bb-0310-9956-ffa450edef68
2006-07-17 16:16:56 +00:00