You can search for a text string, or you can do a hex search for a sequence of up to 16 bytes.
您可以搜索文本字符串或者最多16字节的十六进制序列。
Because the search string has to be processed the same way that the indexed text was processed, it is crucial to use the same Analyzer for both indexing and searching.
因为搜索字符串也需要以处理索引文本的方式进行处理。
It's important to note that the Contains method always does a case-sensitive search; if we looked for the string RIPT, Contains would tell us that this text could not be found.
注意到Contains方法总是采取大小写敏感搜索是很重要的。如果我们查找字符串ript, Contains将会告诉我们这个文本不能被找到。
应用推荐