summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShay Banon <kimchy@gmail.com>2011-12-06 01:08:10 +0200
committerShay Banon <kimchy@gmail.com>2011-12-06 01:08:10 +0200
commit3ef14a44d5518a71fe25d9f1e84b5b326d450d40 (patch)
tree1663a9e090badc4923c6e51bd060956490ec9fad
parentfa782b121063dc747bdbc1b3df6ec5c75660d4fa (diff)
remove .idea
-rw-r--r--.idea/ant.xml7
-rw-r--r--.idea/compiler.xml33
-rw-r--r--.idea/copyright/apache.xml9
-rw-r--r--.idea/copyright/profiles_settings.xml28
-rw-r--r--.idea/dictionaries/kimchy.xml184
-rw-r--r--.idea/encodings.xml5
-rw-r--r--.idea/gradle.xml7
-rw-r--r--.idea/groovyc.xml7
-rw-r--r--.idea/inspectionProfiles/Project_Default.xml39
-rw-r--r--.idea/inspectionProfiles/profiles_settings.xml7
-rw-r--r--.idea/libraries/hamcrest.xml10
-rw-r--r--.idea/libraries/jline.xml9
-rw-r--r--.idea/libraries/logging.xml11
-rw-r--r--.idea/libraries/lucene.xml19
-rw-r--r--.idea/libraries/testng.xml11
-rw-r--r--.idea/misc.xml62
-rw-r--r--.idea/modules.xml9
-rw-r--r--.idea/modules/benchmark-micro.iml15
-rw-r--r--.idea/modules/elasticsearch-root.iml20
-rw-r--r--.idea/modules/elasticsearch.iml49
-rw-r--r--.idea/modules/plugin-analysis-icu.iml32
-rw-r--r--.idea/modules/plugin-cloud-aws.iml32
-rw-r--r--.idea/modules/plugin-lang-groovy.iml41
-rw-r--r--.idea/modules/plugin-lang-javascript.iml29
-rw-r--r--.idea/modules/plugin-lang-python.iml29
-rw-r--r--.idea/modules/plugin-mapper-attachments.iml30
-rw-r--r--.idea/modules/plugin-river-couchdb.iml20
-rw-r--r--.idea/modules/plugin-river-rabbitmq.iml30
-rw-r--r--.idea/modules/plugin-river-twitter.iml30
-rw-r--r--.idea/modules/plugin-river-wikipedia.iml19
-rw-r--r--.idea/modules/plugin-transport-memcached.iml30
-rw-r--r--.idea/modules/plugin-transport-thrift.iml30
-rw-r--r--.idea/modules/plugin-transport-wares.iml25
-rw-r--r--.idea/modules/plugins-cloud.iml62
-rw-r--r--.idea/modules/plugins-hadoop.iml35
-rw-r--r--.idea/modules/test-integration.iml20
-rw-r--r--.idea/modules/test-testng.iml17
-rw-r--r--.idea/projectCodeStyle.xml160
-rw-r--r--.idea/runConfigurations/Bootstrap.xml34
-rw-r--r--.idea/runConfigurations/Bootstrap__No_Plugins_.xml34
-rw-r--r--.idea/runConfigurations/ElasticSearch_Tests.xml41
-rw-r--r--.idea/runConfigurations/ElasticSearch_Tests__Local_.xml41
-rw-r--r--.idea/runConfigurations/ElasticSearch_Tests__compress_.xml41
-rw-r--r--.idea/uiDesigner.xml125
-rw-r--r--.idea/vcs.xml7
45 files changed, 0 insertions, 1535 deletions
diff --git a/.idea/ant.xml b/.idea/ant.xml
deleted file mode 100644
index 2581ca3fe8..0000000000
--- a/.idea/ant.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="AntConfiguration">
- <defaultAnt bundledAnt="true" />
- </component>
-</project>
-
diff --git a/.idea/compiler.xml b/.idea/compiler.xml
deleted file mode 100644
index 492be3515e..0000000000
--- a/.idea/compiler.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="CompilerConfiguration">
- <option name="DEFAULT_COMPILER" value="Javac" />
- <resourceExtensions>
- <entry name=".+\.(properties|xml|html|dtd|tld)" />
- <entry name=".+\.(gif|png|jpeg|jpg)" />
- </resourceExtensions>
- <wildcardResourcePatterns>
- <entry name="?*.properties" />
- <entry name="?*.xml" />
- <entry name="?*.gif" />
- <entry name="?*.png" />
- <entry name="?*.jpeg" />
- <entry name="?*.jpg" />
- <entry name="?*.html" />
- <entry name="?*.dtd" />
- <entry name="?*.tld" />
- <entry name="?*.ftl" />
- <entry name="?*.json" />
- <entry name="?*.yml" />
- <entry name="?*.txt" />
- <entry name="?*.pdf" />
- <entry name="?*.nrm" />
- </wildcardResourcePatterns>
- <annotationProcessing enabled="false" useClasspath="true" />
- </component>
- <component name="EclipseCompilerSettings">
- <option name="GENERATE_NO_WARNINGS" value="true" />
- <option name="DEPRECATION" value="false" />
- </component>
-</project>
-
diff --git a/.idea/copyright/apache.xml b/.idea/copyright/apache.xml
deleted file mode 100644
index 54ae28930e..0000000000
--- a/.idea/copyright/apache.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<component name="CopyrightManager">
- <copyright>
- <option name="notice" value="Licensed to Elastic Search and Shay Banon under one&#10;or more contributor license agreements. See the NOTICE file&#10;distributed with this work for additional information&#10;regarding copyright ownership. Elastic Search licenses this &#10;file to you under the Apache License, Version 2.0 (the&#10;&quot;License&quot;); you may not use this file except in compliance&#10;with the License. You may obtain a copy of the License at&#10;&#10; http://www.apache.org/licenses/LICENSE-2.0&#10;&#10;Unless required by applicable law or agreed to in writing,&#10;software distributed under the License is distributed on an&#10;&quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY&#10;KIND, either express or implied. See the License for the&#10;specific language governing permissions and limitations&#10;under the License." />
- <option name="keyword" value="Copyright" />
- <option name="allowReplaceKeyword" value="" />
- <option name="myName" value="apache" />
- <option name="myLocal" value="true" />
- </copyright>
-</component> \ No newline at end of file
diff --git a/.idea/copyright/profiles_settings.xml b/.idea/copyright/profiles_settings.xml
deleted file mode 100644
index 8c0d77cf3e..0000000000
--- a/.idea/copyright/profiles_settings.xml
+++ /dev/null
@@ -1,28 +0,0 @@
-<component name="CopyrightManager">
- <settings default="apache">
- <module2copyright>
- <element module="All" copyright="apache" />
- </module2copyright>
- <LanguageOptions name="Groovy">
- <option name="fileTypeOverride" value="1" />
- </LanguageOptions>
- <LanguageOptions name="HTML">
- <option name="fileTypeOverride" value="1" />
- </LanguageOptions>
- <LanguageOptions name="JSP">
- <option name="fileTypeOverride" value="1" />
- </LanguageOptions>
- <LanguageOptions name="JSPX">
- <option name="fileTypeOverride" value="1" />
- </LanguageOptions>
- <LanguageOptions name="JavaScript">
- <option name="fileTypeOverride" value="1" />
- </LanguageOptions>
- <LanguageOptions name="Properties">
- <option name="fileTypeOverride" value="1" />
- </LanguageOptions>
- <LanguageOptions name="XML">
- <option name="fileTypeOverride" value="1" />
- </LanguageOptions>
- </settings>
-</component> \ No newline at end of file
diff --git a/.idea/dictionaries/kimchy.xml b/.idea/dictionaries/kimchy.xml
deleted file mode 100644
index 9d48026969..0000000000
--- a/.idea/dictionaries/kimchy.xml
+++ /dev/null
@@ -1,184 +0,0 @@
-<component name="ProjectDictionaryState">
- <dictionary name="kimchy">
- <words>
- <w>addr</w>
- <w>aggregators</w>
- <w>amazonaws</w>
- <w>apis</w>
- <w>appendable</w>
- <w>args</w>
- <w>asciifolding</w>
- <w>async</w>
- <w>attr</w>
- <w>auth</w>
- <w>banon</w>
- <w>bbox</w>
- <w>bindhost</w>
- <w>birthdate</w>
- <w>bitset</w>
- <w>blobstore</w>
- <w>bool</w>
- <w>booleans</w>
- <w>bytebuffer</w>
- <w>cacheable</w>
- <w>calc</w>
- <w>camelcase</w>
- <w>canonicalhost</w>
- <w>catenate</w>
- <w>charfilter</w>
- <w>charsets</w>
- <w>checksum</w>
- <w>checksums</w>
- <w>chunking</w>
- <w>closeable</w>
- <w>cloudfiles</w>
- <w>cloudservers</w>
- <w>commitable</w>
- <w>committable</w>
- <w>concat</w>
- <w>conf</w>
- <w>configurator</w>
- <w>coord</w>
- <w>couchdb</w>
- <w>cpus</w>
- <w>cstr</w>
- <w>datagram</w>
- <w>datas</w>
- <w>deque</w>
- <w>desc</w>
- <w>deserialize</w>
- <w>docid</w>
- <w>elasticsearch</w>
- <w>encodable</w>
- <w>estab</w>
- <w>failover</w>
- <w>firehose</w>
- <w>flushable</w>
- <w>forkjoin</w>
- <w>formatter</w>
- <w>formatters</w>
- <w>frac</w>
- <w>freqs</w>
- <w>func</w>
- <w>geohash</w>
- <w>guice</w>
- <w>hadoop</w>
- <w>hashtag</w>
- <w>hdfs</w>
- <w>histo</w>
- <w>hpux</w>
- <w>https</w>
- <w>hyperic</w>
- <w>ifconfig</w>
- <w>indices</w>
- <w>inet</w>
- <w>infos</w>
- <w>intf</w>
- <w>ints</w>
- <w>iter</w>
- <w>iterable</w>
- <w>javascript</w>
- <w>javax</w>
- <w>jclouds</w>
- <w>jgroups</w>
- <w>joda</w>
- <w>jsonp</w>
- <w>kimchy</w>
- <w>latlon</w>
- <w>lifecycle</w>
- <w>linefeeds</w>
- <w>lons</w>
- <w>loopback</w>
- <w>lstag</w>
- <w>ltag</w>
- <w>lucene</w>
- <w>mcast</w>
- <w>memcached</w>
- <w>metadata</w>
- <w>metadatas</w>
- <w>millis</w>
- <w>mmap</w>
- <w>multi</w>
- <w>multibinder</w>
- <w>multicast</w>
- <w>multiline</w>
- <w>multipart</w>
- <w>mvel</w>
- <w>nanos</w>
- <w>newcount</w>
- <w>ngram</w>
- <w>noop</w>
- <w>nospawn</w>
- <w>numerics</w>
- <w>param</w>
- <w>params</w>
- <w>persistency</w>
- <w>pinger</w>
- <w>pluggable</w>
- <w>plugins</w>
- <w>porterstem</w>
- <w>prefetch</w>
- <w>proc</w>
- <w>publishhost</w>
- <w>queryparser</w>
- <w>rabbitmq</w>
- <w>rackspace</w>
- <w>realtime</w>
- <w>rebalance</w>
- <w>rebalancing</w>
- <w>recycler</w>
- <w>regex</w>
- <w>reparse</w>
- <w>reparsed</w>
- <w>retrans</w>
- <w>retryable</w>
- <w>retval</w>
- <w>routings</w>
- <w>rsts</w>
- <w>sbuf</w>
- <w>scriptable</w>
- <w>searchable</w>
- <w>segs</w>
- <w>sentinal</w>
- <w>serializers</w>
- <w>sigar</w>
- <w>slurper</w>
- <w>snapshotting</w>
- <w>solaris</w>
- <w>startup</w>
- <w>stopwords</w>
- <w>streamable</w>
- <w>streamables</w>
- <w>struct</w>
- <w>substring</w>
- <w>successul</w>
- <w>tagline</w>
- <w>threadpool</w>
- <w>throwable</w>
- <w>tika</w>
- <w>timestamp</w>
- <w>tokenizers</w>
- <w>translog</w>
- <w>traslog</w>
- <w>trie</w>
- <w>tuple</w>
- <w>unboxed</w>
- <w>unicast</w>
- <w>unmanaged</w>
- <w>unmatch</w>
- <w>unregister</w>
- <w>uptime</w>
- <w>userid</w>
- <w>uuid</w>
- <w>versioned</w>
- <w>versioning</w>
- <w>warmup</w>
- <w>wikipedia</w>
- <w>wildcards</w>
- <w>xcontent</w>
- <w>xson</w>
- <w>yaml</w>
- <w>yyyy</w>
- </words>
- </dictionary>
-</component> \ No newline at end of file
diff --git a/.idea/encodings.xml b/.idea/encodings.xml
deleted file mode 100644
index a3ba2fdd5f..0000000000
--- a/.idea/encodings.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="Encoding" useUTFGuessing="true" native2AsciiForPropertiesFiles="false" defaultCharsetForPropertiesFiles="UTF-8" />
-</project>
-
diff --git a/.idea/gradle.xml b/.idea/gradle.xml
deleted file mode 100644
index f40704f8a1..0000000000
--- a/.idea/gradle.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="GradleSettings">
- <option name="SDK_HOME" value="$USER_HOME$/opt/gradle/0.9-rc-2" />
- </component>
-</project>
-
diff --git a/.idea/groovyc.xml b/.idea/groovyc.xml
deleted file mode 100644
index 707d09bea4..0000000000
--- a/.idea/groovyc.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="GroovyCompilerConfiguration">
- <option name="useGroovycStubs" value="true" />
- </component>
-</project>
-
diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index 37018a9621..0000000000
--- a/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,39 +0,0 @@
-<component name="InspectionProjectProfileManager">
- <profile version="1.0" is_locked="false">
- <option name="myName" value="Project Default" />
- <option name="myLocal" value="false" />
- <inspection_tool class="JavaDoc" enabled="false" level="WARNING" enabled_by_default="false">
- <option name="TOP_LEVEL_CLASS_OPTIONS">
- <value>
- <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
- <option name="REQUIRED_TAGS" value="" />
- </value>
- </option>
- <option name="INNER_CLASS_OPTIONS">
- <value>
- <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
- <option name="REQUIRED_TAGS" value="" />
- </value>
- </option>
- <option name="METHOD_OPTIONS">
- <value>
- <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
- <option name="REQUIRED_TAGS" value="@return@param@throws or @exception" />
- </value>
- </option>
- <option name="FIELD_OPTIONS">
- <value>
- <option name="ACCESS_JAVADOC_REQUIRED_FOR" value="none" />
- <option name="REQUIRED_TAGS" value="" />
- </value>
- </option>
- <option name="IGNORE_DEPRECATED" value="false" />
- <option name="IGNORE_JAVADOC_PERIOD" value="true" />
- <option name="IGNORE_DUPLICATED_THROWS" value="false" />
- <option name="IGNORE_POINT_TO_ITSELF" value="false" />
- <option name="myAdditionalJavadocTags" value="" />
- </inspection_tool>
- <inspection_tool class="ThrowableInstanceNeverThrown" enabled="false" level="WARNING" enabled_by_default="false" />
- <inspection_tool class="ThrowableResultOfMethodCallIgnored" enabled="false" level="WARNING" enabled_by_default="false" />
- </profile>
-</component> \ No newline at end of file
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 3b312839bf..0000000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<component name="InspectionProjectProfileManager">
- <settings>
- <option name="PROJECT_PROFILE" value="Project Default" />
- <option name="USE_PROJECT_PROFILE" value="true" />
- <version value="1.0" />
- </settings>
-</component> \ No newline at end of file
diff --git a/.idea/libraries/hamcrest.xml b/.idea/libraries/hamcrest.xml
deleted file mode 100644
index 2bc65d43dd..0000000000
--- a/.idea/libraries/hamcrest.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<component name="libraryTable">
- <library name="hamcrest">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.hamcrest/hamcrest-library/jars/hamcrest-library-1.3.RC2.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.hamcrest/hamcrest-core/jars/hamcrest-core-1.3.RC2.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
-</component> \ No newline at end of file
diff --git a/.idea/libraries/jline.xml b/.idea/libraries/jline.xml
deleted file mode 100644
index f855f5eb30..0000000000
--- a/.idea/libraries/jline.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<component name="libraryTable">
- <library name="jline">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/jline/jline/jars/jline-0.9.94.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
-</component> \ No newline at end of file
diff --git a/.idea/libraries/logging.xml b/.idea/libraries/logging.xml
deleted file mode 100644
index 577fba87cb..0000000000
--- a/.idea/libraries/logging.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<component name="libraryTable">
- <library name="logging">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.slf4j/slf4j-api/jars/slf4j-api-1.5.11.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.slf4j/slf4j-log4j12/jars/slf4j-log4j12-1.5.11.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/log4j/log4j/bundles/log4j-1.2.16.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
-</component> \ No newline at end of file
diff --git a/.idea/libraries/lucene.xml b/.idea/libraries/lucene.xml
deleted file mode 100644
index 16d56b3bd4..0000000000
--- a/.idea/libraries/lucene.xml
+++ /dev/null
@@ -1,19 +0,0 @@
-<component name="libraryTable">
- <library name="lucene">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.lucene/lucene-highlighter/jars/lucene-highlighter-3.5.0.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.lucene/lucene-memory/jars/lucene-memory-3.5.0.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.lucene/lucene-core/jars/lucene-core-3.5.0.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.lucene/lucene-analyzers/jars/lucene-analyzers-3.5.0.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.lucene/lucene-queries/jars/lucene-queries-3.5.0.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="file://$USER_HOME$/opt/lucene/3.5.0.src/contrib/memory/src/java" />
- <root url="file://$USER_HOME$/opt/lucene/3.5.0.src/src/java" />
- <root url="file://$USER_HOME$/opt/lucene/3.5.0.src/contrib/highlighter/src/java" />
- <root url="file://$USER_HOME$/opt/lucene/3.5.0.src/contrib/queries/src/java" />
- <root url="file://$USER_HOME$/opt/lucene/3.5.0.src/contrib/analyzers/common/src/java" />
- </SOURCES>
- </library>
-</component> \ No newline at end of file
diff --git a/.idea/libraries/testng.xml b/.idea/libraries/testng.xml
deleted file mode 100644
index 9fe48f86c8..0000000000
--- a/.idea/libraries/testng.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<component name="libraryTable">
- <library name="testng">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/com.beust/jcommander/jars/jcommander-1.5.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.beanshell/bsh/jars/bsh-2.0b4.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.testng/testng/jars/testng-6.1.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
-</component> \ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 1ff38c6ab6..0000000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="DependencyValidationManager">
- <option name="SKIP_IMPORT_STATEMENTS" value="false" />
- </component>
- <component name="EntryPointsManager">
- <entry_points version="2.0" />
- </component>
- <component name="IdProvider" IDEtalkID="4A8F53B851E388D477AEE98A9276B454" />
- <component name="JavadocGenerationManager">
- <option name="OUTPUT_DIRECTORY" value="$USER_HOME$/tmp/tmp1" />
- <option name="OPTION_SCOPE" value="protected" />
- <option name="OPTION_HIERARCHY" value="true" />
- <option name="OPTION_NAVIGATOR" value="true" />
- <option name="OPTION_INDEX" value="true" />
- <option name="OPTION_SEPARATE_INDEX" value="true" />
- <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
- <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
- <option name="OPTION_DOCUMENT_TAG_VERSION" value="false" />
- <option name="OPTION_DOCUMENT_TAG_DEPRECATED" value="true" />
- <option name="OPTION_DEPRECATED_LIST" value="true" />
- <option name="OTHER_OPTIONS" />
- <option name="HEAP_SIZE" />
- <option name="LOCALE" />
- <option name="OPEN_IN_BROWSER" value="true" />
- </component>
- <component name="NullableNotNullManager">
- <option name="myDefaultNullable" value="org.jetbrains.annotations.Nullable" />
- <option name="myDefaultNotNull" value="org.jetbrains.annotations.NotNull" />
- <option name="myNullables">
- <value>
- <list size="3">
- <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.Nullable" />
- <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nullable" />
- <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.Nullable" />
- </list>
- </value>
- </option>
- <option name="myNotNulls">
- <value>
- <list size="3">
- <item index="0" class="java.lang.String" itemvalue="org.jetbrains.annotations.NotNull" />
- <item index="1" class="java.lang.String" itemvalue="javax.annotation.Nonnull" />
- <item index="2" class="java.lang.String" itemvalue="edu.umd.cs.findbugs.annotations.NonNull" />
- </list>
- </value>
- </option>
- </component>
- <component name="ProjectDetails">
- <option name="projectName" value="elasticsearch" />
- </component>
- <component name="ProjectResources">
- <default-html-doctype>http://www.w3.org/1999/xhtml</default-html-doctype>
- </component>
- <component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.6" project-jdk-type="JavaSDK">
- <output url="file://$PROJECT_DIR$/out" />
- </component>
- <component name="SvnBranchConfigurationManager">
- <option name="mySupportsUserInfoFilter" value="true" />
- </component>
-</project>
-
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index a7f28b484a..0000000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="ProjectModuleManager">
- <modules>
- <module fileurl="file://$PROJECT_DIR$/.idea/modules/elasticsearch-root.iml" filepath="$PROJECT_DIR$/.idea/modules/elasticsearch-root.iml" />
- </modules>
- </component>
-</project>
-
diff --git a/.idea/modules/benchmark-micro.iml b/.idea/modules/benchmark-micro.iml
deleted file mode 100644
index 1cff9b8f4d..0000000000
--- a/.idea/modules/benchmark-micro.iml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../modules/benchmark/micro/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../modules/benchmark/micro/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../modules/benchmark/micro">
- <excludeFolder url="file://$MODULE_DIR$/../../modules/benchmark/micro/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- </component>
-</module>
-
diff --git a/.idea/modules/elasticsearch-root.iml b/.idea/modules/elasticsearch-root.iml
deleted file mode 100644
index d5b80a8ab4..0000000000
--- a/.idea/modules/elasticsearch-root.iml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../..">
- <excludeFolder url="file://$MODULE_DIR$/../../.gradle" />
- <excludeFolder url="file://$MODULE_DIR$/../../build" />
- <excludeFolder url="file://$MODULE_DIR$/../../data" />
- <excludeFolder url="file://$MODULE_DIR$/../../logs" />
- <excludeFolder url="file://$MODULE_DIR$/../../modules/jarjar/build" />
- <excludeFolder url="file://$MODULE_DIR$/../../test-output" />
- <excludeFolder url="file://$MODULE_DIR$/../../work" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
-</module>
-
diff --git a/.idea/modules/elasticsearch.iml b/.idea/modules/elasticsearch.iml
deleted file mode 100644
index f4fd69d576..0000000000
--- a/.idea/modules/elasticsearch.iml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../modules/elasticsearch/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../modules/elasticsearch/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../modules/elasticsearch">
- <excludeFolder url="file://$MODULE_DIR$/../../modules/elasticsearch/build" />
- <excludeFolder url="file://$MODULE_DIR$/../../modules/elasticsearch/work" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module-library" exported="">
- <library name="jarjar">
- <CLASSES>
- <root url="file://$MODULE_DIR$/../../modules/jarjar/build/libs" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- <jarDirectory url="file://$MODULE_DIR$/../../modules/jarjar/build/libs" recursive="false" />
- </library>
- </orderEntry>
- <orderEntry type="library" exported="" name="logging" level="project" />
- <orderEntry type="library" exported="" name="lucene" level="project" />
- <orderEntry type="library" exported="" name="jline" level="project" />
- <orderEntry type="module-library" exported="">
- <library name="sigar">
- <CLASSES>
- <root url="jar://$MODULE_DIR$/../../lib/sigar/sigar-1.6.4.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module-library" exported="">
- <library name="jna">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/net.java.dev.jna/jna/jars/jna-3.2.7.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-analysis-icu.iml b/.idea/modules/plugin-analysis-icu.iml
deleted file mode 100644
index f3e64b0d03..0000000000
--- a/.idea/modules/plugin-analysis-icu.iml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/analysis/icu/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/analysis/icu/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/analysis/icu">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/analysis/icu/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/analysis/icu/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/analysis/icu/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module" module-name="test-testng" />
- <orderEntry type="library" name="testng" level="project" />
- <orderEntry type="library" name="hamcrest" level="project" />
- <orderEntry type="module-library">
- <library name="lucene-icu">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.lucene/lucene-icu4j/jars/lucene-icu4j-3.2.0.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.lucene/lucene-icu/jars/lucene-icu-3.5.0.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="file://$USER_HOME$/opt/lucene/3.4.0.src/contrib/icu/src/java" />
- </SOURCES>
- </library>
- </orderEntry>
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-cloud-aws.iml b/.idea/modules/plugin-cloud-aws.iml
deleted file mode 100644
index 3a6b048b1e..0000000000
--- a/.idea/modules/plugin-cloud-aws.iml
+++ /dev/null
@@ -1,32 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/cloud/aws/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/cloud/aws/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/cloud/aws">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/cloud/aws/src/main/java" isTestSource="false" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/cloud/aws/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="aws-java-sdk">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/commons-codec/commons-codec/jars/commons-codec-1.3.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.httpcomponents/httpcore/jars/httpcore-4.1.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.httpcomponents/httpclient/jars/httpclient-4.1.1.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.amazonaws/aws-java-sdk/jars/aws-java-sdk-1.2.12.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-lang-groovy.iml b/.idea/modules/plugin-lang-groovy.iml
deleted file mode 100644
index bcf7936054..0000000000
--- a/.idea/modules/plugin-lang-groovy.iml
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/lang/groovy/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/lang/groovy/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/lang/groovy">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/lang/groovy/src/main/groovy" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/lang/groovy/src/test/groovy" isTestSource="true" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/lang/groovy/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/lang/groovy/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/client/groovy/work" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/lang/groovy/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module-library">
- <library name="groovy">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.2.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- <orderEntry type="module-library" scope="TEST">
- <library name="junit">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/junit/junit/jars/junit-4.8.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-lang-javascript.iml b/.idea/modules/plugin-lang-javascript.iml
deleted file mode 100644
index 5870fb269a..0000000000
--- a/.idea/modules/plugin-lang-javascript.iml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/lang/javascript/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/lang/javascript/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/lang/javascript">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/lang/javascript/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/lang/javascript/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/lang/javascript/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="rhino">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.mozilla/rhino/jars/rhino-1.7R3.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-lang-python.iml b/.idea/modules/plugin-lang-python.iml
deleted file mode 100644
index f99a4b0c44..0000000000
--- a/.idea/modules/plugin-lang-python.iml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/lang/python/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/lang/python/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/lang/python">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/lang/python/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/lang/python/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/lang/python/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="jython">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.python/jython-standalone/jars/jython-standalone-2.5.2.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-mapper-attachments.iml b/.idea/modules/plugin-mapper-attachments.iml
deleted file mode 100644
index 4a67d2f6ef..0000000000
--- a/.idea/modules/plugin-mapper-attachments.iml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/mapper/attachments/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/mapper/attachments/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/mapper/attachments">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/mapper/attachments/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/mapper/attachments/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/mapper/attachments/build" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/mapper/attachments/work" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="tika">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.tika/tika-app/bundles/tika-app-0.10.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-river-couchdb.iml b/.idea/modules/plugin-river-couchdb.iml
deleted file mode 100644
index 40b0cd87e5..0000000000
--- a/.idea/modules/plugin-river-couchdb.iml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/river/couchdb/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/river/couchdb/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/river/couchdb">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/river/couchdb/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/river/couchdb/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/river/couchdb/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-river-rabbitmq.iml b/.idea/modules/plugin-river-rabbitmq.iml
deleted file mode 100644
index 08f95aca6e..0000000000
--- a/.idea/modules/plugin-river-rabbitmq.iml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/river/rabbitmq/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/river/rabbitmq/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/river/rabbitmq">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/river/rabbitmq/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/river/rabbitmq/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/river/rabbitmq/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="rabbitmq">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/commons-io/commons-io/jars/commons-io-1.2.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.rabbitmq/amqp-client/jars/amqp-client-2.5.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-river-twitter.iml b/.idea/modules/plugin-river-twitter.iml
deleted file mode 100644
index 735ca7da1a..0000000000
--- a/.idea/modules/plugin-river-twitter.iml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/river/twitter/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/river/twitter/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/river/twitter">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/river/twitter/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/river/twitter/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/river/twitter/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="twitter4j">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.twitter4j/twitter4j-core/jars/twitter4j-core-2.2.5.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.twitter4j/twitter4j-stream/jars/twitter4j-stream-2.2.5.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-river-wikipedia.iml b/.idea/modules/plugin-river-wikipedia.iml
deleted file mode 100644
index a53827c5dd..0000000000
--- a/.idea/modules/plugin-river-wikipedia.iml
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/river/wikipedia/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/river/wikipedia/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/river/wikipedia">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/river/wikipedia/src/main/java" isTestSource="false" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/river/wikipedia/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-transport-memcached.iml b/.idea/modules/plugin-transport-memcached.iml
deleted file mode 100644
index 23ffea469f..0000000000
--- a/.idea/modules/plugin-transport-memcached.iml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/transport/memcached/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/transport/memcached/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/transport/memcached">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/transport/memcached/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/transport/memcached/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/transport/memcached/build" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/transport/memcached/work" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library" scope="TEST">
- <library name="spymemcached">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/spy/memcached/jars/memcached-2.5.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-transport-thrift.iml b/.idea/modules/plugin-transport-thrift.iml
deleted file mode 100644
index 6b88bb3b55..0000000000
--- a/.idea/modules/plugin-transport-thrift.iml
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/transport/thrift/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/transport/thrift/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/transport/thrift">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/transport/thrift/src/main/gen-java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/transport/thrift/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/transport/thrift/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/transport/thrift/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="libthrift">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.elasticsearch/es-libthrift/jars/es-libthrift-0.6.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- </component>
-</module>
-
diff --git a/.idea/modules/plugin-transport-wares.iml b/.idea/modules/plugin-transport-wares.iml
deleted file mode 100644
index a86286863a..0000000000
--- a/.idea/modules/plugin-transport-wares.iml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/transport/wares/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/transport/wares/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/transport/wares">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/transport/wares/src/main/java" isTestSource="false" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/transport/wares/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library>
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/javax.servlet/servlet-api/jars/servlet-api-2.5.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES />
- </library>
- </orderEntry>
- </component>
-</module>
-
diff --git a/.idea/modules/plugins-cloud.iml b/.idea/modules/plugins-cloud.iml
deleted file mode 100644
index 880a1cfa23..0000000000
--- a/.idea/modules/plugins-cloud.iml
+++ /dev/null
@@ -1,62 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/cloud/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/cloud/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/cloud">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/cloud/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/cloud/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/cloud/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="jclouds">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/com.google.code.gson/gson/jars/gson-1.4.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.jamesmurty.utils/java-xmlbuilder/jars/java-xmlbuilder-0.3.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/javax.annotation/jsr250-api/jars/jsr250-api-1.0.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/javax.inject/inject/jars/inject-1.0.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/aopalliance/aopalliance/jars/aopalliance-1.0.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jboss.resteasy/jaxrs-api/jars/jaxrs-api-1.2.1.GA.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-io/jars/guava-io-r03.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-primitives/jars/guava-primitives-r03.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-concurrent/jars/guava-concurrent-r03.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-annotations/jars/guava-annotations-r03.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-base/jars/guava-base-r03.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.google.guava/guava-collections/jars/guava-collections-r03.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/com.google.code.guice/guice/jars/guice-2.1-r1128.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jboss.resteasy/resteasy-jaxrs-client/jars/resteasy-jaxrs-client-1.2.1.GA.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-terremark/jars/jclouds-terremark-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-rackspace/jars/jclouds-rackspace-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-blobstore/jars/jclouds-blobstore-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-gogrid/jars/jclouds-gogrid-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-jsch/jars/jclouds-jsch-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-bluelock/jars/jclouds-bluelock-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-aws/jars/jclouds-aws-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-hostingdotcom/jars/jclouds-hostingdotcom-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-compute/jars/jclouds-compute-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-scriptbuilder/jars/jclouds-scriptbuilder-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-atmos/jars/jclouds-atmos-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-core/jars/jclouds-core-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-vcloud/jars/jclouds-vcloud-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-rimuhosting/jars/jclouds-rimuhosting-1.0-beta-6.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/org.jclouds/jclouds-azure/jars/jclouds-azure-1.0-beta-6.jar!/" />
- </CLASSES>
- <JAVADOC>
- <root url="http://jclouds.rimuhosting.com/apidocs/" />
- </JAVADOC>
- <SOURCES>
- <root url="jar://$MODULE_DIR$/../../../../../opt/jclouds/1.0-beta-6/providers/rackspace/src/jclouds-rackspace-1.0-beta-6-sources.jar!/" />
- <root url="jar://$MODULE_DIR$/../../../../../opt/jclouds/1.0-beta-6/providers/aws/src/jclouds-aws-1.0-beta-6-sources.jar!/" />
- <root url="jar://$MODULE_DIR$/../../../../../opt/jclouds/1.0-beta-6/core/src/jclouds-compute-1.0-beta-6-sources.jar!/" />
- <root url="jar://$MODULE_DIR$/../../../../../opt/jclouds/1.0-beta-6/core/src/jclouds-core-1.0-beta-6-sources.jar!/" />
- <root url="jar://$MODULE_DIR$/../../../../../opt/jclouds/1.0-beta-6/core/src/jclouds-blobstore-1.0-beta-6-sources.jar!/" />
- </SOURCES>
- </library>
- </orderEntry>
- </component>
-</module>
-
diff --git a/.idea/modules/plugins-hadoop.iml b/.idea/modules/plugins-hadoop.iml
deleted file mode 100644
index 0b04acb951..0000000000
--- a/.idea/modules/plugins-hadoop.iml
+++ /dev/null
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../plugins/hadoop/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../plugins/hadoop/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../plugins/hadoop">
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/hadoop/src/main/java" isTestSource="false" />
- <sourceFolder url="file://$MODULE_DIR$/../../plugins/hadoop/src/test/java" isTestSource="true" />
- <excludeFolder url="file://$MODULE_DIR$/../../plugins/hadoop/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="module-library">
- <library name="hadoop">
- <CLASSES>
- <root url="jar://$GRADLE_REPOSITORY$/org.apache.hadoop/hadoop-core/jars/hadoop-core-0.20.2.jar!/" />
- <root url="jar://$GRADLE_REPOSITORY$/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar!/" />
- </CLASSES>
- <JAVADOC />
- <SOURCES>
- <root url="file://$USER_HOME$/opt/hadoop/0.20.2/src/mapred" />
- <root url="file://$USER_HOME$/opt/hadoop/0.20.2/src/hdfs" />
- <root url="file://$USER_HOME$/opt/hadoop/0.20.2/src/tools" />
- <root url="file://$USER_HOME$/opt/hadoop/0.20.2/src/core" />
- </SOURCES>
- </library>
- </orderEntry>
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- </component>
-</module>
-
diff --git a/.idea/modules/test-integration.iml b/.idea/modules/test-integration.iml
deleted file mode 100644
index 413a83ea96..0000000000
--- a/.idea/modules/test-integration.iml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../modules/test/integration/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../modules/test/integration/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../modules/test/integration">
- <sourceFolder url="file://$MODULE_DIR$/../../modules/test/integration/src/main/java" isTestSource="false" />
- <excludeFolder url="file://$MODULE_DIR$/../../modules/test/integration/build" />
- <excludeFolder url="file://$MODULE_DIR$/../../modules/test/integration/work" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="module" module-name="elasticsearch" />
- <orderEntry type="library" scope="TEST" name="testng" level="project" />
- <orderEntry type="library" scope="TEST" name="hamcrest" level="project" />
- <orderEntry type="module" module-name="test-testng" scope="TEST" />
- </component>
-</module>
-
diff --git a/.idea/modules/test-testng.iml b/.idea/modules/test-testng.iml
deleted file mode 100644
index 90b934048e..0000000000
--- a/.idea/modules/test-testng.iml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/../../modules/test/testng/build/classes/main" />
- <output-test url="file://$MODULE_DIR$/../../modules/test/testng/build/classes/test" />
- <exclude-output />
- <content url="file://$MODULE_DIR$/../../modules/test/testng">
- <sourceFolder url="file://$MODULE_DIR$/../../modules/test/testng/src/main/java" isTestSource="false" />
- <excludeFolder url="file://$MODULE_DIR$/../../modules/test/testng/build" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- <orderEntry type="library" name="testng" level="project" />
- <orderEntry type="library" name="logging" level="project" />
- </component>
-</module>
-
diff --git a/.idea/projectCodeStyle.xml b/.idea/projectCodeStyle.xml
deleted file mode 100644
index 814ff96c34..0000000000
--- a/.idea/projectCodeStyle.xml
+++ /dev/null
@@ -1,160 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="CodeStyleSettingsManager">
- <option name="PER_PROJECT_SETTINGS">
- <value>
- <option name="LINE_SEPARATOR" value="&#10;" />
- <option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="10" />
- <option name="NAMES_COUNT_TO_USE_IMPORT_ON_DEMAND" value="1" />
- <option name="PACKAGES_TO_USE_IMPORT_ON_DEMAND">
- <value>
- <package name="java.awt" withSubpackages="false" static="false" />
- <package name="javax.swing" withSubpackages="false" static="false" />
- <package name="org.hamcrest.MatcherAssert.*" withSubpackages="true" static="false" />
- <package name="org.hamcrest.Matchers.*" withSubpackages="true" static="false" />
- </value>
- </option>
- <option name="JD_P_AT_EMPTY_LINES" value="false" />
- <option name="METHOD_ANNOTATION_WRAP" value="0" />
- <option name="FIELD_ANNOTATION_WRAP" value="0" />
- <ADDITIONAL_INDENT_OPTIONS fileType="css">
- <option name="INDENT_SIZE" value="4" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="groovy">
- <option name="INDENT_SIZE" value="4" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="gsp">
- <option name="INDENT_SIZE" value="2" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="haml">
- <option name="INDENT_SIZE" value="2" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="java">
- <option name="INDENT_SIZE" value="4" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="js">
- <option name="INDENT_SIZE" value="4" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="jsp">
- <option name="INDENT_SIZE" value="4" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="php">
- <option name="INDENT_SIZE" value="4" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="sass">
- <option name="INDENT_SIZE" value="2" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="scala">
- <option name="INDENT_SIZE" value="2" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="2" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="sql">
- <option name="INDENT_SIZE" value="2" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="xml">
- <option name="INDENT_SIZE" value="4" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <ADDITIONAL_INDENT_OPTIONS fileType="yml">
- <option name="INDENT_SIZE" value="2" />
- <option name="CONTINUATION_INDENT_SIZE" value="8" />
- <option name="TAB_SIZE" value="4" />
- <option name="USE_TAB_CHARACTER" value="false" />
- <option name="SMART_TABS" value="false" />
- <option name="LABEL_INDENT_SIZE" value="0" />
- <option name="LABEL_INDENT_ABSOLUTE" value="false" />
- <option name="USE_RELATIVE_INDENTS" value="false" />
- </ADDITIONAL_INDENT_OPTIONS>
- <codeStyleSettings language="JavaScript">
- <option name="METHOD_ANNOTATION_WRAP" value="0" />
- <option name="FIELD_ANNOTATION_WRAP" value="0" />
- <option name="PARENT_SETTINGS_INSTALLED" value="true" />
- </codeStyleSettings>
- </value>
- </option>
- <option name="USE_PER_PROJECT_SETTINGS" value="true" />
- </component>
-</project>
-
diff --git a/.idea/runConfigurations/Bootstrap.xml b/.idea/runConfigurations/Bootstrap.xml
deleted file mode 100644
index d89ac17604..0000000000
--- a/.idea/runConfigurations/Bootstrap.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<component name="ProjectRunConfigurationManager">
- <configuration default="false" name="Bootstrap" type="Application" factoryName="Application">
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
- <pattern>
- <option name="PATTERN" value="org.elasticsearch.bootstrap.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="MAIN_CLASS_NAME" value="org.elasticsearch.bootstrap.Bootstrap" />
- <option name="VM_PARAMETERS" value="-server -Xmx1g -Des-foreground=yes -Djline.enabled=false -XX:+UseParNewGC -XX:+UseConcMarkSweepGC" />
- <option name="PROGRAM_PARAMETERS" value="" />
- <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
- <option name="ALTERNATIVE_JRE_PATH" value="" />
- <option name="ENABLE_SWING_INSPECTOR" value="false" />
- <option name="ENV_VARIABLES" />
- <option name="PASS_PARENT_ENVS" value="true" />
- <module name="elasticsearch-root" />
- <envs />
- <RunnerSettings RunnerId="Debug">
- <option name="DEBUG_PORT" value="61134" />
- <option name="TRANSPORT" value="0" />
- <option name="LOCAL" value="true" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Profile ">
- <option name="myExternalizedOptions" value="&#10;additional-options2=onexit\=snapshot&#10;" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Run" />
- <ConfigurationWrapper RunnerId="Debug" />
- <ConfigurationWrapper RunnerId="Profile " />
- <ConfigurationWrapper RunnerId="Run" />
- <method />
- </configuration>
-</component> \ No newline at end of file
diff --git a/.idea/runConfigurations/Bootstrap__No_Plugins_.xml b/.idea/runConfigurations/Bootstrap__No_Plugins_.xml
deleted file mode 100644
index cb4b80bf2f..0000000000
--- a/.idea/runConfigurations/Bootstrap__No_Plugins_.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<component name="ProjectRunConfigurationManager">
- <configuration default="false" name="Bootstrap [No Plugins]" type="Application" factoryName="Application">
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
- <pattern>
- <option name="PATTERN" value="org.elasticsearch.bootstrap.*" />
- <option name="ENABLED" value="true" />
- </pattern>
- </extension>
- <option name="MAIN_CLASS_NAME" value="org.elasticsearch.bootstrap.Bootstrap" />
- <option name="VM_PARAMETERS" value="-server -Xmx1g -Des-foreground=yes -Djline.enabled=false -XX:+UseParNewGC -XX:+UseConcMarkSweepGC" />
- <option name="PROGRAM_PARAMETERS" value="" />
- <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
- <option name="ALTERNATIVE_JRE_PATH" value="" />
- <option name="ENABLE_SWING_INSPECTOR" value="false" />
- <option name="ENV_VARIABLES" />
- <option name="PASS_PARENT_ENVS" value="true" />
- <module name="elasticsearch" />
- <envs />
- <RunnerSettings RunnerId="Debug">
- <option name="DEBUG_PORT" value="57077" />
- <option name="TRANSPORT" value="0" />
- <option name="LOCAL" value="true" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Profile ">
- <option name="myExternalizedOptions" value="&#10;additional-options2=onexit\=snapshot&#10;" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Run" />
- <ConfigurationWrapper RunnerId="Debug" />
- <ConfigurationWrapper RunnerId="Profile " />
- <ConfigurationWrapper RunnerId="Run" />
- <method />
- </configuration>
-</component> \ No newline at end of file
diff --git a/.idea/runConfigurations/ElasticSearch_Tests.xml b/.idea/runConfigurations/ElasticSearch_Tests.xml
deleted file mode 100644
index c55df9a9fc..0000000000
--- a/.idea/runConfigurations/ElasticSearch_Tests.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<component name="ProjectRunConfigurationManager">
- <configuration default="false" name="ElasticSearch Tests" type="TestNG" factoryName="TestNG">
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
- <module name="" />
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
- <option name="ALTERNATIVE_JRE_PATH" value="" />
- <option name="SUITE_NAME" value="" />
- <option name="PACKAGE_NAME" value="" />
- <option name="MAIN_CLASS_NAME" value="" />
- <option name="METHOD_NAME" value="" />
- <option name="GROUP_NAME" value="" />
- <option name="TEST_OBJECT" value="PACKAGE" />
- <option name="VM_PARAMETERS" value="-Xmx512m -Des.logger.prefix=" />
- <option name="PARAMETERS" value="" />
- <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
- <option name="OUTPUT_DIRECTORY" value="" />
- <option name="ANNOTATION_TYPE" value="JDK" />
- <option name="ENV_VARIABLES" />
- <option name="PASS_PARENT_ENVS" value="true" />
- <option name="TEST_SEARCH_SCOPE">
- <value defaultName="wholeProject" />
- </option>
- <option name="USE_DEFAULT_REPORTERS" value="false" />
- <option name="PROPERTIES_FILE" value="" />
- <envs />
- <properties />
- <listeners />
- <RunnerSettings RunnerId="Debug">
- <option name="DEBUG_PORT" value="54059" />
- <option name="TRANSPORT" value="0" />
- <option name="LOCAL" value="true" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Profile ">
- <option name="myExternalizedOptions" value="&#10;additional-options2=onexit\=snapshot&#10;" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Run" />
- <ConfigurationWrapper RunnerId="Debug" />
- <ConfigurationWrapper RunnerId="Run" />
- <method />
- </configuration>
-</component> \ No newline at end of file
diff --git a/.idea/runConfigurations/ElasticSearch_Tests__Local_.xml b/.idea/runConfigurations/ElasticSearch_Tests__Local_.xml
deleted file mode 100644
index 38b53be592..0000000000
--- a/.idea/runConfigurations/ElasticSearch_Tests__Local_.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<component name="ProjectRunConfigurationManager">
- <configuration default="false" name="ElasticSearch Tests (Local)" type="TestNG" factoryName="TestNG">
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
- <module name="" />
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
- <option name="ALTERNATIVE_JRE_PATH" value="" />
- <option name="SUITE_NAME" value="" />
- <option name="PACKAGE_NAME" value="" />
- <option name="MAIN_CLASS_NAME" value="" />
- <option name="METHOD_NAME" value="" />
- <option name="GROUP_NAME" value="" />
- <option name="TEST_OBJECT" value="PACKAGE" />
- <option name="VM_PARAMETERS" value="-Des.node.local=true -Xmx512m -Des.logger.prefix=" />
- <option name="PARAMETERS" value="" />
- <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
- <option name="OUTPUT_DIRECTORY" value="" />
- <option name="ANNOTATION_TYPE" value="JDK" />
- <option name="ENV_VARIABLES" />
- <option name="PASS_PARENT_ENVS" value="true" />
- <option name="TEST_SEARCH_SCOPE">
- <value defaultName="wholeProject" />
- </option>
- <option name="USE_DEFAULT_REPORTERS" value="false" />
- <option name="PROPERTIES_FILE" value="" />
- <envs />
- <properties />
- <listeners />
- <RunnerSettings RunnerId="Debug">
- <option name="DEBUG_PORT" value="58125" />
- <option name="TRANSPORT" value="0" />
- <option name="LOCAL" value="true" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Profile ">
- <option name="myExternalizedOptions" value="&#10;additional-options2=onexit\=snapshot&#10;" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Run" />
- <ConfigurationWrapper RunnerId="Debug" />
- <ConfigurationWrapper RunnerId="Run" />
- <method />
- </configuration>
-</component> \ No newline at end of file
diff --git a/.idea/runConfigurations/ElasticSearch_Tests__compress_.xml b/.idea/runConfigurations/ElasticSearch_Tests__compress_.xml
deleted file mode 100644
index 26089186fd..0000000000
--- a/.idea/runConfigurations/ElasticSearch_Tests__compress_.xml
+++ /dev/null
@@ -1,41 +0,0 @@
-<component name="ProjectRunConfigurationManager">
- <configuration default="false" name="ElasticSearch Tests (compress)" type="TestNG" factoryName="TestNG">
- <extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea" />
- <module name="" />
- <option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
- <option name="ALTERNATIVE_JRE_PATH" value="" />
- <option name="SUITE_NAME" value="" />
- <option name="PACKAGE_NAME" value="" />
- <option name="MAIN_CLASS_NAME" value="" />
- <option name="METHOD_NAME" value="" />
- <option name="GROUP_NAME" value="" />
- <option name="TEST_OBJECT" value="PACKAGE" />
- <option name="VM_PARAMETERS" value="-Des.transport.tcp.compress=true -Xmx512m -Des.logger.prefix=" />
- <option name="PARAMETERS" value="" />
- <option name="WORKING_DIRECTORY" value="file://$PROJECT_DIR$" />
- <option name="OUTPUT_DIRECTORY" value="" />
- <option name="ANNOTATION_TYPE" value="JDK" />
- <option name="ENV_VARIABLES" />
- <option name="PASS_PARENT_ENVS" value="true" />
- <option name="TEST_SEARCH_SCOPE">
- <value defaultName="wholeProject" />
- </option>
- <option name="USE_DEFAULT_REPORTERS" value="false" />
- <option name="PROPERTIES_FILE" value="" />
- <envs />
- <properties />
- <listeners />
- <RunnerSettings RunnerId="Debug">
- <option name="DEBUG_PORT" value="57221" />
- <option name="TRANSPORT" value="0" />
- <option name="LOCAL" value="true" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Profile ">
- <option name="myExternalizedOptions" value="&#10;additional-options2=onexit\=snapshot&#10;" />
- </RunnerSettings>
- <RunnerSettings RunnerId="Run" />
- <ConfigurationWrapper RunnerId="Debug" />
- <ConfigurationWrapper RunnerId="Run" />
- <method />
- </configuration>
-</component> \ No newline at end of file
diff --git a/.idea/uiDesigner.xml b/.idea/uiDesigner.xml
deleted file mode 100644
index 3b00020308..0000000000
--- a/.idea/uiDesigner.xml
+++ /dev/null
@@ -1,125 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="Palette2">
- <group name="Swing">
- <item class="com.intellij.uiDesigner.HSpacer" tooltip-text="Horizontal Spacer" icon="/com/intellij/uiDesigner/icons/hspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="1" hsize-policy="6" anchor="0" fill="1" />
- </item>
- <item class="com.intellij.uiDesigner.VSpacer" tooltip-text="Vertical Spacer" icon="/com/intellij/uiDesigner/icons/vspacer.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="1" anchor="0" fill="2" />
- </item>
- <item class="javax.swing.JPanel" icon="/com/intellij/uiDesigner/icons/panel.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JScrollPane" icon="/com/intellij/uiDesigner/icons/scrollPane.png" removable="false" auto-create-binding="false" can-attach-label="true">
- <default-constraints vsize-policy="7" hsize-policy="7" anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JButton" icon="/com/intellij/uiDesigner/icons/button.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="0" fill="1" />
- <initial-values>
- <property name="text" value="Button" />
- </initial-values>
- </item>
- <item class="javax.swing.JRadioButton" icon="/com/intellij/uiDesigner/icons/radioButton.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="RadioButton" />
- </initial-values>
- </item>
- <item class="javax.swing.JCheckBox" icon="/com/intellij/uiDesigner/icons/checkBox.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="3" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="CheckBox" />
- </initial-values>
- </item>
- <item class="javax.swing.JLabel" icon="/com/intellij/uiDesigner/icons/label.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="0" anchor="8" fill="0" />
- <initial-values>
- <property name="text" value="Label" />
- </initial-values>
- </item>
- <item class="javax.swing.JTextField" icon="/com/intellij/uiDesigner/icons/textField.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JPasswordField" icon="/com/intellij/uiDesigner/icons/passwordField.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JFormattedTextField" icon="/com/intellij/uiDesigner/icons/formattedTextField.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1">
- <preferred-size width="150" height="-1" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTextArea" icon="/com/intellij/uiDesigner/icons/textArea.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTextPane" icon="/com/intellij/uiDesigner/icons/textPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JEditorPane" icon="/com/intellij/uiDesigner/icons/editorPane.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JComboBox" icon="/com/intellij/uiDesigner/icons/comboBox.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="2" anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JTable" icon="/com/intellij/uiDesigner/icons/table.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JList" icon="/com/intellij/uiDesigner/icons/list.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="2" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTree" icon="/com/intellij/uiDesigner/icons/tree.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3">
- <preferred-size width="150" height="50" />
- </default-constraints>
- </item>
- <item class="javax.swing.JTabbedPane" icon="/com/intellij/uiDesigner/icons/tabbedPane.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
- <preferred-size width="200" height="200" />
- </default-constraints>
- </item>
- <item class="javax.swing.JSplitPane" icon="/com/intellij/uiDesigner/icons/splitPane.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="3" hsize-policy="3" anchor="0" fill="3">
- <preferred-size width="200" height="200" />
- </default-constraints>
- </item>
- <item class="javax.swing.JSpinner" icon="/com/intellij/uiDesigner/icons/spinner.png" removable="false" auto-create-binding="true" can-attach-label="true">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JSlider" icon="/com/intellij/uiDesigner/icons/slider.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="8" fill="1" />
- </item>
- <item class="javax.swing.JSeparator" icon="/com/intellij/uiDesigner/icons/separator.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="6" anchor="0" fill="3" />
- </item>
- <item class="javax.swing.JProgressBar" icon="/com/intellij/uiDesigner/icons/progressbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1" />
- </item>
- <item class="javax.swing.JToolBar" icon="/com/intellij/uiDesigner/icons/toolbar.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="6" anchor="0" fill="1">
- <preferred-size width="-1" height="20" />
- </default-constraints>
- </item>
- <item class="javax.swing.JToolBar$Separator" icon="/com/intellij/uiDesigner/icons/toolbarSeparator.png" removable="false" auto-create-binding="false" can-attach-label="false">
- <default-constraints vsize-policy="0" hsize-policy="0" anchor="0" fill="1" />
- </item>
- <item class="javax.swing.JScrollBar" icon="/com/intellij/uiDesigner/icons/scrollbar.png" removable="false" auto-create-binding="true" can-attach-label="false">
- <default-constraints vsize-policy="6" hsize-policy="0" anchor="0" fill="2" />
- </item>
- </group>
- </component>
-</project>
-
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 275077f825..0000000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project version="4">
- <component name="VcsDirectoryMappings">
- <mapping directory="" vcs="Git" />
- </component>
-</project>
-