Erik Hatcher
daa6ab89ca
spellcheck
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495841 13f79535-47bb-0310-9956-ffa450edef68
2007-01-13 05:19:47 +00:00
Yonik Seeley
92c5c6933c
throw error for missing sort direction, sort on unindexed field: SOLR-99 SOLR-9
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495772 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 22:48:44 +00:00
Yonik Seeley
6e43239634
maxWarmingSearchers: SOLR-91
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@495753 13f79535-47bb-0310-9956-ffa450edef68
2007-01-12 22:00:08 +00:00
Chris M. Hostetter
a2beac1e38
SOLR-89 new PatternReplaceFilter, TrimFilter, and corrisponding Factories
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@494675 13f79535-47bb-0310-9956-ffa450edef68
2007-01-10 01:18:38 +00:00
Chris M. Hostetter
21b830ba5c
SOLR-82 - allow default field values to be specified in the schema.xml
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@493170 13f79535-47bb-0310-9956-ffa450edef68
2007-01-05 20:12:18 +00:00
Mike Klaas
4202fc353f
Changed the query processed by the highlighter for DisMax: instead of using the whole query
...
(which included boost and filter terms), the highlighting will be limited to the user's query
terms by default.
--This line, and those below, will be ignored--
M CHANGES.txt
M src/java/org/apache/solr/request/DisMaxRequestHandler.java
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@492793 13f79535-47bb-0310-9956-ffa450edef68
2007-01-04 22:47:54 +00:00
Chris M. Hostetter
e44e51ece0
SOLR-92: better handling of Attributes in DOMUtils.getText
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@489961 13f79535-47bb-0310-9956-ffa450edef68
2006-12-24 01:10: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
c900566f79
bump version numbers
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487935 13f79535-47bb-0310-9956-ffa450edef68
2006-12-17 03:37:59 +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
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
65b37766d6
docs: version back-compat
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487286 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 18:15:08 +00:00
Bertrand Delacretaz
7fdba93037
SOLR-59, make echoParams=explicit the default in the example config
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@487204 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 13:20:15 +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
Yonik Seeley
fd37d3620f
adding intro and release notes type stuff to CHANGES
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@486976 13f79535-47bb-0310-9956-ffa450edef68
2006-12-14 05:48:58 +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
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
fc9694bd2f
new numeric build property specversion added so we can ensure our manifest files have a purely numeric Specification-Version
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@482538 13f79535-47bb-0310-9956-ffa450edef68
2006-12-05 07:34:22 +00:00
Yonik Seeley
d7e5cc00dc
added incubation disclaimer to CHANGES.txt per incubator
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@481280 13f79535-47bb-0310-9956-ffa450edef68
2006-12-01 16:35:42 +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
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
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
Yonik Seeley
bd7fe4c6bb
add subersion revision numbers for lucene nightlies
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@476187 13f79535-47bb-0310-9956-ffa450edef68
2006-11-17 15:59:32 +00:00
Mike Klaas
383145546b
updated to lucene nightly 2006-11-15
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@475475 13f79535-47bb-0310-9956-ffa450edef68
2006-11-15 22:41:57 +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
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
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
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
4ffd204da6
SOLR-63 - blackslash escape * in ssh command used in snappuller for zsh compatibility
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@470950 13f79535-47bb-0310-9956-ffa450edef68
2006-11-03 19:01:31 +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
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
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
William Au
8926e178fc
SOLR-48 - added javascript to catch empty query in admin query froms
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@447832 13f79535-47bb-0310-9956-ffa450edef68
2006-09-19 12:36:17 +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
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
Mike Klaas
4e31646af4
CHANGES.TXT for lucene upgrade
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@441705 13f79535-47bb-0310-9956-ffa450edef68
2006-09-09 00:53:45 +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
Mike Klaas
4e01800d3c
Forgot to save CHANGES.txt prior to commit
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@439430 13f79535-47bb-0310-9956-ffa450edef68
2006-09-01 19:26:31 +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
af06afffbe
escape > to avoid illegal ]]> in content
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@427596 13f79535-47bb-0310-9956-ffa450edef68
2006-08-01 15:00:39 +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
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
2cd520cf2b
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@423564 13f79535-47bb-0310-9956-ffa450edef68
2006-07-19 18:52:03 +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
9de4ebb4fe
JSON, Python, Ruby response writers: SOLR-31
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@423178 13f79535-47bb-0310-9956-ffa450edef68
2006-07-18 18:35:53 +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
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
64ae21e1c2
lucene nightly r422302
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@422322 13f79535-47bb-0310-9956-ffa450edef68
2006-07-16 00:39:20 +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
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
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
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
da7f6e0ec7
upgraded to lucene nightly 20060622, rev 416224
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@416229 13f79535-47bb-0310-9956-ffa450edef68
2006-06-22 02:53:52 +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
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
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
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
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
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
Chris M. Hostetter
15e77d2ef4
adding CHANGE info i forgot to make a few days ago when adding DisMaxRequestHandler and SolrPluginUtils
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@409005 13f79535-47bb-0310-9956-ffa450edef68
2006-05-23 20:53:57 +00:00
Yonik Seeley
18b39ae73a
documentation: little date correction
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@408995 13f79535-47bb-0310-9956-ffa450edef68
2006-05-23 20:01:47 +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
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
e76cc52516
update changelog
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@392375 13f79535-47bb-0310-9956-ffa450edef68
2006-04-07 20:06:15 +00:00
Yonik Seeley
47d8727a30
update change log
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@391119 13f79535-47bb-0310-9956-ffa450edef68
2006-04-03 19:04: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
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