[jira] [Closed] (LUCENE-5784) CommonTermsQuery HighFreq MUST not applied if lowFreq terms

2014-07-07 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley closed LUCENE-5784. --- Resolution: Not a Problem CommonTermsQuery HighFreq MUST not applied if lowFreq terms

[jira] [Commented] (LUCENE-5784) CommonTermsQuery HighFreq MUST not applied if lowFreq terms

2014-07-07 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14053735#comment-14053735 ] Clinton Gormley commented on LUCENE-5784: - Having talked to Simon offline, it

[jira] [Updated] (LUCENE-5784) CommonTermsQuery HighFreq MUST not applied if lowFreq terms

2014-06-22 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-5784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-5784: Attachment: common_terms.patch CommonTermsQuery HighFreq MUST not applied if lowFreq

[jira] [Created] (LUCENE-5784) CommonTermsQuery HighFreq MUST not applied if lowFreq terms

2014-06-22 Thread Clinton Gormley (JIRA)
Clinton Gormley created LUCENE-5784: --- Summary: CommonTermsQuery HighFreq MUST not applied if lowFreq terms Key: LUCENE-5784 URL: https://issues.apache.org/jira/browse/LUCENE-5784 Project: Lucene -

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-13 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-4766: Attachment: LUCENE-4766.patch New patch which preserves the offsets of the original

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-13 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-4766: Attachment: LUCENE-4766.patch The charOffsetEnd now uses the correct

[jira] [Commented] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-11 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575774#comment-13575774 ] Clinton Gormley commented on LUCENE-4766: - Is it OK for a tokenizer to create

[jira] [Commented] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-11 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13575811#comment-13575811 ] Clinton Gormley commented on LUCENE-4766: - OK, so I should redo this as a

[jira] [Created] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-10 Thread Clinton Gormley (JIRA)
Clinton Gormley created LUCENE-4766: --- Summary: Pattern token filter which emits a token for every capturing group Key: LUCENE-4766 URL: https://issues.apache.org/jira/browse/LUCENE-4766 Project:

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-10 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-4766: Attachment: LUCENE-4766.patch Patch implementing

[jira] [Updated] (LUCENE-4766) Pattern token filter which emits a token for every capturing group

2013-02-10 Thread Clinton Gormley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-4766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Clinton Gormley updated LUCENE-4766: Description: The PatternTokenizer either functions by splitting on matches, or allows you