Re: Parallel incremental indexing

2009-08-31 Thread Michael Busch
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

[jira] Commented: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Mark Miller (JIRA)
[ 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

[jira] Created: (LUCENE-1879) Parallel incremental indexing

2009-08-31 Thread Michael Busch (JIRA)
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

[jira] Closed: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Michael Busch (JIRA)
[ 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

[jira] Commented: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Michael McCandless (JIRA)
[ 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

[jira] Commented: (LUCENE-1879) Parallel incremental indexing

2009-08-31 Thread Michael Busch (JIRA)
[ 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

[jira] Commented: (LUCENE-1878) remove deprecated classes from spatial

2009-08-31 Thread Michael McCandless (JIRA)
[ 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

Re: Lucene release announcement

2009-08-31 Thread Michael McCandless
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

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-08-31 Thread Michael Busch (JIRA)
[ 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

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-08-31 Thread Michael McCandless (JIRA)
[ 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

Re: Lucene release announcement

2009-08-31 Thread Robert Muir
> >  * 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

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-08-31 Thread Michael Busch (JIRA)
[ 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

[jira] Commented: (LUCENE-1458) Further steps towards flexible indexing

2009-08-31 Thread Michael Busch (JIRA)
[ 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

[jira] Updated: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Uwe Schindler (JIRA)
[ 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(

[jira] Commented: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Chuck Williams (JIRA)
[ 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-

[jira] Commented: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Michael McCandless (JIRA)
[ 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

[jira] Updated: (LUCENE-1862) duplicate package.html files in queryParser and analsysis.cn packages

2009-08-31 Thread Robert Muir (JIRA)
[ 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

[jira] Commented: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Uwe Schindler (JIRA)
[ 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

[jira] Issue Comment Edited: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Uwe Schindler (JIRA)
[ 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:

[jira] Updated: (LUCENE-1855) Change AttributeSource API to use generics

2009-08-31 Thread Uwe Schindler (JIRA)
[ 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

Re: ParseException

2009-08-31 Thread utuncdemir
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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Mark Miller (JIRA)
[ 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

[jira] Commented: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Uwe Schindler (JIRA)
[ 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

[jira] Commented: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Mark Miller (JIRA)
[ 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

[jira] Commented: (LUCENE-1877) Improve IndexWriter javadoc on locking

2009-08-31 Thread Mark Miller (JIRA)
[ 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

[jira] Commented: (LUCENE-1873) Update site lucene-sandbox page

2009-08-31 Thread Steven Rowe (JIRA)
[ 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

Lucene icon and Ohloh

2009-08-31 Thread Jukka Zitting
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

Re: ParseException

2009-08-31 Thread Adriano Crestani
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

[jira] Commented: (LUCENE-1486) Wildcards, ORs etc inside Phrase queries

2009-08-31 Thread Luis Alves (JIRA)
[ 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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Chuck Williams (JIRA)
[ 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

[jira] Updated: (LUCENE-1876) Some contrib packages are missing a package.html

2009-08-31 Thread Steven Rowe (JIRA)
[ 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

[jira] Commented: (LUCENE-1876) Some contrib packages are missing a package.html

2009-08-31 Thread Robert Muir (JIRA)
[ 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

[jira] Created: (LUCENE-1880) Make contrib/collation/(ICU)CollationKeyAnalyzer constructors public

2009-08-31 Thread Steven Rowe (JIRA)
Make contrib/collation/(ICU)CollationKeyAnalyzer constructors public Key: LUCENE-1880 URL: https://issues.apache.org/jira/browse/LUCENE-1880 Project: Lucene - Java Issue Ty

[jira] Updated: (LUCENE-1880) Make contrib/collation/(ICU)CollationKeyAnalyzer constructors public

2009-08-31 Thread Steven Rowe (JIRA)
[ 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

[jira] Updated: (LUCENE-1880) Make contrib/collation/(ICU)CollationKeyAnalyzer constructors public

2009-08-31 Thread Steven Rowe (JIRA)
[ 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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Michael Busch (JIRA)
[ 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

Updating Lucene index from two different threads in a web application

2009-08-31 Thread mitu2009
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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Chuck Williams (JIRA)
[ 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

[jira] Assigned: (LUCENE-1880) Make contrib/collation/(ICU)CollationKeyAnalyzer constructors public

2009-08-31 Thread Michael McCandless (JIRA)
[ 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

[jira] Commented: (LUCENE-1880) Make contrib/collation/(ICU)CollationKeyAnalyzer constructors public

2009-08-31 Thread Michael McCandless (JIRA)
[ 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

[jira] Resolved: (LUCENE-1880) Make contrib/collation/(ICU)CollationKeyAnalyzer constructors public

2009-08-31 Thread Michael McCandless (JIRA)
[ 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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Chuck Williams (JIRA)
[ 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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Michael Busch (JIRA)
[ 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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Chuck Williams (JIRA)
[ 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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Michael Busch (JIRA)
[ 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

RE: Porting Java Lucene 2.9 to Lucene.Net (was: RE: Lucene 2.9 RC2 now available for testing)

2009-08-31 Thread George Aroush
> -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

[jira] Commented: (LUCENE-1855) Change AttributeSource API to use generics

2009-08-31 Thread Michael Busch (JIRA)
[ 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

[jira] Commented: (LUCENE-600) ParallelWriter companion to ParallelReader

2009-08-31 Thread Michael Busch (JIRA)
[ 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