[
https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch resolved LUCENE-1775.
---
Resolution: Fixed
Committed revision 800195.
> Change org.apache.lucene.analysis.shingle to
[
https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller resolved LUCENE-1486.
-
Resolution: Fixed
> Wildcards, ORs etc inside Phrase queries
> -
[
https://issues.apache.org/jira/browse/LUCENE-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738183#action_12738183
]
Mark Miller commented on LUCENE-1748:
-
I'm going to commit this to the backcompat bran
[
https://issues.apache.org/jira/browse/LUCENE-1567?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch resolved LUCENE-1567.
---
Resolution: Fixed
Committed revision 800191.
Thank you very much, Adriano and Luis, for all
[
https://issues.apache.org/jira/browse/LUCENE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-1685:
Attachment: LUCENE-1685.patch
Changed the constructors for QueryScorer to more closely match what
Error on distance query where miles < 1.0
-
Key: LUCENE-1777
URL: https://issues.apache.org/jira/browse/LUCENE-1777
Project: Lucene - Java
Issue Type: Bug
Components: contrib/spatial
[
https://issues.apache.org/jira/browse/LUCENE-1777?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glen Stampoultzis updated LUCENE-1777:
--
Affects Version/s: 2.9
> Error on distance query where miles < 1.0
> -
[
https://issues.apache.org/jira/browse/LUCENE-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-1685:
Attachment: LUCENE-1685.patch
Another rev making things a little easier.
QueryScorer now takes a
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738140#action_12738140
]
Yonik Seeley commented on LUCENE-1749:
--
bq. It's interesting that we didn't (I think?
NearSpansOrdered does not lazy load payloads as the PayloadSpans javadoc implies
Key: LUCENE-1776
URL: https://issues.apache.org/jira/browse/LUCENE-1776
Project: Lucene -
Thanks Mike for the clarification.
Almost all merge methods are synced on IndexWriter, except for mergeMiddle.
So it is possible that you call abort, after the merge thread has already
checked if the merge was aborted ...
Maybe if we do:
sync (this) {
merge.checkAborted(directory);
new Segmen
It's likely the RAMDir approach will still be a performance win over
getReader, until LUCENE-1313 is in (which uses a RAMDir for the
small-enough newly flushed segments). getReader() writes (but doesn't
sync) the new segment files to the Directory, and then opens a new
SegmentReader on those files
[
https://issues.apache.org/jira/browse/LUCENE-1773?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1773:
--
Assignee: Michael McCandless
> Add benchmark task for FastVectorHighlighter
>
[
https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738109#action_12738109
]
Shai Erera commented on LUCENE-1774:
That is indeed new (I added it in LUCENE-1595 as
[
https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1522.
Resolution: Fixed
> another highlighter
> ---
>
>
[
https://issues.apache.org/jira/browse/LUCENE-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reopened LUCENE-1522:
Thanks Koji, I'll commit this (turning on the tests). Always nice to add more
tests!
[
https://issues.apache.org/jira/browse/LUCENE-1764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller resolved LUCENE-1764.
-
Resolution: Fixed
> SampleComparable doesn't work well in contrib/remote tests
> ---
The exceptions aren't expected.
When you call IndexWriter.close(false), it's supposed to notify all
running merges to abort, wait until they in fact do stop, and then
return.
But it looks as if there's a silly thread hazard, whereby IndexWriter
believes all merges have aborted, but in fact those
[
https://issues.apache.org/jira/browse/LUCENE-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller updated LUCENE-1771:
Attachment: LUCENE-1771.patch
Current state of fix (being iterated on in the fieldcache introspect
[
https://issues.apache.org/jira/browse/LUCENE-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738100#action_12738100
]
Michael McCandless commented on LUCENE-1749:
bq. That was my first thought...
[
https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Miller resolved LUCENE-1774.
-
Resolution: Invalid
My fault - had 50k search task that was doing the logging. I don't know if
[
https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738090#action_12738090
]
Shai Erera commented on LUCENE-1774:
strange. I've tried to reproduce but failed, so i
[
https://issues.apache.org/jira/browse/LUCENE-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738081#action_12738081
]
Mark Miller edited comment on LUCENE-1759 at 8/2/09 7:46 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-1759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738081#action_12738081
]
Mark Miller commented on LUCENE-1759:
-
bq. In this particular case it's used to fix th
[
https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738077#action_12738077
]
Mark Miller commented on LUCENE-1774:
-
Yeah, I'll post some further info when I get a
[
https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738052#action_12738052
]
Uwe Schindler edited comment on LUCENE-1768 at 8/2/09 5:10 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-1768?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738052#action_12738052
]
Uwe Schindler commented on LUCENE-1768:
---
Luis,
I will post an example of queries and
Isn't this expected? I mean, if you close IndexWriter, but there are merges
run in the background, aren't they expected to hit an
AlreadyClosedException?
Perhaps we should fix the test to check whether CMS hit this exception and
if so clear it (as AFAIU, it's expected), and leave any other excepti
[
https://issues.apache.org/jira/browse/LUCENE-1774?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738033#action_12738033
]
Shai Erera commented on LUCENE-1774:
Mark - can you perhaps paste here an .alg file an
[
https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738029#action_12738029
]
Michael Busch commented on LUCENE-1775:
---
Hi Uwe,
I just noticed your comment after
[
https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-1775:
--
Attachment: lucene-1775.patch
I noticed that a shingle test uses PrefixAndSuffixAwareTokenFilt
[
https://issues.apache.org/jira/browse/LUCENE-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738027#action_12738027
]
Uwe Schindler commented on LUCENE-1504:
---
I had no time to review the whole patch yet
[
https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738026#action_12738026
]
Uwe Schindler commented on LUCENE-1775:
---
This ShingleMatrixFilter is really a pain!
[
https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738022#action_12738022
]
Michael Busch commented on LUCENE-1775:
---
I'll commit this in a couple of days if nob
[
https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-1775:
--
Attachment: lucene-1775.patch
ShingleMatrixFilter is a very complicated filter. It seems that
[
https://issues.apache.org/jira/browse/LUCENE-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738019#action_12738019
]
Uwe Schindler commented on LUCENE-1460:
---
You two guys are the best, great work! I ha
[
https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-1775:
--
Attachment: lucene-1775.patch
Converted TestShingleMatrixFilter. Not the actual filter yet.
>
[
https://issues.apache.org/jira/browse/LUCENE-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch updated LUCENE-1775:
--
Attachment: lucene-1775.patch
First half is done:
ShingleFilter and ShingleFilterTest are conv
38 matches
Mail list logo