Ryan McKinley
70ab45ce2d
SOLR-813: Deprecate access to SolrConfig from IndexSchema. Rather then access
...
SolrConfig from the schema, plugins should get the config from the core. IndexSchema
still has access to the ResourceLoader.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708259 13f79535-47bb-0310-9956-ffa450edef68
2008-10-27 18:10:45 +00:00
Erik Hatcher
079c1d1b9b
fieldName does not make sense as the key, use sourceInfo instead
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707990 13f79535-47bb-0310-9956-ffa450edef68
2008-10-26 13:23:43 +00:00
Koji Sekiguchi
0b94b4a0cb
change lucene version to 2.9-dev in common-build.xml
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707827 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25 08:52:02 +00:00
Koji Sekiguchi
4f520d9a3c
SOLR-805: Added that Lucene was upgraded to 2.9-dev
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707805 13f79535-47bb-0310-9956-ffa450edef68
2008-10-25 01:31:15 +00:00
Yonik Seeley
87b0576d0d
SOLR-561: thread safe fixes, commit point reservation fixes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707683 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 16:50:45 +00:00
Koji Sekiguchi
e5371125cb
SOLR-805: DisMax queries are not being cached in QueryResultCache
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707641 13f79535-47bb-0310-9956-ffa450edef68
2008-10-24 14:14:12 +00:00
Grant Ingersoll
e424c8723a
added some more comments
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707472 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 20:53:45 +00:00
Grant Ingersoll
153a59999e
SOLR-651: Added in TermVectorComponent
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707399 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 15:49:18 +00:00
Shalin Shekhar Mangar
1e5562a910
SOLR-728 -- Add synchronization to avoid race condition of multiple imports working concurrently
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707295 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 06:54:56 +00:00
Shalin Shekhar Mangar
ca6e3f100f
SOLR-823 -- Request parameter variables ${dataimporter.request.xxx} are not resolved
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707287 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 06:16:45 +00:00
Shalin Shekhar Mangar
325594751f
SOLR-561 update -- Increment packetsWritten variable after writing out the packet
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707279 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 05:54:18 +00:00
Yonik Seeley
62fc6816a3
SOLR-561 update: reserve index commit points for very short durations
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@707239 13f79535-47bb-0310-9956-ffa450edef68
2008-10-23 00:57:43 +00:00
Shalin Shekhar Mangar
0d8d200c20
Use IndexCommit#getTimestamp added in Lucene 2.4
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706893 13f79535-47bb-0310-9956-ffa450edef68
2008-10-22 08:16:04 +00:00
Grant Ingersoll
d76776eb1b
SOLR-532: WordDelimFilter respects payloads and other Token attributes
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706667 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 15:50:03 +00:00
Grant Ingersoll
cd4135489d
added small doc. comment
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706646 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 14:51:41 +00:00
Shalin Shekhar Mangar
3803c42a6b
SOLR-811 -- Allow a "deltaImportQuery" attribute in SqlEntityProcessor which is used for delta imports instead of DataImportHandler manipulating the SQL itself
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706588 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 11:57:56 +00:00
Shalin Shekhar Mangar
9c0c4a1621
SOLR-746 -- Added "omitHeader" request parameter to omit the header from the response
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706577 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 11:21:26 +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
Shalin Shekhar Mangar
be8a3a53ff
SOLR-782 -- Refactored SolrWriter to make it a concrete class and removed wrappers over SolrInputDocument
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@706542 13f79535-47bb-0310-9956-ffa450edef68
2008-10-21 07:05:39 +00:00
Ryan McKinley
fa5f2fd1db
SOLR-680 -- missing CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705923 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 20:56:12 +00:00
Ryan McKinley
d3d3251e5d
SOLR-680: Adding StatsComponent
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705915 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 20:19:53 +00:00
Ryan McKinley
f0adcb6bd6
javadoc typo
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705906 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 18:55:50 +00:00
Ryan McKinley
180ff531e1
SOLR-813: Adding DoubleMetaphone Filter and Factory
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@705903 13f79535-47bb-0310-9956-ffa450edef68
2008-10-18 18:38:24 +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
Shalin Shekhar Mangar
13eaf6d061
SOLR-808 -- Write string keys in Maps as extern strings in the javabin format
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704862 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 11:13:46 +00:00
Shalin Shekhar Mangar
eb6e94c679
SOLR-670 -- Add support for rollbacks in UpdateHandler.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704853 13f79535-47bb-0310-9956-ffa450edef68
2008-10-15 10:38:56 +00:00
Ryan McKinley
fc15f6f3a6
removing *another* accidentally commited file... sorry about that
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704531 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 13:19:11 +00:00
Shalin Shekhar Mangar
bdb1d606f0
SOLR-800 -- Deep copy collections to avoid ConcurrentModificationException in XPathEntityprocessor while streaming
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704365 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 07:51:43 +00:00
Chris M. Hostetter
d6188fac3e
error checking for mandatory param
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704313 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 05:17:41 +00:00
Ryan McKinley
d27f96d416
SOLR-793 -- removing stuff accidentally added with previous commit
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704301 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 03:36:45 +00:00
Ryan McKinley
97e369ace8
SOLR-793: Add 'commitWithin' argument to the update add command. This behaves similar to the global autoCommit maxTime argument except that it is set for each request.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@704288 13f79535-47bb-0310-9956-ffa450edef68
2008-10-14 00:24:04 +00:00
Shalin Shekhar Mangar
25813774b2
SOLR-658 -- Allow Solr to load index from arbitrary directory in dataDir
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@703981 13f79535-47bb-0310-9956-ffa450edef68
2008-10-13 09:12:42 +00:00
Ryan McKinley
01c466c0fa
SOLR-736 -- make sure CoreContainer is used to initialize core (even in deprecated case)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702994 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 21:28:53 +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
Yonik Seeley
28ef53258d
upgrade to lucene 2.4.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702987 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 20:59:12 +00:00
Yonik Seeley
ad091eec70
upgrade to lucene 2.4.0
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702983 13f79535-47bb-0310-9956-ffa450edef68
2008-10-08 20:38:07 +00:00
Ryan McKinley
9465b6bc29
make sure the directory exists before listing files (this could only happen if instanceDir is invalid)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702528 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 16:13:02 +00:00
Koji Sekiguchi
dd04d0fc2e
SOLR-794: revert ClientUtils with Character.isWhitespace(c)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702355 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 05:51:31 +00:00
Ryan McKinley
32fb80d342
adding 1.3.1 section to CHANGES.txt
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702315 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 00:37:51 +00:00
Koji Sekiguchi
41ea2b308d
SOLR-794: added escape() method to ClientUtils.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702314 13f79535-47bb-0310-9956-ffa450edef68
2008-10-07 00:36:49 +00:00
Ryan McKinley
9b4a62d0a4
SOLR-802 -- fixing & => && bug
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@702303 13f79535-47bb-0310-9956-ffa450edef68
2008-10-06 23:35:52 +00:00
Ryan McKinley
bd776e916b
adding some solr query tests.
...
deprecating setMissing( String ) and replacing it with setFacetMissing( Boolean )
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701740 13f79535-47bb-0310-9956-ffa450edef68
2008-10-05 01:08:17 +00:00
Ryan McKinley
dbf9fc8683
SOLR-657: Replace deprecated calls with the non-deprecated equivalents
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701485 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 18:43:57 +00:00
Chris M. Hostetter
b5081cdf69
announce logo contest
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701474 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 18:11:57 +00:00
Erik Hatcher
a9380dde07
Add convenience overloaded register method
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701352 13f79535-47bb-0310-9956-ffa450edef68
2008-10-03 11:40:22 +00:00
Grant Ingersoll
8566f15204
print what the bad baseDir value is
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701222 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 19:38:30 +00:00
Ryan McKinley
2c27d57ec2
SOLR-796 -- remove unused SolrIndexSearcher from DUH2. (no CHANGES.txt since not relevant for users)
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@701138 13f79535-47bb-0310-9956-ffa450edef68
2008-10-02 14:43:24 +00:00
Shalin Shekhar Mangar
b34bc9cfcc
SOLR-617 -- Allow configurable index deletion policy and provide a default implementation.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699975 13f79535-47bb-0310-9956-ffa450edef68
2008-09-29 03:37:41 +00:00
Shalin Shekhar Mangar
ef87edc8ae
Log completion message after all queries are executed. Moving it out of the for loop.
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699618 13f79535-47bb-0310-9956-ffa450edef68
2008-09-27 11:21:13 +00:00
Koji Sekiguchi
774153b891
SOLR-789: The javadoc of RandomSortField is not readable
...
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@699549 13f79535-47bb-0310-9956-ffa450edef68
2008-09-27 03:45:40 +00:00