[
https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524138
]
Michael McCandless commented on LUCENE-847:
---
> > Not quite following you here... not being eligible becaus
Andrzej Bialecki wrote:
If so, then in the
trunk/ version of Lucene, is there any way to figure out (predictably)
how internal document numbers are reassigned after calling optimize() ?
If each document has an indexed id field in both indexes, then you could
simply use a FieldCache of that id
[
https://issues.apache.org/jira/browse/LUCENE-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Peter Keegan updated LUCENE-991:
Attachment: TestBoostingTermQuery.patch
Added 'testNoPayload'
> BoostingTermQuery.explain() bugs
>
BoostingTermQuery.explain() bugs
Key: LUCENE-991
URL: https://issues.apache.org/jira/browse/LUCENE-991
Project: Lucene - Java
Issue Type: Bug
Components: Search
Affects Versions: 2.2
[
https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524084
]
Ning Li commented on LUCENE-847:
> Not quite following you here... not being eligible because the merge
> is in-progr
31 aug 2007 kl. 10.04 skrev Andrzej Bialecki:
Karl Wettin wrote:
30 aug 2007 kl. 22.50 skrev Andrzej Bialecki:
I think this is possible to achieve by using a FilterIndexReader,
which keeps a map of updated documents, and re-maps old doc ids
to the new ones on the fly.
From time to time I
[
https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12524039
]
Michael McCandless commented on LUCENE-847:
---
> > Good point... I think I could refactor this so that casc
Karl Wettin wrote:
30 aug 2007 kl. 22.50 skrev Andrzej Bialecki:
I think this is possible to achieve by using a FilterIndexReader,
which keeps a map of updated documents, and re-maps old doc ids to the
new ones on the fly.
From time to time I'd like to optimize the "aux" index to get rid of