[
https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Areek Zillur updated LUCENE-5528:
-
Attachment: LUCENE-5528-1.patch
> Add context to AnalyzingInfixSuggester
> -
[
https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Areek Zillur updated LUCENE-5528:
-
Attachment: LUCENE-5528-1.patch
Updated patch (LUCENE-5528-1.patch):
- removed unused imports (
[
https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Areek Zillur updated LUCENE-5528:
-
Attachment: LUCENE-5528-1.patch
Updated Patch:
- uses Set to represent contexts in InputInterat
[
https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Areek Zillur updated LUCENE-5528:
-
Attachment: LUCENE-5528-1.patch
This patch merges the previous patch and the original patch toge
[
https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Areek Zillur updated LUCENE-5528:
-
Attachment: contextInputIteratImpl.patch
Patch with context() and hasContext() implementations o
[
https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-5528:
---
Attachment: LUCENE-5528.patch
New patch, fixing one issue I hit when I was folding t
[
https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-5528:
---
Attachment: LUCENE-5528.patch
Patch, I think it's close.
I started from Areek's pat