Package | Description |
---|---|
com.allanbank.mongodb |
Provides a Java driver for the MongoDB document store that allows asynchronous invocation of requests.
|
com.allanbank.mongodb.builder |
Provides domain classes and builders for queries and the common MongoDB commands.
|
com.allanbank.mongodb.client |
Provides implementations of the main client interfaces and classes to translate the
Reply (s) from the server. |
Modifier and Type | Method and Description |
---|---|
List<TextResult> |
MongoCollection.textSearch(Text command)
Invokes a
text command on the server. |
void |
MongoCollection.textSearchAsync(Callback<List<TextResult>> results,
Text command)
Invokes a
text command on the server. |
Future<List<TextResult>> |
MongoCollection.textSearchAsync(Text command)
Invokes a
text command on the server. |
Modifier and Type | Method and Description |
---|---|
Text |
Text.Builder.build()
Creates a new
Text based on the current state of the builder. |
Modifier and Type | Method and Description |
---|---|
List<TextResult> |
AbstractMongoCollection.textSearch(Text command)
Invokes a
text command on the server. |
abstract void |
AbstractMongoCollection.textSearchAsync(Callback<List<TextResult>> results,
Text command)
Invokes a
text command on the server. |
void |
MongoCollectionImpl.textSearchAsync(Callback<List<TextResult>> results,
Text command)
Invokes a
text command on the server. |
Future<List<TextResult>> |
AbstractMongoCollection.textSearchAsync(Text command)
Invokes a
text command on the server. |
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.