Erik Hatcher
6619abe237
SOLR -> Solr
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@915035 13f79535-47bb-0310-9956-ffa450edef68
2010-02-22 19:45:51 +00:00
Chris M. Hostetter
5bfe85082e
SOLR-1579: fixes to xml escaping in stats.jsp (the fix commited as part of SOLR-1008 was incorrect)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@909705 13f79535-47bb-0310-9956-ffa450edef68
2010-02-13 03:28:07 +00:00
Ryan McKinley
6f278e589f
SOLR-1602 -- step 1. Adding new 'response' package and refactoring all response things to this package. NOTE, this will break back-compatibility depricated versions of the moved 1.4 files are added back.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@898152 13f79535-47bb-0310-9956-ffa450edef68
2010-01-12 02:19:56 +00:00
Noble Paul
0b1f7d579d
SOLR-1621 :Allow current single core deployments to be specified by solr.xml
...
SOLR-1637 : Remove ALIAS command
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@890675 13f79535-47bb-0310-9956-ffa450edef68
2009-12-15 07:05:58 +00:00
Shalin Shekhar Mangar
49f7d906b1
SOLR-1629 -- "Return to admin page" link on registry.jsp goes to wrong page
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@888281 13f79535-47bb-0310-9956-ffa450edef68
2009-12-08 06:53:28 +00:00
Koji Sekiguchi
4afe02ed8e
SOLR-1601: Schema browser does not indicate presence of charFilter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@884180 13f79535-47bb-0310-9956-ffa450edef68
2009-11-25 16:28:35 +00:00
Chris M. Hostetter
9b1b5e9206
SOLR-1517: only do reverse DNS lookup of localhost once in a static block
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826965 13f79535-47bb-0310-9956-ffa450edef68
2009-10-20 05:57:14 +00:00
Chris M. Hostetter
a4bf5482a8
related to SOLR-201 - when I saw Shalin resolve that issue, i remembered noticing a while back that not declaring a defaultQuery caused all of the admin pages to fail with an NPE. the fix is pretty trivial
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@826163 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17 02:37:09 +00:00
Koji Sekiguchi
4f1bbb5e87
SOLR-1504: empty char mapping can cause ArrayIndexOutOfBoundsException in analysis.jsp and co.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@824045 13f79535-47bb-0310-9956-ffa450edef68
2009-10-11 10:04:01 +00:00
Yonik Seeley
11c0f72446
SOLR-1448: add weblogic.xml to webapp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@823247 13f79535-47bb-0310-9956-ffa450edef68
2009-10-08 17:54:42 +00:00
Yonik Seeley
b98ef236e2
increase jetty wait time more... still getting failure on my fast box
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820101 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29 21:53:48 +00:00
Yonik Seeley
5b6bc6c784
don't print out every failure to connect while waiting for jetty to come up
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@820068 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29 19:04:19 +00:00
Yonik Seeley
3f64cb5dbc
tests: try and prevent some spurious test failures that may be happening because jetty/solr isn't ready
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@819804 13f79535-47bb-0310-9956-ffa450edef68
2009-09-29 02:55:49 +00:00
Grant Ingersoll
98eec6bdfe
SOLR-1427: fixed registry MBean issue
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@815587 13f79535-47bb-0310-9956-ffa450edef68
2009-09-16 01:57:15 +00:00
Chris M. Hostetter
7ec596bd5f
SOLR-1273: quick and ugly attempt at reducing confusion by adding links to the wiki for hte distribution and replication pages
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@812772 13f79535-47bb-0310-9956-ffa450edef68
2009-09-09 05:10:23 +00:00
Yonik Seeley
3ac4b568cc
switch analysis.jsp to use reusable tokenstreams to match indexing and querying usage
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@809369 13f79535-47bb-0310-9956-ffa450edef68
2009-08-30 16:18:21 +00:00
Noble Paul
a8e148ac22
automatic refresh is very annoying. The user can do a refresh on his browser if required
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@809125 13f79535-47bb-0310-9956-ffa450edef68
2009-08-29 12:46:54 +00:00
Noble Paul
7864776b4a
removed unused variables
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@809124 13f79535-47bb-0310-9956-ffa450edef68
2009-08-29 12:39:52 +00:00
Chris M. Hostetter
a9101ae07a
SOLR-1373: Add Filter query to admin/form.jsp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@806303 13f79535-47bb-0310-9956-ffa450edef68
2009-08-20 18:52:30 +00:00
Koji Sekiguchi
86dd3a6cda
SOLR-1343: Added HTMLStripCharFilter
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@802263 13f79535-47bb-0310-9956-ffa450edef68
2009-08-07 23:05:05 +00:00
Yonik Seeley
118c25391c
analysis.jsp accidentally created tokenstream again with an exhausted reader
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801495 13f79535-47bb-0310-9956-ffa450edef68
2009-08-06 02:12:46 +00:00
Noble Paul
b7afc29aac
2 seconds refresh is too soon
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@800729 13f79535-47bb-0310-9956-ffa450edef68
2009-08-04 11:27:17 +00:00
Shalin Shekhar Mangar
03cf5cdad6
Upgraded to Lucene 2.9-dev r794238.
...
Other changes include:
LUCENE-1614 - Use Lucene's DocIdSetIterator.NO_MORE_DOCS as the sentinel value.
LUCENE-1630 - Add acceptsDocsOutOfOrder method to Collector implementations.
LUCENE-1673, LUCENE-1701 - Trie has moved to Lucene core and renamed to NumericRangeQuery.
LUCENE-1662, LUCENE-1687 - Replace usage of ExtendedFieldCache by FieldCache.
SOLR-1241: Solr's CharFilter has been moved to Lucene. Remove CharFilter and related classes from Solr and use Lucene's corresponding code.
SOLR-1261: Lucene trunk renamed RangeQuery & Co to TermRangeQuery.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794328 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 17:21:04 +00:00
Chris M. Hostetter
2d1dae0056
followup to SOLR-1255 ... previous commit caused compilation errors in test cases, this commit alters the methods added to SolrCore/RequestHandlers both to fix the compilation error and be more generally useful beyond just SOLR-1255
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793088 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 19:37:30 +00:00
Noble Paul
6457b52936
SOLR-1255 An attempt to visit the replication admin page when its not a defined handler should display an approp message
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792861 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 10:04:29 +00:00
Chris M. Hostetter
d31c09caf8
SOLR-1257: removed logging.jsp and refrences to it in admin.jsp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792643 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 19:23:59 +00:00
Koji Sekiguchi
1ed4c39835
SOLR-1256: Show the output of CharFilters in analysis.jsp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792370 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 01:35:30 +00:00
Noble Paul
f2343ea987
SOLR-1216
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@787212 13f79535-47bb-0310-9956-ffa450edef68
2009-06-22 12:05:54 +00:00
Erik Hatcher
d48c9f39e8
SOLR-1233: remove /select?qt=/whatever restriction on /-prefixed request handlers.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@786508 13f79535-47bb-0310-9956-ffa450edef68
2009-06-19 13:52:54 +00:00
Mark Robert Miller
4f1dfdc7da
javadoc typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@782613 13f79535-47bb-0310-9956-ffa450edef68
2009-06-08 13:11:03 +00:00
Noble Paul
788e94fe1f
SOLR-1185
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@778734 13f79535-47bb-0310-9956-ffa450edef68
2009-05-26 15:02:29 +00:00
Mark Robert Miller
3b52dd2aef
if you override equals you should override hashcode - beefed up impls as well
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@777492 13f79535-47bb-0310-9956-ffa450edef68
2009-05-22 11:57:07 +00:00
Shalin Shekhar Mangar
9f3fe687ac
SOLR-1174 -- Fix Logging admin form submit url for multicore
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776984 13f79535-47bb-0310-9956-ffa450edef68
2009-05-21 07:17:39 +00:00
Noble Paul
8e5044b9f5
SOLR-1121: CoreAdminhandler should not need a core . This makes it possible to start a Solr server w/o a core .
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@776266 13f79535-47bb-0310-9956-ffa450edef68
2009-05-19 10:45:02 +00:00
Chris M. Hostetter
88249e3977
SOLR-965: Better error message when <pingQuery> is not configured.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@769574 13f79535-47bb-0310-9956-ffa450edef68
2009-04-28 22:23:48 +00:00
Chris M. Hostetter
1826b73a27
SOLR-1064: registry.jsp incorrectly displaying info for last core initialized regardless of what the current core is
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@752552 13f79535-47bb-0310-9956-ffa450edef68
2009-03-11 18:33:31 +00:00
Shalin Shekhar Mangar
1182376282
SOLR-1050 -- NPE thrown in replication admin page due to unhandled casting of null values
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@751374 13f79535-47bb-0310-9956-ffa450edef68
2009-03-08 06:37:54 +00:00
Erik Hatcher
160765bdd6
SOLR-1031: Fix XSS vulnerability in schema.jsp
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@746481 13f79535-47bb-0310-9956-ffa450edef68
2009-02-21 10:44:13 +00:00
Shalin Shekhar Mangar
1371f5b70b
SOLR-1015 -- Incomplete information in replication admin page and http command response when server is both master and slave i.e. when server is a repeater
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@743729 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 13:25:25 +00:00
Erik Hatcher
cf26ee4886
comment typo fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@742666 13f79535-47bb-0310-9956-ffa450edef68
2009-02-09 18:24:43 +00:00
Shalin Shekhar Mangar
60347b2c2c
SOLR-1011 -- Links to Replication page and other cores are 404s
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741940 13f79535-47bb-0310-9956-ffa450edef68
2009-02-07 19:32:57 +00:00
Erik Hatcher
8347bf242b
SOLR-1008: Fix stats.jsp stat item entry name escaping
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@741299 13f79535-47bb-0310-9956-ffa450edef68
2009-02-05 21:29:07 +00:00
Koji Sekiguchi
c3de2ce513
SOLR-84: use new Solr logo in admin GUI
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@728842 13f79535-47bb-0310-9956-ffa450edef68
2008-12-23 01:45:23 +00:00
Shalin Shekhar Mangar
3ea8440652
SOLR-918 follow up -- Remove synchronization when iterating over infoRegistry and update Javadocs
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@727944 13f79535-47bb-0310-9956-ffa450edef68
2008-12-19 06:37:28 +00:00
Ryan McKinley
a3fff54fc1
SOLR-900: Moving solrj into /src/solrj.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@724175 13f79535-47bb-0310-9956-ffa450edef68
2008-12-07 19:07:11 +00:00
Shalin Shekhar Mangar
5e6e0e3258
SOLR-829 -- Allow slaves to request compressed files from master during replication
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@720502 13f79535-47bb-0310-9956-ffa450edef68
2008-11-25 14:19:14 +00:00
Koji Sekiguchi
eb0ec4a3e2
SOLR-822: Add CharFilter so that characters can be filtered before Tokenizer/TokenFilters.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@713902 13f79535-47bb-0310-9956-ffa450edef68
2008-11-14 01:56:21 +00:00
Shalin Shekhar Mangar
fa8ca41a71
SOLR-561 -- Added Replication implemented in Java as a request handler. Supports index replication as well as configuration replication and exposes detailed statistics and progress information on the Admin page. Works on all platforms.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706565 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 09:44:43 +00:00
Erik Hatcher
b82469d7c6
just upcasing Solr in javadoc
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705486 13f79535-47bb-0310-9956-ffa450edef68
2008-10-17 06:07:02 +00:00
Ryan McKinley
130a2022b1
SOLR-721 -- DirectSolrConnection now uses CoreContainers
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702993 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 21:23:21 +00:00