Overload List

  NameDescription
Public methodLike(Int32)
Return a query that will return docs like the passed lucene document ID.
Public methodLike(FileInfo)
Return a query that will return docs like the passed file.
Public methodLike(Stream)
Return a query that will return docs like the passed stream.
Public methodLike(TextReader)
Return a query that will return docs like the passed Reader.
Public methodLike(Uri)
Return a query that will return docs like the passed URL.

See Also