Details
Description
proximity operator is not implemented. Attached a proposed implementation (TO BE TESTED)
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 3.6 [ 10060 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Generated a test case for this issue (TestProximityIterablePosting) that this addition fails.
We need to define what block distance in proximity means.
Example:
Document: "Whenever you win a coin flip, put a luck counter on Chance Encounter"
Query: "coin flip luck"
Window: 3
The current implementation would return this document because window radius is calculated as Window*numQueryTerms (3*3=9)
My expectation is that window radius should be equal to Window?