text command was deprecated in the 2.6
version of MongoDB. Use the $text query operator instead. This class will not be removed
until two releases after the MongoDB 2.6 release (e.g. 2.10 if
the releases are 2.8 and 2.10).@Deprecated public class TextTest extends Object
Text class.| Constructor and Description |
|---|
TextTest()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
testFull()
Deprecated.
Test method for
Text.builder(). |
void |
testMinimal()
Deprecated.
Test method for
Text.builder(). |
void |
testReset()
Deprecated.
Test method for
Text.Builder.reset(). |
void |
testSetNulls()
Deprecated.
Test method for
Text.Builder. |
void |
testTextWithEmptySearchTerm()
Deprecated.
Test method for
Text.Text(com.allanbank.mongodb.builder.Text.Builder). |
void |
testTextWithNullSearchTerm()
Deprecated.
Test method for
Text.Text(com.allanbank.mongodb.builder.Text.Builder). |
public void testFull()
Text.builder().public void testMinimal()
Text.builder().public void testReset()
Text.Builder.reset().public void testSetNulls()
Text.Builder.public void testTextWithEmptySearchTerm()
Text.Text(com.allanbank.mongodb.builder.Text.Builder).public void testTextWithNullSearchTerm()
Text.Text(com.allanbank.mongodb.builder.Text.Builder).Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.