Commit Graph

533 Commits

Author SHA1 Message Date
Yonik Seeley c947254a3d fix BoostedQuery.rewrite
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579445 13f79535-47bb-0310-9956-ffa450edef68
2007-09-26 03:25:30 +00:00
Chris M. Hostetter 1ccfec05f1 javadoc warning cleanup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578977 13f79535-47bb-0310-9956-ffa450edef68
2007-09-24 21:20:53 +00:00
Ryan McKinley 6d8ae540e2 SOLR-215 -- extracting multicore config stuff from SOLR-350. This does three key things (that will make SOLR-350 easier to maintain)
1. extract SolrCore from SolrRequestParser -- this lets it be shared across cores
2. go back to the 1.2 interface for XmlUpdateRequestHandler
  public void doLegacyUpdate(Reader input, Writer output)
3. add a constructor to Config that lets you set the instanceDir explicitly (otherwise it forced static and needs to be specified as a property)


git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578507 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 21:44:38 +00:00
Yonik Seeley d78f61db76 don't factor in +-Inf,NaN in scale function
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578456 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 15:33:42 +00:00
Ryan McKinley 4674b5f446 SOLR-215 -- fixing SolrEventListener initalization and adding test that instantiates an SolrEventListener on startup.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@578451 13f79535-47bb-0310-9956-ffa450edef68
2007-09-22 14:48:21 +00:00
Yonik Seeley b91bd4f941 fix typo in abs.name() value source
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577879 13f79535-47bb-0310-9956-ffa450edef68
2007-09-20 19:02:05 +00:00
Yonik Seeley 11ec236ebf clarify stax comments, change logging level
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577432 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 20:15:39 +00:00
Ryan McKinley 46f8c77617 SOLR-360 -- reverting #577405,
set factory.setProperty("reuse-instance", Boolean.FALSE); 
works for 1.6.  The BEA parser works for 1.5

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577421 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 19:40:53 +00:00
Ryan McKinley 2ecd6ef1a6 SOLR-360 -- create a new XMLInputFactory for each request
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577405 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 18:03:03 +00:00
Ryan McKinley e3adf0ec78 SOLR-215 -- synchronizing getSolrCore()
see: http://www.nabble.com/synchronization-issue-in-SolrCore.getSolrCore%28%29---tf4477891.html

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@577395 13f79535-47bb-0310-9956-ffa450edef68
2007-09-19 17:32:16 +00:00
Ryan McKinley c5b328d565 typo. thanks Thorsten
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@576897 13f79535-47bb-0310-9956-ffa450edef68
2007-09-18 13:18:01 +00:00
Yonik Seeley efe1da6895 SOLR-349: new functions
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@576683 13f79535-47bb-0310-9956-ffa450edef68
2007-09-18 04:04:38 +00:00
Ryan McKinley e355097b60 SOLR-215 -- remove static reference to getInstanceDir()
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574027 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 17:01:02 +00:00
Ryan McKinley f736f3fb08 SOLR-215 -- create a new SolrCore if one does not exist
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@574025 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 16:24:51 +00:00
Ryan McKinley e3dacf01c7 SOLR-215 -- removing the core name and 'cores' registry stuff. this should be part of SOLR-350, not SolrCore
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573950 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 05:59:56 +00:00
Ryan McKinley fb9d1c34bb SOLR-215 -- start webapp w/o crashing!
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573947 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 04:41:11 +00:00
Ryan McKinley 2e1941b207 SOLR-215 -- removing static references to "instanceDir" -- this will let each core have its own instanceDir and ClassLoader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573946 13f79535-47bb-0310-9956-ffa450edef68
2007-09-09 04:34:44 +00:00
Ryan McKinley 5f003559b5 SOLR-215 - remove static singleton for SolrCore. This commit enables multiple solr cores, but does not yet provide an interface to manage them. This is a rather substantial change.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573893 13f79535-47bb-0310-9956-ffa450edef68
2007-09-08 19:03:54 +00:00
Yonik Seeley e595f5e7ce fix javadoc issues
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573774 13f79535-47bb-0310-9956-ffa450edef68
2007-09-08 02:39:42 +00:00
Yonik Seeley 1ce8c6feb3 SOLR-348: short-circuit faceting if less than mincount docs match
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@573770 13f79535-47bb-0310-9956-ffa450edef68
2007-09-08 01:38:23 +00:00
Mike Klaas b9da3b2ace SOLR-310: bound pending deletes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572831 13f79535-47bb-0310-9956-ffa450edef68
2007-09-04 23:05:39 +00:00
Chris M. Hostetter 3954767c5e plagerizing apachecon blurb from TLP site
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@572462 13f79535-47bb-0310-9956-ffa450edef68
2007-09-04 00:33:57 +00:00
Chris M. Hostetter 7f9bfa9e7d SOLR-308: UUIDField class, can generate random UUIDs when special value of 'NEW' is used
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@569279 13f79535-47bb-0310-9956-ffa450edef68
2007-08-24 07:28:36 +00:00
William Au c56381bdab SOLR-333: Changed distributiondump.jsp to use Solr HOME instead of CWD to get path
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@566340 13f79535-47bb-0310-9956-ffa450edef68
2007-08-15 20:55:14 +00:00
Ryan McKinley e7e530bcd7 SOLR-326 remove unused imports
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@565144 13f79535-47bb-0310-9956-ffa450edef68
2007-08-12 20:47:42 +00:00
Yonik Seeley 29c83e3741 SOLR-196: php response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564920 13f79535-47bb-0310-9956-ffa450edef68
2007-08-11 13:01:09 +00:00
Yonik Seeley bd4e7a8c03 SOLR-196: php response writers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564829 13f79535-47bb-0310-9956-ffa450edef68
2007-08-11 03:32:02 +00:00
Yonik Seeley 1d70c0e51b SOLR-331: fix WordDelimiterFilter offsets for synonyms
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564635 13f79535-47bb-0310-9956-ffa450edef68
2007-08-10 15:53:03 +00:00
Mike Klaas 7cb55d9904 typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564078 13f79535-47bb-0310-9956-ffa450edef68
2007-08-09 02:46:02 +00:00
Mike Klaas 3064ab7a10 Make autocommit tests slightly more tolerant of system load
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564075 13f79535-47bb-0310-9956-ffa450edef68
2007-08-09 02:12:08 +00:00
Ryan McKinley 06b56541a6 DocumentBuilder needs to skip null values. This adds a test to make sure that happens.
http://www.nabble.com/indexing-null-values--tf4238702.html

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@564010 13f79535-47bb-0310-9956-ffa450edef68
2007-08-08 20:23:36 +00:00
Chris M. Hostetter e8533194c0 whoops ... args were being passed in wrong order
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@563753 13f79535-47bb-0310-9956-ffa450edef68
2007-08-08 05:31:06 +00:00
Ryan McKinley 0d912477cc spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@562837 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 06:10:48 +00:00
Ryan McKinley fdc4ed58b4 Removing some weirdness in the SolrInputDocument interface that is not really needed for SOLR-139.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@562832 13f79535-47bb-0310-9956-ffa450edef68
2007-08-05 05:26:53 +00:00
Ryan McKinley d486144782 adding a 'close' method to DirectSolrConnection. SOLR-212
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@561922 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 19:13:26 +00:00
Ryan McKinley 950f85b39c SOLR-301 -- moving MoreLikeThisParams from o.a.s.common.util -> o.a.s.common.params
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@561904 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 18:43:02 +00:00
Ryan McKinley 77f2a49896 SOLR-301 -- Move deprecated functions out of o.a.s.common and put it in the deprecated classes from SOLR-135. This seperates the parameter defination classes from the SolrParams classes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@561900 13f79535-47bb-0310-9956-ffa450edef68
2007-08-01 18:36:45 +00:00
Ryan McKinley bf183356ed change UTF8 to ASCII
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@561050 13f79535-47bb-0310-9956-ffa450edef68
2007-07-30 17:20:18 +00:00
Yonik Seeley 30b52fa18a make admin submit buttons work w/o javascript: SOLR-322
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@560807 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 20:25:02 +00:00
Chris M. Hostetter 670b25d967 SOLR-258: Date Faceting added to SimpleFacets
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@560686 13f79535-47bb-0310-9956-ffa450edef68
2007-07-29 06:28:41 +00:00
Mike Klaas 4ac947d37b clean up commit scheduler properly (SOLR-320)
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@559887 13f79535-47bb-0310-9956-ffa450edef68
2007-07-26 17:12:04 +00:00
Mike Klaas 5ddcd5543c fixed getDescription for HtmlFormatter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557874 13f79535-47bb-0310-9956-ffa450edef68
2007-07-20 05:39:15 +00:00
Mike Klaas 9c0d22fe9b SOLR-102: RegexFragmenter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557872 13f79535-47bb-0310-9956-ffa450edef68
2007-07-20 05:34:23 +00:00
Chris M. Hostetter 773ec01848 SOLR-305: analysis.jsp can be given a fieldtype instead of a field name
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557870 13f79535-47bb-0310-9956-ffa450edef68
2007-07-20 05:28:42 +00:00
Chris M. Hostetter e90cf40c79 SOLR-311 made quoting of example curl calls work on windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557739 13f79535-47bb-0310-9956-ffa450edef68
2007-07-19 19:05:26 +00:00
Otis Gospodnetic efae9eccc7 - SOLR-307: Added Factories for NGram Filters.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557622 13f79535-47bb-0310-9956-ffa450edef68
2007-07-19 13:45:12 +00:00
Yonik Seeley 3c641fc63a remove severe debugging log
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@557335 13f79535-47bb-0310-9956-ffa450edef68
2007-07-18 17:04:20 +00:00
William Au 1ea6384ff0 date -d and locales don't mix: SOLR-136
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556910 13f79535-47bb-0310-9956-ffa450edef68
2007-07-17 12:51:00 +00:00
William Au 82afc1a8a7 fixed logging of elapsed time on Solaris
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556902 13f79535-47bb-0310-9956-ffa450edef68
2007-07-17 12:31:03 +00:00
Ryan McKinley d044bbd589 SOLR-269 -- a chain subclass should be able to manipulate the chain
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@556357 13f79535-47bb-0310-9956-ffa450edef68
2007-07-15 00:00:12 +00:00