Chris M. Hostetter
919a3881d0
SOLR-173 - fix for 'too many open files' - close requests at end of SolrDispatchFilter, and only get Searcher in response writers if it's actually needed.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@511970 13f79535-47bb-0310-9956-ffa450edef68
2007-02-26 19:42:21 +00:00
Chris M. Hostetter
81fef0c161
reverting some of Erik's recent changes to the SolrQueryParser constructor and implementing the intent in a new IndexSchema.getSolrQueryParser method
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510689 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 22:18:02 +00:00
Mike Klaas
72ee2ce324
finished removing old HL params
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510436 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 07:58:44 +00:00
Mike Klaas
2ca3943e78
- moved highlighting-specific classes to Highlighting Utils.java
...
- brace consistency in HU.java
- removed unused final static in SolrPArams (should highlighting param defs be moved here?)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510338 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 01:38:47 +00:00
Erik Hatcher
3b968a0bc9
QueryParsing.parseQuery(String,IndexSchema) and QueryParsing.parseQuery(String,String,IndexSchema) now
...
respects the schema.xml <solrQueryParser defaultOperator="..."/> setting. Before, only
QueryParsing.parseQuery(String,String,SolrParams,IndexSchema) respected the schema setting.
SolrQueryParser itself now sets the default operator based on the schema setting, and is overridden
with the q.op param when the latter QueryParsing.parseQuery() method is used.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510334 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 01:00:23 +00:00
Chris M. Hostetter
95158fda84
indenting cleanup
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510328 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 00:41:57 +00:00
Chris M. Hostetter
0aa2a95ee7
SOLR-158: new qs (Query Slop) param for DisMaxRequestHandler
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510325 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 00:37:51 +00:00
Chris M. Hostetter
a76bf773c6
SOLR-152 - support for q.alt in dismax handler so requests without query strings can return results based on whatever alternate query is configured
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510322 13f79535-47bb-0310-9956-ffa450edef68
2007-02-22 00:22:10 +00:00
Otis Gospodnetic
85e27f07de
- Cosmetics
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510056 13f79535-47bb-0310-9956-ffa450edef68
2007-02-21 15:30:22 +00:00
Bertrand Delacretaz
5ea4bd68b6
SOLR-164, use the SOLR-86 client in examples of the Solr tutorial
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509455 13f79535-47bb-0310-9956-ffa450edef68
2007-02-20 08:22:27 +00:00
Bertrand Delacretaz
beb009b8d8
add README mentioning http://wiki.apache.org/solr/Website_Update_HOWTO
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509454 13f79535-47bb-0310-9956-ffa450edef68
2007-02-20 08:21:37 +00:00
Chris M. Hostetter
cacf143d65
SOLR-166 - JNDI solr.home code refactoring
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509406 13f79535-47bb-0310-9956-ffa450edef68
2007-02-20 01:38:26 +00:00
Chris M. Hostetter
5ddfe531ed
small bug fix from Ryan over email...
...
: If you commit a document while the updater is autocommiting, it is
: likely to immediatly start another autocommit (unless you are also
: using maxDocs).
:
: Here is the one line patch to fix it:
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509349 13f79535-47bb-0310-9956-ffa450edef68
2007-02-19 21:54:58 +00:00
Bertrand Delacretaz
4d3d23a806
Explicit version number added ($Id didn't work in a constant?)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509119 13f79535-47bb-0310-9956-ffa450edef68
2007-02-19 07:58:10 +00:00
Erik Hatcher
4ac02f06f8
SOLR-86: SimplePostTool, contributed by Bertrand Delecretaz
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@509009 13f79535-47bb-0310-9956-ffa450edef68
2007-02-18 21:30:03 +00:00
Yonik Seeley
28d75b04bc
make solr more easily embeddable: SOLR-149
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508859 13f79535-47bb-0310-9956-ffa450edef68
2007-02-18 03:33:13 +00:00
Yonik Seeley
3e80baf529
try to distinguish between quote as a string delimiter or something else: SOLR-140
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508805 13f79535-47bb-0310-9956-ffa450edef68
2007-02-17 20:42:45 +00:00
Erik Hatcher
72ef071e96
Correct javadocs with the exception behavior
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508487 13f79535-47bb-0310-9956-ffa450edef68
2007-02-16 16:47:30 +00:00
Erik Hatcher
33c0b65e47
SOLR-79: Add system property ${<sys.prop>[:<default>]} substitution for
...
configuration files loaded, including schema.xml and solrconfig.xml.
(Erik Hatcher with inspiration from Andrew Saar)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@508485 13f79535-47bb-0310-9956-ffa450edef68
2007-02-16 16:42:49 +00:00
Erik Hatcher
ea7d510901
Adjust Lucene version value to be a String rather than an numeric. I found a case with Ruby where the numeric
...
was too big to laod when serialiized to a YAML file (maybe this is an edge case?). It is unlikely that a client
needs to use this as a numeric anyway, but rather as a comparison against later calls to the IndexInfoRequestHandler.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@507825 13f79535-47bb-0310-9956-ffa450edef68
2007-02-15 05:33:11 +00:00
Erik Hatcher
6b81f79ae9
clean up imports
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@506221 13f79535-47bb-0310-9956-ffa450edef68
2007-02-12 02:08:19 +00:00
Erik Hatcher
2db80e7db1
SOLR-157: Fixed NPE caused by index fields which do not appear on schema.xml. (contributed by Ryan McKinley)
...
Also relocated package from request package to handler package, and removed experimental warning.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@506187 13f79535-47bb-0310-9956-ffa450edef68
2007-02-12 00:21:36 +00:00
Mike Klaas
b5a9abd793
Cancel pending autocommits on DUH2.close()
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@505114 13f79535-47bb-0310-9956-ffa450edef68
2007-02-09 01:20:13 +00:00
Chris M. Hostetter
a3775daf45
fix for SOLR-145, some Exceptions were being ignored by RequestHandlers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@504683 13f79535-47bb-0310-9956-ffa450edef68
2007-02-07 20:48:10 +00:00
Mike Klaas
57fef31f73
Modified AutoCommitTest to add an superfluous document when expecting a commit to occur. This
...
should block if by chance the commit is taking too long. Possible caveat: delays might also
cause extra commits.
--This line, and those below, will be ignored--
M src/test/org/apache/solr/update/AutoCommitTest.java
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503885 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 21:32:02 +00:00
Yonik Seeley
64166984f6
handle null key for json.nl=flat
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503795 13f79535-47bb-0310-9956-ffa450edef68
2007-02-05 18:22:04 +00:00
Yonik Seeley
24d527bb51
change dataDir to return dir containing index
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503488 13f79535-47bb-0310-9956-ffa450edef68
2007-02-04 21:33:20 +00:00
Mike Klaas
a77b94cfe4
Patches autocommit max docs test to be less time-sensitive
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@503169 13f79535-47bb-0310-9956-ffa450edef68
2007-02-03 03:59:04 +00:00
Mike Klaas
b0a23e258e
fixed typo in test solrconfig.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502500 13f79535-47bb-0310-9956-ffa450edef68
2007-02-02 05:13:13 +00:00
Mike Klaas
6d18f027e0
Commit SOLR-126. Omitted the typed collection change in DUH2 (trunk has been updated), and
...
added autocommits to the stats tracked by DUH2
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@502328 13f79535-47bb-0310-9956-ffa450edef68
2007-02-01 19:40:26 +00:00
Yonik Seeley
b6dd62544d
SimpleOrderedMap, JSON named list changes: SOLR-125
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501512 13f79535-47bb-0310-9956-ffa450edef68
2007-01-30 18:36:32 +00:00
Chris M. Hostetter
3c603b2aea
SOLR-104 - Support for Update Plugins: giving RequestHandlers access to ContentStreams, new URL structure allowing for more RESTful URLs, common baseclass for RequestHandlers, refactoring existing XML based updates into a RequestHandler
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@501174 13f79535-47bb-0310-9956-ffa450edef68
2007-01-29 20:33:21 +00:00
Yonik Seeley
dcb98c1eca
generics for NamedList: SOLR-107
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@500050 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 23:22:52 +00:00
Yonik Seeley
8cf4a87acb
facet.prefix: SOLR-117
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@499834 13f79535-47bb-0310-9956-ffa450edef68
2007-01-25 16:32:01 +00:00
Erik Hatcher
85e54f0043
Update link to Solrs home page (thanks Ryan)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498883 13f79535-47bb-0310-9956-ffa450edef68
2007-01-23 01:16:22 +00:00
Yonik Seeley
befe8bd62b
negative queries: SOLR-80
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498813 13f79535-47bb-0310-9956-ffa450edef68
2007-01-22 21:23:22 +00:00
Erik Hatcher
bd5ef854d9
Add indexinfo request handler, which returns field information (currently type only) and index state information such as number
...
of documents and Lucene index version. This details about fields and the index returned are still being developed, so the
response may change format until this is finalized.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498345 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 15:03:00 +00:00
Yonik Seeley
33ad0e6975
HashDocSet new hash, union, andNot: SOLR-114
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@498246 13f79535-47bb-0310-9956-ffa450edef68
2007-01-21 05:46:31 +00:00
Chris M. Hostetter
2135986f8d
permanent redirect for legacy docs/api links that may be out in mailing lists (prior to graduation, we had a symlink, but that broke when we moved the site, and this is a better long term fix)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497731 13f79535-47bb-0310-9956-ffa450edef68
2007-01-19 08:04:31 +00:00
Yonik Seeley
a5810b1e96
try and fix breadcrumb issue again
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497487 13f79535-47bb-0310-9956-ffa450edef68
2007-01-18 16:27:03 +00:00
Yonik Seeley
99925152d3
site updates, lucene logo, release links
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@497299 13f79535-47bb-0310-9956-ffa450edef68
2007-01-18 05:10:35 +00:00
Erik Hatcher
06813501ba
Add an index page to Solrs webapp, based on a new users experience of expecting something here. IANAWD (i am not a web designer) so just raw page linking to the admin site for now
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@497083 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 17:06:44 +00:00
Yonik Seeley
d8195d0721
solr graduation news
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@497039 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 15:08:00 +00:00
Yonik Seeley
b9e804e032
facet.mincount,facet.offset,facet.sort params: SOLR-106
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@496811 13f79535-47bb-0310-9956-ffa450edef68
2007-01-16 18:26:14 +00:00
Bertrand Delacretaz
9737c076ae
SolrConfig says 'system property solr.solr.home not set' in the log, when using default Solr home
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@496274 13f79535-47bb-0310-9956-ffa450edef68
2007-01-15 10:59:46 +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
Yoav Shapira
445eca12ec
test for JUnit presence, and fail with an informative message if JUnit is not present for the build. Somewhat surprisingly, we need JUnit for the core compile target, as opposed to just the compileTests target, so do that test in compile as well. Also a minor language improvement in tutorial.xml for the web site.
...
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@490031 13f79535-47bb-0310-9956-ffa450edef68
2006-12-24 15:07:37 +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
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