You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out that we can combine different query semantics from Lucene to construct SDM query.
For example, for ordered window and unordered window query, we can use SpanQuery.
We then use BooleanQuery together with BoostQuery to construct the complete query.
We probably also want to implement some type of phrasal query model... SDM seems like a good start.
The text was updated successfully, but these errors were encountered: