Example #1
0
 public SimpleQueryExecutor(TextContentQuery textContentQuery)
     : base(textContentQuery)
 {
     this.textContentQuery = textContentQuery;
 }
Example #2
0
 public CouchbaseTextContentQuery(TextContentQuery contentQuery)
     : base(contentQuery)
 {
     this._textContentQuery = contentQuery;
 }
Example #3
0
 public SimpleQueryExecutor(TextContentQuery textContentQuery)
     : base(textContentQuery)
 {
     this.textContentQuery = textContentQuery;
 }
Example #4
0
 public TextContentQueryExecutor(TextContentQuery textContentQuery)
 {
     TextContentQuery = textContentQuery;
 }
Example #5
0
 public CouchbaseTextContentQuery(TextContentQuery contentQuery)
     : base(contentQuery)
 {
     this._textContentQuery = contentQuery;
 }
Example #6
0
 public TextContentQueryExecutor(TextContentQuery textContentQuery)
 {
     TextContentQuery = textContentQuery;
 }