The `ToString` method in C# Lucene.Net's `BooleanQuery` class returns a string representation of the Boolean query object. It represents the query as a combination of subqueries connected with logical operators such as AND, OR, and NOT. This string representation can be helpful for debugging and understanding the structure of the Boolean query.
C# (CSharp) Lucene.Net.Search BooleanQuery.ToString - 40 examples found. These are the top rated real world C# (CSharp) examples of Lucene.Net.Search.BooleanQuery.ToString extracted from open source projects. You can rate examples to help us improve the quality of examples.