Tabnine Logo
InnerHitBuilder.getSorts
Code IndexAdd Tabnine to your IDE (free)

How to use
getSorts
method
in
org.elasticsearch.index.query.InnerHitBuilder

Best Java code snippets using org.elasticsearch.index.query.InnerHitBuilder.getSorts (Showing top 8 results out of 315)

origin: org.elasticsearch/elasticsearch

groupSource.from(options.getFrom());
groupSource.size(options.getSize());
if (options.getSorts() != null) {
  options.getSorts().forEach(groupSource::sort);
origin: org.elasticsearch/elasticsearch

  innerHitsContext.fetchSourceContext(innerHitBuilder.getFetchSourceContext() );
if (innerHitBuilder.getSorts() != null) {
  Optional<SortAndFormats> optionalSort = SortBuilder.buildSort(innerHitBuilder.getSorts(), queryShardContext);
  if (optionalSort.isPresent()) {
    innerHitsContext.sort(optionalSort.get());
origin: com.strapdata.elasticsearch/elasticsearch

groupSource.from(options.getFrom());
groupSource.size(options.getSize());
if (options.getSorts() != null) {
  options.getSorts().forEach(groupSource::sort);
origin: apache/servicemix-bundles

groupSource.from(options.getFrom());
groupSource.size(options.getSize());
if (options.getSorts() != null) {
  options.getSorts().forEach(groupSource::sort);
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

groupSource.from(options.getFrom());
groupSource.size(options.getSize());
if (options.getSorts() != null) {
  options.getSorts().forEach(groupSource::sort);
origin: com.strapdata.elasticsearch/elasticsearch

  innerHitsContext.fetchSourceContext(innerHitBuilder.getFetchSourceContext() );
if (innerHitBuilder.getSorts() != null) {
  Optional<SortAndFormats> optionalSort = SortBuilder.buildSort(innerHitBuilder.getSorts(), queryShardContext);
  if (optionalSort.isPresent()) {
    innerHitsContext.sort(optionalSort.get());
origin: org.apache.servicemix.bundles/org.apache.servicemix.bundles.elasticsearch

  innerHitsContext.fetchSourceContext(innerHitBuilder.getFetchSourceContext() );
if (innerHitBuilder.getSorts() != null) {
  Optional<SortAndFormats> optionalSort = SortBuilder.buildSort(innerHitBuilder.getSorts(), queryShardContext);
  if (optionalSort.isPresent()) {
    innerHitsContext.sort(optionalSort.get());
origin: apache/servicemix-bundles

  innerHitsContext.fetchSourceContext(innerHitBuilder.getFetchSourceContext() );
if (innerHitBuilder.getSorts() != null) {
  Optional<SortAndFormats> optionalSort = SortBuilder.buildSort(innerHitBuilder.getSorts(), queryShardContext);
  if (optionalSort.isPresent()) {
    innerHitsContext.sort(optionalSort.get());
org.elasticsearch.index.queryInnerHitBuildergetSorts

Popular methods of InnerHitBuilder

  • fromXContent
  • getName
  • isIgnoreUnmapped
    Whether to include inner hits in the search response hits if required mappings is missing
  • <init>
    Read from a stream.
  • setIgnoreUnmapped
  • getDocValueFields
    Gets the docvalue fields.
  • getFetchSourceContext
  • getFrom
  • getHighlightBuilder
  • getScriptFields
  • getSize
  • getStoredFieldsContext
    Gets the stored fields context.
  • getSize,
  • getStoredFieldsContext,
  • isExplain,
  • isTrackScores,
  • isVersion,
  • setStoredFieldNames,
  • toXContent,
  • writeToBWC,
  • writeToCollapseBWC

Popular in Java

  • Reading from database using SQL prepared statement
  • onRequestPermissionsResult (Fragment)
  • onCreateOptionsMenu (Activity)
  • runOnUiThread (Activity)
  • URI (java.net)
    A Uniform Resource Identifier that identifies an abstract or physical resource, as specified by RFC
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • Deque (java.util)
    A linear collection that supports element insertion and removal at both ends. The name deque is shor
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • JComboBox (javax.swing)
  • BasicDataSource (org.apache.commons.dbcp)
    Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties. This is no
  • Best IntelliJ plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now