Uses of Class
org.elasticsearch.common.text.Text
-
-
Uses of Text in org.elasticsearch.cluster.service
Methods in org.elasticsearch.cluster.service that return Text Modifier and Type Method Description TextPendingClusterTask. getSource()Constructors in org.elasticsearch.cluster.service with parameters of type Text Constructor Description PendingClusterTask(long insertOrder, Priority priority, Text source, long timeInQueue, boolean executing) -
Uses of Text in org.elasticsearch.common.io.stream
Methods in org.elasticsearch.common.io.stream that return Text Modifier and Type Method Description TextStreamInput. readOptionalText()TextStreamInput. readText()Methods in org.elasticsearch.common.io.stream with parameters of type Text Modifier and Type Method Description voidStreamOutput. writeOptionalText(Text text)voidStreamOutput. writeText(Text text) -
Uses of Text in org.elasticsearch.common.text
Fields in org.elasticsearch.common.text declared as Text Modifier and Type Field Description static Text[]Text. EMPTY_ARRAYMethods in org.elasticsearch.common.text that return Text Modifier and Type Method Description static Text[]Text. convertFromStringArray(String[] strings)Methods in org.elasticsearch.common.text with parameters of type Text Modifier and Type Method Description intText. compareTo(Text text) -
Uses of Text in org.elasticsearch.index.mapper
Methods in org.elasticsearch.index.mapper that return Text Modifier and Type Method Description TextDocumentMapper. typeText() -
Uses of Text in org.elasticsearch.search
Methods in org.elasticsearch.search that return Text Modifier and Type Method Description TextSearchHit.NestedIdentity. getField()Returns the nested field in the source this hit originates fromTextSearchShardTarget. getNodeIdText()Constructors in org.elasticsearch.search with parameters of type Text Constructor Description SearchHit(int docId, String id, Text type, Map<String,DocumentField> fields)SearchHit(int nestedTopDocId, String id, Text type, SearchHit.NestedIdentity nestedIdentity, Map<String,DocumentField> fields) -
Uses of Text in org.elasticsearch.search.fetch.subphase.highlight
Methods in org.elasticsearch.search.fetch.subphase.highlight that return Text Modifier and Type Method Description Text[]HighlightField. fragments()The highlighted fragments.Text[]HighlightField. getFragments()The highlighted fragments.Constructors in org.elasticsearch.search.fetch.subphase.highlight with parameters of type Text Constructor Description HighlightField(String name, Text[] fragments) -
Uses of Text in org.elasticsearch.search.suggest
Fields in org.elasticsearch.search.suggest declared as Text Modifier and Type Field Description protected TextSuggest.Suggestion.Entry. textMethods in org.elasticsearch.search.suggest that return Text Modifier and Type Method Description TextSuggest.Suggestion.Entry.Option. getHighlighted()TextSuggest.Suggestion.Entry. getText()TextSuggest.Suggestion.Entry.Option. getText()Constructors in org.elasticsearch.search.suggest with parameters of type Text Constructor Description Entry(Text text, int offset, int length)Option(Text text, float score)Option(Text text, Text highlighted, float score)Option(Text text, Text highlighted, float score, Boolean collateMatch) -
Uses of Text in org.elasticsearch.search.suggest.completion
Constructors in org.elasticsearch.search.suggest.completion with parameters of type Text Constructor Description Entry(Text text, int offset, int length)Option(int docID, Text text, float score, Map<String,Set<String>> contexts) -
Uses of Text in org.elasticsearch.search.suggest.phrase
Constructors in org.elasticsearch.search.suggest.phrase with parameters of type Text Constructor Description Entry(Text text, int offset, int length)Entry(Text text, int offset, int length, double cutoffScore)Option(Text text, Text highlighted, float score)Option(Text text, Text highlighted, float score, Boolean collateMatch) -
Uses of Text in org.elasticsearch.search.suggest.term
Constructors in org.elasticsearch.search.suggest.term with parameters of type Text Constructor Description Entry(Text text, int offset, int length)Option(Text text, int freq, float score)
-