com
.
sksamuel
.
elastic4s
SuggestionDefinition
Related Doc:
package elastic4s
trait
SuggestionDefinition
extends
AnyRef
Linear Supertypes
AnyRef
,
Any
Known Subclasses
CompletionSuggestionDefinition
,
FuzzyCompletionSuggestionDefinition
,
PhraseSuggestionDefinition
,
TermSuggestionDefinition
Ordering
Alphabetic
By inheritance
Inherited
SuggestionDefinition
AnyRef
Any
Hide All
Show all
Visibility
Public
All
Type Members
abstract
type
B
<:
SuggestionBuilder
[
B
]
abstract
type
R
<:
SuggestionResult
Abstract Value Members
abstract
val
builder
:
SuggestionBuilder
[
B
]
abstract
val
name
:
String
Concrete Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
analyzer
(
analyzer:
Analyzer
)
:
SuggestionDefinition
.this.type
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
context
(
field:
String
,
values:
Iterable
[
String
]
)
:
SuggestionDefinition
.this.type
def
context
(
field:
String
,
values:
String
*
)
:
SuggestionDefinition
.this.type
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
field
(
_field:
String
)
:
SuggestionDefinition
.this.type
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
shardSize
(
shardSize:
Int
)
:
SuggestionDefinition
.this.type
def
size
(
size:
Int
)
:
SuggestionDefinition
.this.type
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
text
(
_text:
String
)
:
SuggestionDefinition
.this.type
def
toString
()
:
String
Definition Classes
AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Deprecated Value Members
def
from
(
_field:
String
)
:
SuggestionDefinition
.this.type
Annotations
@deprecated
Deprecated
(Since version 1.6.1)
use field
def
on
(
_text:
String
)
:
SuggestionDefinition
.this.type
Annotations
@deprecated
Deprecated
(Since version 1.6.1)
use text
Inherited from
AnyRef
Inherited from
Any
Ungrouped