[
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:
=
[
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
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
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 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
[
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
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
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
[
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,