maxiptah opened a new issue, #789: URL: https://github.com/apache/lucenenet/issues/789
A single query like name:"search" is parsed as a TermQuery, whereas a search string in quotes is a phrase and therefore should be parsed as PhraseQuery (with exactly one word). name:search would be a TermQuery, which is parsed correctly. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@lucenenet.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org