On Sun, Aug 30, 2009 at 6:08 AM, Yonik Seeley wrote:
> Cool stuff!
>
>
Thanks. It's actually really fun to work on! After I had the parallel
indexing working and didn't have to worry anymore about how to manage
parallel indexes the fun of implementing cool features on top of this
started. I hope y
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749404#action_12749404
]
Mark Miller commented on LUCENE-1877:
-
My brain has never been as large as I'd like it
Parallel incremental indexing
-
Key: LUCENE-1879
URL: https://issues.apache.org/jira/browse/LUCENE-1879
Project: Lucene - Java
Issue Type: New Feature
Components: Index
Reporter: Michael Busc
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Busch closed LUCENE-600.
Resolution: Won't Fix
This solution has the severe drawback that it only works if the IndexWriter i
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749417#action_12749417
]
Michael McCandless commented on LUCENE-1877:
{quote}
Let's do it in the follow
[
https://issues.apache.org/jira/browse/LUCENE-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749419#action_12749419
]
Michael Busch commented on LUCENE-1879:
---
I have a prototype version which I implemen
[
https://issues.apache.org/jira/browse/LUCENE-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749420#action_12749420
]
Michael McCandless commented on LUCENE-1878:
bq. Spatial could really use some
Maybe add:
* Scoring is now optional when sorting by Field, or using a custom
Collector, gaining sizable performance when scores are not
required.
* New analyzers (at least PersianAnalyzer, ArabicAnalyzer,
SmartChineseAnalyzer). Robert are there others?
* New fast-vector-highl
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749426#action_12749426
]
Michael Busch commented on LUCENE-1458:
---
{quote}
But it sounds like you're proposing
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749434#action_12749434
]
Michael McCandless commented on LUCENE-1458:
{quote}
I'm a bit confused. Doesn
>
> * New analyzers (at least PersianAnalyzer, ArabicAnalyzer,
> SmartChineseAnalyzer). Robert are there others?
I think that's it, except contrib/collation might deserve some note.
--
Robert Muir
rcm...@gmail.com
-
To uns
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749437#action_12749437
]
Michael Busch commented on LUCENE-1458:
---
{quote}
EG even before FST for the index we
[
https://issues.apache.org/jira/browse/LUCENE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749429#action_12749429
]
Michael Busch commented on LUCENE-1458:
---
{quote}
The Codec is indeed index-wide, how
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1877:
--
Attachment: LUCENE-1877.patch
Here is a patch, that changes the default for ctor-based / open(
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749449#action_12749449
]
Uwe Schindler commented on LUCENE-1877:
---
I will be happy when 3.0 removes all this F
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749450#action_12749450
]
Chuck Williams commented on LUCENE-600:
---
I contributed the first patch to make flush-
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749459#action_12749459
]
Michael McCandless commented on LUCENE-1877:
I think we should also fix Native
[
https://issues.apache.org/jira/browse/LUCENE-1862?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated LUCENE-1862:
Attachment: LUCENE-1862.patch
patch for the smartcn issue.
{noformat}
mkdir contrib/analyzers/sma
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749475#action_12749475
]
Uwe Schindler commented on LUCENE-1877:
---
With the above patch some more tests are fa
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749475#action_12749475
]
Uwe Schindler edited comment on LUCENE-1877 at 8/31/09 5:17 AM:
[
https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Uwe Schindler updated LUCENE-1855:
--
Attachment: AttributeSource.jad
For all developers that want to see, that the generics-enabled
Thank you for reply but it works in case only Analyzer is SimpleAnalyzer.It
doesnt throw exception but also can not find results too in case the
analyzer is either KeywordAnalyzer or StandartAnalyzer..do you have a clue
that what can be cause of this ? Is it bug maybe or is it the implementation
o
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749497#action_12749497
]
Mark Miller commented on LUCENE-600:
bq. and filed for a patent on the method
I'm the
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749505#action_12749505
]
Uwe Schindler commented on LUCENE-1877:
---
It's only the default for new code, clearly
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749506#action_12749506
]
Mark Miller commented on LUCENE-1877:
-
Oh, okay, cool - that makes me feel a little be
[
https://issues.apache.org/jira/browse/LUCENE-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749502#action_12749502
]
Mark Miller commented on LUCENE-1877:
-
bq. If we want to go this way, we have to put t
[
https://issues.apache.org/jira/browse/LUCENE-1873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749524#action_12749524
]
Steven Rowe commented on LUCENE-1873:
-
I'm +1 on switching away from "Sandbox" (no lon
Hi,
I was checking the Lucene Java entry on Ohloh [1] and noticed that the
full green "Lucene" text logo doesn't work too well in the 64x64 and
16x16 sizes used there.
So I took the liberty of dropping the "ucene" part of the logo and
coming up with a 64x64 pixel icon containing just the stylishe
I tested the solution I gave to you with KeywordAnalyzer and it works as
expected, it's generating a 'field:a field:or field:b' query from the query
'a \OR b'. The same happens for the SimpleAnalyzer.
Now, the problem with StandardAnalyzer, it's actually removing the term 'or'
and 'a' if you type
[
https://issues.apache.org/jira/browse/LUCENE-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749557#action_12749557
]
Luis Alves commented on LUCENE-1486:
We hope to implement this on LUCENE-1823, along w
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749599#action_12749599
]
Chuck Williams commented on LUCENE-600:
---
The patent isn't on the parallel writer stuf
[
https://issues.apache.org/jira/browse/LUCENE-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-1876:
Attachment: collation-package.html
Here is {{package.html}} for contrib/collation, with content mo
[
https://issues.apache.org/jira/browse/LUCENE-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749619#action_12749619
]
Robert Muir commented on LUCENE-1876:
-
Steven, thanks, I think this writeup really is
Make contrib/collation/(ICU)CollationKeyAnalyzer constructors public
Key: LUCENE-1880
URL: https://issues.apache.org/jira/browse/LUCENE-1880
Project: Lucene - Java
Issue Ty
[
https://issues.apache.org/jira/browse/LUCENE-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-1880:
Lucene Fields: [New, Patch Available] (was: [New])
> Make contrib/collation/(ICU)CollationKeyAnal
[
https://issues.apache.org/jira/browse/LUCENE-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Steven Rowe updated LUCENE-1880:
Attachment: LUCENE-1880.patch
trivial patch adding public access to currently package private cons
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749641#action_12749641
]
Michael Busch commented on LUCENE-600:
--
{quote}
I contributed the first patch to make
Hi,
I've a web application which uses Lucene for company search functionality.
When registered users add a new company,it is saved to database and also
gets indexed in Lucene based company search index in real time.
When adding company in Lucene index, how do I handle use case of two or more
log
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749656#action_12749656
]
Chuck Williams commented on LUCENE-600:
---
The version attached here is from over 3 yea
[
https://issues.apache.org/jira/browse/LUCENE-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless reassigned LUCENE-1880:
--
Assignee: Michael McCandless
> Make contrib/collation/(ICU)CollationKeyAnalyze
[
https://issues.apache.org/jira/browse/LUCENE-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749659#action_12749659
]
Michael McCandless commented on LUCENE-1880:
Thanks Steve, I'll commit shortly
[
https://issues.apache.org/jira/browse/LUCENE-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael McCandless resolved LUCENE-1880.
Resolution: Fixed
> Make contrib/collation/(ICU)CollationKeyAnalyzer constructors
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749660#action_12749660
]
Chuck Williams commented on LUCENE-600:
---
Erratum: "deletion changes doc-id's by purg
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749663#action_12749663
]
Michael Busch commented on LUCENE-600:
--
{quote}
The version attached here is from over
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749678#action_12749678
]
Chuck Williams commented on LUCENE-600:
---
A given logical Document must have the same
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749682#action_12749682
]
Michael Busch commented on LUCENE-600:
--
{quote}
I just read your wiki page and it look
> -Original Message-
> From: Chris Hostetter [mailto:hossman_luc...@fucit.org]
> Sent: Monday, August 31, 2009 1:00 AM
> To: java-dev@lucene.apache.org
> Subject: Re: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9
RC2 now available for testing)
>
>
> : My question is, I would p
[
https://issues.apache.org/jira/browse/LUCENE-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749706#action_12749706
]
Michael Busch commented on LUCENE-1855:
---
Patch looks great, Uwe!
> Change Attribut
[
https://issues.apache.org/jira/browse/LUCENE-600?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12749740#action_12749740
]
Michael Busch commented on LUCENE-600:
--
{quote}
I could inquire if you are truly open
49 matches
Mail list logo