[jira] Commented: (LUCENE-850) Easily create queries that transform subquery scores arbitrarily

2007-08-30 Thread Mike Klaas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523979 ] Mike Klaas commented on LUCENE-850: --- Do address the issue above, the following needs to be added: =

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

2007-08-30 Thread Ning Li (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523957 ] Ning Li commented on LUCENE-847: > True, but I was thinking CMPW could be an exception to this rule. I > guess I wou

Re: Optimize and internal document order

2007-08-30 Thread Karl Wettin
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 deleted docs. A

Optimize and internal document order

2007-08-30 Thread Andrzej Bialecki
Hi all, I have the following scenario: I want to use ParallelReader to maintain parts of the index that are changing quickly, and where changes are limited to specific fields only. Let's say I have a "main" index (many fields, slowly changing, large updates), and an "aux" index (fast changin

SearchBlox Version 4.1 with Search Result Clustering released

2007-08-30 Thread Robert Selvaraj
SearchBlox uses the Lucene Search API and delivers out-of-the-box search functionality for rapid deployment and easy administration. SearchBlox provides integrated HTTP/HTTPS, File System and Feed crawlers, support for various document formats including HTML, Word, PDF, PowerPoint and Excel, suppo

[jira] Commented: (LUCENE-584) Decouple Filter from BitSet

2007-08-30 Thread Paul Elschot (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523917 ] Paul Elschot commented on LUCENE-584: - This set of patches indeed break backward compatibility with the current F

Re: Spans questions

2007-08-30 Thread Grant Ingersoll
On Aug 30, 2007, at 11:21 AM, Paul Elschot wrote: Grant, On Wednesday 15 August 2007 17:57, Grant Ingersoll wrote: Couple of Spans questions for people: 1. Would the docs be clearer for Spans.end() if it said that the span is not inclusive of the end position? From what I can tell, it is n

Re: Spans questions

2007-08-30 Thread Paul Elschot
Grant, On Wednesday 15 August 2007 17:57, Grant Ingersoll wrote: > Couple of Spans questions for people: > > 1. Would the docs be clearer for Spans.end() if it said that the > span is not inclusive of the end position? From what I can tell, it > is not inclusive, correct? Yes. The easiest

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

2007-08-30 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-847?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523798 ] Michael McCandless commented on LUCENE-847: --- Thanks for the detailed review Ning! > 1 As you pointed out,