[jira] [Created] (LUCENE-6880) Add document oriented collector for NRTSuggester

2015-11-02 Thread Areek Zillur (JIRA)
Areek Zillur created LUCENE-6880: Summary: Add document oriented collector for NRTSuggester Key: LUCENE-6880 URL: https://issues.apache.org/jira/browse/LUCENE-6880 Project: Lucene - Core

[jira] [Updated] (LUCENE-6880) Add document oriented collector for NRTSuggester

2015-11-02 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6880: - Attachment: LUCENE-6880.patch Initial patch: - adds a document-oriented collector:

[jira] [Commented] (LUCENE-6858) Fix ContextSuggestField to correctly wrap token stream

2015-10-28 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14979449#comment-14979449 ] Areek Zillur commented on LUCENE-6858: -- Thanks [~mikemccand]! > Fix ContextSuggestField to

[jira] [Resolved] (LUCENE-6858) Fix ContextSuggestField to correctly wrap token stream

2015-10-28 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur resolved LUCENE-6858. -- Resolution: Fixed > Fix ContextSuggestField to correctly wrap token stream >

[jira] [Created] (LUCENE-6858) Fix ContextSuggestField to correctly wrap token stream

2015-10-27 Thread Areek Zillur (JIRA)
Areek Zillur created LUCENE-6858: Summary: Fix ContextSuggestField to correctly wrap token stream Key: LUCENE-6858 URL: https://issues.apache.org/jira/browse/LUCENE-6858 Project: Lucene - Core

[jira] [Updated] (LUCENE-6858) Fix ContextSuggestField to correctly wrap token stream

2015-10-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6858?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6858: - Attachment: LUCENE-6858.patch Initial patch: - correctly wrap incoming completion token stream

[jira] [Resolved] (LUCENE-6702) [suggest] Make Context Query and Field extensible

2015-07-30 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur resolved LUCENE-6702. -- Resolution: Fixed [suggest] Make Context Query and Field extensible

[jira] [Updated] (LUCENE-6702) [suggest] Make Context Query and Field extensible

2015-07-30 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6702: - Fix Version/s: 5.3 [suggest] Make Context Query and Field extensible

[jira] [Commented] (LUCENE-6702) [suggest] Make Context Query and Field extensible

2015-07-30 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14648239#comment-14648239 ] Areek Zillur commented on LUCENE-6702: -- Thanks [~mikemccand] for the review!

[jira] [Updated] (LUCENE-6702) [suggest] Make Context Query and Field extensible

2015-07-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6702: - Attachment: LUCENE-6702.patch Thanks [~mikemccand] for the review! {quote} can you give some

[jira] [Comment Edited] (LUCENE-6702) [suggest] Make Context Query and Field extensible

2015-07-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14646990#comment-14646990 ] Areek Zillur edited comment on LUCENE-6702 at 7/30/15 12:46 AM:

[jira] [Created] (LUCENE-6702) [suggest] Make Context Query and Field extensible

2015-07-29 Thread Areek Zillur (JIRA)
Areek Zillur created LUCENE-6702: Summary: [suggest] Make Context Query and Field extensible Key: LUCENE-6702 URL: https://issues.apache.org/jira/browse/LUCENE-6702 Project: Lucene - Core

[jira] [Updated] (LUCENE-6702) [suggest] Make Context Query and Field extensible

2015-07-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6702: - Attachment: LUCENE-6702.patch Initial patch: - add extension points to ContextQuery and

[jira] [Updated] (LUCENE-6702) [suggest] Make Context Query and Field extensible

2015-07-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6702: - Description: ContextSuggestField indexes context information along with suggestions, which can

[jira] [Commented] (LUCENE-6515) Suggest API cleanup

2015-06-02 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14569556#comment-14569556 ] Areek Zillur commented on LUCENE-6515: -- Thanks [~mikemccand] for the review, I have

[jira] [Resolved] (LUCENE-6515) Suggest API cleanup

2015-06-02 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur resolved LUCENE-6515. -- Resolution: Fixed Suggest API cleanup --- Key: LUCENE-6515

[jira] [Resolved] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-06-02 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur resolved LUCENE-6459. -- Resolution: Fixed Fix Version/s: (was: 5.1) (was: 5.x)

[jira] [Created] (LUCENE-6515) Suggest API cleanup

2015-06-01 Thread Areek Zillur (JIRA)
Areek Zillur created LUCENE-6515: Summary: Suggest API cleanup Key: LUCENE-6515 URL: https://issues.apache.org/jira/browse/LUCENE-6515 Project: Lucene - Core Issue Type: Improvement

[jira] [Updated] (LUCENE-6515) Suggest API cleanup

2015-06-01 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6515: - Attachment: LUCENE-6515.patch Initial patch, only cosmetic changes: - Change

[jira] [Updated] (LUCENE-6515) Suggest API cleanup

2015-06-01 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6515: - Assignee: (was: Areek Zillur) Suggest API cleanup ---

[jira] [Closed] (LUCENE-6510) TestContextQuery.testRandomContextQueryScoring failure

2015-05-28 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur closed LUCENE-6510. Resolution: Fixed TestContextQuery.testRandomContextQueryScoring failure

[jira] [Resolved] (LUCENE-6510) TestContextQuery.testRandomContextQueryScoring failure

2015-05-28 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur resolved LUCENE-6510. -- Resolution: Fixed TestContextQuery.testRandomContextQueryScoring failure

[jira] [Reopened] (LUCENE-6510) TestContextQuery.testRandomContextQueryScoring failure

2015-05-28 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur reopened LUCENE-6510: -- TestContextQuery.testRandomContextQueryScoring failure

[jira] [Assigned] (LUCENE-6510) TestContextQuery.testRandomContextQueryScoring failure

2015-05-28 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur reassigned LUCENE-6510: Assignee: Areek Zillur TestContextQuery.testRandomContextQueryScoring failure

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Added changes entry [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Added changes entry [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch minor cleanup (don't throw redundant IOException in

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-26 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Description: This patch factors out common indexing/search API used by the recently introduced

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-26 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Updated patch: - removed {{ScoreMode}} interface (will add it in

[jira] [Comment Edited] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14558629#comment-14558629 ] Areek Zillur edited comment on LUCENE-6459 at 5/26/15 2:41 AM:

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Thanks [~mikemccand] for the feedback! {quote} Anyway, I think

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: (was: LUCENE-6459.patch) [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: (was: LUCENE-6459.patch) [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-14 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-14 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: (was: LUCENE-6459.patch) [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-14 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Thanks [~mikemccand] for the feedback :) {quote} I thought we

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-14 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Description: This patch factors out common indexing/search API used by the recently introduced

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-14 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Updated Patch: - pre-sort context length in ContextQuery - added

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-14 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Description: This patch factors out common indexing/search API used by the recently introduced

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-13 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Updated Patch: - don't allow zero length suggestion values -

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-12 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Added test for mixing field types for same field. [suggest]

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-12 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: (was: LUCENE-6459.patch) [suggest] Query Interface for suggest API

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-12 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch [suggest] Query Interface for suggest API

[jira] [Comment Edited] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-11 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14536908#comment-14536908 ] Areek Zillur edited comment on LUCENE-6459 at 5/12/15 5:55 AM:

[jira] [Commented] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-09 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14536908#comment-14536908 ] Areek Zillur commented on LUCENE-6459: -- Thanks [~mikemccand] for taking a look!

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-09 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Updated patch: - added test querying empty contexts with boosts

[jira] [Comment Edited] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-09 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14536908#comment-14536908 ] Areek Zillur edited comment on LUCENE-6459 at 5/9/15 9:42 PM:

[jira] [Comment Edited] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-09 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14536908#comment-14536908 ] Areek Zillur edited comment on LUCENE-6459 at 5/9/15 10:11 PM:

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-08 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Updated Patch: - minor cleanup - added tests [suggest] Query

[jira] [Commented] (LUCENE-6365) Optimized iteration of finite strings

2015-05-08 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14535302#comment-14535302 ] Areek Zillur commented on LUCENE-6365: -- +1 to removing PositionIncrementAttr from

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-08 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Description: This patch factors out common indexing/search API used by the recently

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-08 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Description: This patch factors out common indexing/search API used by the recently introduced

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-05-06 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Updated Patch: - added documentation - minor cleanup - added

[jira] [Created] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-04-29 Thread Areek Zillur (JIRA)
Areek Zillur created LUCENE-6459: Summary: [suggest] Query Interface for suggest API Key: LUCENE-6459 URL: https://issues.apache.org/jira/browse/LUCENE-6459 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-04-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Description: Related Issue: [NRTSuggester|https://issues.apache.org/jira/browse/LUCENE-6339] h3.

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-04-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Attachment: LUCENE-6459.patch Initial patch. It would be awesome to get some feedback on this!

[jira] [Updated] (LUCENE-6459) [suggest] Query Interface for suggest API

2015-04-29 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6459: - Description: Related Issue: [NRTSuggester|https://issues.apache.org/jira/browse/LUCENE-6339] h3.

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-04-02 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Fix Version/s: (was: 5.x) 5.1 [suggest] Near real time Document

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Attachment: LUCENE-6339.patch Thanks [~mikemccand] for the suggestions! Updated Patch: -

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Attachment: LUCENE-6339.patch Updated Patch: - SuggestScoreSocPQ prefers smaller doc id -

[jira] [Commented] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14384631#comment-14384631 ] Areek Zillur commented on LUCENE-6339: -- Hi [~thetaphi], Thanks for the review! If

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Fix Version/s: (was: 5.0) 5.x [suggest] Near real time Document

[jira] [Commented] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14384865#comment-14384865 ] Areek Zillur commented on LUCENE-6339: -- Yes [~thetaphi] that is the idea :). the

[jira] [Resolved] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur resolved LUCENE-6339. -- Resolution: Fixed [suggest] Near real time Document Suggester

[jira] [Commented] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14384976#comment-14384976 ] Areek Zillur commented on LUCENE-6339: -- Committed to branch_5x with revision

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Fix Version/s: Trunk [suggest] Near real time Document Suggester

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Attachment: LUCENE-6339.patch Thanks [~mikemccand] for the review! {quote} In

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Attachment: LUCENE-6339.patch Updated Patch: - minor fixes [suggest] Near real time Document

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-15 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Attachment: LUCENE-6339.patch Updated Patch: - nuke AutomatonUtil - make CompletionAnalyzer

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-15 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-06 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Attachment: LUCENE-6339.patch Thanks [~mikemccand] and [~simonw] for the feedback! {quote} When

[jira] [Commented] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-06 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14351191#comment-14351191 ] Areek Zillur commented on LUCENE-6339: -- {quote} you fetch the checksum for the dict

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Created] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
Areek Zillur created LUCENE-6339: Summary: [suggest] Near real time Document Suggester Key: LUCENE-6339 URL: https://issues.apache.org/jira/browse/LUCENE-6339 Project: Lucene - Core Issue

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Attachment: LUCENE-6339.patch Initial patch. needs more unit tests. The custom postings format

[jira] [Comment Edited] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14347725#comment-14347725 ] Areek Zillur edited comment on LUCENE-6339 at 3/4/15 10:56 PM:

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Updated] (LUCENE-6339) [suggest] Near real time Document Suggester

2015-03-04 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-6339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-6339: - Description: The idea is to index documents with one or more *SuggestField*(s) and be able to

[jira] [Commented] (LUCENE-5889) AnalyzingInfixSuggester should expose commit()

2014-08-22 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14107212#comment-14107212 ] Areek Zillur commented on LUCENE-5889: -- I am currently investigating the problem,

[jira] [Commented] (LUCENE-5889) AnalyzingInfixSuggester should expose commit()

2014-08-22 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14107391#comment-14107391 ] Areek Zillur commented on LUCENE-5889: -- Interesting: Both AnalyzingInfixSuggester

[jira] [Comment Edited] (LUCENE-5889) AnalyzingInfixSuggester should expose commit()

2014-08-22 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5889?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14107391#comment-14107391 ] Areek Zillur edited comment on LUCENE-5889 at 8/22/14 7:59 PM:

[jira] [Commented] (LUCENE-5900) Version cleanup

2014-08-22 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14107630#comment-14107630 ] Areek Zillur commented on LUCENE-5900: -- +1 on the new *InfixSuggester ctors

[jira] [Resolved] (LUCENE-5555) SortedInputIterator does not encode/decode contexts when payload is present

2014-03-27 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur resolved LUCENE-. -- Resolution: Fixed SortedInputIterator does not encode/decode contexts when payload is

[jira] [Commented] (LUCENE-5555) SortedInputIterator does not encode/decode contexts when payload is present

2014-03-26 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13948469#comment-13948469 ] Areek Zillur commented on LUCENE-: -- Will commit this soon, if there are no

[jira] [Created] (LUCENE-5555) SortedInputIterator does not encode/decode contexts when payload is present

2014-03-25 Thread Areek Zillur (JIRA)
Areek Zillur created LUCENE-: Summary: SortedInputIterator does not encode/decode contexts when payload is present Key: LUCENE- URL: https://issues.apache.org/jira/browse/LUCENE- Project:

[jira] [Updated] (LUCENE-5555) SortedInputIterator does not encode/decode contexts when payload is present

2014-03-25 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Areek Zillur updated LUCENE-: - Attachment: LUCENE-.patch Patch with the fix and test that exposed the bug

[jira] [Updated] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-03-22 Thread Areek Zillur (JIRA)
[ 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

[jira] [Updated] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-03-22 Thread Areek Zillur (JIRA)
[ 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

[jira] [Updated] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-03-21 Thread Areek Zillur (JIRA)
[ 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 SetBytesRef to represent contexts in

[jira] [Comment Edited] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-03-21 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13943713#comment-13943713 ] Areek Zillur edited comment on LUCENE-5528 at 3/21/14 11:13 PM:

[jira] [Commented] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-03-20 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13941472#comment-13941472 ] Areek Zillur commented on LUCENE-5528: -- That sounds good. I will change the

[jira] [Commented] (LUCENE-5528) Add context to AnalyzingInfixSuggester

2014-03-18 Thread Areek Zillur (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5528?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13940038#comment-13940038 ] Areek Zillur commented on LUCENE-5528: -- I have a patch with contexts() returning

  1   2   3   >