40 Commits

Author SHA1 Message Date
Dawid Weiss
4818a83cb2 LUCENE-9920: Remove binary gradle-wrapper.jar from the repository 2021-04-10 16:08:39 +02:00
Tomoko Uchida
670bbf8b99
Ignore sdkmanrc file on Git (#58) 2021-04-02 01:04:14 +09:00
David Smiley
2d3a221dcf
.gitignore clean up (#1993)
* Reorganized
* Removed outdated entries
* Moved some rules from the repo root to Solr
2020-10-24 11:09:55 -04:00
Michael Sokolov
c02f07f2d5 LUCENE-9322: Add Lucene90 codec, including VectorFormat
This commit adds support for dense floating point VectorFields.
The new VectorValues class provides access to the indexed vectors.
2020-10-18 07:49:36 -04:00
Dawid Weiss
7362c4ce60
LUCENE-6831: start removing LinkedList in favor of ArrayList or De/Queues (#1969)
I'm committing it in, seems like a trivial thing.
2020-10-12 09:15:07 +02:00
Erik Hatcher
2364a7aded SOLR-14792: Remove VelocityResponseWriter 2020-09-17 08:45:13 -04:00
jdyer1
e5007c15ee SOLR-14647
- fix .gitignore for eclipse users
2020-07-14 10:56:17 -05:00
Jason Gerlowski
0ea0358624 SOLR-14532: Add *.iml files to gitignore
Also clarifies our docs on importing the project into IntelliJ.
2020-06-17 20:22:17 -04:00
Dawid Weiss
bf7d115414 Generate hardware-specific defaults for gradle parallelism on the first build run (any task). Add some explanations on how to tweak local settings even further (gradlew :helpLocalSettings 2019-12-05 11:14:09 +01:00
Dawid Weiss
d4a9842375 Initial gradle build layer. 2019-12-02 15:34:57 +01:00
Shalin Shekhar Mangar
ed137dbe28 SOLR-13674: NodeAddedTrigger does not support configuration of replica type hint.
A new replicaType property has been added to NodeAddTrigger so that new replicas of the given type are added when the preferredOp is addreplica. The default value of replicaType is `NRT`.

This closes #821.
2019-08-08 15:14:55 +05:30
Tomoko Uchida
98c85a0e1a LUCENE-8778: Define analyzer SPI names as static final fields and document the names in all analysis components. This also changes SPI loader to detect service names via the static NAME fields instead of class names. 2019-06-22 10:46:37 +09:00
Jan Høydahl
87c131baa7
LUCENE-8852 ReleaseWizard tool (#710) 2019-06-20 14:45:17 +02:00
Jan Høydahl
0d9bf8fe73 Ignore python caches 2019-06-05 10:56:57 +02:00
David Smiley
57c6aced28 .gitignore: /maven-build 2017-09-20 15:31:25 -04:00
Jason Gerlowski
99093caec5 SOLR-10713: Add common output files to .gitignore
Signed-off-by: Mike Drob <mdrob@apache.org>
2017-06-05 12:49:50 -05:00
Steve Rowe
53e5f34f66 SOLR-9221: Remove Solr contribs: map-reduce, morphlines-core and morphlines-cell 2017-03-24 12:31:16 -04:00
Shai Erera
25c7855bba Add .pydevproject to .gitignore 2016-12-11 13:08:33 +02:00
Scott Blum
af92294b0c SOLR-8929: Add an idea module for solr/server to enable launching start.jar 2016-04-19 21:06:15 -04:00
Dawid Weiss
55005f0a7d LUCENE-6938: Convert build to work with Git rather than SVN. (Mark Miller
via Dawid Weiss).
2016-01-24 17:52:46 +01:00
Shai Erera
5fd879e801 Add solr/server/start.jar to .gitignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1646092 13f79535-47bb-0310-9956-ffa450edef68
2014-12-16 21:33:52 +00:00
Steven Rowe
524b90ef27 LUCENE-5930: IntelliJ config: drop resource-only modules, add module groups, and add module for lucene/backward-codecs, and fix up a bunch of other little issues
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624671 13f79535-47bb-0310-9956-ffa450edef68
2014-09-12 23:02:11 +00:00
Ryan Ernst
4f9e12ae7c Revert accidental commit of r1624450 (had a dirty workspace)
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624451 13f79535-47bb-0310-9956-ffa450edef68
2014-09-12 05:55:53 +00:00
Ryan Ernst
593693f214 Increase min id length to allow ids past 10k
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1624450 13f79535-47bb-0310-9956-ffa450edef68
2014-09-12 05:54:20 +00:00
Ryan Ernst
ac3a405781 Add generated test-lib dir to ignored dirs in git
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1617587 13f79535-47bb-0310-9956-ffa450edef68
2014-08-12 21:02:43 +00:00
Yonik Seeley
5111571d13 SOLR-5694: update gitignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1564419 13f79535-47bb-0310-9956-ffa450edef68
2014-02-04 18:58:08 +00:00
Robert Muir
b575a117fa LUCENE-5385: minimize this file some, remove a bunch of bogus stuff
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1555982 13f79535-47bb-0310-9956-ffa450edef68
2014-01-06 19:20:18 +00:00
Steven Rowe
05634cff5d LUCENE-5360: Add support for developing in Netbeans IDE.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1549872 13f79535-47bb-0310-9956-ffa450edef68
2013-12-10 15:50:38 +00:00
Grant Ingersoll
969c50b403 slight tweak to properly handle IntelliJ module files in sub dirs
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1499620 13f79535-47bb-0310-9956-ffa450edef68
2013-07-04 02:17:09 +00:00
Mark Robert Miller
b9e1537a7e SOLR-4916: Add support to write and read Solr index files and transaction log files to and from HDFS.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1497072 13f79535-47bb-0310-9956-ffa450edef68
2013-06-26 20:18:33 +00:00
Dawid Weiss
34910535b3 LUCENE-4654: Test duration statistics from multiple test runs should be reused (locally).
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1452276 13f79535-47bb-0310-9956-ffa450edef68
2013-03-04 12:43:12 +00:00
David Wayne Smiley
4c4dda3566 git ignore /idea-build
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1427795 13f79535-47bb-0310-9956-ffa450edef68
2013-01-02 14:06:49 +00:00
Dawid Weiss
c41231d355 Ignore /eclipse-build.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1395150 13f79535-47bb-0310-9956-ffa450edef68
2012-10-06 18:56:35 +00:00
Dawid Weiss
cf85aab1a0 LUCENE-3808: Switch LuceneTestCaseRunner to RandomizedRunner. Enforce Random sharing contracts. Enforce thread leaks.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1326351 13f79535-47bb-0310-9956-ffa450edef68
2012-04-15 14:41:44 +00:00
Dawid Weiss
454315c056 Ignore *.jar.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1307573 13f79535-47bb-0310-9956-ffa450edef68
2012-03-30 19:03:08 +00:00
Dawid Weiss
a9539dd281 .gitignore update.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1301218 13f79535-47bb-0310-9956-ffa450edef68
2012-03-15 21:43:48 +00:00
Dawid Weiss
337270d1ad LUCENE-3775: regenerated .gitignore to be in sync with svn:ignore.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243468 13f79535-47bb-0310-9956-ffa450edef68
2012-02-13 10:27:53 +00:00
Dawid Weiss
cdc2173e09 Excluding dataimport.properties generated during tests (for folks like me
who use git clones).

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1243020 13f79535-47bb-0310-9956-ffa450edef68
2012-02-11 09:04:36 +00:00
Dawid Weiss
ad64b7727c Ignore bin-* files.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1209013 13f79535-47bb-0310-9956-ffa450edef68
2011-12-01 09:35:37 +00:00
Mark Robert Miller
635934f150 add my .gitignore
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1138729 13f79535-47bb-0310-9956-ffa450edef68
2011-06-23 03:48:03 +00:00