Bertrand Delacretaz
c19acfe50f
comments added to explain the role of these schema files
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489747 13f79535-47bb-0310-9956-ffa450edef68
2006-12-22 20:32:02 +00:00
Yonik Seeley
62658b3885
update release date in news, add link to download dir
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489446 13f79535-47bb-0310-9956-ffa450edef68
2006-12-21 19:37:51 +00:00
Bertrand Delacretaz
a4b637a6db
SOLR-90, typo in comments
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489296 13f79535-47bb-0310-9956-ffa450edef68
2006-12-21 09:13:20 +00:00
Mike Klaas
f0edf7f848
Moved creation of reqeust and response out of the try/finally block. I don't see any way for
...
them to throw an exception, and it is bad form to reference a variable created in the try in
the finally block (fortifysoftware issue)
--This line, and those below, will be ignored--
M src/webapp/src/org/apache/solr/servlet/SolrServlet.java
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488778 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 19:31:26 +00:00
Chris M. Hostetter
072c3c5922
removing sitemap.xmap -- doesn't seem to affect the generated site at all using forrest-0.7, and Thorsten Scherler says it prevents our site from building with forrest-0.8
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488760 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 18:55:46 +00:00
Yonik Seeley
48b2a71a04
correct potential null pointer exception in unused DirectUpdateHandler found by fortifysoftware
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488729 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 17:21:00 +00:00
Yonik Seeley
36e388040b
fix escapes in StrUtils.split*: SOLR-87
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@488728 13f79535-47bb-0310-9956-ffa450edef68
2006-12-19 17:08:17 +00:00
Yonik Seeley
b2911576f1
commit release news to site. do not sync site yet.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487893 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 21:29:31 +00:00
Chris M. Hostetter
a19cb467a9
make link to Javadocs explicitly point at index.html so local file:/// browsing of docs in distributions will work as well
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487868 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 19:37:11 +00:00
Yonik Seeley
f1ca91f735
change docs/api to api
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487831 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 17:16:31 +00:00
Chris M. Hostetter
6c995edfc2
SOLR-74 - user input wasn't being HTML escaped when echoed back on the page
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487773 13f79535-47bb-0310-9956-ffa450edef68
2006-12-16 08:38:09 +00:00
Yonik Seeley
94aa557d88
reverting analysis.jsp changes from SOLR-58
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487639 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 19:53:39 +00:00
Chris M. Hostetter
dc2d6485ff
SOLR-78 - replaced usage of Node.getTextContent with new helper method which allows Solr to work with DOM Level 2 parsers instead of requiring DOM Level 3
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487438 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 03:32:28 +00:00
Yonik Seeley
e03b4e564d
add missing ASL header
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487434 13f79535-47bb-0310-9956-ffa450edef68
2006-12-15 02:37:49 +00:00
Yonik Seeley
66b77c3297
new style ASL header
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487373 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 22:31:13 +00:00
Bertrand Delacretaz
17dee73e4e
SOLR-59, copy request parameters to Solr's response
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487199 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 13:03:40 +00:00
Chris M. Hostetter
c86a81b90e
when i added the version numbers to the Info page, I created some new temp variables in _info.jsp (assuming the numbers might be useful on other pages as well) that wound up conflicting with a temp variable already in use in distribution.jsp ... this commit cleans up _info.jsp so that only variables we want to bleed into the other JSPs do so.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486907 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 00:30:34 +00:00
Chris M. Hostetter
b2fcbed95b
SOLR-70 - better parsing of pingQuery ... it's still not a very clean syntax, but at least it's now possible to have any pingQuery you want and it will acctaully respect multiple query params
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486904 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 00:15:45 +00:00
Otis Gospodnetic
90d1f4832b
- Comment fixes
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486396 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 22:54:51 +00:00
Otis Gospodnetic
88b053e2cb
- SOLR-58: make admin pages return XML and transform them to HTML using XSL
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486373 13f79535-47bb-0310-9956-ffa450edef68
2006-12-12 22:24:47 +00:00
Chris M. Hostetter
d06948412d
per suggestion on solr-user, added a mime-mapping for .xsl files to the web.xml so that the mime-type will be set correctly even if the servlet container doesn't have one configured. used application/xslt+xml instead of application/xml based on W3C XSLT recommendation since 2003/May ... tested in Firefox2 and IE6
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@485856 13f79535-47bb-0310-9956-ffa450edef68
2006-12-11 20:30:02 +00:00
Chris M. Hostetter
db54dcf890
war now contains the solr jar, instead of the direct class files ... this also allows us to display the MANIFEST.MF version info on registry.jsp (it can't read from the WAR's manifest for some reason)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@483872 13f79535-47bb-0310-9956-ffa450edef68
2006-12-08 08:01:51 +00:00
Yonik Seeley
462ca75cb9
useColdSearcher: LUCENE-77
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@482875 13f79535-47bb-0310-9956-ffa450edef68
2006-12-06 03:25:43 +00:00
Chris M. Hostetter
840875e7d9
escape defaultQuery so it's safe to display in HTML forms
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481121 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 00:52:35 +00:00
Chris M. Hostetter
eb897e53d0
cleaning up the forms on index.jsp and form.jsp ... main motivation was to get rid of hte stylesheet param since it's pretty much worthless, but i also wanted to try and make the only options displayed on form.jsp things that were general enough to apply to any combination of request handler / response writer pair that comes out of the box ... i deliberatley didn't include all of the highlight and facet params however, because I wasworred that would make the page too cluttered.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481116 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 00:16:46 +00:00
Chris M. Hostetter
c5dbbf9f4a
SOLR-3 Removed src/apps containing the legacy SolrTest app
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480683 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 18:58:27 +00:00
Yonik Seeley
75164dd17a
license updates
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480395 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 04:30:33 +00:00
Yonik Seeley
191287553e
remove accidentally added file
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480368 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:29:10 +00:00
Yonik Seeley
fb358696c6
licensing
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480367 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:25:52 +00:00
Yonik Seeley
9b670ca24b
licensing updates
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480359 13f79535-47bb-0310-9956-ffa450edef68
2006-11-29 03:10:41 +00:00
Otis Gospodnetic
63e97b471c
- Javadoc cosmetics
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@480210 13f79535-47bb-0310-9956-ffa450edef68
2006-11-28 21:09:51 +00:00
Mike Klaas
c982fdedd6
SOLR-52 lazyfields patch implemented.
...
I am going to commit this with solrconfig defaulting to disabling lazyfields and use it in my
application. When I'm satisfied with the behaviour, I'll close SOLR-52 and perhaps enable
lazyfields as the default option.
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@479793 13f79535-47bb-0310-9956-ffa450edef68
2006-11-27 22:40:21 +00:00
Yonik Seeley
91c83248e6
clarify comments
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@478173 13f79535-47bb-0310-9956-ffa450edef68
2006-11-22 14:38:56 +00:00
Chris M. Hostetter
57653c5490
SOLR-71: Date Math for DateField
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@477465 13f79535-47bb-0310-9956-ffa450edef68
2006-11-21 01:55:05 +00:00
Bertrand Delacretaz
599540618b
added my name (in the right file this time)
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@477080 13f79535-47bb-0310-9956-ffa450edef68
2006-11-20 07:03:25 +00:00
Chris M. Hostetter
11d9ba2463
SOLR-68 - new ClassLoader that knows about jars in solr/lib/ used for accessing resources specified in Config files, ie: plugins. Added example/solr/README.txt while i was at it so the various subdirs including 'lib' would be documented.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@474625 13f79535-47bb-0310-9956-ffa450edef68
2006-11-14 02:05:32 +00:00
Yonik Seeley
28fc069610
ASF license headers, update intro
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@473602 13f79535-47bb-0310-9956-ffa450edef68
2006-11-11 00:47:14 +00:00
Yonik Seeley
0546616464
ASF license headers
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@473134 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 23:13:58 +00:00
Yonik Seeley
b596c43b2d
add missing license header
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@473066 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 20:34:19 +00:00
Mike Klaas
5cd72ec45a
checked patch for SOLR-65
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@472720 13f79535-47bb-0310-9956-ffa450edef68
2006-11-09 00:43:54 +00:00
Yonik Seeley
a84079798d
new license header
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@472574 13f79535-47bb-0310-9956-ffa450edef68
2006-11-08 18:25:52 +00:00
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
Yonik Seeley
8e9950debb
configurable language for SnowballPorterFilterFactory: SOLR-27
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422737 13f79535-47bb-0310-9956-ffa450edef68
2006-07-17 15:17:53 +00:00
Yonik Seeley
4f7faab2be
order tokens before feeding to highlighter
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422296 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 21:54:53 +00:00
Yonik Seeley
74848d9254
fix reverse sorting when sortMissingFirst=true
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422281 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 19:30:29 +00:00
Yonik Seeley
9909374e04
fix reverse sorting when sortMissingFirst=true
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422280 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 19:29:43 +00:00
Yonik Seeley
89a47d094f
order tokens by startOffset when highlighting
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422248 13f79535-47bb-0310-9956-ffa450edef68
2006-07-15 15:12:45 +00:00
Yonik Seeley
2224471f4a
highlighting: SOLR-24
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@421682 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 18:47:49 +00:00
Yonik Seeley
82084a765f
get content-type from request writer
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@421680 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 18:28:31 +00:00
Yonik Seeley
1c06c77393
highlighting: SOLR-24
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@421678 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 18:22:24 +00:00
Yonik Seeley
bf363aafc7
get content-type from request writer
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@421669 13f79535-47bb-0310-9956-ffa450edef68
2006-07-13 17:22:21 +00:00
William Au
20711a9227
improved admin stylesheet for IE - SOLR-6
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@420815 13f79535-47bb-0310-9956-ffa450edef68
2006-07-11 12:20:46 +00:00
William Au
9e4cbff310
added debug option
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@419663 13f79535-47bb-0310-9956-ffa450edef68
2006-07-06 19:14:40 +00:00
Chris M. Hostetter
9561be65e8
SOLR-11 - BufferedTokenStream and RemoveDuplicatesTokenFilter from SOLR-11-BufferedTokenStream-RemoveDuplicatesTokenFilter.patch plus some additional tests and example config changes
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@419443 13f79535-47bb-0310-9956-ffa450edef68
2006-07-06 05:39:04 +00:00
Yonik Seeley
a35e30cb35
WordDelimiterFilter could loose position info
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@419321 13f79535-47bb-0310-9956-ffa450edef68
2006-07-05 19:36:08 +00:00
Yonik Seeley
b5919a7dc1
use default field list for single doc
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@417023 13f79535-47bb-0310-9956-ffa450edef68
2006-06-25 14:50:13 +00:00
William Au
193ca199e3
changed from using ls to find to handle very large number of snapshots
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@415631 13f79535-47bb-0310-9956-ffa450edef68
2006-06-20 12:22:57 +00:00
Yonik Seeley
1160b4de26
public constructor for XMLWriter
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@414888 13f79535-47bb-0310-9956-ffa450edef68
2006-06-16 19:13:09 +00:00
Yonik Seeley
c13c9548d1
store termvectors: SOLR-23
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@414869 13f79535-47bb-0310-9956-ffa450edef68
2006-06-16 17:48:49 +00:00
William Au
944af6f61c
changed from using ls to find to handle very large number of snapshots
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@414826 13f79535-47bb-0310-9956-ffa450edef68
2006-06-16 13:46:11 +00:00
Yonik Seeley
9931b8799f
simplify unionSize, implement in terms of intersectionSize
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@413407 13f79535-47bb-0310-9956-ffa450edef68
2006-06-11 02:55:10 +00:00
Yonik Seeley
3a810792bf
DocSet.andNot(),andNotSize()
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@413399 13f79535-47bb-0310-9956-ffa450edef68
2006-06-11 02:18:38 +00:00
Yonik Seeley
0c69b09c6e
fix class name after svn mv
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@413397 13f79535-47bb-0310-9956-ffa450edef68
2006-06-11 01:48:17 +00:00
Yonik Seeley
4836c63486
move old test class from src to test dir
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@413395 13f79535-47bb-0310-9956-ffa450edef68
2006-06-11 01:22:11 +00:00
Yonik Seeley
2f9eb801ba
faster HashDocSet.unionSize
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@413394 13f79535-47bb-0310-9956-ffa450edef68
2006-06-11 01:15:47 +00:00
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
Yonik Seeley
3c7c44fc11
fix addUnique and corrupt size in BitDocSet
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@412524 13f79535-47bb-0310-9956-ffa450edef68
2006-06-07 20:26:14 +00:00
Yonik Seeley
8226476315
pattern-match copyField source name: SOLR-21
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@412190 13f79535-47bb-0310-9956-ffa450edef68
2006-06-06 18:53:04 +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
003e9eaf96
adding new KeywordTokenizerFactory
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@411882 13f79535-47bb-0310-9956-ffa450edef68
2006-06-05 18:20:13 +00:00
Yonik Seeley
4ce2a2d2a2
remove web.external.xml external XML entity
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@410893 13f79535-47bb-0310-9956-ffa450edef68
2006-06-01 17:27:48 +00:00
Yonik Seeley
1501cc364c
spellling & typos
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@409907 13f79535-47bb-0310-9956-ffa450edef68
2006-05-28 01:58:01 +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
Chris M. Hostetter
2d04fecca2
Support for customizing the QueryResponseWriter per request - SOLR-16
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@409560 13f79535-47bb-0310-9956-ffa450edef68
2006-05-26 05:44:02 +00:00
Yonik Seeley
1a66aa3853
enable multiple solr webapps with JNDI config
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@408501 13f79535-47bb-0310-9956-ffa450edef68
2006-05-21 21:55:12 +00:00
Chris M. Hostetter
d63338bd35
new DisMaxRequestHandler as well as some generic SolrPluginUtils
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@408103 13f79535-47bb-0310-9956-ffa450edef68
2006-05-20 22:17:21 +00:00
Yonik Seeley
375d553731
add empty FunctionQuery.extractTerms() for MultiSearcher use
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@407910 13f79535-47bb-0310-9956-ffa450edef68
2006-05-19 20:55:15 +00:00
William Au
47f1cb72ca
updated for jetty downgrade
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@406962 13f79535-47bb-0310-9956-ffa450edef68
2006-05-16 14:57:38 +00:00
William Au
64122cd670
made log files group readable
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@405460 13f79535-47bb-0310-9956-ffa450edef68
2006-05-09 16:28:23 +00:00
Chris M. Hostetter
865e9ab8b2
fixed NPE on log level changing when helthcheck isn't in use
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@400225 13f79535-47bb-0310-9956-ffa450edef68
2006-05-06 02:12:13 +00:00
William Au
983c0455b8
added admin-extra.html to gettableFiles
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@399279 13f79535-47bb-0310-9956-ffa450edef68
2006-05-03 12:14:56 +00:00
William Au
c187d2b6a9
added logging link
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@399035 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 20:19:00 +00:00
William Au
930b828b4d
first working version
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@399034 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 20:18:38 +00:00
William Au
c1e12c5a89
first working version
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398983 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 17:44:15 +00:00
William Au
89f1018ef7
allowed inclusion of customized content into first table
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398981 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 17:42:28 +00:00
William Au
7ae4a26c56
added query arg optional for getting optional content
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398977 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 17:40:14 +00:00
William Au
6945bc6dc9
adjust size of Solr logo;added enable/disable link;add javascript var for hostname
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398975 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 17:39:22 +00:00
William Au
e16e400afb
first working version
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398974 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 17:38:11 +00:00
William Au
580baa8964
adjusted size of Solr logo
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398971 13f79535-47bb-0310-9956-ffa450edef68
2006-05-02 17:28:19 +00:00
Chris M. Hostetter
0359b97c80
moved DateField format question so it shows up in javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@398012 13f79535-47bb-0310-9956-ffa450edef68
2006-04-28 21:12:31 +00:00
Erik Hatcher
1898a8adbe
remove inadvertent addition of unused imports
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@396249 13f79535-47bb-0310-9956-ffa450edef68
2006-04-23 10:07:50 +00:00
Erik Hatcher
8ac675d682
Add getParams to SolrQueryRequest to allow support for multiple same-named parameters in the same way the servlet request allows
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@396247 13f79535-47bb-0310-9956-ffa450edef68
2006-04-23 09:58:24 +00:00
Erik Hatcher
765cd54cd8
add escaping of attribute values
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395950 13f79535-47bb-0310-9956-ffa450edef68
2006-04-21 17:10:12 +00:00
Yonik Seeley
ced4e20ace
SITE: apachecon eu 2006 presentation news
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395702 13f79535-47bb-0310-9956-ffa450edef68
2006-04-20 21:30:43 +00:00
Yonik Seeley
9c9604b8a7
handle null returned by parameter map val for servlet args
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395379 13f79535-47bb-0310-9956-ffa450edef68
2006-04-19 20:05:06 +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
Yonik Seeley
ed514af83b
update changelog
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@395040 13f79535-47bb-0310-9956-ffa450edef68
2006-04-18 21:09:38 +00:00
Yonik Seeley
26ead39774
add resin version to web.xml comment
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@394977 13f79535-47bb-0310-9956-ffa450edef68
2006-04-18 16:08:24 +00:00
Yonik Seeley
b08fd5ad09
catch NumberFormatException and provide fieldname: SOLR-10
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@394956 13f79535-47bb-0310-9956-ffa450edef68
2006-04-18 14:38:29 +00:00
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