Overload List
| Name | Description | |
|---|---|---|
| Like(Int32) | Return a query that will return docs like the passed lucene document ID.
| |
| Like(FileInfo) | Return a query that will return docs like the passed file.
| |
| Like(Stream) | Return a query that will return docs like the passed stream.
| |
| Like(TextReader) | Return a query that will return docs like the passed Reader.
| |
| Like(Uri) | Return a query that will return docs like the passed URL.
|