[
https://issues.apache.org/jira/browse/LUCENE-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi updated LUCENE-2894:
---
Attachment: LUCENE-2894.patch
bq. Support not only javadoc-core, but also javadoc-solrj, jav
[
https://issues.apache.org/jira/browse/LUCENE-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990903#comment-12990903
]
jawaid hakim commented on LUCENE-1070:
--
Please disregard the first (1) point of my l
[
https://issues.apache.org/jira/browse/LUCENE-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990901#comment-12990901
]
jawaid hakim commented on LUCENE-1070:
--
A few problems:
1) Looks like the round() m
[
https://issues.apache.org/jira/browse/LUCENE-1070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990900#comment-12990900
]
jawaid hakim commented on LUCENE-1070:
--
A few problems:
1) Looks like the round() m
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/4519/
1 tests failed.
REGRESSION:
org.apache.lucene.index.TestDeletionPolicy.testKeepLastNDeletionPolicyWithReader
Error Message:
expected:<176> but was:<177>
Stack Trace:
junit.framework.AssertionFailedError: expected:<1
[
https://issues.apache.org/jira/browse/LUCENE-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990854#comment-12990854
]
Doron Cohen edited comment on LUCENE-1540 at 2/5/11 12:55 AM:
-
[
https://issues.apache.org/jira/browse/LUCENE-1540?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990854#comment-12990854
]
Doron Cohen commented on LUCENE-1540:
-
Committed:
r1066771 - 3x
r1067359 - trunk,
A
: hi all
: when using post.jar to post very large xml files to solr like
: "java -Xmx1g -Durl=http://localhost/solr/update -jar post.jar
: sample.xml",
FWIW: post.jar is not intended/suggested to be a robust solution that
people should use to index content in Solr -- it's provided solely as
[
https://issues.apache.org/jira/browse/SOLR-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-2350:
---
Attachment: SOLR-2350.patch
Some updates...
* improvements to the example file based on rmuir's suggestions i
[
https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Koji Sekiguchi resolved SOLR-1057.
--
Resolution: Fixed
Committed revision 1067352 (3x).
> PathTokenizerFactory
> ---
[
https://issues.apache.org/jira/browse/LUCENE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990833#comment-12990833
]
Tom Burton-West commented on LUCENE-2906:
-
Sounds good to me.
The option to limi
[
https://issues.apache.org/jira/browse/SOLR-2350?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hoss Man updated SOLR-2350:
---
Attachment: SOLR-2350.patch
Attached file makes a bunch of changes to SimplePostTool.java, notably:
* stop us
improve post.jar to handle non UTF-8 files
--
Key: SOLR-2350
URL: https://issues.apache.org/jira/browse/SOLR-2350
Project: Solr
Issue Type: Improvement
Reporter: Hoss Man
Assign
[
https://issues.apache.org/jira/browse/LUCENE-2904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2904:
---
Fix Version/s: 4.0
3.2
> non-contiguous LogMergePolicy should be
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-trunk/4512/
1 tests failed.
REGRESSION: org.apache.solr.client.solrj.TestLBHttpSolrServer.testSimple
Error Message:
expected:<3> but was:<2>
Stack Trace:
junit.framework.AssertionFailedError: expected:<3> but was:<2>
at
[
https://issues.apache.org/jira/browse/LUCENE-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990739#comment-12990739
]
Robert Muir commented on LUCENE-2906:
-
I'll take it, ive done the unibigram approach
Filter to process output of ICUTokenizer and create overlapping bigrams for CJK
Key: LUCENE-2906
URL: https://issues.apache.org/jira/browse/LUCENE-2906
Project: Lucene -
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2886:
---
Attachment: LUCENE-2886.patch
New patch, cuts over to bulk-reading the byte[] and th
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2886:
---
Attachment: LUCENE-2886.patch
Attached patch, adding block multiplier to Simple64Var
[
https://issues.apache.org/jira/browse/LUCENE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990662#comment-12990662
]
Robert Muir commented on LUCENE-2905:
-
Renaud thanks for the paper... I will spend so
[
https://issues.apache.org/jira/browse/LUCENE-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1391:
--
Attachment: LUCENE-1391.patch
Here is just a funny rewrite of this filter, not 100% working (b
[
https://issues.apache.org/jira/browse/LUCENE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990654#comment-12990654
]
Michael McCandless commented on LUCENE-2905:
These are all great ideas!
Inte
[
https://issues.apache.org/jira/browse/LUCENE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990649#comment-12990649
]
Renaud Delbru commented on LUCENE-2905:
---
Hi Robert,
it is good to see we are going
[
https://issues.apache.org/jira/browse/LUCENE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990649#comment-12990649
]
Renaud Delbru edited comment on LUCENE-2905 at 2/4/11 5:53 PM:
[
https://issues.apache.org/jira/browse/LUCENE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990642#comment-12990642
]
Robert Muir commented on LUCENE-2905:
-
Here's SimpleFSDirectory:
||Query||QPS base||
[
https://issues.apache.org/jira/browse/LUCENE-2905?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990638#comment-12990638
]
Robert Muir commented on LUCENE-2905:
-
As a quick experiment, i compared simple64-var
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990634#comment-12990634
]
Paul Elschot commented on LUCENE-2886:
--
On the facility for allOnes in AFOR-3: one o
Sep codec writes insane amounts of skip data
Key: LUCENE-2905
URL: https://issues.apache.org/jira/browse/LUCENE-2905
Project: Lucene - Java
Issue Type: Bug
Reporter: Robert Muir
Oops. Thanks Robert!
(11/02/04 22:11), rm...@apache.org wrote:
Author: rmuir
Date: Fri Feb 4 13:11:40 2011
New Revision: 1067176
URL: http://svn.apache.org/viewvc?rev=1067176&view=rev
Log:
SOLR-1057: fix wrong classname in example schema
Modified:
lucene/dev/trunk/solr/example/solr/conf/
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990611#comment-12990611
]
Renaud Delbru commented on LUCENE-2886:
---
{quote}
The BulkVInt codec is VInt impleme
[
https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990596#comment-12990596
]
Ryan McKinley commented on SOLR-1057:
-
I think it will warrant its own page... in combi
[
https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990594#comment-12990594
]
Yonik Seeley commented on SOLR-1057:
Is this generally applicable enough we should add
[
https://issues.apache.org/jira/browse/SOLR-2349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yonik Seeley closed SOLR-2349.
--
Resolution: Invalid
numFound refers to number of documents that match the query, regardless of how
they
[
https://issues.apache.org/jira/browse/LUCENE-2609?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-2609:
Attachment: LUCENE-2609.patch
This patch includes a new POM template for the Lucene test framework
Build: https://hudson.apache.org/hudson/job/Lucene-Solr-tests-only-3.x/4488/
1 tests failed.
REGRESSION:
org.apache.lucene.benchmark.byTask.feeds.TrecContentSourceTest.testTrecFeedDirAllTypes
Error Message:
expected: but was:
Stack Trace:
at
org.apache.lucene.benchmark.byTask.feeds.Tr
Dear list,
Just a thank you all for getting involved and moving things forward.
I'm sorry I cannot jump right in at the moment, but it is very rewarding
to see the things that you are doing now.
Regards,
Paul Elschot
-
To unsub
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990574#comment-12990574
]
Robert Muir commented on LUCENE-2886:
-
based on these results, I think a good experim
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990573#comment-12990573
]
Robert Muir commented on LUCENE-2886:
-
Here are my performance results, same setup (-
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990570#comment-12990570
]
Robert Muir commented on LUCENE-2886:
-
Hi Renaud:
The BulkVInt codec is VInt impleme
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990568#comment-12990568
]
Renaud Delbru commented on LUCENE-2886:
---
Hi Michael,
the first results are not tha
[
https://issues.apache.org/jira/browse/SOLR-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990564#comment-12990564
]
Mark Miller commented on SOLR-2347:
---
Thanks for looking into this Uwe!
> Use InputStream
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990560#comment-12990560
]
Michael McCandless commented on LUCENE-2886:
Same as last perf test, except M
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990555#comment-12990555
]
Michael McCandless commented on LUCENE-2886:
I test perf of BulkVInt vs Simpl
[
https://issues.apache.org/jira/browse/SOLR-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990554#comment-12990554
]
Michael McCandless commented on SOLR-2342:
--
Fixing the client threads to not commi
On Feb 3, 2011, at 11:00 AM, Robert Muir wrote:
> Hello,
>
> Despite this, I propose we do a 'casual freeze' on the 3.x code base
> in 7 days time, in other words we agree for a few weeks we will focus
> on bugs and tests only in branch_3x and try to shorten, not length the
> list of issues in J
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990548#comment-12990548
]
Renaud Delbru commented on LUCENE-2886:
---
{quote}
So if we can pack long streams of
[
https://issues.apache.org/jira/browse/SOLR-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prasad Deshpande updated SOLR-2346:
---
Attachment: UnicodeSave.msg
NormalSave.msg
Hope following issue could be same.
[
https://issues.apache.org/jira/browse/LUCENE-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Simon Willnauer resolved LUCENE-2751.
-
Resolution: Fixed
bq. I think we are good to resolve this?
yeah - no failure during the
On Thu, 03 Feb 2011 16:43 -0500, "Robert Muir" wrote:
> On Thu, Feb 3, 2011 at 11:37 AM, Upayavira wrote:
> > Just to be clear, are you proposing to release 3.1 of Lucene, Solr, or
> > both?
>
> Both: because our development is merged, I think it makes sense to
> merge release engineering too.
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990543#comment-12990543
]
Robert Muir commented on LUCENE-2886:
-
Thanks for those numbers Renaud... yes the cas
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990538#comment-12990538
]
Renaud Delbru edited comment on LUCENE-2886 at 2/4/11 12:05 PM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-2897:
---
Fix Version/s: (was: 3.1)
3.2
I changed my mind! Pushing thi
[
https://issues.apache.org/jira/browse/LUCENE-1076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless updated LUCENE-1076:
---
Fix Version/s: (was: 3.1)
3.2
I changed my mind! Pushing this
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990538#comment-12990538
]
Renaud Delbru commented on LUCENE-2886:
---
Just an additional comment on semi-structu
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990535#comment-12990535
]
Renaud Delbru commented on LUCENE-2886:
---
{quote}
In the case of 240 1's, i was surp
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990534#comment-12990534
]
Robert Muir commented on LUCENE-2886:
-
bq. Hi Michael, Robert,
great to hear that the
[
https://issues.apache.org/jira/browse/SOLR-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990530#comment-12990530
]
Grant Ingersoll commented on SOLR-2143:
---
Looks pretty good. I think it might make mo
+1 to the bigger idea and +1 to releasing both at the same time.
On Feb 3, 2011, at 4:43 PM, Robert Muir wrote:
> On Thu, Feb 3, 2011 at 11:37 AM, Upayavira wrote:
>> Just to be clear, are you proposing to release 3.1 of Lucene, Solr, or
>> both?
>
> Both: because our development is merged,
[
https://issues.apache.org/jira/browse/SOLR-2143?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll reassigned SOLR-2143:
-
Assignee: Grant Ingersoll
> Add OpenSearch resources to the bundled example
> ---
[
https://issues.apache.org/jira/browse/SOLR-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990521#comment-12990521
]
Uwe Schindler commented on SOLR-2347:
-
I checked Schema and SolrConfig loading: It's fi
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990509#comment-12990509
]
Renaud Delbru edited comment on LUCENE-2886 at 2/4/11 10:42 AM:
---
[
https://issues.apache.org/jira/browse/LUCENE-2886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990509#comment-12990509
]
Renaud Delbru commented on LUCENE-2886:
---
Hi Michael, Robert,
great to hear that the
[
https://issues.apache.org/jira/browse/SOLR-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990504#comment-12990504
]
Koji Sekiguchi commented on SOLR-1057:
--
Committed revision 1067131 (trunk). I'll back
[
https://issues.apache.org/jira/browse/SOLR-2347?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12990505#comment-12990505
]
Uwe Schindler commented on SOLR-2347:
-
The same problem applies to DIH, this may be the
[
https://issues.apache.org/jira/browse/SOLR-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated SOLR-96:
--
Attachment: SOLR-96-test.patch
Here is the missing test with real byte streams and charset inside document
65 matches
Mail list logo