[jira] Commented: (LUCENE-662) Extendable writer and reader of field data

2007-03-03 Thread Michael Busch (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477758 ] Michael Busch commented on LUCENE-662: -- Nicolas, wow this looks like a lot of work!! There are good ideas in yo

[jira] Resolved: (LUCENE-821) single norm file still uses up descriptors

2007-03-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley resolved LUCENE-821. - Resolution: Fixed committed. Thanks for the review Mike. > single norm file still uses up descr

[jira] Commented: (LUCENE-821) single norm file still uses up descriptors

2007-03-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477733 ] Yonik Seeley commented on LUCENE-821: - Yeah, I considered refcounting the input, but I'm not sure that it's worth

[jira] Assigned: (LUCENE-822) Make FieldSelector usable from Searchable

2007-03-03 Thread Grant Ingersoll (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Grant Ingersoll reassigned LUCENE-822: -- Assignee: Grant Ingersoll > Make FieldSelector usable from Searchable > --

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

2007-03-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477724 ] Yonik Seeley commented on LUCENE-818: - > Yikes. Is this the Java memory model issue? Yes, but it's not a problem

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

2007-03-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477723 ] Yonik Seeley commented on LUCENE-818: - > Doesn't crossing a synchronization barrier ensure that all threads will

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

2007-03-03 Thread Daniel John Debrunner (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477716 ] Daniel John Debrunner commented on LUCENE-818: -- >> Yes, but it's not just thread scheduling, it's also l

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

2007-03-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477713 ] Michael McCandless commented on LUCENE-818: --- >> On the thread safety issue: are you saying if one thread cl

[jira] Commented: (LUCENE-820) SegmentReader.setNorm can fail to remove separate norms file, on Windows

2007-03-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477707 ] Michael McCandless commented on LUCENE-820: --- > Ouch... the file handles should not have been open in the fi

[jira] Commented: (LUCENE-821) single norm file still uses up descriptors

2007-03-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477706 ] Michael McCandless commented on LUCENE-821: --- Whoa, you beat me to it: this was the next bug I was about to

[jira] Commented: (LUCENE-626) Extended spell checker with phrase support and adaptive user session analysis.

2007-03-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477688 ] Karl Wettin commented on LUCENE-626: Nicolas Lalevée [03/Mar/07 01:04 PM] > This feature looks interesting, but w

[jira] Commented: (LUCENE-626) Extended spell checker with phrase support and adaptive user session analysis.

2007-03-03 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477685 ] Nicolas Lalevée commented on LUCENE-626: This feature looks interesting, but why should it depend on LUCENE-5

[jira] Updated: (LUCENE-662) Extendable writer and reader of field data

2007-03-03 Thread JIRA
[ https://issues.apache.org/jira/browse/LUCENE-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nicolas Lalevée updated LUCENE-662: --- Attachment: indexFormat.patch Patch update: synchronized with the trunk and new features. *

[jira] Commented: (LUCENE-822) Make FieldSelector usable from Searchable

2007-03-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477682 ] Mark Miller commented on LUCENE-822: The patch misses adding the doc(int, FieldSelector) method to Searcher, whic

[jira] Updated: (LUCENE-822) Make FieldSelector usable from Searchable

2007-03-03 Thread Mark Miller (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-822?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Miller updated LUCENE-822: --- Attachment: fieldSelectorInSearchableV1.0.patch > Make FieldSelector usable from Searchable > --

[jira] Created: (LUCENE-822) Make FieldSelector usable from Searchable

2007-03-03 Thread Mark Miller (JIRA)
Make FieldSelector usable from Searchable -- Key: LUCENE-822 URL: https://issues.apache.org/jira/browse/LUCENE-822 Project: Lucene - Java Issue Type: Improvement Components: Index, Search

[jira] Updated: (LUCENE-626) Extended spell checker with phrase support and adaptive user session analysis.

2007-03-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-626: --- Description: Extensive java docs available in patch, but I try to keep it compiled here: http://gina

[jira] Commented: (LUCENE-821) single norm file still uses up descriptors

2007-03-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477676 ] Yonik Seeley commented on LUCENE-821: - > - removed extra IndexInput clone() when reading the norms... why was thi

[jira] Updated: (LUCENE-626) Extended spell checker with phrase support and adaptive user session analysis.

2007-03-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-626: --- Attachment: didyoumean.patch.bz2 Patch depends on LUCENE-550. > Extended spell checker with phrase s

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-03-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: (was: didyoumean.jpg) > InstantiatedIndex - faster but memory consuming index > -

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-03-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: trunk.diff.bz2 Removed the dependencies to LUCENE-626. > InstantiatedIndex - faster but

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

2007-03-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477670 ] Yonik Seeley commented on LUCENE-818: - > On the thread safety issue: are you saying if one thread closes the > re

[jira] Commented: (LUCENE-820) SegmentReader.setNorm can fail to remove separate norms file, on Windows

2007-03-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477664 ] Yonik Seeley commented on LUCENE-820: - > This is also nice because it frees up file handles once norms are cached

[jira] Updated: (LUCENE-821) single norm file still uses up descriptors

2007-03-03 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-821?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yonik Seeley updated LUCENE-821: Attachment: norms.patch Attaching patch. Changes: - Only open a single IndexInput for the .nrm fi

[jira] Created: (LUCENE-821) single norm file still uses up descriptors

2007-03-03 Thread Yonik Seeley (JIRA)
single norm file still uses up descriptors -- Key: LUCENE-821 URL: https://issues.apache.org/jira/browse/LUCENE-821 Project: Lucene - Java Issue Type: Bug Reporter: Yonik Seeley As

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

2007-03-03 Thread Otis Gospodnetic (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477649 ] Otis Gospodnetic commented on LUCENE-759: - Ah, didn't see your comments here earlier, Doron. Yes, I think yo

Re: Concurrent merge

2007-03-03 Thread Otis Gospodnetic
I think it'd be interesting to see how much better this is and in what kinds of scenarios it makes things faster, so if this is going to be separate from IndexWriter, why not try it. Otis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Simpy -- http://www.simpy.com/ - Tag - Sea

[jira] Updated: (LUCENE-820) SegmentReader.setNorm can fail to remove separate norms file, on Windows

2007-03-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-820: -- Attachment: LUCENE-820.patch I've attached a patch that fixes this. The fix is to clos

[jira] Created: (LUCENE-820) SegmentReader.setNorm can fail to remove separate norms file, on Windows

2007-03-03 Thread Michael McCandless (JIRA)
SegmentReader.setNorm can fail to remove separate norms file, on Windows Key: LUCENE-820 URL: https://issues.apache.org/jira/browse/LUCENE-820 Project: Lucene - Java Is

[jira] Updated: (LUCENE-550) InstantiatedIndex - faster but memory consuming index

2007-03-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Karl Wettin updated LUCENE-550: --- Attachment: trunk.diff.bz2 Switched from java.util.PriorityQueue to org.apache.lucene.util.PriorityQu

[jira] Commented: (LUCENE-786) Extended javadocs in spellchecker

2007-03-03 Thread Karl Wettin (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-786?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477607 ] Karl Wettin commented on LUCENE-786: It might be noteworthy that the spell checker will gather numSug * 10 hits

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

2007-03-03 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-818?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477604 ] Michael McCandless commented on LUCENE-818: --- >> Then, the error is something strange (eg confusing NullPoin