I want to know how lucene find documents matching a boolean query like this: "+a +b c"
, I mean what's its algorithm?
Thanks
I want to know how lucene find documents matching a boolean query like this: "+a +b c"
, I mean what's its algorithm?
Thanks
Please check Apache Lucene - Query Parser Syntax. It helped me to understand the algorithm