Commit Graph

2385 Commits

Author SHA1 Message Date
Grant Ingersoll 1c2c5ed19f SOLR-1310: Upgrade to Tika 0.4
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@798253 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 18:48:58 +00:00
Grant Ingersoll 4a4fc9a5c9 SOLR-769: subcluster flattening
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@798205 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 16:26:06 +00:00
Grant Ingersoll 04c116900f SOLR-769: Refactor build slightly to get example working, fix classloading issue for Carrot Clustering engine
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@798202 13f79535-47bb-0310-9956-ffa450edef68
2009-07-27 16:20:49 +00:00
Yonik Seeley c3b5b4ef84 javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@797655 13f79535-47bb-0310-9956-ffa450edef68
2009-07-24 21:01:38 +00:00
Erik Hatcher 4e07d395fc SOLR-1286: Fix the commit parameter always defaulting to "true" even if "false" is explicitly passed in.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@796334 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21 15:07:59 +00:00
Erik Hatcher 4c2e902895 SOLR-1295: More sensibly locate SolrJS as the starting point of Solr's blessed javascript API
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@795603 13f79535-47bb-0310-9956-ffa450edef68
2009-07-19 19:36:17 +00:00
Yonik Seeley 7184a6bf53 make ignored multivalued by default
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@795244 13f79535-47bb-0310-9956-ffa450edef68
2009-07-17 22:00:22 +00:00
Yonik Seeley 4edbce9cec test trie types with frange
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794891 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 22:27:54 +00:00
Yonik Seeley 4df62ab249 fix distrib search assumption about single-segment multireaders
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794829 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 20:24:23 +00:00
Yonik Seeley f89c2d9a29 change test due to lucene open() changes - always multireader
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794812 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 19:46:35 +00:00
Yonik Seeley d3bd1090a7 SOLR-1284: fix initial docID
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794716 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 15:22:30 +00:00
Yonik Seeley 3c02e971ea SOLR-1284: implement new DISI.advance
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794714 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 15:17:39 +00:00
Grant Ingersoll b5620d8614 SOLR-1285: Add DelimitedPayloadTokenFilterFactory, tests and short example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794669 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 13:36:24 +00:00
Yonik Seeley f7953e95b6 SOLR-1284: use/implement DISI.advance and friends
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794470 13f79535-47bb-0310-9956-ffa450edef68
2009-07-16 00:12: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
Noble Paul c9eb4ea1ee the snapshoot config param is renamed to backupAfter
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794203 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 08:59:29 +00:00
Noble Paul 516f633ba7 all the variable names which use 'snap' has been renamed
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794200 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 08:55:56 +00:00
Noble Paul 73cde8eb22 status message for each command
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794187 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 08:40:19 +00:00
Noble Paul 80760df324 SOLR-920 changes did not go into CHANGES.txt
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794152 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 06:44:41 +00:00
Noble Paul 303b6c3836 SOLR-1129 Support binding dynamic fields to beans in SolrJ
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794144 13f79535-47bb-0310-9956-ffa450edef68
2009-07-15 05:55:46 +00:00
Mark Robert Miller cf2aac0ca3 remove unnecessary overrides
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@794088 13f79535-47bb-0310-9956-ffa450edef68
2009-07-14 22:09:48 +00:00
Yonik Seeley 98b4dd2e93 SOLR-284: random cleanups, tests, interface changes
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793953 13f79535-47bb-0310-9956-ffa450edef68
2009-07-14 15:53:05 +00:00
Yonik Seeley 8bb8d6561c SOLR-1266: add WordDelimiterFilter.stemEnglishPossessive option
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793090 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 19:40:33 +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
Chris M. Hostetter 6fcc6ed152 fix javadoc-all and make it less brittle to future changes in contrib libs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@793061 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 18:11:32 +00:00
Erik Hatcher dafd6d49d6 debug log when xpath entities are skipped, to aid in troubleshooting
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792973 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 15:07:44 +00:00
Erik Hatcher ed9dc8531e javadoc grammar fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792972 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 15:05:59 +00:00
Erik Hatcher a7c25f8813 SOLR-1229: fixes for deletedPkQuery
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792963 13f79535-47bb-0310-9956-ffa450edef68
2009-07-10 14:55:28 +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 da8dd622e3 Fix LukeRequestHandler so it doesn't rely on SolrQueryParser and report incorrect stats when field names contain special characters
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792751 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 23:50:20 +00:00
Chris M. Hostetter bc59a19e85 there are rumblings about new code to make it possible to use libs without copying them into the lib dirs; but until that happens let's at least use svn:ignore to keep them from cluttering up 'svn status'
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792726 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 21:59:52 +00:00
Chris M. Hostetter 6240c76c0f 1) removing some additional lib copying yonik seems to have
missed in r791147
2) setting some props on the lib dir so download jars are 
   ignored
3) tweaking clean-downloads so it's less brittle to rev'ing 
   downloads in the future (multiple versions might have
   been left in lib accidently)
   




git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792724 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 21:52:13 +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
Erik Hatcher 237bfa3137 SOLR-1265: Add variable resolving for URLDataSource properties like baseUrl
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792555 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 13:46:45 +00:00
Noble Paul 511ea76b32 SOLR-1264 if master slave is out of sync w/ master replication is not successful
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@792474 13f79535-47bb-0310-9956-ffa450edef68
2009-07-09 09:57:15 +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 4bd75f0221 SOLR-1263. SOLR-1234 did not fix it completely
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791700 13f79535-47bb-0310-9956-ffa450edef68
2009-07-07 04:57:54 +00:00
Mark Robert Miller 7c5825cf25 SOLR-1145: Add capability to specify an infoStream log file for the underlying Lucene IndexWriter in solrconfig.xml
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791578 13f79535-47bb-0310-9956-ffa450edef68
2009-07-06 19:31:37 +00:00
Yonik Seeley 33ba738883 remove clustering from example
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791148 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04 16:26:25 +00:00
Yonik Seeley 156b50f302 move clustering server out of example, use clustering libs w/o making a copy
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@791147 13f79535-47bb-0310-9956-ffa450edef68
2009-07-04 16:22:40 +00:00
Yonik Seeley 3dfc05b1e0 SOLR-1260: support all DocSet operations in DocSlice
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790948 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 15:16:24 +00:00
Yonik Seeley cdb2cbfeaa SOLR-1260: support all DocSet operations in DocSlice
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790938 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 15:09:21 +00:00
Noble Paul eae2e9af5d logging messages changed to remove the word snap
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790810 13f79535-47bb-0310-9956-ffa450edef68
2009-07-03 06:56:30 +00:00
Yonik Seeley 35384b4db3 prevent clustering from being added to solr.war
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790699 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 18:10:23 +00:00
Yonik Seeley 0cad24adf9 add missing ASL headers
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790601 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 14:11:26 +00:00
Yonik Seeley 43eb481c2f reformat to remove tabs
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790599 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 14:08:37 +00:00
Yonik Seeley dabddad667 SOLR-769: make response JSON friendly, use SolrQueryRequest instead of core
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790594 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 13:51:19 +00:00
Mark Robert Miller 9b2e0fd1ef missing Apache license header
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790584 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 13:33:35 +00:00
Mark Robert Miller be491bbb82 SOLR-1243: Admin RequestHandlers should not be cached over HTTP.
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790580 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 13:20:22 +00:00
Noble Paul eb8e622002 SOLR-1216 snapshoot renamed to backup
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@790559 13f79535-47bb-0310-9956-ffa450edef68
2009-07-02 12:03:50 +00:00