[jira] Resolved: (LUCENENET-368) Similarity.Net doesn't compile with Lucene trunk

2010-05-25 Thread Digy (JIRA)
[ https://issues.apache.org/jira/browse/LUCENENET-368?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Digy resolved LUCENENET-368. Assignee: Digy Resolution: Fixed Similarity.Net doesn't compile with Lucene trunk

[jira] Updated: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-2455: --- Attachment: LUCENE-2455_3x.patch Patch applies Mike's comments. I think this is ready to go in. I'd

Re: NPE Within IndexWriter.optimize (Solr Trunk Nightly)

2010-05-25 Thread Michael McCandless
Hmmm spooky. For some reason I can't correlate the line numbers in TermInfosReader.java the current trunk sources; the line numbers for all the other sources line up. This is a stock nightly build right? You don't have any mods/patches? Can you enable assertions when you optimize and see if

RE: NPE Within IndexWriter.optimize (Solr Trunk Nightly)

2010-05-25 Thread Uwe Schindler
Maybe it's the 3x version? The artifact names in Hudson are currently identical for solr-trunk and solr-3x. You have to specifiy which version you use! - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From:

RE: Solr updateRequestHandler and performance vs. atomicity

2010-05-25 Thread karl.wright
Hi Simon, I think you are on the right track. I believe it is not even possible to write a middleware-style layer that stores documents and performs periodic commits on its own, because the update request handler never ACKs individual documents on a commit, but merely everything it has seen

[jira] Created: (SOLR-1924) Solr's updateRequestHandler does not have a fast way of guaranteeing document delivery

2010-05-25 Thread Karl Wright (JIRA)
Solr's updateRequestHandler does not have a fast way of guaranteeing document delivery -- Key: SOLR-1924 URL: https://issues.apache.org/jira/browse/SOLR-1924

RE: Solr updateRequestHandler and performance vs. atomicity

2010-05-25 Thread karl.wright
I created SOLR-1924. Let me know if it's clear enough, or if you'd like me to modify the ticket in any way. Thanks, Karl From: ext Mark Miller [markrmil...@gmail.com] Sent: Tuesday, May 25, 2010 5:20 AM To: dev@lucene.apache.org Subject: Re: Solr

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871075#action_12871075 ] Michael McCandless commented on LUCENE-2455: Could you fix firstInt' to have a

[jira] Updated: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2380: --- Attachment: LUCENE-2380.patch New patch -- now all tests pass. Getting closer...

Re: Welcome Andrzej Bialecki as Lucene/Solr committer

2010-05-25 Thread Andrzej Bialecki
On 2010-05-24 23:06, Yonik Seeley wrote: On Mon, May 24, 2010 at 5:33 AM, Michael McCandless luc...@mikemccandless.com wrote: I'm happy to announce that the PMC has accepted Andrzej Bialecki as Lucene/Solr committer! Welcome aboard Andrzej, An enthusiastic jet lagged +1 ;-) :) Thanks

[jira] Created: (LUCENENET-368) Similarity.Net doesn't compile with Lucene trunk

2010-05-25 Thread Simone Chiaretta (JIRA)
Similarity.Net doesn't compile with Lucene trunk Key: LUCENENET-368 URL: https://issues.apache.org/jira/browse/LUCENENET-368 Project: Lucene.Net Issue Type: Bug Reporter: Simone

Re: Welcome Andrzej Bialecki as Lucene/Solr committer

2010-05-25 Thread Robert Muir
Welcome! On Tue, May 25, 2010 at 8:01 AM, Andrzej Bialecki a...@getopt.org wrote: On 2010-05-24 23:06, Yonik Seeley wrote: On Mon, May 24, 2010 at 5:33 AM, Michael McCandless luc...@mikemccandless.com wrote: I'm happy to announce that the PMC has accepted Andrzej Bialecki as Lucene/Solr

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871109#action_12871109 ] Shai Erera commented on LUCENE-2455: The only place I see firstInt is used perhaps

[jira] Resolved: (SOLR-1923) add caverphone to phoneticfilter

2010-05-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved SOLR-1923. --- Resolution: Fixed Committed revision 948011 (trunk) / 948027 (3x) add caverphone to phoneticfilter

[jira] Commented: (SOLR-1852) enablePositionIncrements=true can cause searches to fail when they are parsed as phrase queries

2010-05-25 Thread Peter Wolanin (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871123#action_12871123 ] Peter Wolanin commented on SOLR-1852: - I'm thinking about 1.4 backporting - not sure

Re: Solr updateRequestHandler and performance vs. atomicity

2010-05-25 Thread Yonik Seeley
On Mon, May 24, 2010 at 9:10 AM, karl.wri...@nokia.com wrote: In particular, it would be nice to be able to post documents in such a way that you can guarantee that the document is permanently in Solr’s queue, safe in the event of a Solr restart, etc., even if the document has not yet been

[jira] Commented: (SOLR-236) Field collapsing

2010-05-25 Thread Kallin Nagelberg (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871168#action_12871168 ] Kallin Nagelberg commented on SOLR-236: --- I tried asking this question on the user list,

[jira] Commented: (SOLR-1925) CSV Response Writer

2010-05-25 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871172#action_12871172 ] Erik Hatcher commented on SOLR-1925: I was _just_ thinking of writing this very thing

[jira] Commented: (SOLR-1925) CSV Response Writer

2010-05-25 Thread Yonik Seeley (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871186#action_12871186 ] Yonik Seeley commented on SOLR-1925: This is something that some people have asked for

[jira] Created: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Cservenak, Tamas (JIRA)
Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained Key: LUCENE-2476 URL:

Re: NPE Within IndexWriter.optimize (Solr Trunk Nightly)

2010-05-25 Thread Chris Herron
Uwe, Mike, I downloaded the nightly build by visiting the wiki: http://wiki.apache.org/solr/FrontPage ... and then clicking on Download newest Solr nightly build here http://hudson.zones.apache.org/hudson/job/Solr-trunk/lastSuccessfulBuild/artifact/trunk/solr/dist/ The exact file I download

[jira] Assigned: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless reassigned LUCENE-2476: -- Assignee: Michael McCandless Constructor of IndexWriter let's runtime

[jira] Commented: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871200#action_12871200 ] Shai Erera commented on LUCENE-2476: Can you post here the full stacktrace?

[jira] Commented: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871201#action_12871201 ] Michael McCandless commented on LUCENE-2476: I agree, we should fix this.

[jira] Updated: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2476: --- Fix Version/s: 3.1 4.0 Constructor of IndexWriter let's runtime

[jira] Updated: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2476: --- Attachment: LUCENE-2476.patch Patch. Constructor of IndexWriter let's runtime

[jira] Updated: (LUCENE-2104) IndexWriter.unlock does does nothing if NativeFSLockFactory is used

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless updated LUCENE-2104: --- Fix Version/s: 3.1 IndexWriter.unlock does does nothing if NativeFSLockFactory is

[jira] Commented: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871217#action_12871217 ] Michael McCandless commented on LUCENE-2476: bq. I tried both

[jira] Commented: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Cservenak, Tamas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871218#action_12871218 ] Cservenak, Tamas commented on LUCENE-2476: -- Just to confirm this patch as fix.

RE: NPE Within IndexWriter.optimize (Solr Trunk Nightly)

2010-05-25 Thread Uwe Schindler
There is one possibility this error can occur. Maybe you extracted the build onto an existing (previous) snapshot folder. As the Lucene JARS contain version numbers it may be the case that an old JAR file is now mixed between the new ones and so these errors can occur. Please extract to an empty

[jira] Created: (SOLR-1926) add hl.q parameter

2010-05-25 Thread Koji Sekiguchi (JIRA)
add hl.q parameter -- Key: SOLR-1926 URL: https://issues.apache.org/jira/browse/SOLR-1926 Project: Solr Issue Type: Improvement Components: highlighter Affects Versions: 1.4 Reporter: Koji Sekiguchi

[jira] Commented: (LUCENE-2104) IndexWriter.unlock does does nothing if NativeFSLockFactory is used

2010-05-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2104?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871223#action_12871223 ] Uwe Schindler commented on LUCENE-2104: --- Should I backport? IndexWriter.unlock

[jira] Commented: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Cservenak, Tamas (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871224#action_12871224 ] Cservenak, Tamas commented on LUCENE-2476: -- This is an UT, that 1st _copies_ a

[jira] Updated: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-25 Thread Shai Erera (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shai Erera updated LUCENE-2455: --- Attachment: LUCENE-2455_3x.patch Update w/ comments. I plan to commit this either later today or

[jira] Commented: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871226#action_12871226 ] Michael McCandless commented on LUCENE-2476: bq. The patch applied to 3.0.1 (I

[jira] Commented: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871227#action_12871227 ] Michael McCandless commented on LUCENE-2476: bq. The patch applied to 3.0.1 (I

[jira] Commented: (SOLR-1870) Binary Update Request (javabin) fails when the field type of a multivalued SolrInputDocument field is a Set (or any type that is identified as an instance of iterable)

2010-05-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1870?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871231#action_12871231 ] Hoss Man commented on SOLR-1870: bq. Iterator was created as a special type in javabin codec

[jira] Resolved: (LUCENE-2476) Constructor of IndexWriter let's runtime exceptions pop up, while keeping the writeLock obtained

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael McCandless resolved LUCENE-2476. Fix Version/s: 3.0.2 Resolution: Fixed Constructor of IndexWriter let's

[jira] Commented: (LUCENE-2455) Some house cleaning in addIndexes*

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871233#action_12871233 ] Michael McCandless commented on LUCENE-2455: Patch looks good Shai! Thanks.

[jira] Commented: (SOLR-1926) add hl.q parameter

2010-05-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871234#action_12871234 ] Hoss Man commented on SOLR-1926: Koji: highlighting isn't something i think about much, but

[jira] Commented: (SOLR-1553) extended dismax query parser

2010-05-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871244#action_12871244 ] Hoss Man commented on SOLR-1553: Another bug noticed on the user list, edismax doesn't seem

[jira] Created: (LUCENE-2477) remove MoreLikeThis's default analyzer

2010-05-25 Thread Robert Muir (JIRA)
remove MoreLikeThis's default analyzer -- Key: LUCENE-2477 URL: https://issues.apache.org/jira/browse/LUCENE-2477 Project: Lucene - Java Issue Type: Bug Components: contrib/* Affects

[jira] Updated: (LUCENE-2477) remove MoreLikeThis's default analyzer

2010-05-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2477: Attachment: LUCENE-2477.patch patch for 4.0, which sets the default to null. If you don't have

Solr version housekeeping in Jira/Wiki (1.5, 1.6, 3.x, 4.x, etc...)

2010-05-25 Thread Chris Hostetter
A while back, after the trunk merge (but before the 3x branch fork) yonik and i spear-headed a healthy depate on the list about whether the next version of Solr should have a lock-step version number with Lucene ... while i've generally come arround to yonik's way of thinking, that's *not*

Re: Solr updateRequestHandler and performance vs. atomicity

2010-05-25 Thread Paul Elschot
Sounds like a distributed two phase commit is needed. Would http://activemq.apache.org/ do the job? If it does, camel (split off of activemq) has a lucene component that could be of interest, too. Regards, Paul Elschot Op dinsdag 25 mei 2010 14:59:29 schreef Yonik Seeley: On Mon, May 24, 2010

[jira] Commented: (LUCENE-2477) remove MoreLikeThis's default analyzer

2010-05-25 Thread Uwe Schindler (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871294#action_12871294 ] Uwe Schindler commented on LUCENE-2477: --- +1 remove MoreLikeThis's default analyzer

[jira] Created: (SOLR-1927) DocBuilder Inefficiency

2010-05-25 Thread Robert Zotter (JIRA)
DocBuilder Inefficiency --- Key: SOLR-1927 URL: https://issues.apache.org/jira/browse/SOLR-1927 Project: Solr Issue Type: Improvement Affects Versions: 1.4 Reporter: Robert Zotter Priority:

[jira] Updated: (SOLR-1927) DocBuilder Inefficiency

2010-05-25 Thread Robert Zotter (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1927?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Zotter updated SOLR-1927: Attachment: SOLR-1927.patch DocBuilder Inefficiency ---

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871308#action_12871308 ] Michael McCandless commented on LUCENE-2380: OK I ran some sort perf tests. I

[jira] Commented: (LUCENE-2413) Consolidate all (Solr's Lucene's) analyzers into modules/analysis

2010-05-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871338#action_12871338 ] Robert Muir commented on LUCENE-2413: - Committed LUCENE-2413_coreAnalyzers.patch

Re: Welcome Andrzej Bialecki as Lucene/Solr committer

2010-05-25 Thread Grant Ingersoll
Welcome! Was frankly surprised way back when to realize you weren't a committer given the ubiquity of Luke and your involvement with Nutch, etc. On May 25, 2010, at 8:01 AM, Andrzej Bialecki wrote: I tend the garden and enjoy working with various powered tools - recently acquired a welding

[jira] Commented: (LUCENE-2380) Add FieldCache.getTermBytes, to load term data as byte[]

2010-05-25 Thread Michael McCandless (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871342#action_12871342 ] Michael McCandless commented on LUCENE-2380: I did some rough estimates of RAM

Simon Willnauer - core Lucene/Solr committer

2010-05-25 Thread Grant Ingersoll
I'm happy to announce Simon Willnauer is now a core Lucene/Solr committer. Simon has been a contrib committer for quite some time and should make for an excellent core committer, that is if he can stay away from conference planning! Cheers, Grant

[jira] Updated: (LUCENE-2413) Consolidate all (Solr's Lucene's) analyzers into modules/analysis

2010-05-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2413: Attachment: LUCENE-2413_coreUtils.patch moves CharFilter, CharArraySet, and CharArrayMap

RE: Simon Willnauer - core Lucene/Solr committer

2010-05-25 Thread Uwe Schindler
Welcome Simon! Heavy Committing!RT - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Grant Ingersoll [mailto:gsi...@gmail.com] On Behalf Of Grant Ingersoll Sent: Tuesday, May 25, 2010 11:28 PM To:

[jira] Updated: (SOLR-1915) DebugComponent should use NamedList to output Explanations instead of Explanation.toString()

2010-05-25 Thread Hoss Man (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-1915?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hoss Man updated SOLR-1915: --- Attachment: SOLR-1915.patch patch making the necessary changes. Just in case some poor soul was actually

[jira] Commented: (SOLR-236) Field collapsing

2010-05-25 Thread Christophe Biocca (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-236?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871470#action_12871470 ] Christophe Biocca commented on SOLR-236: I'd just like to throw in a suggestion about

Build failed in Hudson: Lucene-trunk #1199

2010-05-25 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/Lucene-trunk/1199/changes Changes: [uschindler] Generics Policeman ticket [rmuir] LUCENE-2413: move more core analysis to analyzers module [rmuir] LUCENE-2413: move more core analysis to analyzers module [rmuir] LUCENE-2413: consolidate remaining

[jira] Updated: (LUCENE-2458) queryparser makes all CJK queries phrase queries regardless of analyzer

2010-05-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir updated LUCENE-2458: Summary: queryparser makes all CJK queries phrase queries regardless of analyzer (was:

[jira] Commented: (LUCENE-2458) queryparser makes all CJK queries phrase queries regardless of analyzer

2010-05-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12871501#action_12871501 ] Robert Muir commented on LUCENE-2458: - This patch fixes the bug in all queryparsers. I

[jira] Resolved: (LUCENE-2458) queryparser makes all CJK queries phrase queries regardless of analyzer

2010-05-25 Thread Robert Muir (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Muir resolved LUCENE-2458. - Resolution: Fixed Committed revision 948326 (trunk) / 948325 (3x) queryparser makes all CJK