SenseNet / sn-search-lucene29

sensenet Search engine implementation using Lucene.Net 2.9
GNU General Public License v2.0
1 stars 0 forks source link

Query normalization tests #9

Closed kavics closed 5 years ago

kavics commented 5 years ago

Content sharing feature needs a relatively complicated query visitor. Its complexity can be reduced if the query-expression tree can be simplified.

Write some unit tests to prove that the query is reducible. For example: "+lucene jakarta" and "+lucene" are equal.