Package org.elasticsearch.index.query
Class MoreLikeThisQueryBuilder.Item
java.lang.Object
org.elasticsearch.index.query.MoreLikeThisQueryBuilder.Item
- All Implemented Interfaces:
Writeable
,org.elasticsearch.common.xcontent.ToXContent
,org.elasticsearch.common.xcontent.ToXContentObject
- Enclosing class:
- MoreLikeThisQueryBuilder
public static final class MoreLikeThisQueryBuilder.Item
extends Object
implements org.elasticsearch.common.xcontent.ToXContentObject, Writeable
A single item to be used for a
MoreLikeThisQueryBuilder
.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Field Summary
Fields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS
-
Constructor Summary
ConstructorDescriptionItem()
Constructor for a given item / document requestDeprecated.Deprecated.Types are in the process of being removed, useItem(java.lang.String,org.elasticsearch.common.xcontent.XContentBuilder)
instead.Constructor for an artificial document request, that is not present in the index. -
Method Summary
Modifier and TypeMethodDescriptiondoc()
boolean
String[]
fields()
int
hashCode()
id()
index()
parse(org.elasticsearch.common.xcontent.XContentParser parser, MoreLikeThisQueryBuilder.Item item)
Parses and returns the given item.perFieldAnalyzer(Map<String,String> perFieldAnalyzer)
Sets the analyzer(s) to use at any given field.routing()
toString()
org.elasticsearch.common.xcontent.XContentBuilder
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)
type()
Deprecated.Types are in the process of being removed.Deprecated.Types are in the process of being removed.long
version()
version(long version)
versionType(VersionType versionType)
void
writeTo(StreamOutput out)
Write this into the StreamOutput.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
EMPTY_ARRAY
-
-
Constructor Details
-
Item
public Item() -
Item
Constructor for a given item / document request- Parameters:
index
- the index where the document is locatedid
- and its id
-
Item
Constructor for an artificial document request, that is not present in the index.- Parameters:
index
- the index to be used for parsing the docdoc
- the document specification
-
Item
Deprecated.Types are in the process of being removed, useItem(java.lang.String,java.lang.String)
instead.Constructor for a given item / document request- Parameters:
index
- the index where the document is locatedtype
- the type of the documentid
- and its id
-
Item
@Deprecated public Item(@Nullable String index, @Nullable String type, org.elasticsearch.common.xcontent.XContentBuilder doc)Deprecated.Types are in the process of being removed, useItem(java.lang.String,org.elasticsearch.common.xcontent.XContentBuilder)
instead.Constructor for an artificial document request, that is not present in the index.- Parameters:
index
- the index to be used for parsing the doctype
- the type to be used for parsing the docdoc
- the document specification
-
-
Method Details
-
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-
index
-
index
-
type
Deprecated.Types are in the process of being removed. -
type
Deprecated.Types are in the process of being removed. -
id
-
doc
-
fields
-
fields
-
perFieldAnalyzer
-
perFieldAnalyzer
Sets the analyzer(s) to use at any given field. -
routing
-
routing
-
version
public long version() -
version
-
versionType
-
versionType
-
parse
public static MoreLikeThisQueryBuilder.Item parse(org.elasticsearch.common.xcontent.XContentParser parser, MoreLikeThisQueryBuilder.Item item) throws IOExceptionParses and returns the given item.- Throws:
IOException
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException- Specified by:
toXContent
in interfaceorg.elasticsearch.common.xcontent.ToXContent
- Throws:
IOException
-
toString
-
hashCode
public int hashCode() -
equals
-
Item(java.lang.String,java.lang.String)
instead.