Java org.springframework.data.mongodb.core.query TextQuery fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.data.mongodb.core.query TextQuery fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.data.mongodb.core.query TextQuery.

The text is from its open source code.

Field

Constructor

TextQuery(String wordsAndPhrases)
Creates new TextQuery using the the given wordsAndPhrases with TextCriteria
TextQuery(TextCriteria criteria)
Creates new TextQuery for given TextCriteria .

Method

voidsetScoreFieldName(String fieldName)
Set the fieldname used for scoring.