Minimizing large queries before passing them to Solr

96 views Asked by At

I'm working on a problem to minimize large boolean expressions that are being provided as the input to Solr. This seems like a problem similar to minimizing the logic gates on a circuit by using techniques like boolean algebra / K-Map. However, these techniques are useful for smaller expressions but not if the expressions is very big. What other approaches/ algorithms to could be used for solving this problem?

0

There are 0 answers