Documentation updates

This commit is contained in:
jamesagnew 2015-06-17 19:56:57 -04:00
parent 9cf2b18d5d
commit 0f2d742872
2 changed files with 3 additions and 3 deletions

View File

@ -35,14 +35,15 @@ public enum SearchStyleEnum {
GET,
/**
* This is the most common (and generally the default) behaviour. Performs the search using the style:
* Performs the search using the style below. Note that this style is less commonly supported
* in servers so it should not be used unless there is a specific reason for needing to.
* <br>
* <code>GET [base]/[resource type]/_search?[params]</code>
*/
GET_WITH_SEARCH,
/**
* This is the most common (and generally the default) behaviour. Performs the search using the style:
* Performs the search using the style below. This style is useful when you have long search strings.
* <br>
* <code>POST [base]/[resource type]/_search</code>
* <br>

View File

@ -197,7 +197,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>