[
https://issues.apache.org/jira/browse/LUCENE-743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520476
]
Michael Busch commented on LUCENE-743:
--
> IndexReader a, b, c = ...
> MultiReader ab = new MultiReader({a, b
[
https://issues.apache.org/jira/browse/LUCENE-983?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520480
]
Michael Busch commented on LUCENE-983:
--
I like this idea. Merging small segments in memory is probably fast,
and
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520499
]
Ian Boston commented on LUCENE-871:
---
My pleasure, for once to give something back to Lucene :)
FYI, this is used fo
Hi Grant,
> I am wondering if TermVectorsWriter is still used? It doesn't seem
> to be, at least not any of its methods (some of the constants still
> are, either that or my IDE is not properly finding method calls or I
> am too bleary-eyed at the moment). It seems to be replaced by the
> writeV
17 aug 2007 kl. 11.51 skrev Michael McCandless:
One thing I have been wondering is whether it really is necessary to
sort the term vectors before writing to the index it is necessary
for backwards compatibility. But, with the new TermVectorMapper, if
an application is going to sort by freq
Michael McCandless wrote:
One thing I have been wondering is whether it really is necessary to
sort the term vectors before writing to the index
Terms in vectors are prefix-compressed. So not sorting would make
indexes bigger, and slower to read & write.
http://lucene.apache.org/java/do
[
https://issues.apache.org/jira/browse/LUCENE-871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-871.
---
Resolution: Fixed
Lucene Fields: [New, Patch Available] (was: [Patch Available
remove TermVectorsWriter (it's no longer used)
--
Key: LUCENE-984
URL: https://issues.apache.org/jira/browse/LUCENE-984
Project: Lucene - Java
Issue Type: Bug
Components: Index
Affect
[
https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520611
]
Yonik Seeley commented on LUCENE-845:
-
Merging small segments in the reader seems like a cool idea on it's own.
B
"Doug Cutting" <[EMAIL PROTECTED]> wrote:
> Michael McCandless wrote:
> > One thing I have been wondering is whether it really is necessary to
> > sort the term vectors before writing to the index
>
> Terms in vectors are prefix-compressed. So not sorting would make
> indexes bigger, and slo
AAIOB thrown when length of termText is longer than 16384 characters
Key: LUCENE-985
URL: https://issues.apache.org/jira/browse/LUCENE-985
Project: Lucene - Java
Issue Type
[
https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-985:
--
Summary: AIOOB thrown when length of termText is longer than 16384
characters (was: AA
[
https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520649
]
Michael McCandless commented on LUCENE-845:
---
> Merging small segments in the reader seems like a cool idea
[
https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520655
]
Yonik Seeley commented on LUCENE-845:
-
> But if writer flushes frequently and reader re-opens less frequently
> t
[
https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520659
]
Karl Wettin commented on LUCENE-550:
I just found a bug that I can not explain.
While scoring this one specific
[
https://issues.apache.org/jira/browse/LUCENE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520667
]
Michael McCandless commented on LUCENE-845:
---
Agreed. OK, I think this is a dead end: it adds complexity an
[
https://issues.apache.org/jira/browse/LUCENE-983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless closed LUCENE-983.
-
Resolution: Won't Fix
On further discussion in LUCENE-845 it doesn't look like this idea
[
https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520693
]
Hoss Man commented on LUCENE-985:
-
As a clarification point for people who stumble upon this issue years from now
af
[
https://issues.apache.org/jira/browse/LUCENE-550?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Karl Wettin updated LUCENE-550:
---
Attachment: LUCENE-550_20070817_no_core_changes.txt
Previously mentioned problems deloused. The phras
[
https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated LUCENE-985:
Description:
DocumentsWriter has a max term length of 16384; if you cross that you
get an unfriendly ArrayI
[
https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520727
]
Michael McCandless commented on LUCENE-985:
---
> As a clarification point for people who stumble upon this is
[
https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520741
]
Karl Wettin commented on LUCENE-985:
I doubt anyone will have a problem with the limit. And if they hit the
exce
[
https://issues.apache.org/jira/browse/LUCENE-985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-985:
--
Attachment: LUCENE-985.patch
> I doubt anyone will have a problem with the limit. And i
23 matches
Mail list logo