[
https://issues.apache.org/jira/browse/LUCENE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679115#action_12679115
]
Torin Danil commented on LUCENE-1551:
-
Since we moved delete to IndexWriter, I strongl
[
https://issues.apache.org/jira/browse/LUCENE-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1553:
--
Assignee: Michael McCandless
> ConcurrentScheduleManager.addMyself() has wrong
[
https://issues.apache.org/jira/browse/LUCENE-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1553.
Resolution: Fixed
Fix Version/s: 2.9
> ConcurrentScheduleManager.addMyself(
[
https://issues.apache.org/jira/browse/LUCENE-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679137#action_12679137
]
Michael McCandless commented on LUCENE-1553:
Good catch, thanks Scott! I'll c
[
https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679140#action_12679140
]
Michael McCandless commented on LUCENE-1516:
Thanks Jason, good progress...
{
[
https://issues.apache.org/jira/browse/LUCENE-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679164#action_12679164
]
Michael McCandless commented on LUCENE-1551:
{quote}
Since we moved delete to
+1
I plugged this RC into Solr 1.3 and everything looks good.
Signatures also look good (after importing KEYS.txt... it would be
easier to verify if you uploaded your public key to pgp.mit.edu
though)
-Yonik
http://www.lucidimagination.com
On Wed, Mar 4, 2009 at 5:27 PM, Michael McCandless
wro
Yonik Seeley wrote:
Signatures also look good (after importing KEYS.txt... it would be
easier to verify if you uploaded your public key to pgp.mit.edu
though)
I did upload it (back for 2.4.0)... I found it, here:
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x6E68DA61
That should work
[
https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679355#action_12679355
]
Jason Rutherglen commented on LUCENE-1516:
--
Here's a summary of the which tests a
[
https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679355#action_12679355
]
jasonrutherglen edited comment on LUCENE-1516 at 3/5/09 1:11 PM:
---
On Thu, Mar 5, 2009 at 3:37 PM, Michael McCandless
wrote:
> Yonik Seeley wrote:
>
>> Signatures also look good (after importing KEYS.txt... it would be
>> easier to verify if you uploaded your public key to pgp.mit.edu
>> though)
>
> I did upload it (back for 2.4.0)... I found it, here:
>
> http:
Yonik Seeley wrote:
On Thu, Mar 5, 2009 at 3:37 PM, Michael McCandless
wrote:
Yonik Seeley wrote:
Signatures also look good (after importing KEYS.txt... it would be
easier to verify if you uploaded your public key to pgp.mit.edu
though)
I did upload it (back for 2.4.0)... I found it, here
[
https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jason Rutherglen updated LUCENE-1516:
-
Attachment: LUCENE-1516.patch
On IW.close -> SegmentReaderPool.flushChanged ->
segmentre
Problem with IndexWriter.mergeFinish
Key: LUCENE-1554
URL: https://issues.apache.org/jira/browse/LUCENE-1554
Project: Lucene - Java
Issue Type: Bug
Affects Versions: 2.4
Reporter: Scott Ga
[
https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679383#action_12679383
]
Jason Rutherglen commented on LUCENE-1516:
--
TestIndexReader.testDocsOutOfOrderJIR
: What I would LOVE is if I could do it in a standard Lucene search like I
: mentioned earlier.
: Hit.doc[0].getHitTokenList() :confused:
: Something like this...
The Query/Scorer APIs don't provide any mechanism for information like
that to be conveyed back up the call chain -- mainly because
[
https://issues.apache.org/jira/browse/LUCENE-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679404#action_12679404
]
Jason Rutherglen commented on LUCENE-1516:
--
TestIndexWriterDelete.testOperationsO
Thanks for your thoughts! This, at least, makes me feel sane.
hossman wrote:
>
>
> : What I would LOVE is if I could do it in a standard Lucene search like I
> : mentioned earlier.
> : Hit.doc[0].getHitTokenList() :confused:
> : Something like this...
>
> The Query/Scorer APIs don't provid
: I can implement the functionality just using the data tables from the Unicode
: Consortium, including http://www.unicode.org/reports/tr39, but there's still
: the issue of the Unicode data license and its compatibility with Apache 2.0.
:
: Does anybody know whether http://www.unicode.org/copyri
: TrieRange fields is needed), I again thought about the issue. Maybe we could
: change FieldCache to only put the very first term from a field of the
: document into the cache, enabling sorting against this field. If possible,
: this would be very nice and in my opinion better that the idea propos
[
https://issues.apache.org/jira/browse/LUCENE-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1554:
--
Assignee: Michael McCandless
> Problem with IndexWriter.mergeFinish
>
Hi again,
This a follow up to my post last year.. I've an article about a demo
mashup program I've included with skwish's latest release:
http://skwish.sourceforge.net/tikluc.html
Not sure if the demo is a good candidate for performance comps, but
perhaps some useful strategies there for "externa
22 matches
Mail list logo