Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
lucene が次のようなブールクエリに一致するドキュメントを見つける方法を知りたい: "+a +b c"、そのアルゴリズムは何ですか?
"+a +b c"
ありがとう
Apache Lucene - Query Parser Syntaxを確認してください。アルゴリズムを理解するのに役立ちました