[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-31 Thread Michael McCandless (JIRA)
[ 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

Re: Optimize and internal document order

2007-08-31 Thread Doug Cutting
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

[jira] Updated: (LUCENE-991) BoostingTermQuery.explain() bugs

2007-08-31 Thread Peter Keegan (JIRA)
[ 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 >

[jira] Created: (LUCENE-991) BoostingTermQuery.explain() bugs

2007-08-31 Thread Peter Keegan (JIRA)
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

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-31 Thread Ning Li (JIRA)
[ 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

Re: Optimize and internal document order

2007-08-31 Thread Karl Wettin
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

[jira] Commented: (LUCENE-847) Factor merge policy out of IndexWriter

2007-08-31 Thread Michael McCandless (JIRA)
[ 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

Re: Optimize and internal document order

2007-08-31 Thread 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'd like to optimize the "aux" index to get rid of