[jira] Commented: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479260 ] Enis Soztutar commented on LUCENE-252: -- Well, I have spent half a day to find this issue with tokenized field

[jira] Commented: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-08 Thread Enis Soztutar (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479260 ] Enis Soztutar commented on LUCENE-252: -- Well, I have spent half a day to find this issue with tokenized field

[jira] Commented: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479273 ] Michael McCandless commented on LUCENE-818: --- People shouldn't have specific application logic for this

[jira] Commented: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479326 ] Yonik Seeley commented on LUCENE-252: - I wouldn't want to see sorting on a tokenized field disallowed (Lucene's

[jira] Commented: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-08 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479326 ] Yonik Seeley commented on LUCENE-252: - I wouldn't want to see sorting on a tokenized field disallowed (Lucene's

[jira] Commented: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479354 ] Hoss Man commented on LUCENE-252: - definitely in agreement with yonik here, erroring out if docField.isTokenized()

[jira] Commented: (LUCENE-252) [PATCH] Problem with Sort logic on tokenized fields

2007-03-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479354 ] Hoss Man commented on LUCENE-252: - definitely in agreement with yonik here, erroring out if docField.isTokenized()

[jira] Resolved: (LUCENE-825) NullPointerException from SegmentInfos.FindSegmentsFile.run() if FSDirectory.list() returns NULL

2007-03-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-825?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-825. --- Resolution: Fixed Lucene Fields: [New, Patch Available] (was: [Patch

[jira] Commented: (LUCENE-818) IndexWriter should detect when it's used after being closed

2007-03-08 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479373 ] Michael McCandless commented on LUCENE-818: --- I'm not enough of an expert to know if this would be faster

Re: [jira] Commented: (LUCENE-759) Add n-gram tokenizers to contrib/analyzers

2007-03-08 Thread Patrick Turcotte
Otis's most recent attachment contains only tests .. but previous attachemnts had implementations. I just took another look, nope, no *Filter class (except for test) in those patches. all of which have been commited under contrib/analyzers Just did a fresh checkout from svn, and the filter

[jira] Commented: (LUCENE-759) Add n-gram tokenizers to contrib/analyzers

2007-03-08 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479441 ] Hoss Man commented on LUCENE-759: - Ack! ... i'm sorry i completely missread Patrick's question. ngram *Tokenizers*

[jira] Commented: (LUCENE-710) Implement point in time searching without relying on filesystem semantics

2007-03-08 Thread Doron Cohen (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479511 ] Doron Cohen commented on LUCENE-710: Mike, patching take2 on current trunk fails for IndexFileDeleter.java.