[
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
[
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
[
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
[
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
> --
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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
[
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.
*
[
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
[
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
> --
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
[
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
[
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
[
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
[
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
> -
[
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
[
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
[
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
[
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
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
[
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
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
[
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
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
[
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
[
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
[
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
32 matches
Mail list logo